/* =========================================================================
   Landing Page 3 — Content Arb Editorial Template
   Scoped under .landing-page-arb body class.
   Two-column layout with sticky sidebar ads.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Inter:wght@400;500;600&display=swap');

/* ─── Hard Reset: kill ALL theme defaults for LP3 ─── */

.landing-page-arb .site-header,
.landing-page-arb .site-branding,
.landing-page-arb .site-header--menu,
.landing-page-arb .site-header--menu-toggle {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

.landing-page-arb,
.landing-page-arb #page,
.landing-page-arb .arb-layout,
.landing-page-arb .arb-main,
.landing-page-arb .arb-article,
.landing-page-arb .arb-sidebar {
    max-width: none !important;
    float: none !important;
    position: relative;
}

.landing-page-arb #page {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.landing-page-arb {
    background: #f2f2f2 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-page-arb .entry-content,
.landing-page-arb .entry-summary,
.landing-page-arb .page-content {
    margin: 0 !important;
}

.landing-page-arb .container,
.landing-page-arb .container-post {
    max-width: none !important;
    padding: 0 !important;
}

.landing-page-arb [id*="__container__"] {
    z-index: 1 !important;
}

.landing-page-arb [id*="__container__"] > iframe {
    pointer-events: none !important;
}

/* ─── Site Header Bar ─── */

.arb-site-header {
    background: var(--site-primary-color, #1a1a2e);
    padding: 0 24px;
    z-index: 100;
}

.arb-site-header__inner {
    max-width: 1200px !important;
    margin: 0 auto;
    height: 52px;
    display: flex;
    align-items: center;
}

.arb-site-logo {
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.arb-site-logo:hover {
    opacity: .85;
}

/* ─── Two-Column Layout ─── */

.landing-page-arb .arb-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px 20px 0 !important;
    align-items: flex-start !important;
}

.landing-page-arb .site-main.arb-main {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.landing-page-arb .arb-article {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

/* ─── Ad Label ─── */

.arb-ad-label {
    display: block;
    text-align: center;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #b0b0b0;
    margin-bottom: 6px;
}

/* ─── Ad Centering ─── */

.arb-ad-center {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

/* ─── Ad Pair (two 300x250 side by side) ─── */

.arb-ad-pair {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ─── Sidebar ─── */

.landing-page-arb .arb-sidebar {
    width: 320px !important;
    min-width: 320px !important;
    flex: 0 0 320px !important;
    align-self: stretch !important;
    overflow: visible !important;
}

.arb-sidebar__sticky {
    position: sticky !important;
    top: 16px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arb-sidebar__ad {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
    overflow: hidden;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── Sponsored Label ─── */

.arb-sponsored-label {
    background: #fafafa;
    color: #999;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 7px 16px;
    border-bottom: 1px solid #f0f0f0;
}

/* ─── Breadcrumb ─── */

.arb-breadcrumb {
    padding: 14px 28px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 12px;
    color: #999;
}

.arb-breadcrumb a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
}

.arb-breadcrumb a:hover {
    color: #1a73e8;
}

.arb-breadcrumb-sep {
    margin: 0 5px;
    color: #ccc;
}

/* ─── Hero ─── */

.arb-hero {
    padding: 16px 28px 0;
}

.arb-headline {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 10px;
    letter-spacing: -.2px;
}

.arb-meta {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.arb-meta-sep {
    margin: 0 6px;
    color: #ddd;
}

.arb-meta-author {
    font-weight: 600;
    color: #555;
}

/* ─── Featured Image ─── */

.arb-featured-img {
    margin: 0;
}

.arb-featured-img__img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── Ad Slots ─── */

.arb-ad-slot {
    text-align: center;
}

.arb-ad-slot--leaderboard {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arb-ad-slot--inline {
    padding: 18px 0;
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    clear: both;
}

.arb-ad-slot iframe {
    max-width: 100%;
    height: auto;
}

/* ─── Body Content ─── */

.arb-body {
    padding: 20px 28px 8px;
}

.arb-body,
.arb-body p {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 15px;
    line-height: 1.85;
    color: #333;
    font-weight: 400;
}

.arb-body p {
    margin-bottom: 1.2em;
}

.arb-body h2 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 1.6em 0 .5em;
}

.arb-body h3 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 1.3em 0 .4em;
}

.arb-body strong {
    color: #1a1a1a;
    font-weight: 700;
}

.arb-body a {
    color: #1a73e8;
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 115, 232, .3);
}

.arb-body a:hover {
    color: #174ea6;
    border-bottom-color: #174ea6;
}

.arb-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 16px 0;
    display: block;
}

.arb-body ul,
.arb-body ol {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 1.3em;
    margin-bottom: 1.2em;
    color: #444;
}

.arb-body li {
    margin-bottom: .5em;
}

.arb-body blockquote {
    border-left: 3px solid #1a73e8;
    margin: 1.4em 0;
    padding: 14px 20px;
    background: #f8f9fa;
    border-radius: 0 4px 4px 0;
    color: #555;
    font-style: italic;
}

/* ─── LP3 Footer ─── */

.arb-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 32px;
    font-family: 'Inter', -apple-system, sans-serif;
}

.arb-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
}

.arb-footer__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.arb-footer__brand {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.arb-footer__copy {
    font-size: 11px;
    color: #aaa;
    font-weight: 400;
}

.arb-footer__links {
    display: flex;
    gap: 16px;
}

.arb-footer__links a {
    font-size: 11px;
    color: #999;
    text-decoration: none;
    font-weight: 400;
    transition: color .15s;
}

.arb-footer__links a:hover {
    color: #555;
}

.arb-footer__disclaimer {
    font-size: 9px;
    color: #c0c0c0;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 0;
    max-width: 700px;
}

/* ─── Responsive ─── */

@media screen and (max-width: 1060px) {
    .landing-page-arb .arb-sidebar {
        display: none !important;
    }

    .landing-page-arb .arb-layout {
        padding: 16px 12px 0 !important;
    }

    .arb-site-header {
        padding: 0 12px;
    }

    .arb-ad-pair {
        flex-direction: column;
        align-items: center;
    }

    .arb-footer__inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .arb-footer__left {
        flex-direction: column;
        gap: 4px;
    }

    .arb-footer__links {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .arb-hero {
        padding: 14px 16px 0;
    }

    .arb-headline {
        font-size: 1.3rem;
    }

    .arb-breadcrumb {
        padding: 10px 16px 0;
    }

    .arb-body {
        padding: 16px 16px 8px;
    }

    .arb-body,
    .arb-body p {
        font-size: 14px;
        line-height: 1.75;
    }

    .arb-ad-slot--leaderboard,
    .arb-ad-slot--inline {
        padding: 12px 8px;
    }

    .arb-site-header__inner {
        height: 46px;
    }
}
