.landing-private-preview {
    display: flex;
    position: relative;
    z-index: 20;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100% - 36px, 1240px);
    margin: 18px auto 0;
    padding: 11px 14px;
    border: 1px solid #a9cdfb;
    border-radius: 14px;
    color: #083b78;
    background: #eef7ff;
    box-shadow: 0 8px 24px rgba(0, 88, 196, .08);
}
.landing-private-preview > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.landing-private-preview svg { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.landing-private-preview span { display: grid; min-width: 0; }
.landing-private-preview strong { font-size: .75rem; font-weight: 900; }
.landing-private-preview small { margin-top: 2px; color: #45698f; font-size: .63rem; line-height: 1.65; }
.landing-private-preview a { flex: 0 0 auto; padding: 7px 11px; border-radius: 9px; color: #fff; background: #076cda; font-size: .66rem; font-weight: 800; text-decoration: none; }
.landing-private-preview a:hover { color: #fff; background: #0058b9; }

.landing-business-page {
    --landing-blue: #007aff;
    --landing-blue-dark: #0058c4;
    --landing-blue-deep: #06254f;
    --landing-blue-soft: #eaf4ff;
    --landing-amber: #ffb020;
    --landing-green: #1fa971;
    --landing-ink: #14141a;
    --landing-muted: #6b6b74;
    --landing-secondary: #f2f2f7;
    --landing-surface: #ffffff;
    --landing-line: #e7e7ee;
    --landing-shadow-sm: 0 6px 18px rgba(16, 24, 60, .06);
    --landing-shadow-md: 0 18px 40px rgba(16, 24, 60, .08);
    --landing-shadow-lg: 0 26px 60px rgba(6, 37, 79, .16);
    --landing-gradient: linear-gradient(135deg, #0d6efd 0%, #007aff 45%, #35b6ff 100%);
    width: 100%;
    max-width: 100%;
    padding: 20px 0 72px;
    color: var(--landing-ink);
    background: #f6f8fc;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    .landing-business-page { overflow-x: clip; }
}

@media (max-width: 575.98px) {
    .landing-private-preview { align-items: flex-start; width: calc(100% - 24px); margin-top: 12px; padding: 10px 12px; flex-direction: column; gap: 8px; }
    .landing-private-preview a { align-self: stretch; text-align: center; }
}

.landing-business-page,
.landing-business-page * { box-sizing: border-box; }
.landing-business-page svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.landing-business-container { width: min(100% - 36px, 1240px); min-width: 0; margin: 0 auto; }

/* Breadcrumb */
.landing-business-breadcrumb { display: flex; align-items: center; min-width: 0; gap: 7px; margin: 0 4px 16px; color: #9a9aa2; font-size: .66rem; overflow: hidden; white-space: nowrap; }
.landing-business-breadcrumb a { flex: 0 0 auto; color: #6e6e75; text-decoration: none; }
.landing-business-breadcrumb a:hover { color: var(--landing-blue); }
.landing-business-breadcrumb svg { flex: 0 0 13px; width: 13px; height: 13px; }
.landing-business-breadcrumb span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }

/* ============ HERO ============ */
.landing-hero {
    position: relative;
    padding: 8px 8px 0;
    overflow: hidden;
    border-radius: 32px;
    background: var(--landing-blue-deep);
    background: radial-gradient(120% 140% at 100% -10%, #0f6fe0 0%, #0a3f8f 42%, #071f45 78%, #06172f 100%);
    box-shadow: var(--landing-shadow-lg);
}
.landing-hero-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.landing-hero-glow-a { top: -90px; left: -70px; width: 280px; height: 280px; background: rgba(53, 182, 255, .55); }
.landing-hero-glow-b { right: -60px; bottom: -60px; width: 240px; height: 240px; background: rgba(255, 176, 32, .3); }

.landing-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(380px, 46%) minmax(0, 54%); direction: ltr; }
.landing-hero-content { grid-column: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 52px 46px 44px; direction: rtl; }
.landing-business-eyebrow { display: inline-flex; align-self: flex-start; align-items: center; gap: 7px; min-height: 31px; margin-bottom: 16px; padding: 5px 12px; border-radius: 999px; color: #cfe8ff; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16); font-size: .68rem; font-weight: 800; backdrop-filter: blur(6px); }
.landing-hero-content a.landing-business-eyebrow { text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.landing-hero-content a.landing-business-eyebrow:hover { border-color: rgba(255, 255, 255, .35); color: #fff; background: rgba(255, 255, 255, .16); }
.landing-business-eyebrow svg { width: 16px; height: 16px; color: var(--landing-amber); }
.landing-hero-content h1 { max-width: 520px; margin: 0; color: #fff; font-size: clamp(2rem, 3.3vw, 2.75rem); font-weight: 950; line-height: 1.4; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: anywhere; }
.landing-hero-content > p { display: -webkit-box; max-width: 500px; margin: 15px 0 0; color: rgba(226, 236, 252, .82); font-size: .84rem; line-height: 2; overflow: hidden; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.landing-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.landing-primary-action,
.landing-secondary-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 8px 18px; border-radius: 13px; font-size: .72rem; font-weight: 800; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.landing-primary-action { color: #06254f; background: #fff; box-shadow: 0 10px 24px rgba(0, 0, 0, .22); }
.landing-primary-action:hover { color: #06254f; background: #eaf4ff; transform: translateY(-2px); }
.landing-secondary-action { border: 1px solid rgba(255, 255, 255, .28); color: #fff; background: rgba(255, 255, 255, .06); backdrop-filter: blur(6px); }
.landing-secondary-action:hover { border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .14); transform: translateY(-2px); }
.landing-primary-action svg,
.landing-secondary-action svg { width: 17px; height: 17px; }
.landing-hero-trust { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(215, 228, 250, .78); font-size: .6rem; line-height: 1.55; }
.landing-hero-trust > span:last-child { display: grid; }
.landing-hero-trust b { color: #fff; font-size: .7rem; }
.landing-trust-avatars { display: flex; flex: 0 0 auto; padding-right: 8px; direction: ltr; }
.landing-trust-avatars img { width: 32px; height: 32px; margin-right: -8px; border: 2px solid #0a3f8f; border-radius: 50%; background: var(--landing-secondary); object-fit: cover; }

.landing-hero-media { grid-column: 2; position: relative; display: block; min-width: 0; height: 100%; min-height: 380px; margin: 10px 10px 0 0; overflow: hidden; border-radius: 26px; background: var(--landing-secondary) url('../../images/default-img.png') center / cover no-repeat; }
.landing-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(6, 23, 47, 0) 40%, rgba(6, 23, 47, .55) 100%), linear-gradient(0deg, rgba(6, 23, 47, .35), transparent 40%); pointer-events: none; }
.landing-hero-media > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.landing-hero-media:hover > img { transform: scale(1.035); }
.landing-hero-media-count { position: absolute; z-index: 1; top: 18px; left: 18px; display: grid; place-items: center; min-width: 62px; padding: 8px 10px; border-radius: 15px; color: #06254f; background: rgba(255, 255, 255, .92); box-shadow: 0 8px 20px rgba(0, 0, 0, .18); backdrop-filter: blur(8px); text-align: center; direction: rtl; }
.landing-hero-media-count b { font-size: 1.1rem; font-weight: 950; line-height: 1; }
.landing-hero-media-count small { margin-top: 2px; color: #4b5876; font-size: .55rem; font-weight: 750; line-height: 1.3; }
.landing-hero-featured { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; gap: 9px; padding: 12px 14px; border-radius: 16px; color: #fff; background: rgba(6, 23, 47, .42); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(10px); direction: rtl; }
.landing-hero-featured small { padding: 5px 8px; border-radius: 7px; color: #06254f; background: var(--landing-amber); font-size: .55rem; font-weight: 800; }
.landing-hero-featured strong { min-width: 0; font-size: .88rem; font-weight: 900; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.landing-hero-featured b { flex: 0 0 auto; margin-right: auto; font-size: .7rem; direction: ltr; }

/* Floating glass snapshot bar, overlapping the hero's bottom edge */
.landing-snapshot { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: center; gap: 4px; margin: -30px 18px 0; padding: 6px; border-radius: 20px; background: rgba(255, 255, 255, .82); box-shadow: var(--landing-shadow-md); backdrop-filter: blur(16px) saturate(160%); -webkit-backdrop-filter: blur(16px) saturate(160%); }
.landing-snapshot > div { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 14px 16px; border-radius: 15px; transition: background .2s ease; }
.landing-snapshot > div:hover { background: rgba(0, 122, 255, .06); }
.landing-snapshot-icon { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: var(--landing-gradient); box-shadow: 0 6px 14px rgba(0, 122, 255, .3); }
.landing-snapshot-icon svg { width: 19px; height: 19px; fill: rgba(255, 255, 255, .25); }
.landing-snapshot > div > span:last-child { display: grid; min-width: 0; }
.landing-snapshot small { color: var(--landing-muted); font-size: .62rem; font-weight: 650; }
.landing-snapshot strong { margin-top: 2px; overflow: hidden; color: var(--landing-ink); font-size: .84rem; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.landing-snapshot > a { display: flex; align-items: center; justify-content: center; gap: 7px; align-self: stretch; padding: 0 20px; border-radius: 15px; color: #fff; background: var(--landing-ink); font-size: .72rem; font-weight: 800; text-decoration: none; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.landing-snapshot > a:hover { background: var(--landing-blue); transform: translateY(-1px); }
.landing-snapshot > a svg { width: 15px; height: 15px; }

/* ============ Rich article sections ============ */
.landing-article-panel { display: grid; grid-template-columns: minmax(190px, 26%) minmax(0, 74%); gap: 36px; margin-top: 60px; padding: 32px 34px; border: 1px solid var(--landing-line); border-radius: 22px; background: var(--landing-surface); box-shadow: var(--landing-shadow-sm); scroll-margin-top: 20px; }
.landing-article-panel header { padding-top: 3px; }
.landing-article-kicker { display: inline-block; margin-bottom: 9px; padding: 4px 11px; border-radius: 999px; color: var(--landing-blue-dark); background: var(--landing-blue-soft); font-size: .64rem; font-weight: 850; }
.landing-article-panel header h2 { margin: 0; color: var(--landing-ink); font-size: 1.32rem; font-weight: 950; line-height: 1.6; }
.landing-article-panel header p { margin: 8px 0 0; color: var(--landing-muted); font-size: .78rem; }
.landing-business-prose { min-width: 0; color: #525259; font-size: .83rem; line-height: 2.1; overflow-wrap: anywhere; word-break: break-word; }
.landing-business-prose h2,
.landing-business-prose h3 { margin: 1.35em 0 .45em; color: var(--landing-ink); font-weight: 900; line-height: 1.65; }
.landing-business-prose h2 { font-size: 1.2rem; }
.landing-business-prose h3 { font-size: 1rem; }
.landing-business-prose p { margin: 0 0 .9em; }
.landing-business-prose ul,
.landing-business-prose ol { padding-right: 1.2rem; }
.landing-business-prose img { width: auto; max-width: 100% !important; height: auto !important; border-radius: 14px; }
.landing-business-prose figure { width: 100% !important; max-width: 100% !important; margin-inline: 0; }
.landing-business-prose iframe,
.landing-business-prose video { max-width: 100%; }
.landing-business-prose table { display: block; width: 100% !important; max-width: 100%; overflow-x: auto; }
.landing-business-prose pre { max-width: 100%; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.landing-business-prose blockquote { max-width: 100%; margin: 1em 0; padding: 13px 16px; border-right: 3px solid var(--landing-blue); border-radius: 9px 0 0 9px; background: var(--landing-blue-soft); }
.landing-business-prose a { color: var(--landing-blue); text-decoration: underline !important; text-underline-offset: 2px; }
.landing-business-prose > :first-child { margin-top: 0; }
.landing-business-prose > :last-child { margin-bottom: 0; }
.landing-article-outro { margin-top: 34px; background: linear-gradient(180deg, #f6faff, #fff); }
.landing-article-outro .landing-article-kicker { color: var(--landing-green); background: #eafbf3; }

/* ============ Results header ============ */
.landing-results-section { padding-top: 60px; scroll-margin-top: 16px; }
.landing-results-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.landing-results-heading > span { display: inline-flex; margin-bottom: 10px; padding: 5px 13px; border-radius: 999px; color: var(--landing-blue-dark); background: var(--landing-blue-soft); font-size: .72rem; font-weight: 850; }
.landing-results-heading h2 { max-width: 640px; margin: 0; color: var(--landing-ink); font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 950; line-height: 1.5; }
.landing-results-heading p { margin: 10px 0 0; color: #8a8a91; font-size: .8rem; }
.landing-results-heading p b { color: var(--landing-blue); font-size: .9rem; }

/* ============ Results layout: sticky timeline index + cards ============ */
.landing-results-layout { display: grid; grid-template-columns: minmax(210px, 240px) minmax(0, 1fr); align-items: start; gap: 30px; margin-top: 36px; }
.landing-results-index { position: sticky; top: 18px; padding: 20px 20px 20px 0; }
.landing-results-index > div { display: flex; flex-direction: column; margin-bottom: 16px; }
.landing-results-index > div > span { color: var(--landing-blue); font-size: .66rem; font-weight: 850; }
.landing-results-index > div > strong { margin-top: 3px; color: var(--landing-ink); font-size: .98rem; font-weight: 900; }
.landing-business-ad { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: start; gap: 10px; margin: 0 0 16px; padding: 13px; overflow: hidden; border: 1px solid #cfe5ff; border-radius: 15px; color: var(--landing-blue-deep); background: linear-gradient(145deg, #f4f9ff, #e8f3ff); text-decoration: none; box-shadow: 0 7px 18px rgba(0, 91, 190, .08); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.landing-business-ad:hover { border-color: #8ec5ff; color: var(--landing-blue-deep); box-shadow: 0 10px 24px rgba(0, 91, 190, .14); transform: translateY(-2px); }
.landing-business-ad-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: #fff; background: var(--landing-gradient); box-shadow: 0 6px 14px rgba(0, 122, 255, .25); }
.landing-business-ad-icon svg { width: 19px; height: 19px; }
.landing-business-ad-copy { display: flex; flex-direction: column; min-width: 0; }
.landing-business-ad-copy strong { font-size: .74rem; font-weight: 900; line-height: 1.65; }
.landing-business-ad-copy small { margin-top: 3px; color: #66758b; font-size: .61rem; font-weight: 650; line-height: 1.7; }
.landing-business-ad-copy b { margin-top: 7px; color: var(--landing-blue); font-size: .63rem; font-weight: 850; }
.landing-results-index ol { position: relative; display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.landing-results-index ol::before { content: ''; position: absolute; top: 16px; bottom: 16px; right: 15px; width: 2px; background: var(--landing-line); }
.landing-results-index li { position: relative; }
.landing-results-index ol a { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; min-width: 0; padding: 8px 4px; border-radius: 10px; color: #57575f; text-decoration: none; transition: color .2s ease, background .2s ease; }
.landing-results-index ol a:hover { color: var(--landing-blue); background: rgba(0, 122, 255, .06); }
.landing-results-index ol a.is-active { color: var(--landing-blue); background: rgba(0, 122, 255, .1); }
.landing-results-index ol a b { display: grid; flex: 0 0 30px; place-items: center; width: 30px; height: 30px; border: 1px solid var(--landing-line); border-radius: 50%; background: #fff; color: var(--landing-ink); font-size: .66rem; font-weight: 850; direction: ltr; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.landing-results-index ol a:hover b,
.landing-results-index ol a.is-active b { border-color: transparent; color: #fff; background: var(--landing-gradient); }
.landing-results-index ol a span { min-width: 0; overflow: hidden; font-size: .76rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

.landing-business-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 40px 28px; width: 100%; min-width: 0; }
.landing-business-entry { display: flex; flex-direction: column; width: 100%; min-width: 0; height: 100%; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 24px; background: var(--landing-surface); box-shadow: var(--landing-shadow-sm); scroll-margin-top: 18px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.landing-business-entry:hover { border-color: rgba(0, 122, 255, .3); box-shadow: var(--landing-shadow-md); transform: translateY(-3px); }

.landing-business-seo-copy { flex: 1 1 auto; width: 100%; min-width: 0; margin: 0; padding: 24px 24px 4px; background: linear-gradient(180deg, #fff, #fbfcff); }
.landing-entry-number { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 10px; padding: 4px 10px; border-radius: 999px; color: var(--landing-blue-dark); background: var(--landing-blue-soft); font-size: .68rem; font-weight: 850; }
.landing-business-seo-copy > h2 { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--landing-ink); font-size: 1.3rem; font-weight: 950; line-height: 1.5; }
.landing-entry-description { display: block; margin-top: 10px; color: #53535a; font-size: .87rem; line-height: 2; overflow-wrap: break-word; word-break: normal; white-space: normal; text-align: start; }
.landing-entry-description :where(p, div, span, li, blockquote, a) { overflow-wrap: break-word !important; word-break: normal !important; }
.landing-entry-description .text-justify,
.landing-entry-description [style*="text-align:justify"],
.landing-entry-description [style*="text-align: justify"] { text-align: start !important; }
.landing-entry-description > :first-child { margin-top: 0; }
.landing-entry-description > :last-child { margin-bottom: 0; }
.landing-entry-description p:empty,
.landing-entry-description div:empty { display: none; }
.landing-entry-description p { margin: 0 0 8px; }
.landing-entry-description h2,
.landing-entry-description h3,
.landing-entry-description h4 { margin: 14px 0 6px; color: var(--landing-ink); font-weight: 900; line-height: 1.7; }
.landing-entry-description h2 { font-size: 1.08rem; }
.landing-entry-description h3 { font-size: 1.01rem; }
.landing-entry-description h4 { font-size: .96rem; }
.landing-entry-description ul,
.landing-entry-description ol { margin: 8px 0; padding-right: 22px; }
.landing-entry-description li { margin-bottom: 4px; }
.landing-entry-description blockquote { margin: 10px 0; padding: 8px 13px; border-right: 3px solid var(--landing-blue); border-radius: 7px; background: #f5f9ff; }
.landing-entry-description a { color: var(--landing-blue); text-underline-offset: 3px; }
.landing-entry-description img { max-width: 100%; height: auto; border-radius: 10px; }
.landing-entry-description table { width: 100%; margin: 10px 0; border-collapse: collapse; }
.landing-entry-description th,
.landing-entry-description td { padding: 7px 9px; border: 1px solid var(--landing-line); }
.landing-entry-slogan { display: -webkit-box; margin: 12px 0 0; color: #33333a; font-size: .86rem; font-weight: 800; line-height: 1.8; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.landing-entry-slogan::before { content: ''; display: inline-block; width: 14px; height: 3px; margin-left: 7px; border-radius: 999px; background: var(--landing-gradient); vertical-align: middle; }

.landing-product-card { display: flex; flex: 0 0 auto; flex-direction: column; min-width: 0; margin-top: 18px; border-top: 1px solid var(--landing-line); background: var(--landing-surface); }
.landing-grid-media { position: relative; display: block; flex: 0 0 auto; width: 100%; height: 208px; overflow: hidden; color: #fff; background: var(--landing-secondary) url('../../images/default-img.png') center / cover no-repeat; }
.landing-grid-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .05), transparent 45%, rgba(0, 0, 0, .35)); pointer-events: none; }
.landing-grid-media > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.landing-product-card:hover .landing-grid-media > img { transform: scale(1.04); }
.landing-grid-rank { position: absolute; z-index: 1; top: 13px; right: 13px; display: grid; place-items: center; min-width: 36px; height: 34px; padding: 0 9px; border-radius: 10px; color: #fff; background: var(--landing-gradient); box-shadow: 0 6px 16px rgba(0, 91, 190, .35); font-size: .8rem; font-weight: 900; direction: ltr; }
.landing-grid-rating { position: absolute; z-index: 1; right: 13px; bottom: 13px; display: inline-flex; align-items: center; gap: 4px; min-height: 29px; padding: 4px 9px; border-radius: 9px; color: #fff; background: rgba(20, 20, 23, .78); backdrop-filter: blur(8px); }
.landing-grid-rating svg { width: 13px; height: 13px; fill: var(--landing-amber); stroke: var(--landing-amber); }
.landing-grid-rating b { font-size: .78rem; font-weight: 900; direction: ltr; }
.landing-grid-rating small { color: rgba(255, 255, 255, .78); font-size: .64rem; }
.landing-grid-logo-frame { position: relative; z-index: 2; height: 0; padding: 0 0 0 20px; }
.landing-grid-logo { position: relative; top: -22px; display: block; width: 52px; height: 52px; border: 3px solid #fff; border-radius: 15px; background: #fff; box-shadow: 0 8px 18px rgba(0, 0, 0, .16); object-fit: cover; }

.landing-grid-body { display: flex; flex-direction: column; min-width: 0; padding: 34px 20px 20px; background: var(--landing-surface); }
.landing-grid-title-row { display: flex; align-items: flex-start; justify-content: space-between; min-width: 0; gap: 10px; }
.landing-grid-body h3 { min-width: 0; margin: 0; font-size: 1.14rem; font-weight: 900; line-height: 1.5; }
.landing-grid-body h3 a { min-width: 0; color: var(--landing-ink); text-decoration: none; overflow-wrap: anywhere; }
.landing-grid-body h3 a:hover { color: var(--landing-blue); }
.landing-verified { display: inline-grid; flex: 0 0 17px; place-items: center; width: 17px; height: 17px; margin-right: 4px; border-radius: 50%; color: #fff; background: var(--landing-blue); vertical-align: middle; }
.landing-verified svg { width: 11px; height: 11px; stroke-width: 2.8; }
.landing-product-rating { display: flex; align-items: center; flex: 0 0 auto; gap: 5px; margin: 2px 0 0; color: #85858c; font-size: .68rem; white-space: nowrap; }
.landing-product-rating b { color: #956300; font-size: .8rem; direction: ltr; }
.landing-grid-address { display: flex; align-items: center; min-width: 0; gap: 7px; margin: 9px 0 0; color: #626269; font-size: .78rem; font-weight: 650; }
.landing-grid-address svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--landing-blue); }
.landing-grid-address span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.landing-card-insights { display: grid; gap: 8px; min-width: 0; margin-top: 14px; padding: 11px 12px; border: 1px solid #eceff4; border-radius: 13px; background: #fafbfc; }
.landing-card-insight { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; min-width: 0; gap: 8px; }
.landing-insight-label { display: inline-flex; align-items: center; gap: 6px; color: #686870; font-size: .68rem; font-weight: 850; white-space: nowrap; }
.landing-insight-label svg { flex: 0 0 15px; width: 15px; height: 15px; color: var(--landing-blue); }
.landing-insight-chips { display: flex; min-width: 0; gap: 6px; overflow: hidden; }
.landing-insight-chip { display: inline-flex; align-items: center; flex: 0 1 auto; min-width: 0; min-height: 27px; padding: 5px 9px; border: 1px solid transparent; border-radius: 9px; font-size: .67rem; font-weight: 780; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.landing-insight-specialty { border-color: #d7eaff; color: #1265b6; background: linear-gradient(135deg, #f2f8ff, #e8f2ff); }
.landing-insight-amenity { border-color: #d3f0e1; color: #167a53; background: linear-gradient(135deg, #f1f8f4, #e8f7ee); }
.landing-insight-chip svg { flex: 0 0 12px; width: 12px; height: 12px; margin-left: 3px; stroke-width: 2.4; }
.landing-grid-link { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-top: 16px; border-radius: 12px; color: #fff; background: var(--landing-gradient); font-size: .78rem; font-weight: 850; text-decoration: none; box-shadow: 0 8px 18px rgba(0, 122, 255, .22); transition: filter .2s ease, transform .2s ease; }
.landing-grid-link svg { width: 15px; height: 15px; }
.landing-grid-link:hover { filter: brightness(1.06); transform: translateY(-1px); }

.landing-business-empty { display: grid; place-items: center; min-height: 260px; margin-top: 30px; padding: 38px 18px; border: 1px dashed #d2d2d8; border-radius: 18px; text-align: center; background: var(--landing-surface); }
.landing-business-empty > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 12px; border-radius: 15px; color: #fff; background: var(--landing-gradient); }
.landing-business-empty svg { width: 26px; height: 26px; }
.landing-business-empty h3 { margin: 0; font-size: 1rem; font-weight: 900; }
.landing-business-empty p { margin: 7px 0 15px; color: var(--landing-muted); font-size: .7rem; }
.landing-business-empty a { padding: 7px 12px; border-radius: 8px; color: #fff; background: var(--landing-blue); font-size: .65rem; font-weight: 750; }

/* ============ Related guides ============ */
.landing-related-guides { margin-top: 42px; padding: 30px; border: 1px solid var(--landing-line); border-radius: 24px; background: var(--landing-surface); box-shadow: var(--landing-shadow-sm); }
.landing-related-guides > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.landing-related-guides > header span { color: var(--landing-blue); font-size: .67rem; font-weight: 850; }
.landing-related-guides > header h2 { margin: 5px 0 0; color: var(--landing-ink); font-size: 1.35rem; font-weight: 950; line-height: 1.55; }
.landing-related-guides > header > a { flex: 0 0 auto; color: var(--landing-blue); font-size: .7rem; font-weight: 850; text-decoration: none; }
.landing-related-guides > header > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.landing-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.landing-related-card { min-width: 0; overflow: hidden; border: 1px solid #e9edf3; border-radius: 17px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.landing-related-card:hover { transform: translateY(-3px); border-color: #cfe2f8; box-shadow: 0 12px 28px rgba(16, 24, 60, .08); }
.landing-related-media { position: relative; display: block; height: 135px; overflow: hidden; background: #e8eef6; }
.landing-related-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.landing-related-card:hover .landing-related-media img { transform: scale(1.04); }
.landing-related-media small { position: absolute; right: 9px; bottom: 9px; padding: 4px 7px; border-radius: 7px; color: #fff; background: rgba(6, 37, 79, .78); font-size: .55rem; font-weight: 800; backdrop-filter: blur(6px); }
.landing-related-card > div { padding: 14px; }
.landing-related-category { display: inline-block; margin-bottom: 6px; color: var(--landing-blue); font-size: .57rem; font-weight: 850; text-decoration: none; }
.landing-related-card h3 { margin: 0; font-size: .82rem; font-weight: 900; line-height: 1.75; }
.landing-related-card h3 a { color: var(--landing-ink); text-decoration: none; }
.landing-related-card h3 a:hover { color: var(--landing-blue); }
.landing-related-card p { display: -webkit-box; margin: 8px 0 0; overflow: hidden; color: var(--landing-muted); font-size: .64rem; line-height: 1.85; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }

/* ============ Final CTA banner ============ */
.landing-final-cta { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 58px; padding: 40px 42px; overflow: hidden; border-radius: 28px; background: var(--landing-blue-deep); background: radial-gradient(120% 160% at 0% 0%, #0f6fe0 0%, #0a3f8f 45%, #071f45 85%); box-shadow: var(--landing-shadow-lg); }
.landing-cta-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(56px); pointer-events: none; }
.landing-cta-glow-a { top: -60px; right: -40px; width: 220px; height: 220px; background: rgba(53, 182, 255, .5); }
.landing-cta-glow-b { bottom: -80px; left: 10%; width: 260px; height: 260px; background: rgba(255, 176, 32, .28); }
.landing-final-cta > div { position: relative; z-index: 1; min-width: 260px; }
.landing-final-cta span { display: block; margin-bottom: 8px; color: #9fcfff; font-size: .74rem; font-weight: 800; }
.landing-final-cta h2 { max-width: 560px; margin: 0; color: #fff; font-size: clamp(1.2rem, 2.4vw, 1.6rem); font-weight: 900; line-height: 1.7; }
.landing-final-cta > a { position: relative; z-index: 1; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; min-height: 50px; padding: 10px 22px; border-radius: 14px; color: #06254f; background: #fff; font-size: .82rem; font-weight: 850; text-decoration: none; box-shadow: 0 10px 24px rgba(0, 0, 0, .22); transition: transform .2s ease, background .2s ease; }
.landing-final-cta > a:hover { background: #eaf4ff; transform: translateY(-2px); }
.landing-final-cta > a svg { width: 16px; height: 16px; }

.landing-business-page a:focus-visible { outline: 3px solid rgba(0, 122, 255, .28); outline-offset: 3px; }
.landing-mobile-guide-toggle,
.landing-mobile-business-picker,
.landing-mobile-card-toggle { display: none; }

@media (max-width: 1050px) {
    .landing-hero-content { padding: 42px 34px 36px; }
    .landing-hero-content h1 { font-size: clamp(1.85rem, 3.7vw, 2.4rem); }
    .landing-hero-content > p { font-size: .78rem; }
    .landing-snapshot { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .landing-snapshot > a { grid-column: 1 / -1; margin-top: 2px; }
    .landing-results-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 22px; }
    .landing-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .landing-results-layout { grid-template-columns: minmax(0, 1fr); }
    .landing-results-index { position: static; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; padding: 0 0 6px; }
    .landing-results-index > div { flex-direction: row; align-items: baseline; gap: 6px; margin-bottom: 0; }
    .landing-business-ad { flex: 1 1 100%; margin-bottom: 2px; }
    .landing-results-index ol { display: flex; flex-wrap: wrap; gap: 6px 10px; }
    .landing-results-index ol::before { display: none; }
    .landing-results-index ol a span { display: none; }
    .landing-results-index ol a { padding: 3px; }
    .landing-business-results { grid-template-columns: minmax(0, 1fr); max-width: 460px; margin: 0 auto; gap: 30px; }
}

@media (max-width: 767.98px) {
    .landing-business-page { padding: 6px 0 38px; }
    .landing-business-container { width: min(100% - 12px, 620px); }
    .landing-business-breadcrumb { display: none; }
    .landing-hero { padding: 6px 6px 0; border-radius: 22px; }
    .landing-hero-grid { grid-template-columns: 1fr; }
    .landing-hero-content { grid-column: 1; padding: 22px 16px 17px; }
    .landing-business-eyebrow { min-height: 25px; margin-bottom: 10px; padding: 4px 10px; font-size: .58rem; }
    .landing-hero-content h1 { font-size: clamp(1.42rem, 7vw, 1.72rem); line-height: 1.45; letter-spacing: -.02em; }
    .landing-hero-content > p { margin-top: 9px; font-size: .7rem; line-height: 1.85; -webkit-line-clamp: 2; line-clamp: 2; }
    .landing-hero-actions { margin-top: 14px; }
    .landing-primary-action { flex: 1 1 100%; min-height: 46px; padding: 8px 14px; border-radius: 12px; font-size: .72rem; }
    .landing-secondary-action,
    .landing-hero-trust { display: none; }
    .landing-hero-media { grid-column: 1; height: 165px; min-height: 0; margin: 0 6px 6px; border-radius: 17px; }
    .landing-hero-media-count { top: 10px; left: 10px; min-width: 50px; padding: 6px 8px; border-radius: 11px; }
    .landing-hero-media-count b { font-size: .9rem; }
    .landing-hero-featured { display: none; }
    .landing-snapshot { display: none; }

    .landing-article-panel { grid-template-columns: 1fr; gap: 0; margin-top: 14px; padding: 15px; border-radius: 16px; }
    .landing-article-panel header h2 { margin-top: 4px; font-size: .98rem; line-height: 1.65; }
    .landing-article-panel header > p { display: none; }
    .landing-business-prose { font-size: .75rem; line-height: 2; }
    .landing-article-intro .landing-business-prose { display: none; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--landing-line); }
    .landing-article-intro.is-open .landing-business-prose { display: block; }
    .landing-mobile-guide-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 38px; margin-top: 11px; padding: 7px 11px; border: 0; border-radius: 10px; color: var(--landing-blue); background: var(--landing-blue-soft); font: inherit; font-size: .67rem; font-weight: 850; cursor: pointer; }
    .landing-mobile-guide-toggle svg { width: 15px; height: 15px; transition: transform .2s ease; }
    .landing-article-intro.is-open .landing-mobile-guide-toggle svg { transform: rotate(180deg); }

    .landing-results-section { padding-top: 28px; }
    .landing-results-heading > span { margin-bottom: 7px; padding: 4px 10px; font-size: .62rem; }
    .landing-results-heading h2 { max-width: 310px; font-size: 1.24rem; line-height: 1.6; }
    .landing-results-heading p { display: none; }
    .landing-results-layout { margin-top: 17px; }
    .landing-results-index { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 0; }
    .landing-results-index > div { display: none; }
    .landing-results-index ol { display: none; }
    .landing-mobile-business-picker { display: flex; flex-direction: column; order: 1; gap: 6px; padding: 12px; border: 1px solid #dce9f8; border-radius: 15px; background: #fff; box-shadow: var(--landing-shadow-sm); }
    .landing-mobile-business-picker > span:first-child { color: #506078; font-size: .64rem; font-weight: 800; }
    .landing-mobile-select-wrap { position: relative; display: flex; align-items: center; min-width: 0; }
    .landing-mobile-select-wrap > svg:first-child { position: absolute; z-index: 1; right: 12px; width: 17px; height: 17px; color: var(--landing-blue); pointer-events: none; }
    .landing-mobile-business-picker select { width: 100%; height: 44px; padding: 0 38px 0 34px; border: 1px solid #cfe2f8; border-radius: 11px; outline: 0; color: var(--landing-ink); background: #f7fbff; font-family: inherit; font-size: .75rem; font-weight: 750; appearance: none; }
    .landing-mobile-business-picker select:focus { border-color: var(--landing-blue); box-shadow: 0 0 0 3px rgba(0, 122, 255, .1); }
    .landing-mobile-select-chevron { position: absolute; left: 11px; width: 15px; height: 15px; color: #758299; pointer-events: none; }
    .landing-business-ad { grid-template-columns: 34px minmax(0, 1fr); order: 2; gap: 9px; margin: 0; padding: 11px 12px; border-radius: 14px; }
    .landing-business-ad-icon { width: 34px; height: 34px; border-radius: 10px; }
    .landing-business-ad-icon svg { width: 17px; height: 17px; }
    .landing-business-ad-copy strong { font-size: .68rem; }
    .landing-business-ad-copy small { display: none; }
    .landing-business-ad-copy b { margin-top: 2px; font-size: .6rem; }

    .landing-business-results { max-width: 100%; }
    .landing-business-results { gap: 17px; }
    .landing-business-entry { height: auto; border-radius: 17px; }
    .landing-product-card { order: 1; margin-top: 0; border-top: 0; }
    .landing-business-seo-copy { display: none; order: 3; flex: none; margin: 0; padding: 2px 15px 16px; border-top: 1px solid #edf0f5; }
    .landing-business-entry.is-details-open .landing-business-seo-copy { display: block; }
    .landing-business-seo-copy > .landing-entry-number,
    .landing-business-seo-copy > h2 { display: none; }
    .landing-entry-description { font-size: .82rem; line-height: 2; }
    .landing-entry-slogan { font-size: .78rem; }
    .landing-grid-media { height: 178px; }
    .landing-grid-body { padding: 30px 14px 14px; }
    .landing-card-insight:nth-child(n+2) { display: none; }
    .landing-grid-link { min-height: 43px; }
    .landing-mobile-card-toggle { display: flex; align-items: center; justify-content: center; order: 2; gap: 6px; min-height: 37px; margin: 0 13px 13px; border: 0; border-radius: 10px; color: #687386; background: #f4f6f9; font-family: inherit; font-size: .63rem; font-weight: 800; cursor: pointer; }
    .landing-mobile-card-toggle svg { width: 14px; height: 14px; transition: transform .2s ease; }
    .landing-business-entry.is-details-open .landing-mobile-card-toggle { color: var(--landing-blue); background: var(--landing-blue-soft); }
    .landing-business-entry.is-details-open .landing-mobile-card-toggle svg { transform: rotate(180deg); }
    .landing-article-outro { margin-top: 24px; }
    .landing-related-guides { margin-top: 24px; padding: 17px; border-radius: 18px; }
    .landing-related-guides > header { align-items: flex-start; margin-bottom: 15px; }
    .landing-related-guides > header h2 { font-size: 1.05rem; }
    .landing-related-guides > header > a { display: none; }
    .landing-related-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .landing-related-card { display: grid; grid-template-columns: 105px minmax(0, 1fr); border-radius: 13px; }
    .landing-related-media { height: 100%; min-height: 120px; }
    .landing-related-card > div { padding: 11px; }
    .landing-related-card h3 { font-size: .76rem; }
    .landing-related-card p { font-size: .6rem; }
    .landing-final-cta { margin-top: 28px; padding: 22px 17px; border-radius: 18px; }
    .landing-final-cta h2 { font-size: 1.08rem; }
}

@media (max-width: 560px) {
    .landing-grid-rank { top: 8px; right: 8px; min-width: 28px; height: 26px; font-size: .58rem; }
    .landing-grid-rating { right: 8px; bottom: 8px; min-height: 25px; padding: 3px 7px; }
    .landing-grid-rating small { display: none; }
    .landing-grid-logo-frame { padding-left: 14px; }
    .landing-grid-logo { top: -18px; width: 42px; height: 42px; border-width: 2px; border-radius: 12px; }
    .landing-grid-body { padding: 30px 13px 13px; }
    .landing-grid-body h3 { font-size: 1rem; }
    .landing-card-insights { gap: 5px; margin-top: 10px; padding: 7px 8px; }
    .landing-card-insight { grid-template-columns: 60px minmax(0, 1fr); gap: 5px; }
    .landing-insight-label { gap: 3px; font-size: .6rem; }
    .landing-insight-label svg { width: 13px; height: 13px; }
    .landing-insight-chip { min-height: 24px; padding: 3px 7px; font-size: .58rem; }
    .landing-insight-chip:nth-child(n+2) { display: none; }
    .landing-product-rating span { display: none; }
    .landing-grid-link { min-height: 38px; margin-top: 10px; font-size: .7rem; }
    .landing-final-cta { flex-direction: column; align-items: stretch; text-align: center; }
    .landing-final-cta > a { justify-content: center; }
}

@media (max-width: 380px) {
    .landing-hero-content h1 { font-size: 1.55rem; }
    .landing-primary-action,
    .landing-secondary-action { font-size: .58rem; }
}

@media (prefers-reduced-motion: reduce) {
    .landing-business-page *,
    .landing-business-page *::before,
    .landing-business-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
