/*
Theme Name: ootdbuy Finds
Theme URI: https://sheetfinds.com/
Author: SheetFinds
Author URI: https://sheetfinds.com/
Description: Streetwear-flavored ootdbuy finds portal in the "hunter hub" style. Homepage with big display hero + dual CTAs, stats social-proof bar (50,000+ items, 200K+ QC photos, 4.9 star community rating, 11 categories), eleven-category Shop Now grid, six benefit cards, blog card feed for twelve auto-generated original SEO articles under a Guide category, newsletter capture with avatar cluster social proof, accordion FAQ, SEO misspelling section and legal disclaimer. TOC + FAQ + breadcrumbs + JSON-LD (Article, FAQ, Breadcrumb, WebSite, Organization), XML sitemap, robots.txt, internal-URL redirect bridge that defeats ad-blocker greying of outbound shopping links. Vibrant pastel streetwear palette, oversized bold display headings, mobile responsive, Core Web Vitals friendly.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ootdbuy-finds
Tags: seo, blog, one-column, two-columns, right-sidebar, custom-menu, featured-images, translation-ready
*/

/* =========================================================
   RESET & BASE
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2c3542;
    background-color: #fbfaff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a {
    color: #2b6cb0;
    text-decoration: none;
    transition: color .18s ease;
}
a:hover { color: #1a4b82; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a202c;
    line-height: 1.3;
    margin: 0 0 .6em;
    font-weight: 700;
    letter-spacing: -.01em;
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.35rem; }

p { margin: 0 0 1.1em; }

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =========================================================
   TOP BAR
   ========================================================= */
.top-bar {
    background: linear-gradient(90deg, #ffe4f1 0%, #e8d9ff 33%, #d0f0ff 66%, #fff5cc 100%);
    color: #3c4a63;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e6eaf3;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: #3c4a63; margin-left: 14px; }
.top-bar a:hover { color: #1a4b82; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #ebeef3;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 20px;
}

.site-branding a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a202c;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -.02em;
}
.site-branding .logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(115,103,240,.25);
}

/* =========================================================
   PRIMARY NAV + DROPDOWNS
   ========================================================= */
.main-navigation {
    display: flex;
    align-items: center;
    gap: 6px;
}
.main-navigation > ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
}
.main-navigation > ul > li { position: relative; }
.main-navigation a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #2c3542;
    font-weight: 500;
    font-size: 15px;
    transition: background .18s ease, color .18s ease;
}
.main-navigation a:hover { background: #f2f5fb; color: #1a4b82; }

.otf-dropdown { position: relative; }
.otf-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    color: #2c3542;
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}
.otf-dropdown-toggle:hover { background: #f2f5fb; color: #1a4b82; }
.otf-dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 8px; height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    margin-left: 4px;
    opacity: .65;
    transition: transform .2s ease;
}
.otf-dropdown.is-open > .otf-dropdown-toggle::after {
    transform: rotate(-135deg) translateY(2px) translateX(2px);
    opacity: .9;
}

.main-navigation .otf-dropdown-menu {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0;
    min-width: 260px;
    max-width: min(360px, calc(100vw - 24px));
    background: #ffffff;
    border: 1px solid #e6eaf3;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(30, 45, 90, .12);
    padding: 8px;
    margin: 0;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    list-style: none;
    z-index: 200;
    max-height: 70vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.main-navigation .otf-dropdown.is-open > .otf-dropdown-menu {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-navigation .otf-dropdown-menu li { width: 100%; position: static; margin: 0; padding: 0; list-style: none; }
.main-navigation .otf-dropdown-menu a {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 14.5px;
    color: #37425a;
    width: 100%;
    text-decoration: none;
}
.main-navigation .otf-dropdown-menu a:hover { background: #e6faff; color: #1a4b82; }

/* Header CTA button */
.header-cta {
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(79,172,254,.35);
}
.header-cta:hover { background: linear-gradient(135deg, #e64778 0%, #9333ea 50%, #0891b2 100%); color: #fff !important; }

/* Mobile toggle */
.menu-toggle {
    display: none;
    background: none;
    border: 1px solid #e2e6ef;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 22px; height: 2px;
    background: #37425a;
    margin: 4px 0;
    border-radius: 2px;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
    background:
        radial-gradient(1200px 500px at 10% -10%, #e3ecff 0, rgba(227,236,255,0) 60%),
        radial-gradient(1000px 500px at 100% 0%, #f0e7ff 0, rgba(240,231,255,0) 60%),
        linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
    padding: 82px 0 72px;
    text-align: center;
}
.hero-eyebrow {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e2e8f6;
    color: #4a5876;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.hero h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.2rem);
    max-width: 820px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1a202c 0%, #4a5876 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero p.lead {
    max-width: 700px;
    margin: 0 auto 34px;
    font-size: 1.1rem;
    color: #4a5876;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary {
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(79,172,254,.35);
}
.btn-primary:hover { color: #fff; box-shadow: 0 14px 28px rgba(79,172,254,.45); }

.btn-secondary {
    background: #ffffff;
    color: #1a4b82;
    border-color: #d5e0ef;
}
.btn-secondary:hover { background: #fff2e6; color: #1a4b82; }

.btn-ghost {
    background: transparent;
    color: #4a5876;
    border-color: #d5dae5;
}
.btn-ghost:hover { background: #f2f5fb; }

/* =========================================================
   SECTION SHARED
   ========================================================= */
.section { padding: 72px 0; }
.section-tight { padding: 48px 0; }
.section-alt { background: #f5f0ff; }

.section-header {
    text-align: center;
    margin-bottom: 44px;
}
.section-header .eyebrow {
    color: #7367f0;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.section-header h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.25rem);
    margin: 0 0 12px;
}
.section-header p {
    color: #4a5876;
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.02rem;
}

/* =========================================================
   CATEGORY GRID
   ========================================================= */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
}
.category-card {
    background: #ffffff;
    border: 1px solid #e6eaf3;
    border-radius: 14px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #1a202c;
    font-weight: 600;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(30, 45, 90, .04);
}
.category-card:hover {
    transform: translateY(-3px);
    border-color: #c7d6f0;
    box-shadow: 0 12px 26px rgba(30, 45, 90, .10);
    color: #1a4b82;
}
.category-card .cat-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffe4f1 0%, #e8d9ff 33%, #d0f0ff 66%, #fff5cc 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #7367f0;
    flex-shrink: 0;
}
.category-card:nth-child(11n+1) .cat-icon { background: #ffd1e0; }
.category-card:nth-child(11n+2) .cat-icon { background: #ded1ff; }
.category-card:nth-child(11n+3) .cat-icon { background: #d1eaff; }
.category-card:nth-child(11n+4) .cat-icon { background: #d1f5e5; }
.category-card:nth-child(11n+5) .cat-icon { background: #fff2b8; }
.category-card:nth-child(11n+6) .cat-icon { background: #ffd8b3; }
.category-card:nth-child(11n+7) .cat-icon { background: #f0d1ff; }
.category-card:nth-child(11n+8) .cat-icon { background: #b8f0e0; }
.category-card:nth-child(11n+9) .cat-icon { background: #ffb8c8; }
.category-card:nth-child(11n+10) .cat-icon { background: #c8d8ff; }
.category-card:nth-child(11n+11) .cat-icon { background: #ffbfb0; }
.category-card .cat-name { font-size: 15.5px; }
.category-card .cat-sub {
    display: block;
    font-size: 12.5px;
    color: #7a8699;
    font-weight: 500;
    margin-top: 2px;
}

/* =========================================================
   FEATURES / VALUE
   ========================================================= */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}
.feature-card {
    background: #ffffff;
    border: 1px solid #ebeef3;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(30, 45, 90, .04);
}
.feature-card .icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.feature-card h3 { font-size: 1.15rem; margin: 0 0 8px; }
.feature-card p { color: #4a5876; margin: 0; font-size: 14.5px; }

/* =========================================================
   ARTICLES GRID
   ========================================================= */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.article-card {
    background: #ffffff;
    border: 1px solid #e6eaf3;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 2px 10px rgba(30, 45, 90, .04);
    display: flex;
    flex-direction: column;
    transition: all .2s ease;
}
.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(30, 45, 90, .10);
    border-color: #c7d6f0;
}
.article-card .tag {
    display: inline-block;
    background: #e6faff;
    color: #1a4b82;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 14px;
    width: fit-content;
}
.article-card h3 { font-size: 1.15rem; margin: 0 0 10px; }
.article-card h3 a { color: #1a202c; }
.article-card h3 a:hover { color: #2b6cb0; }
.article-card p { color: #4a5876; font-size: 14.5px; margin: 0 0 16px; }
.article-card .read-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #2b6cb0;
}
.article-card .read-more::after {
    content: "→";
    transition: transform .18s ease;
}
.article-card .read-more:hover::after { transform: translateX(3px); }

/* =========================================================
   CTA STRIP
   ========================================================= */
.cta-strip {
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.cta-strip h2 { color: #fff; margin: 0 0 12px; font-size: clamp(1.5rem, 3vw, 2rem); }
.cta-strip p { color: rgba(255,255,255,.9); margin: 0 auto 26px; max-width: 600px; }
.cta-strip .btn-primary {
    background: #fff;
    color: #4a5876;
    box-shadow: 0 10px 28px rgba(0,0,0,.15);
}
.cta-strip .btn-primary:hover { background: #f5f0ff; color: #1a4b82; }
.cta-strip .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.cta-strip .btn-secondary:hover { background: rgba(255,255,255,.12); color: #fff; }

/* =========================================================
   SINGLE POST / PAGE
   ========================================================= */
.single-hero {
    background: linear-gradient(180deg, #e6faff 0%, #ffffff 100%);
    padding: 64px 0 40px;
    text-align: center;
}
.single-hero .breadcrumbs {
    color: #6b7797;
    font-size: 13.5px;
    margin-bottom: 14px;
}
.single-hero .breadcrumbs a { color: #6b7797; }
.single-hero .breadcrumbs a:hover { color: #1a4b82; }
.single-hero h1 { font-size: clamp(1.9rem, 4vw, 2.75rem); max-width: 860px; margin: 0 auto 16px; }
.single-hero .meta { color: #6b7797; font-size: 14px; }

.entry-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 46px;
    padding: 56px 0 72px;
}
.entry-content {
    background: #fff;
    padding: 40px 44px;
    border-radius: 16px;
    border: 1px solid #ebeef3;
    box-shadow: 0 2px 12px rgba(30, 45, 90, .04);
    font-size: 16.5px;
    color: #303a4c;
}
.entry-content h2 { margin-top: 1.6em; }
.entry-content h3 { margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 24px; margin-bottom: 1.2em; }
.entry-content li { margin-bottom: .4em; }
.entry-content blockquote {
    border-left: 4px solid #7367f0;
    background: #f5f0ff;
    padding: 14px 20px;
    margin: 1.4em 0;
    color: #37425a;
    border-radius: 0 8px 8px 0;
}
.entry-content a { color: #2b6cb0; font-weight: 500; border-bottom: 1px dashed rgba(43,108,176,.4); }
.entry-content a:hover { color: #1a4b82; border-bottom-color: #1a4b82; }
.entry-content .inline-cta {
    background: linear-gradient(135deg, #ffe4f1 0%, #e8d9ff 33%, #d0f0ff 66%, #fff5cc 100%);
    border: 1px solid #dfe6f4;
    border-radius: 14px;
    padding: 22px;
    margin: 30px 0;
    text-align: center;
}
.entry-content .inline-cta p { margin: 0 0 12px; font-weight: 600; color: #1a202c; }

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.widget {
    background: #fff;
    border: 1px solid #ebeef3;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(30, 45, 90, .04);
}
.widget h4 {
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #7367f0;
    margin: 0 0 14px;
}
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li { border-bottom: 1px solid #eef2f8; }
.widget li:last-child { border-bottom: 0; }
.widget li a {
    display: block;
    padding: 10px 0;
    color: #37425a;
    font-size: 14.5px;
    font-weight: 500;
}
.widget li a:hover { color: #1a4b82; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 60px 0 30px;
    margin-top: 40px;
}
.site-footer .container { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h5 {
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.site-footer a { color: #cbd5e1; font-size: 14.5px; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.footer-brand p { color: #94a3b8; font-size: 14px; margin-top: 12px; max-width: 320px; }
.footer-bottom {
    border-top: 1px solid #1e293b;
    margin-top: 40px;
    padding-top: 22px;
    color: #94a3b8;
    font-size: 13px;
    text-align: center;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
    .entry-wrap { grid-template-columns: 1fr; }
    .site-footer .container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #ebeef3;
        padding: 12px 20px 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,.06);
        display: none;
    }
    .main-navigation.is-open { display: flex; }
    .main-navigation > ul {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 2px;
    }
    .main-navigation > ul > li { width: 100%; }
    .main-navigation a { width: 100%; }
    .main-navigation .otf-dropdown-toggle { width: 100%; justify-content: space-between; }
    .main-navigation .otf-dropdown-menu {
        position: static !important;
        box-shadow: none;
        border: 0;
        border-left: 2px solid #e6faff;
        border-radius: 0;
        margin-left: 8px;
        padding: 4px 0 4px 8px;
        max-height: none;
        min-width: 0;
        max-width: none;
    }
    .main-navigation .otf-dropdown.is-open > .otf-dropdown-menu { display: flex !important; }
    .hero { padding: 60px 0 50px; }
    .section { padding: 56px 0; }
    .entry-content { padding: 28px 22px; }
    .site-footer .container { grid-template-columns: 1fr; }
}

/* Screen-reader */
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px; width: 1px;
    margin: -1px; overflow: hidden;
    padding: 0; position: absolute;
    word-wrap: normal !important;
}

/* =========================================================
   CLICKABILITY GUARDS — ensure CTA + category buttons
   are never blocked by overlays or stacking context bugs
   ========================================================= */
.hero,
.section,
.cta-strip,
.site-footer { position: relative; z-index: 1; }

.hero-buttons,
.category-grid,
.site-header nav ul,
.site-footer ul {
    position: relative;
    z-index: 5;
}

.hero-buttons .btn,
.cta-strip .btn,
.category-grid .category-card,
.header-cta,
.site-footer a,
.main-navigation .otf-dropdown-menu a {
    position: relative !important;
    z-index: 6 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    text-decoration: none;
}

.main-navigation .otf-dropdown-menu {
    z-index: 300 !important;
}
.main-navigation .otf-dropdown.is-open > .otf-dropdown-menu a {
    pointer-events: auto !important;
}

/* =========================================================
   BREADCRUMBS + TOC + FAQ + RELATED
   ========================================================= */
.otf-breadcrumbs {
    color: #6b7797;
    font-size: 13.5px;
    margin-bottom: 14px;
}
.otf-breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.otf-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 6px 0 10px;
    color: #b7bdc8;
}
.otf-breadcrumbs a { color: #6b7797; }
.otf-breadcrumbs a:hover { color: #1a4b82; }

.single-tag {
    display: inline-block;
    background: #e6faff;
    color: #1a4b82;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.otf-toc {
    background: linear-gradient(135deg, #ffe4f1 0%, #e8d9ff 33%, #d0f0ff 66%, #fff5cc 100%);
    border: 1px solid #dfe6f4;
    border-radius: 14px;
    padding: 22px 26px;
    margin: 0 0 30px;
}
.otf-toc-title {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7367f0;
    margin: 0 0 12px !important;
}
.otf-toc ol {
    list-style: decimal;
    padding-left: 22px;
    margin: 0;
}
.otf-toc li { margin-bottom: 4px; }
.otf-toc-h3 {
    list-style: circle;
    margin-left: 18px;
    font-size: 14.5px;
}
.otf-toc a {
    color: #37425a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 0;
}
.otf-toc a:hover { color: #1a4b82; }

.otf-faq {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ebeef3;
}
.otf-faq h2 { margin-bottom: 20px !important; }
.otf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.otf-faq-item {
    background: #fff;
    border: 1px solid #ebeef3;
    border-radius: 12px;
    padding: 4px 20px;
    box-shadow: 0 2px 8px rgba(30, 45, 90, .03);
    transition: box-shadow .18s ease;
}
.otf-faq-item[open] {
    box-shadow: 0 8px 20px rgba(30, 45, 90, .07);
}
.otf-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    color: #1a202c;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 32px;
    font-size: 15.5px;
}
.otf-faq-item summary::-webkit-details-marker { display: none; }
.otf-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #7367f0;
    font-weight: 400;
    transition: transform .18s ease;
}
.otf-faq-item[open] summary::after {
    content: "−";
}
.otf-faq-answer {
    padding: 0 0 16px;
    color: #4a5876;
    font-size: 15px;
    line-height: 1.7;
}
.otf-faq-answer p { margin: 0; }

.related-guides {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ebeef3;
}
.related-guides h2 { margin-bottom: 20px !important; }
.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.related-card {
    background: #fff;
    border: 1px solid #ebeef3;
    border-radius: 14px;
    padding: 20px;
    color: #1a202c;
    display: flex;
    flex-direction: column;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(30, 45, 90, .04);
}
.related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(30, 45, 90, .1);
    border-color: #c7d6f0;
}
.related-tag {
    display: inline-block;
    background: #e6faff;
    color: #1a4b82;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}
.related-card h3 {
    font-size: 1.02rem;
    margin: 0 0 8px;
    color: #1a202c;
}
.related-card p {
    color: #4a5876;
    font-size: 13.5px;
    margin: 0 0 12px;
    flex-grow: 1;
}
.related-more {
    color: #2b6cb0;
    font-weight: 600;
    font-size: 13px;
}

.post-end-cta {
    margin-top: 40px;
    padding: 32px;
    text-align: center;
    background: linear-gradient(135deg, #ffe4f1 0%, #e8d9ff 33%, #d0f0ff 66%, #fff5cc 100%);
    border: 1px solid #dfe6f4;
    border-radius: 16px;
}
.post-end-cta h3 { margin: 0 0 10px; }
.post-end-cta p { margin: 0 0 20px; color: #4a5876; }
.post-end-cta .hero-buttons { justify-content: center; margin: 0; }

/* Pagination */
.navigation.pagination { margin-top: 30px; }
.page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6eaf3;
    color: #37425a;
    text-decoration: none;
    font-weight: 500;
    transition: all .18s ease;
}
.page-numbers.current,
.page-numbers:hover {
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #fff !important;
    border-color: transparent;
}



/* =========================================================
   OOTDBUY FINDS - DISPLAY HERO ADDITIONS
   ========================================================= */
.hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.05;
    background: linear-gradient(135deg, #ff3d81 0%, #7c3aed 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 12px;
}

/* =========================================================
   OOTDBUY FINDS - STATS BAR (social proof)
   ========================================================= */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #ffffff;
    padding: 26px 20px;
    border-radius: 20px;
    margin: 32px auto 8px;
    max-width: 940px;
    box-shadow: 0 12px 30px rgba(168, 85, 247, .28);
}
.stat-block { text-align: center; }
.stat-block-value {
    display: block;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.05;
}
.stat-block-label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    opacity: .92;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 6px;
}

/* =========================================================
   OOTDBUY FINDS - CATEGORY SHOP NOW OVERLAY
   ========================================================= */
.category-card { position: relative; overflow: hidden; }
.shop-now-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff3d81 0%, #7c3aed 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: 0;
    transform: translateY(-4px);
    transition: all .2s ease;
    pointer-events: none;
}
.category-card:hover .shop-now-badge { opacity: 1; transform: translateY(0); }

/* =========================================================
   OOTDBUY FINDS - 6 BENEFIT CARDS
   ========================================================= */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.benefit-card {
    background: #ffffff;
    border: 1px solid #e6eaf3;
    border-radius: 18px;
    padding: 26px 22px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(30,45,90,.04);
    transition: all .2s ease;
}
.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(30,45,90,.08);
    border-color: #d9c8ff;
}
.benefit-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 14px;
}
.benefit-card:nth-child(6n+1) .benefit-icon { background: linear-gradient(135deg, #ff5c8d 0%, #ff3d81 100%); }
.benefit-card:nth-child(6n+2) .benefit-icon { background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%); }
.benefit-card:nth-child(6n+3) .benefit-icon { background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%); }
.benefit-card:nth-child(6n+4) .benefit-icon { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.benefit-card:nth-child(6n+5) .benefit-icon { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.benefit-card:nth-child(6n+6) .benefit-icon { background: linear-gradient(135deg, #ec4899 0%, #db2777 100%); }
.benefit-card h3 { font-size: 1.15rem; margin: 0 0 8px; font-weight: 800; }
.benefit-card p { color: #4a5876; margin: 0; font-size: 14.5px; line-height: 1.55; }

/* =========================================================
   OOTDBUY FINDS - BLOG CARD FEED
   ========================================================= */
.article-card { position: relative; overflow: hidden; }
.article-card::before {
    content: "";
    display: block;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #ffe4f1 0%, #e8d9ff 50%, #d0f0ff 100%);
    border-radius: 12px;
    margin-bottom: 14px;
    position: relative;
}
.article-card:nth-child(4n+1)::before { background: linear-gradient(135deg, #ffd1e0 0%, #ff9ec4 100%); }
.article-card:nth-child(4n+2)::before { background: linear-gradient(135deg, #ded1ff 0%, #a855f7 100%); }
.article-card:nth-child(4n+3)::before { background: linear-gradient(135deg, #d1eaff 0%, #06b6d4 100%); }
.article-card:nth-child(4n+4)::before { background: linear-gradient(135deg, #fff2b8 0%, #f59e0b 100%); }
.article-card .meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6b7797;
    margin-top: 8px;
}

/* =========================================================
   OOTDBUY FINDS - NEWSLETTER SUBSCRIBE BLOCK
   ========================================================= */
.subscribe-block {
    background: linear-gradient(135deg, #fff5f8 0%, #f5efff 50%, #eef8ff 100%);
    border: 1px solid #e8dcf5;
    border-radius: 24px;
    padding: 44px 32px;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.subscribe-block h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -.02em;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #ff3d81 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.subscribe-block p {
    color: #4a5876;
    max-width: 460px;
    margin: 0 auto 20px;
}
.subscribe-form {
    display: flex;
    gap: 8px;
    max-width: 480px;
    margin: 0 auto 22px;
    flex-wrap: wrap;
}
.subscribe-form input[type="email"] {
    flex: 1;
    min-width: 220px;
    padding: 14px 18px;
    border: 1px solid #e6eaf3;
    border-radius: 999px;
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    color: #1a202c;
    outline: none;
    transition: border-color .2s ease;
}
.subscribe-form input[type="email"]:focus { border-color: #a855f7; box-shadow: 0 0 0 3px rgba(168,85,247,.15); }
.subscribe-form button {
    padding: 14px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5c8d 0%, #a855f7 50%, #06b6d4 100%);
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: opacity .2s ease;
}
.subscribe-form button:hover { opacity: .92; }
.avatar-cluster {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4a5876;
    font-size: 13.5px;
    font-weight: 500;
}
.avatar-stack { display: inline-flex; }
.avatar-stack .avatar {
    width: 32px; height: 32px;
    border-radius: 999px;
    border: 2px solid #ffffff;
    margin-left: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.avatar-stack .avatar:first-child { margin-left: 0; }
.avatar-stack .avatar:nth-child(1) { background: linear-gradient(135deg, #ff5c8d 0%, #ff3d81 100%); }
.avatar-stack .avatar:nth-child(2) { background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%); }
.avatar-stack .avatar:nth-child(3) { background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%); }
.avatar-stack .avatar:nth-child(4) { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.avatar-stack .avatar:nth-child(5) { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }

/* =========================================================
   OOTDBUY FINDS - SEO MISSPELLING + DISCLAIMER
   ========================================================= */
.seo-misspell {
    background: #fbfafd;
    border: 1px dashed #d9d1e8;
    border-radius: 10px;
    padding: 16px 18px;
    color: #6b7797;
    font-size: 13px;
    line-height: 1.7;
    margin: 24px auto 0;
    max-width: 780px;
}
.seo-misspell strong { color: #37425a; }

.disclaimer-strip {
    background: linear-gradient(90deg, #fef2f8 0%, #f5eeff 50%, #eef8ff 100%);
    border-top: 1px solid #f0dded;
    padding: 14px 0;
    color: #6b5aa3;
    font-size: 13px;
    text-align: center;
}
.disclaimer-strip .container { max-width: 900px; }
.disclaimer-strip a { color: #7c3aed; text-decoration: underline; }
