:root {
    --navy: #081a33;
    --navy-soft: #10294d;
    --blue: #2563eb;
    --blue-dark: #1746a2;
    --cyan: #16b8d4;
    --ink: #172033;
    --muted: #667085;
    --line: #e5eaf1;
    --surface: #ffffff;
    --soft: #f5f8fc;
    --soft-blue: #edf4ff;
    --success: #107c41;
    --shadow: 0 18px 50px rgba(8, 26, 51, .10);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(229,234,241,.9);
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
/* ========================================
   HEADER BRAND
======================================== */

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: inherit;
    text-decoration: none;
}

/* Globe */

.brand-globe {

    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    overflow: hidden;

    border: 2px solid rgba(255,255,255,.95);
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 30% 25%,
            #62e0ff 0%,
            #1f9ef0 35%,
            #1769d6 65%,
            #0f377f 100%
        );

    box-shadow:
        0 8px 18px rgba(28,95,208,.28),
        inset 0 0 0 1px rgba(255,255,255,.25);
}

/* Globe grid */

.brand-globe-lines {

    position: absolute;
    inset: 5px;

    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
}

.brand-globe-lines::before,
.brand-globe-lines::after {

    content: "";

    position: absolute;
}

.brand-globe-lines::before {

    top: 0;
    bottom: 0;
    left: 50%;

    width: 13px;

    border-left: 1px solid rgba(255,255,255,.42);
    border-right: 1px solid rgba(255,255,255,.42);

    border-radius: 50%;

    transform: translateX(-50%);
}

.brand-globe-lines::after {

    top: 50%;
    left: 0;
    right: 0;

    height: 10px;

    border-top: 1px solid rgba(255,255,255,.42);
    border-bottom: 1px solid rgba(255,255,255,.42);

    border-radius: 50%;

    transform: translateY(-50%);
}

/* A+ */

.brand-globe-a {

    position: relative;
    z-index: 2;

    color: #fff;

    font-size: .95rem;
    font-weight: 900;

    letter-spacing: -.08em;

    text-shadow:
        0 2px 4px rgba(0,0,0,.35);
}

/* Text */

.brand-copy {

    display: flex;
    flex-direction: column;
}

.brand-copy strong {

    color: #10244a;

    font-size: 1rem;
    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -.03em;
}

.brand-copy small {

    margin-top: 2px;

    color: #3f83f3;

    font-size: .73rem;

    font-weight: 700;

    letter-spacing: .04em;
}

.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: .98rem; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav a { padding: 10px 13px; border-radius: 9px; color: #475467; font-size: .92rem; font-weight: 600; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); background: var(--soft-blue); }

/* Deal Feed navigation attention treatment */
.main-nav a.deal-feed-nav-link {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    overflow: visible;
    color: #174ea6;
    background: linear-gradient(
        135deg,
        #edf4ff 0%,
        #fff3e9 100%
    );
    box-shadow:
        inset 0 0 0 1px rgba(242, 104, 36, 0.14),
        0 7px 18px rgba(23, 78, 166, 0.08);
    transition:
        color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.main-nav a.deal-feed-nav-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -4px;
    border: 2px solid rgba(244, 102, 32, 0.36);
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    animation: deal-feed-ember-pulse 3.4s ease-out infinite;
}

.main-nav a.deal-feed-nav-link:hover,
.main-nav a.deal-feed-nav-link:focus-visible,
.main-nav a.deal-feed-nav-link.active {
    color: #b43d13;
    background: linear-gradient(
        135deg,
        #e8f1ff 0%,
        #ffe7d5 100%
    );
    box-shadow:
        inset 0 0 0 1px rgba(244, 102, 32, 0.24),
        0 10px 24px rgba(244, 102, 32, 0.16);
}

.main-nav a.deal-feed-nav-link:hover,
.main-nav a.deal-feed-nav-link:focus-visible {
    transform: translateY(-1px);
}

.deal-feed-nav-flame {
    display: inline-block;
    transform-origin: 50% 85%;
    animation: deal-feed-flame-breathe 3.4s ease-in-out infinite;
}

@keyframes deal-feed-ember-pulse {
    0%,
    54%,
    100% {
        opacity: 0;
        transform: scale(0.98);
    }

    66% {
        opacity: 0.72;
    }

    84% {
        opacity: 0;
        transform: scale(1.13);
    }
}

@keyframes deal-feed-flame-breathe {
    0%,
    54%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    66% {
        transform: rotate(-4deg) scale(1.1);
    }

    76% {
        transform: rotate(4deg) scale(1.06);
    }

    84% {
        transform: rotate(0deg) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-nav a.deal-feed-nav-link::before,
    .deal-feed-nav-flame {
        animation: none;
    }

    .main-nav a.deal-feed-nav-link:hover,
    .main-nav a.deal-feed-nav-link:focus-visible {
        transform: none;
    }
}

.header-actions { display: flex; align-items: center; gap: 15px; }
.text-link { color: #344054; font-weight: 600; font-size: .92rem; }
.button {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(37,99,235,.22);
    transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(37,99,235,.28); }
.button-small { min-height: 42px; padding: 0 17px; font-size: .86rem; }
.button-full { width: 100%; }
.button-light { color: var(--blue-dark); background: #fff; box-shadow: none; }
.mobile-menu-button { display: none; margin-left: auto; border: 0; background: none; padding: 7px; }
.mobile-menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0 58px;
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(22,184,212,.22), transparent 35%),
        linear-gradient(135deg, #07182e 0%, #0b2447 56%, #123b73 100%);
}
.hero-inner { position: relative; z-index: 2; text-align: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .35; }
.hero-orb-one { width: 340px; height: 340px; right: -100px; top: -130px; background: #22d3ee; }
.hero-orb-two { width: 280px; height: 280px; left: -130px; bottom: -120px; background: #2563eb; }
.eyebrow, .section-kicker { display: inline-block; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-section .eyebrow { color: #9eeaf4; }
.hero-section h1 { max-width: 900px; margin: 18px auto; font-size: clamp(2.7rem, 6vw, 5.25rem); line-height: 1.02; letter-spacing: -.055em; }
.hero-section h1 span { color: #73ddec; }
.hero-copy { max-width: 720px; margin: 0 auto; color: #d9e6f7; font-size: 1.08rem; }

.search-panel { max-width: 910px; margin: 42px auto 0; padding: 15px; color: var(--ink); background: rgba(255,255,255,.98); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.search-tabs { display: flex; gap: 5px; padding: 0 4px 12px; border-bottom: 1px solid var(--line); }
.search-tabs a { padding: 7px 14px; color: var(--muted); border-radius: 8px; font-size: .88rem; font-weight: 700; }
.search-tabs a.active { color: var(--blue); background: var(--soft-blue); }
.main-search { display: flex; align-items: center; gap: 10px; padding: 14px 0 8px; }
.search-icon { padding-left: 12px; color: var(--blue); font-size: 2rem; transform: rotate(-20deg); }
.main-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 12px 5px; color: var(--ink); background: transparent; font: inherit; font-size: 1.03rem; }
.search-hints { display: flex; flex-wrap: wrap; gap: 8px 12px; padding: 7px 11px 4px; color: var(--muted); font-size: .79rem; text-align: left; }
.search-hints span { font-weight: 700; }
.search-hints a { color: var(--blue); }
.hero-trust-row { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 900px; margin: 42px auto 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-trust-row div { padding: 22px 18px 0; }
.hero-trust-row strong { display: block; font-size: 1.08rem; }
.hero-trust-row span { color: #b8c9de; font-size: .78rem; }

.top-banner-section { padding: 28px 0 0; background: var(--soft); }
.banner-ad { position: relative; display: flex; align-items: center; overflow: hidden; border: 1px solid #dfe6ef; background: linear-gradient(135deg, #fff, #edf4ff); border-radius: 16px; }
.banner-ad:hover { border-color: #bfd1ee; }
.ad-label { position: absolute; top: 9px; left: 12px; color: #98a2b3; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.banner-wide { min-height: 104px; padding: 25px 28px 18px; }
.banner-copy { display: flex; flex-direction: column; }
.banner-copy strong { color: var(--navy); font-size: 1.05rem; }
.banner-copy small { color: var(--muted); }
.banner-cta { margin-left: auto; padding: 10px 16px; color: var(--blue); background: #fff; border: 1px solid #cbd9ef; border-radius: 10px; font-weight: 700; font-size: .84rem; }

.content-section { padding: 60px 0 80px; background: var(--soft); }
.layout-with-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 30px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading-row h2, .centered-heading h2, .final-cta-inner h2 { margin: 6px 0 5px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.15; letter-spacing: -.035em; }
.section-heading-row p, .centered-heading p { margin: 0; color: var(--muted); }
.quiet-link { color: var(--blue); font-size: .9rem; font-weight: 700; white-space: nowrap; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.listing-card { position: relative; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(8,26,51,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.listing-card:hover { transform: translateY(-4px); border-color: #cbd8eb; box-shadow: var(--shadow); }
.listing-topline { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.listing-category { color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.listing-badge { padding: 4px 8px; color: var(--success); background: #ecfdf3; border-radius: 99px; font-size: .66rem; font-weight: 700; }
.listing-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue); background: var(--soft-blue); border-radius: 12px; font-weight: 800; }
.listing-card h3 { margin: 16px 0 1px; color: var(--navy); font-size: 1.08rem; }
.listing-card h3 a:hover { color: var(--blue); }
.listing-url { color: var(--success); font-size: .76rem; }
.listing-card p { min-height: 70px; margin: 13px 0 17px; color: var(--muted); font-size: .86rem; }
.visit-link { color: var(--blue); font-size: .84rem; font-weight: 700; }
.banner-inline { min-height: 118px; margin: 24px 0 44px; padding: 28px 24px 18px; }
.compact-heading { margin-bottom: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-grid a { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; gap: 0 10px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.category-grid a:hover { border-color: #bed1ed; box-shadow: 0 10px 24px rgba(8,26,51,.07); }
.category-symbol { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue); background: var(--soft-blue); border-radius: 9px; font-size: .8rem; font-weight: 800; }
.category-grid a > span:nth-child(2) { align-self: end; color: var(--navy); font-size: .82rem; font-weight: 700; }
.category-grid small { color: var(--muted); font-size: .66rem; }

.sidebar { display: flex; flex-direction: column; gap: 20px; }
.banner-tall { min-height: 310px; padding: 40px 24px 26px; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: #fff; background: linear-gradient(160deg, #0b2447, #2563eb); border: 0; }
.banner-tall .banner-copy strong { color: #fff; font-size: 1.5rem; line-height: 1.15; }
.banner-tall .banner-copy small { margin-top: 10px; color: #d6e4f7; }
.banner-tall .banner-cta { margin: 22px 0 0; color: var(--navy); }
.sidebar-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.sidebar-card h2 { margin: 7px 0 12px; color: var(--navy); font-size: 1.45rem; line-height: 1.18; letter-spacing: -.025em; }
.sidebar-card p { color: var(--muted); font-size: .86rem; }
.join-card small { display: block; margin-top: 12px; color: var(--muted); font-size: .7rem; text-align: center; }
.keyword-list { margin-top: 12px; }
.keyword-list a { display: flex; justify-content: space-between; padding: 10px 0; color: #344054; border-bottom: 1px solid var(--line); font-size: .86rem; }
.keyword-list a:last-child { border-bottom: 0; }
.keyword-list a span { color: var(--blue); }

.how-it-works-section { padding: 84px 0; }
.centered-heading { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps-grid article { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--blue); background: var(--soft-blue); border-radius: 12px; font-weight: 800; }
.steps-grid h3 { margin: 20px 0 8px; color: var(--navy); }
.steps-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.final-cta-section { padding: 0 0 72px; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px; color: #fff; background: linear-gradient(135deg, #0a2040, #1d5ac0); border-radius: 24px; box-shadow: var(--shadow); }
.final-cta-inner h2 { color: #fff; max-width: 700px; }
.final-cta-inner p { margin: 8px 0 0; color: #cfddf0; }
.section-kicker.light { color: #90e8f2; }

.site-footer { padding: 62px 0 24px; color: #cbd5e1; background: #07172c; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 48px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: #94a3b8; }
.footer-note { max-width: 340px; color: #94a3b8; font-size: .82rem; }
.footer-grid h3 { margin: 0 0 13px; color: #fff; font-size: .85rem; }
.footer-grid > div:not(:first-child) a { display: block; margin: 8px 0; color: #9fb0c7; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #7f91aa; font-size: .72rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
    .header-actions { display: none; }
    .layout-with-sidebar { grid-template-columns: 1fr; }
    .sidebar { display: grid; grid-template-columns: repeat(2, 1fr); }
    .banner-tall { min-height: 260px; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .header-inner { min-height: 70px; }
    .brand-copy small { display: none; }
    .mobile-menu-button { display: block; }
    .main-nav { display: none; position: absolute; top: 70px; left: 14px; right: 14px; padding: 12px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .hero-section { padding-top: 62px; }
    .hero-section h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
    .main-search { flex-wrap: wrap; }
    .search-icon { display: none; }
    .main-search input { width: 100%; flex-basis: calc(100% - 0px); padding: 13px; border: 1px solid var(--line); border-radius: 10px; }
    .main-search .button { width: 100%; }
    .hero-trust-row { grid-template-columns: repeat(2, 1fr); }
    .listing-grid, .steps-grid, .sidebar { grid-template-columns: 1fr; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .banner-wide, .banner-inline { align-items: flex-start; flex-direction: column; gap: 14px; }
    .banner-cta { margin-left: 0; }
    .final-cta-inner { align-items: flex-start; flex-direction: column; padding: 34px 26px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
    .category-grid { grid-template-columns: 1fr; }
    .hero-trust-row div { padding-left: 8px; padding-right: 8px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
}

/* ========================================
   PUBLIC SEARCH
======================================== */

.public-search-page {
    min-height: calc(100vh - 80px);
    padding: 28px 0 56px;
    background:
        radial-gradient(
            circle at 82% 4%,
            rgba(38, 105, 225, 0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #fbfdff 0%,
            #f6f9fd 42%,
            #f4f7fb 100%
        );
}

/* ========================================
   SEARCH HERO
======================================== */

.public-search-hero {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 34px;
}

/* ========================================
   APLUSWEBTRAFFIC SEARCH BRAND
======================================== */

.public-search-brandline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 11px;
    max-width: 100%;
    margin: 0 auto 18px;
    white-space: nowrap;
}

.aplus-globe-logo {
    position: relative;
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 32% 25%,
            #57dbff 0%,
            #168bea 38%,
            #1858c7 70%,
            #113681 100%
        );
    box-shadow:
        0 8px 20px rgba(26, 91, 194, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.aplus-globe-grid {
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
}

.aplus-globe-grid::before,
.aplus-globe-grid::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.aplus-globe-grid::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.38);
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    transform: translateX(-50%);
}

.aplus-globe-grid::after {
    top: 50%;
    right: 0;
    left: 0;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    transform: translateY(-50%);
}

.aplus-globe-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    text-shadow:
        0 1px 3px rgba(4, 29, 75, 0.5);
}

.public-search-brand-name {
    color: #10244a;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.public-search-brand-divider {
    color: #9aa8ba;
    font-size: 1rem;
    font-weight: 600;
}

.public-search-brand-tagline {
    color: #2465d4;
    font-size: clamp(0.76rem, 1vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}

/* ========================================
   SEARCH FORM
======================================== */

.public-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: min(920px, 100%);
    margin: 0 auto;
    padding: 7px;
    border: 1px solid #d7e1ee;
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 12px 34px rgba(20, 51, 96, 0.1);
}

.public-search-form:focus-within {
    border-color: #9bbbed;
    box-shadow:
        0 0 0 3px rgba(43, 105, 221, 0.09),
        0 14px 38px rgba(20, 51, 96, 0.12);
}

.public-search-form input {
    min-width: 0;
    border: 0;
    outline: none;
    padding: 12px 16px;
    background: transparent;
    color: #10244a;
    font: inherit;
    font-size: 1rem;
}

.public-search-form input::placeholder {
    color: #8a97a9;
}

.public-search-form .button {
    min-width: 132px;
    padding-right: 24px;
    padding-left: 24px;
}

/* ========================================
   SEARCH SUGGESTIONS
======================================== */

.public-search-suggestions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 11px;
    width: min(920px, 100%);
    margin: 11px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
    color: #7b899c;
    font-size: 0.84rem;
    line-height: 1.4;
}

.public-search-suggestions > span {
    color: #8996a8;
    font-weight: 600;
}

.public-search-suggestions a {
    color: #1f5fd2;
    font-weight: 700;
    text-decoration: none;
}

.public-search-suggestions a:hover {
    color: #174aa6;
    text-decoration: underline;
}

/* ========================================
   RESULTS HEADING
======================================== */

.public-results-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
}

.public-results-heading .section-kicker {
    display: block;
    margin: 0;
    color: #2465d4;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.public-results-heading h2 {
    margin: 5px 0 0;
    color: #10244a;
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.public-result-count {
    flex: 0 0 auto;
    border: 1px solid #d9e3ef;
    border-radius: 999px;
    padding: 8px 13px;
    background: #fff;
    color: #52627a;
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
}

/* ========================================
   LISTING GRID
======================================== */

.public-listing-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.public-listing-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #dce5f0;
    border-radius: 18px;
    padding: 19px;
    background: #fff;
    box-shadow:
        0 12px 32px rgba(17, 45, 86, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.public-listing-card:hover {
    transform: translateY(-3px);
    border-color: #aec8f4;
    box-shadow:
        0 18px 40px rgba(17, 45, 86, 0.11);
}

.public-listing-card-top {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

.public-listing-type,
.public-listing-category {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 0.7rem;
    font-weight: 800;
}

.public-listing-type {
    background: #eaf2ff;
    color: #1b5dca;
}

.public-listing-category {
    background: #f1f4f8;
    color: #65748a;
}

.public-listing-card h3 {
    margin: 0 0 9px;
    color: #10244a;
    font-size: 1.12rem;
    line-height: 1.32;
}

.public-listing-card h3 a {
    color: inherit;
    text-decoration: none;
}

.public-listing-card h3 a:hover {
    color: #1f61d4;
}

.public-listing-description {
    margin: 0 0 13px;
    color: #5f6f86;
    font-size: 0.91rem;
    line-height: 1.5;
}

.public-listing-domain {
    overflow: hidden;
    margin-top: auto;
    color: #178143;
    font-size: 0.86rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-listing-footer {
    margin-top: 15px;
}

.public-listing-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

/* ========================================
   EMPTY SEARCH STATE
======================================== */

.public-search-empty {
    max-width: 680px;
    margin: 18px auto 40px;
    border: 1px solid #dbe4ef;
    border-radius: 18px;
    padding: 38px 26px;
    background: #fff;
    text-align: center;
    box-shadow:
        0 12px 34px rgba(17, 45, 86, 0.06);
}

.public-search-empty-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 15px;
    background: #e9f2ff;
    color: #1f62d3;
    font-size: 1.3rem;
    font-weight: 800;
}

.public-search-empty h2 {
    margin: 0 0 9px;
    color: #10244a;
    font-size: 1.4rem;
}

.public-search-empty p {
    max-width: 520px;
    margin: 0 auto 19px;
    color: #68778d;
    font-size: 0.94rem;
    line-height: 1.55;
}

/* ========================================
   PAGINATION
======================================== */

.public-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.public-pagination-link {
    border: 1px solid #cfdaea;
    border-radius: 10px;
    padding: 9px 14px;
    background: #fff;
    color: #1d58bd;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.public-pagination-link:hover {
    border-color: #a9c3ec;
    background: #f8fbff;
}

.public-pagination-status {
    color: #66758c;
    font-size: 0.88rem;
    font-weight: 700;
}

/* ========================================
   SEARCH CALL TO ACTION
======================================== */

.public-search-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    margin-top: 40px;
    border-radius: 18px;
    padding: 24px 28px;
    background: #0c2855;
    color: #fff;
}

.public-search-cta .section-kicker {
    display: block;
    margin: 0;
    color: #69cfee;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.public-search-cta h2 {
    margin: 5px 0 7px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.25;
}

.public-search-cta p {
    margin: 0;
    color: #bdd0eb;
    font-size: 0.92rem;
    line-height: 1.5;
}

/* ========================================
   ACCESSIBILITY
======================================== */

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* ========================================
   RESPONSIVE SEARCH
======================================== */

@media (max-width: 980px) {
    .public-listing-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .public-search-page {
        padding: 22px 0 42px;
    }

    .public-search-brandline {
        gap: 7px;
        margin-bottom: 14px;
    }

    .aplus-globe-logo {
        width: 34px;
        height: 34px;
    }

    .aplus-globe-grid {
        inset: 4px;
    }

    .aplus-globe-text {
        font-size: 0.74rem;
    }

    .public-search-brand-name {
        font-size: 0.98rem;
        letter-spacing: -0.035em;
    }

    .public-search-brand-divider {
        font-size: 0.75rem;
    }

    .public-search-brand-tagline {
        font-size: 0.6rem;
        letter-spacing: 0.035em;
    }

    .public-search-form {
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .public-search-form .button {
        width: 100%;
    }

    .public-search-suggestions {
        justify-content: flex-start;
        padding: 0 5px;
    }

    .public-results-heading,
    .public-search-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-listing-grid {
        grid-template-columns: 1fr;
    }

    .public-search-cta {
        padding: 23px 21px;
    }

    .public-pagination {
        flex-wrap: wrap;
    }
}

@media (max-width: 430px) {
    .public-search-brandline {
        gap: 5px;
    }

    .aplus-globe-logo {
        width: 30px;
        height: 30px;
    }

    .public-search-brand-name {
        font-size: 0.86rem;
    }

    .public-search-brand-divider {
        display: none;
    }

    .public-search-brand-tagline {
        font-size: 0.54rem;
        letter-spacing: 0.02em;
    }
}

/* ========================================
   APLUSWEBTRAFFIC SEARCH IDENTITY
======================================== */

.public-search-brandline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 20px;
    white-space: nowrap;
}

.aplus-globe-logo {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 28%,
            #63e4ff 0%,
            #1fa5ee 32%,
            #1768d4 64%,
            #103681 100%
        );
    box-shadow:
        0 10px 24px rgba(24, 89, 194, 0.28),
        inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.aplus-globe-grid {
    position: absolute;
    inset: 6px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
}

.aplus-globe-grid::before,
.aplus-globe-grid::after {
    content: "";
    position: absolute;
    display: block;
}

.aplus-globe-grid::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.52);
    border-left: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    transform: translateX(-50%);
}

.aplus-globe-grid::after {
    top: 50%;
    right: 0;
    left: 0;
    height: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    transform: translateY(-50%);
}

.aplus-globe-text {
    position: relative;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    text-shadow:
        0 2px 4px rgba(4, 27, 70, 0.55);
}

.public-search-brand-name {
    display: inline-block;
    color: #10244a;
    font-size: clamp(1.45rem, 2.1vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1;
}

.public-search-brand-divider {
    display: inline-block;
    color: #9aa8ba;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
}

.public-search-brand-tagline {
    display: inline-block;
    color: #2465d4;
    font-size: clamp(0.78rem, 1vw, 0.94rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .public-search-brandline {
        gap: 7px;
        margin-bottom: 15px;
    }

    .aplus-globe-logo {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        border-width: 2px;
    }

    .aplus-globe-grid {
        inset: 5px;
    }

    .aplus-globe-text {
        font-size: 0.78rem;
    }

    .public-search-brand-name {
        font-size: 1rem;
    }

    .public-search-brand-divider {
        display: none;
    }

    .public-search-brand-tagline {
        font-size: 0.62rem;
        letter-spacing: 0.045em;
    }
}

@media (max-width: 430px) {
    .public-search-brandline {
        gap: 5px;
    }

    .aplus-globe-logo {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .public-search-brand-name {
        font-size: 0.9rem;
    }

    .public-search-brand-tagline {
        font-size: 0.55rem;
        letter-spacing: 0.025em;
    }
}

/* ========================================
   HEADER BRAND IDENTITY
======================================== */

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #10244a;
    text-decoration: none;
}

.brand-globe-logo {
    position: relative;
    display: inline-grid;
    flex: 0 0 42px;
    place-items: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 28%,
            #63e4ff 0%,
            #1fa5ee 32%,
            #1768d4 64%,
            #103681 100%
        );
    box-shadow:
        0 8px 20px rgba(24, 89, 194, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.brand-globe-grid {
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.brand-globe-grid::before,
.brand-globe-grid::after {
    content: "";
    position: absolute;
    display: block;
}

.brand-globe-grid::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}

.brand-globe-grid::after {
    top: 50%;
    right: 0;
    left: 0;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translateY(-50%);
}

.brand-globe-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    text-shadow:
        0 2px 4px rgba(4, 27, 70, 0.55);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-copy strong {
    color: #10244a;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.brand-copy small {
    margin-top: 3px;
    color: #718096;
    font-size: 0.69rem;
    font-weight: 500;
    line-height: 1.1;
}

.brand:hover .brand-copy strong {
    color: #1f5fd2;
}

@media (max-width: 680px) {
    .brand {
        gap: 8px;
    }

    .brand-globe-logo {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .brand-globe-grid {
        inset: 4px;
    }

    .brand-globe-text {
        font-size: 0.76rem;
    }

    .brand-copy strong {
        font-size: 0.88rem;
    }

    .brand-copy small {
        font-size: 0.62rem;
    }
}
.footer-product-name {
    color: #3d78ea;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

/* ========================================
   FOOTER BRAND
======================================== */

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.footer-globe {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 30% 25%,
            #62e0ff 0%,
            #1f9ef0 35%,
            #1769d6 65%,
            #0f377f 100%
        );
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.footer-globe-lines {
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
}

.footer-globe-lines::before,
.footer-globe-lines::after {
    content: "";
    position: absolute;
}

.footer-globe-lines::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.42);
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transform: translateX(-50%);
}

.footer-globe-lines::after {
    top: 50%;
    right: 0;
    left: 0;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transform: translateY(-50%);
}

.footer-globe-a {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.35);
}

.footer-brand-copy {
    display: flex;
    flex-direction: column;
}

.footer-brand-copy strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.footer-product-name {
    margin-top: 3px;
    color: #5f9df7;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.footer-brand-slogan {
    margin-top: 4px;
    color: #aebbd0;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

.footer-brand:hover .footer-brand-copy strong {
    color: #d8e8ff;
}

@media (max-width: 680px) {
    .footer-brand {
        align-items: flex-start;
        gap: 10px;
    }

    .footer-globe {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .footer-globe-lines {
        inset: 4px;
    }

    .footer-globe-a {
        font-size: 0.78rem;
    }

    .footer-brand-copy strong {
        font-size: 0.92rem;
    }

    .footer-product-name {
        font-size: 0.68rem;
    }

    .footer-brand-slogan {
        font-size: 0.68rem;
    }
}

/* ========================================
   FOOTER APLUSWEBTRAFFIC BRAND
======================================== */

.site-footer .footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.site-footer .footer-globe {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 30% 25%,
            #7cecff 0%,
            #27b4f5 32%,
            #1974dc 64%,
            #0c3f98 100%
        );
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.28),
        inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.site-footer .footer-globe-lines {
    position: absolute;
    inset: 5px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
}

.site-footer .footer-globe-lines::before,
.site-footer .footer-globe-lines::after {
    content: "";
    position: absolute;
    display: block;
}

.site-footer .footer-globe-lines::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    transform: translateX(-50%);
}

.site-footer .footer-globe-lines::after {
    top: 50%;
    right: 0;
    left: 0;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    transform: translateY(-50%);
}

.site-footer .footer-globe-a {
    position: relative;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45);
}

.site-footer .footer-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.site-footer .footer-brand-copy strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.site-footer .footer-product-name {
    display: block;
    margin-top: 3px;
    color: #68a7ff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.site-footer .footer-brand-slogan {
    display: block;
    margin-top: 4px;
    color: #b8c5d8;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

.site-footer .footer-brand:hover .footer-brand-copy strong {
    color: #dceaff;
}

@media (max-width: 680px) {
    .site-footer .footer-brand {
        align-items: flex-start;
        gap: 10px;
    }

    .site-footer .footer-globe {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .site-footer .footer-globe-lines {
        inset: 4px;
    }

    .site-footer .footer-globe-a {
        font-size: 0.78rem;
    }
}

/* ========================================
   FOOTER BRAND
======================================== */

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-brand-copy strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.footer-product-name {
    margin-top: 3px;
    color: #5f9df7;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.footer-brand-slogan {
    margin-top: 4px;
    color: #b8c5d8;
    font-size: .72rem;
    line-height: 1.35;
}

.footer-brand:hover .brand-copy strong {
    color: #dceaff;
}
.brand-name-row {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.beta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0.18rem 0.42rem;
    border: 1px solid rgba(37, 99, 235, 0.28);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.footer-beta-note {
    max-width: 34rem;
    margin: 0.65rem 0 0;
    color: var(--muted-text, #64748b);
    font-size: 0.82rem;
    line-height: 1.55;
}

