:root {
    --ei-ink: #10243e;
    --ei-ink-soft: #334660;
    --ei-blue: #2f63d8;
    --ei-blue-dark: #214ba9;
    --ei-aqua: #42c5b8;
    --ei-coral: #ff7b65;
    --ei-gold: #f7b84b;
    --ei-bg: #f6f8fc;
    --ei-bg-soft: #edf3fb;
    --ei-white: #ffffff;
    --ei-border: #dce5f0;
    --ei-muted: #66758a;
    --ei-shadow: 0 18px 55px rgba(16, 36, 62, .09);
    --ei-shadow-sm: 0 9px 30px rgba(16, 36, 62, .07);
    --ei-radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    margin: 0;
    color: var(--ei-ink);
    background: var(--ei-white);
    font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { color: var(--ei-blue); text-decoration: none; }
a:hover { color: var(--ei-blue-dark); }
img { max-width: 100%; }
.container { max-width: 1220px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1100; padding: .75rem 1rem; color: #fff; background: var(--ei-ink); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(220, 229, 240, .9);
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 24px rgba(16, 36, 62, .035);
}
.site-header .navbar { min-height: 60px; padding-top: calc(.5rem - 5px); padding-bottom: calc(.5rem - 5px); }
.site-header .navbar-brand { margin-right: 0; }
.site-header .navbar > .container { position: relative; column-gap: 1rem; }
.navbar-brand, .footer-brand { display: inline-flex; align-items: center; color: var(--ei-ink); }
.navbar-brand:hover, .footer-brand:hover { color: var(--ei-ink); }
.brand-logo { display: block; width: auto; height: 44px; }
.site-header .nav-link { position: relative; margin: 0 .35rem; padding: .7rem .65rem !important; color: #495b72; font-size: .92rem; font-weight: 650; }
.site-header button.nav-link { background: transparent; border: 0; }
.site-header .navbar-nav > .nav-item > .nav-link { display: flex; align-items: center; gap: .5rem; }
.site-header .header-menu-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: calc(.92rem + 5px); line-height: 1; }
.site-header .header-menu-icon::before { display: block; }
.site-header .nav-link::before { position: absolute; right: .65rem; bottom: .25rem; left: .65rem; height: 2px; content: ""; background: var(--ei-blue); border-radius: 3px; transform: scaleX(0); transition: transform .2s ease; }
.site-header .nav-link:hover, .site-header .nav-link.active { color: var(--ei-ink); }
.site-header .nav-link:hover::before, .site-header .nav-link.active::before { transform: scaleX(1); }
.site-header .dropdown-toggle::after { margin-left: .42rem; vertical-align: .16rem; border-top-width: .28em; border-right-width: .28em; border-left-width: .28em; }
.nav-actions { margin-left: .55rem; }
.nav-actions .btn { padding: .72rem 1rem; white-space: nowrap; }
.mega-menu { inset: calc(100% - .25rem) auto auto 50% !important; width: min(1200px, calc(100vw - 2rem)); padding: 0; overflow: hidden; border: 1px solid var(--ei-border); border-radius: 1.1rem; box-shadow: 0 28px 70px rgba(16, 36, 62, .18); transform: translateX(-50%) !important; }
.mega-menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; padding: 1.45rem 1.6rem 1.15rem; border-bottom: 1px solid var(--ei-border); }
.mega-menu-heading div { display: flex; flex-direction: column; }
.mega-menu-heading span { color: var(--ei-blue); font-size: .63rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.mega-menu-heading strong { margin-top: .1rem; color: var(--ei-ink); font-size: 1.15rem; }
.mega-menu-heading > a, .mega-menu-footer a { font-size: .72rem; font-weight: 800; }
.mega-menu-heading > a i { margin-left: .25rem; }
.mega-category-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .8rem; padding: 1.2rem 1.35rem 1.35rem; }
.mega-category-link { display: flex; flex-direction: column; gap: .65rem; align-items: stretch; min-width: 0; padding: .4rem; color: var(--ei-ink-soft); border-radius: .7rem; font-size: .75rem; font-weight: 700; text-align: center; transition: background .18s ease, color .18s ease, transform .18s ease; }
.mega-category-link:hover { color: var(--ei-blue); background: #eef4ff; transform: translateY(-2px); }
.mega-category-icon { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 auto; color: var(--ei-blue); background: #e7efff; border-radius: .55rem; font-size: .66rem; font-weight: 800; }
.mega-category-name { padding-bottom: .2rem; line-height: 1.4; overflow-wrap: anywhere; }
.mega-category-link i { color: #a0aec0; font-size: .62rem; }
.mega-category-link > .mega-category-image { width: 100%; height: auto; aspect-ratio: 4 / 3; flex: 0 0 auto; border-radius: .5rem; font-size: 1.6rem; }
.mega-category-image > i { font-size: 1.6rem; }
.mega-menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1.6rem; color: var(--ei-muted); background: var(--ei-bg); border-top: 1px solid var(--ei-border); font-size: .67rem; }
.mega-menu-footer i { margin-right: .3rem; color: #1f9d79; }
.support-menu { min-width: 230px; padding: .55rem; border: 1px solid var(--ei-border); border-radius: .9rem; box-shadow: 0 20px 45px rgba(16, 36, 62, .14); }
.support-menu .dropdown-item { display: flex; gap: .7rem; align-items: center; padding: .72rem .75rem; color: var(--ei-ink-soft); border-radius: .55rem; font-size: calc(.76rem + 3px); font-weight: 700; }
.support-menu .dropdown-item:hover { color: var(--ei-blue); background: #eef4ff; }
.support-menu .dropdown-item i { width: 22px; color: var(--ei-blue); font-size: calc(.9rem + 3px); text-align: center; }
.btn { border-radius: .78rem; font-weight: 700; }
.btn-brand { color: #fff; background: var(--ei-blue); border-color: var(--ei-blue); box-shadow: 0 7px 18px rgba(47, 99, 216, .2); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: var(--ei-blue-dark); border-color: var(--ei-blue-dark); transform: translateY(-1px); }
.btn-outline-brand { color: var(--ei-blue); background: #fff; border-color: #b9c9e9; }
.btn-outline-brand:hover { color: #fff; background: var(--ei-blue); border-color: var(--ei-blue); }

.home-hero { position: relative; display: grid; padding-block: 20px; overflow: hidden; color: #fff; background: #071a31; isolation: isolate; }
.home-hero::before { position: absolute; inset: 0; z-index: -2; content: ""; opacity: .6; background-image: radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.4px), radial-gradient(circle, rgba(137,190,255,.65) 0 1px, transparent 1.3px), radial-gradient(circle, rgba(255,255,255,.4) 0 .8px, transparent 1.2px); background-position: 0 0, 18px 27px, 41px 11px; background-size: 67px 67px, 89px 89px, 53px 53px; }
.home-hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(4,19,37,.12), rgba(4,19,37,.45) 54%, rgba(4,19,37,.12)); }
.hero-aurora { position: absolute; z-index: -1; top: -42%; left: 4%; width: 48%; height: 190%; opacity: .78; background: conic-gradient(from 195deg at 48% 50%, transparent 0deg, rgba(17,210,174,.72) 36deg, rgba(30,129,164,.5) 74deg, transparent 118deg, rgba(21,183,151,.38) 163deg, transparent 218deg); filter: blur(42px); transform: rotate(-10deg); }
.hero-discovery { display: flex; max-width: 980px; margin: 0 auto; padding: 2rem 0; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-caption { margin: 0 0 1.5rem; font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
.hero-parent-links { display: flex; flex-wrap: wrap; gap: .55rem 1.35rem; align-items: center; justify-content: center; margin-bottom: 1.55rem; }
.hero-parent-links a { position: relative; color: rgba(255,255,255,.94); font-size: .88rem; font-weight: 750; text-shadow: 0 2px 18px rgba(0,0,0,.42); }
.hero-parent-links a::after { position: absolute; right: 0; bottom: -.2rem; left: 0; height: 2px; content: ""; background: var(--ei-aqua); border-radius: 2px; transform: scaleX(0); transition: transform .2s ease; }
.hero-parent-links a:hover { color: #fff; }
.hero-parent-links a:hover::after { transform: scaleX(1); }
.section-kicker, .page-kicker { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; color: var(--ei-blue); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pricing-hero h1 { margin: 0; font-size: clamp(3.25rem, 6vw, 5.65rem); font-weight: 800; line-height: .99; letter-spacing: -.065em; }
.pricing-hero h1 em { color: var(--ei-aqua); font-family: Georgia, serif; font-weight: 400; }
.hero-search { display: flex; align-items: center; width: 100%; max-width: 850px; padding: .45rem; background: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 1rem; box-shadow: 0 24px 58px rgba(0,0,0,.34); }
.hero-search > i { margin: 0 .8rem 0 1rem; color: #8190a3; font-size: 1.2rem; }
.hero-search input { min-width: 0; flex: 1; height: 48px; color: var(--ei-ink); background: transparent; border: 0; outline: 0; }
.hero-search input::placeholder { color: #8a97a8; }
.hero-search button { padding: .85rem 1.25rem; color: #fff; background: var(--ei-blue); border: 0; border-radius: .72rem; font-size: .9rem; font-weight: 750; }
.hero-search button:hover { background: var(--ei-blue-dark); }
.hero-trending { display: flex; flex-wrap: wrap; gap: .55rem 1.15rem; align-items: center; justify-content: center; margin-top: 1.35rem; font-size: .78rem; }
.hero-trending a { color: rgba(255,255,255,.9); font-weight: 700; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.hero-trending a:hover { color: var(--ei-aqua); }
.hero-review-note { display: flex; gap: .4rem; align-items: center; margin-top: 1.65rem; color: rgba(217,231,244,.72); font-size: .64rem; font-weight: 650; letter-spacing: .04em; }
.hero-review-note i { color: #58dccb; }

.section-space { padding: 3rem 0; }
.section-soft { background: var(--ei-bg); }
.section-heading { margin-bottom: 1.75rem; }
.section-heading h2, .category-results-heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.85rem); font-weight: 800; letter-spacing: -.045em; }
.section-heading p { margin: .5rem 0 0; color: var(--ei-muted); }
.section-kicker { margin-bottom: .65rem; }
.section-kicker.light { color: #a9c2ff; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; font-size: .9rem; font-weight: 750; white-space: nowrap; }
.text-link i, .card-detail-link i, .taxonomy-more i, .guide-card-action i { transition: transform .2s ease; }
.text-link:hover i, .card-detail-link:hover i, .taxonomy-more:hover i, .guide-card:hover .guide-card-action i { transform: translateX(4px); }

.category-card { position: relative; display: flex; flex-direction: column; overflow: hidden; color: var(--ei-ink); background: #fff; border: 1px solid var(--ei-border); border-radius: 1rem; box-shadow: var(--ei-shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.category-card:hover { color: var(--ei-ink); border-color: #b8cae6; box-shadow: var(--ei-shadow); transform: translateY(-4px); }
.category-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; color: var(--ei-blue); background: #edf3ff; border-radius: .85rem; font-size: 1.2rem; }
.category-card:nth-child(2n) .category-icon { color: #148e86; background: #e6f8f5; }
.category-card-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 1rem; }
.category-card-copy strong { display: block; overflow: hidden; white-space: nowrap; font-size: .93rem; line-height: 1.5; -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 1.25rem), transparent); mask-image: linear-gradient(to right, #000 calc(100% - 1.25rem), transparent); }
.category-card-copy small { color: var(--ei-muted); font-size: .72rem; }
.directory-card-media { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 8 / 5; flex-shrink: 0; overflow: hidden; color: #8aa7c7; background: linear-gradient(135deg, #edf3fa, #dcece9); font-size: 2.5rem; }
.directory-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.directory-card-media img[hidden] { display: none; }
.category-card:hover .directory-card-media img { transform: scale(1.035); }

.directory-card { display: flex; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid var(--ei-border); border-radius: var(--ei-radius); box-shadow: var(--ei-shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.directory-card:hover { border-color: #b6c9e8; box-shadow: var(--ei-shadow); transform: translateY(-5px); }
.directory-card-top { display: flex; justify-content: space-between; align-items: flex-start; padding: 1.35rem 1.35rem .4rem; }
.site-avatar { display: grid; place-items: center; width: 50px; height: 50px; color: #fff; background: linear-gradient(145deg, var(--ei-ink), #385578); border-radius: .95rem; font-size: .82rem; font-weight: 800; letter-spacing: .03em; box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
.directory-card:nth-child(3n+2) .site-avatar { background: linear-gradient(145deg, var(--ei-blue), #6b8fe4); }
.directory-card:nth-child(3n+3) .site-avatar { background: linear-gradient(145deg, #168e86, #47c3b7); }
.directory-card-badges { display: flex; flex-wrap: wrap; gap: .3rem; justify-content: flex-end; }
.status-badge { display: inline-flex; gap: .28rem; align-items: center; padding: .3rem .55rem; border-radius: 2rem; font-size: .62rem; font-weight: 800; letter-spacing: .025em; white-space: nowrap; }
.sponsored-badge { color: #6f5720; background: #fff5d8; border: 1px solid #f5dfa0; }
.premium-badge { color: #5e3ca2; background: #f2ebff; border: 1px solid #ddcdfa; }
.partner-badge { color: #14736c; background: #e6f8f5; border: 1px solid #b9eae4; }
.reviewed-badge { color: #1c6c53; background: #e8f7ef; border: 1px solid #bee6d1; }
.directory-card-body { padding: .7rem 1.35rem 1rem; flex: 1; }
.eyebrow-link { display: inline-block; margin-bottom: .55rem; color: var(--ei-blue); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.directory-card-title { margin: 0 0 .65rem; font-size: 1.08rem; font-weight: 800; line-height: 1.35; letter-spacing: -.02em; }
.directory-card-title a { color: var(--ei-ink); }
.directory-card-title a:hover { color: var(--ei-blue); }
.directory-card-summary { display: -webkit-box; overflow: hidden; margin: 0; color: var(--ei-muted); font-size: .82rem; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.directory-card-location { margin-top: .85rem; color: #728197; font-size: .72rem; }
.directory-card-location i { color: var(--ei-coral); }
.directory-card-footer { display: flex; justify-content: space-between; align-items: center; min-height: 53px; padding: .85rem 1.35rem; background: #fbfcfe; border-top: 1px solid #e9eef5; }
.card-detail-link { display: inline-flex; gap: .4rem; align-items: center; font-size: .76rem; font-weight: 800; }
.site-domain { overflow: hidden; max-width: 48%; color: #8a97a8; font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
a.site-domain:hover, a.site-domain:focus-visible { color: var(--ei-blue); text-decoration: underline; }
.card-website-link { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ei-blue); background: #edf3ff; border-radius: 50%; }

.guide-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; color: var(--ei-ink); background: #fff; border: 1px solid var(--ei-border); border-radius: .9rem; transition: transform .22s ease, box-shadow .22s ease; }
.guide-card > .directory-card-media { aspect-ratio: 3 / 2; background: #f3f6fa; }
.guide-card .directory-card-media img { object-fit: cover; object-position: center; }
.guide-card:hover { color: var(--ei-ink); transform: translateY(-4px); box-shadow: 0 12px 28px rgba(16,36,62,.08); }
.guide-card:focus-visible { outline: 3px solid var(--ei-blue); outline-offset: 4px; }
.guide-card-icon { display: grid; place-items: center; width: 45px; height: 45px; color: var(--ei-aqua); background: rgba(255,255,255,.09); border-radius: .8rem; }
.guide-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.3rem 1.15rem 1.4rem; }
.guide-card-title { margin: 0 0 .75rem; font-size: 1rem; font-weight: 750; line-height: 1.45; overflow-wrap: anywhere; }
.guide-card-summary { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin: 0 0 1.1rem; color: var(--ei-muted); font-size: .8rem; line-height: 1.7; }
.guide-card-action { display: flex; gap: .4rem; align-items: center; margin-top: auto; color: #5c6e80; font-size: .75rem; font-weight: 750; }
.guide-card:hover .guide-card-action { color: var(--ei-blue); }
.home-cta-section { padding: 0 0 6.5rem; }
.home-cta { display: flex; gap: 3rem; justify-content: space-between; align-items: center; padding: 3.5rem; color: #fff; background: linear-gradient(120deg, var(--ei-blue-dark), #2f63d8 62%, #327da4); border-radius: 1.75rem; box-shadow: 0 24px 60px rgba(32,76,170,.24); }
.home-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 3vw, 3rem); font-weight: 800; line-height: 1.13; letter-spacing: -.045em; }
.home-cta p { max-width: 700px; margin: 1rem 0 0; color: #d8e4ff; }
.home-cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: .75rem; align-items: center; }
.home-cta-actions span { color: #c5d7ff; font-size: .72rem; }

.page-hero, .category-hero, .guide-hero, .listing-profile-hero, .pricing-hero { color: #fff; background: #10243e; }
.page-hero { padding: 5.25rem 0; }
.compact-hero { padding: 4.5rem 0 5.2rem; background: radial-gradient(circle at 85% 20%, rgba(47,99,216,.35), transparent 32%), #10243e; }
.page-hero h1, .category-hero h1, .guide-hero h1, .listing-profile-hero h1 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.35rem); font-weight: 800; line-height: 1.08; letter-spacing: -.055em; }
.page-hero p, .category-hero p, .guide-hero p { max-width: 780px; margin: 1rem 0 0; color: #b9c7d7; font-size: 1.03rem; }
.page-kicker { color: #91b1fa; }
.directory-search { display: grid; grid-template-columns: minmax(0, 1fr) 240px auto; gap: .65rem; max-width: 930px; margin-top: 2rem; padding: .55rem; background: #fff; border-radius: 1rem; box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.search-input-wrap { display: flex; align-items: center; min-width: 0; }
.search-input-wrap i { margin: 0 .65rem 0 .8rem; color: #7f8da0; }
.directory-search input, .directory-search select { min-width: 0; height: 48px; color: var(--ei-ink); background: transparent; border: 0; outline: 0; }
.directory-search select { padding: 0 .8rem; border-left: 1px solid var(--ei-border); }
.directory-search .btn { padding-right: 1.45rem; padding-left: 1.45rem; }
.directory-results-section { min-height: 500px; }
.results-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; color: var(--ei-muted); font-size: .83rem; }
.results-toolbar strong { color: var(--ei-ink); font-size: 1.1rem; }
.filter-pill { display: inline-flex; gap: .35rem; align-items: center; margin-left: .6rem; padding: .3rem .55rem; color: var(--ei-blue); background: #edf3ff; border-radius: 1rem; font-size: .68rem; font-weight: 700; }
.sort-form { display: flex; gap: .55rem; align-items: center; }
.sort-form label { color: #8491a2; font-size: .72rem; }
.sort-form select { padding: .5rem 2rem .5rem .7rem; color: var(--ei-ink); background-color: #fff; border: 1px solid var(--ei-border); border-radius: .55rem; font-size: .76rem; font-weight: 700; }
.pagination-wrap { display: flex; justify-content: center; margin-top: 3rem; }
.pagination-wrap > nav { width: 100%; }
.pagination { gap: .35rem; }
.pagination .page-link { display: grid; place-items: center; min-width: 40px; min-height: 40px; color: var(--ei-ink); border: 1px solid var(--ei-border); border-radius: .65rem !important; font-size: .78rem; font-weight: 700; }
.pagination .active > .page-link { color: #fff; background: var(--ei-blue); border-color: var(--ei-blue); }
.empty-state { padding: 5rem 2rem; text-align: center; background: var(--ei-bg); border: 1px dashed #c8d5e5; border-radius: var(--ei-radius); }
.empty-state > span { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 1.25rem; color: var(--ei-blue); background: #fff; border-radius: 50%; box-shadow: var(--ei-shadow-sm); font-size: 1.5rem; }
.empty-state h2 { font-size: 1.4rem; font-weight: 800; }
.empty-state p { color: var(--ei-muted); }

.taxonomy-hero { padding: 5.5rem 0; background: radial-gradient(circle at 75% 20%, rgba(66,197,184,.2), transparent 28%), #10243e; }
.compact-search { display: flex; align-items: center; padding: .45rem; background: #fff; border-radius: .85rem; box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.compact-search > i { margin: 0 .65rem; color: #8592a2; }
.compact-search input { min-width: 0; height: 42px; flex: 1; border: 0; outline: 0; }
.compact-search button { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ei-blue); border: 0; border-radius: .65rem; }
.taxonomy-section { background: var(--ei-bg); }
.taxonomy-grid { column-count: 3; column-gap: 1.3rem; }
.taxonomy-grid > .taxonomy-group { display: inline-block; width: 100%; margin-bottom: 1.3rem; break-inside: avoid; vertical-align: top; }
.taxonomy-group { padding: 1.5rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.15rem; box-shadow: var(--ei-shadow-sm); }
.taxonomy-group-header { display: flex; gap: .9rem; align-items: center; padding-bottom: 1.1rem; border-bottom: 1px solid #e9eef5; }
.taxonomy-group-header > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--ei-blue); background: #edf3ff; border-radius: .8rem; }
.taxonomy-group-header h2 { margin: 0; font-size: 1.08rem; font-weight: 800; }
.taxonomy-group-header h2 a { color: var(--ei-ink); }
.taxonomy-group-header small { color: var(--ei-muted); font-size: .67rem; }
.taxonomy-group ul { margin: 1rem 0; padding: 0; list-style: none; }
.taxonomy-group ul ul { margin: .25rem 0 .5rem .6rem; padding-left: .65rem; border-left: 1px solid var(--ei-border); }
.taxonomy-group-header > span { flex-shrink: 0; }
.taxonomy-group-header > div { min-width: 0; }
.taxonomy-group-header h2 { overflow-wrap: anywhere; }
.taxonomy-group li a { display: flex; justify-content: space-between; padding: .45rem .2rem; color: #52657b; font-size: 1rem; }
.taxonomy-group li a:hover { color: var(--ei-blue); }
.taxonomy-group li small { display: grid; place-items: center; min-width: 24px; padding: 0 .3rem; color: #8491a2; background: var(--ei-bg); border-radius: 1rem; font-size: .59rem; }
.taxonomy-more { display: inline-flex; gap: .45rem; align-items: center; font-size: .72rem; font-weight: 750; }

.category-hero, .guide-hero { padding: 3rem 0 5rem; background: radial-gradient(circle at 82% 30%, rgba(47,99,216,.32), transparent 30%), #10243e; }
.category-hero h1, .guide-hero h1 { font-size: 40px; line-height: 1.15; letter-spacing: -.035em; overflow-wrap: anywhere; }
.category-hero-image { border: 1px solid rgba(255,255,255,.15); border-radius: 1.15rem; box-shadow: var(--ei-shadow); }
.guide-hero { position: relative; isolation: isolate; overflow: hidden; }
.guide-hero > .guide-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; z-index: -2; background: #10243e; }
.guide-hero-image > i { display: none; }
.guide-hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(9,25,44,.60), rgba(9,25,44,.35) 65%, rgba(9,25,44,.14)); }
.guide-hero > .container { text-shadow: 0 1px 5px rgba(0,0,0,.8); }
.guide-hero p { color: #e0e8f1; }
.breadcrumb-nav { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-bottom: 2.5rem; color: #91a3b9; font-size: .72rem; }
.breadcrumb-nav a { color: #b8c8d9; }
.breadcrumb-nav a:hover { color: #fff; }
.breadcrumb-nav i { font-size: .58rem; }
.category-count-card, .guide-count-card { display: flex; justify-content: center; flex-direction: column; min-height: 135px; padding: 1.5rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 1.15rem; backdrop-filter: blur(8px); }
.category-count-card strong { font-size: 2.3rem; line-height: 1; }
.category-count-card span { margin-top: .45rem; color: #aebed0; font-size: .76rem; }
.subcategory-strip { padding: 2rem 0; background: #fff; border-bottom: 1px solid var(--ei-border); }
.subcategory-heading { display: flex; justify-content: space-between; margin-bottom: 1rem; }
.subcategory-heading span { font-size: .8rem; font-weight: 800; }
.subcategory-heading small { color: var(--ei-muted); }
.subcategory-links { display: flex; flex-wrap: wrap; gap: .55rem; }
.subcategory-links a { display: inline-flex; gap: .5rem; align-items: center; padding: .55rem .8rem; color: #4d6076; background: var(--ei-bg); border: 1px solid var(--ei-border); border-radius: .65rem; font-size: 1rem; font-weight: 700; }
.subcategory-links a:hover { color: var(--ei-blue); background: #edf3ff; border-color: #c9d8f1; }
.subcategory-links span { display: grid; place-items: center; min-width: 22px; height: 20px; padding: 0 .3rem; color: #7b899a; background: #fff; border-radius: 1rem; font-size: .58rem; }
.category-results-heading { display: flex; gap: 2rem; justify-content: space-between; align-items: end; margin-bottom: 2.4rem; }
.inline-category-search { display: flex; align-items: center; width: 360px; padding: .35rem; background: #fff; border: 1px solid var(--ei-border); border-radius: .75rem; }
.inline-category-search i { margin: 0 .6rem; color: #8190a3; }
.inline-category-search input { min-width: 0; height: 40px; flex: 1; border: 0; outline: 0; font-size: .8rem; }
.inline-category-search button { padding: .65rem .8rem; color: #fff; background: var(--ei-ink); border: 0; border-radius: .55rem; font-size: .7rem; font-weight: 700; }

.listing-profile-hero { padding: 2.5rem 0 4.5rem; background: radial-gradient(circle at 83% 20%, rgba(66,197,184,.18), transparent 28%), #10243e; }
.listing-profile-hero .profile-domain { margin-top: 1rem; color: #aebed0; }
.profile-badges { display: flex; flex-wrap: wrap; gap: .4rem; }
.profile-layout { padding-top: 4.5rem; padding-bottom: 6rem; }
.profile-preview { position: relative; }
.profile-image-disclosure { position: absolute; top: 1rem; right: 1rem; z-index: 1; }
.profile-image-disclosure .sponsored-badge { box-shadow: 0 2px 10px rgba(16,36,62,.16); }
.website-preview-placeholder, .profile-media-card { overflow: hidden; margin-bottom: 2rem; background: #f4f7fb; border: 1px solid var(--ei-border); border-radius: 1.25rem; box-shadow: var(--ei-shadow-sm); }
.preview-browser-bar { display: flex; gap: .38rem; align-items: center; padding: .8rem 1rem; background: #e9eff6; border-bottom: 1px solid var(--ei-border); }
.preview-browser-bar > span { width: 9px; height: 9px; background: #fc8978; border-radius: 50%; }
.preview-browser-bar > span:nth-child(2) { background: #f4c562; }
.preview-browser-bar > span:nth-child(3) { background: #4dc6a6; }
.preview-browser-bar div { overflow: hidden; max-width: 340px; margin-left: .65rem; padding: .3rem 1rem; color: #8190a3; background: #fff; border-radius: .4rem; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.preview-placeholder-content { display: flex; min-height: 315px; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(circle at center, #fff, #eef3f9); }
.preview-placeholder-content > span { display: grid; place-items: center; width: 85px; height: 85px; color: #fff; background: linear-gradient(145deg, var(--ei-blue), #6e91e4); border-radius: 1.4rem; box-shadow: 0 18px 35px rgba(47,99,216,.2); font-size: 2rem; font-weight: 800; }
.preview-placeholder-content strong { margin-top: 1rem; font-size: 1.15rem; }
.preview-placeholder-content small { color: var(--ei-muted); }
.profile-media-card img { display: block; width: 100%; max-height: 500px; object-fit: cover; }
.profile-section { margin-top: 2rem; padding: 2rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.15rem; box-shadow: var(--ei-shadow-sm); }
.profile-section-heading { display: flex; gap: .9rem; align-items: center; margin-bottom: 1.25rem; }
.profile-section-heading > span { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; color: var(--ei-blue); background: #edf3ff; border-radius: .75rem; }
.profile-section-heading .section-kicker { margin: 0 0 .15rem; font-size: .62rem; }
.profile-section-heading h2 { margin: 0; font-size: 1.35rem; font-weight: 800; letter-spacing: -.025em; }
.profile-description { margin: 0; color: #526479; line-height: 1.9; white-space: pre-line; }
.deep-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.deep-link-grid a { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .9rem 1rem; color: #475b73; background: var(--ei-bg); border: 1px solid var(--ei-border); border-radius: .7rem; font-size: .78rem; font-weight: 700; }
.deep-link-grid a:hover { color: var(--ei-blue); border-color: #c3d2ea; }
.award-list { display: grid; gap: .8rem; }
.award-item { display: flex; gap: 1rem; align-items: center; padding: 1rem; background: var(--ei-bg); border-radius: .75rem; }
.award-item img, .award-icon { width: 52px; height: 52px; object-fit: contain; border-radius: .7rem; }
.award-icon { display: grid; place-items: center; color: #b77b12; background: #fff4d9; font-size: 1.3rem; }
.award-item div { display: flex; flex: 1; flex-direction: column; }
.award-item small { color: var(--ei-muted); }
.award-item p { margin: .3rem 0 0; color: #65758a; font-size: .78rem; }
.profile-sidebar-card { position: sticky; top: 105px; padding: 1.6rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.15rem; box-shadow: var(--ei-shadow-sm); }
.profile-sidebar-card h2 { margin: 0 0 1rem; font-size: 1.1rem; font-weight: 800; }
.profile-facts { margin: 0; }
.profile-facts > div { padding: .9rem 0; border-top: 1px solid #e9eef5; }
.profile-facts dt { display: flex; gap: .5rem; align-items: center; color: #7a899b; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.profile-facts dt i { color: var(--ei-blue); }
.profile-facts dd { margin: .3rem 0 0 1.35rem; color: #43566e; font-size: .8rem; }
.fact-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.fact-tags a { padding: .25rem .45rem; background: #edf3ff; border-radius: .4rem; font-size: .66rem; }
.profile-social, .app-links { padding-top: 1rem; border-top: 1px solid #e9eef5; }
.profile-social > span, .app-links > span { display: block; margin-bottom: .65rem; color: #7b899a; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.profile-social div { display: flex; flex-wrap: wrap; gap: .4rem; }
.profile-social a { display: grid; place-items: center; width: 36px; height: 36px; color: var(--ei-blue); background: #edf3ff; border-radius: .6rem; }
.app-links > a { display: inline-flex; gap: .6rem; align-items: center; margin: 0 .35rem .35rem 0; padding: .55rem .7rem; color: #fff; background: var(--ei-ink); border-radius: .6rem; }
.app-links > a > span { display: flex; flex-direction: column; font-size: .68rem; line-height: 1.15; }
.app-links small { font-size: .5rem; }
.claim-card { margin-top: 1.2rem; padding: 1.5rem; text-align: center; background: #f0f6ff; border: 1px solid #cbdcf6; border-radius: 1.15rem; }
.claim-card > span { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto .8rem; color: var(--ei-blue); background: #fff; border-radius: 50%; font-size: 1.2rem; }
.claim-card h2 { font-size: 1.05rem; font-weight: 800; }
.claim-card p { color: var(--ei-muted); font-size: .78rem; }
.disclosure-card { display: flex; gap: .75rem; margin-top: 1.2rem; padding: 1rem; color: #6f7f91; background: #fafbfc; border: 1px solid var(--ei-border); border-radius: .9rem; font-size: .67rem; }
.disclosure-card i { color: var(--ei-blue); }
.disclosure-card p { margin: 0; }
.related-listings { border-top: 1px solid var(--ei-border); }

.pricing-hero { padding: 6rem 0 9.5rem; background: radial-gradient(circle at 50% 0, rgba(47,99,216,.42), transparent 42%), #10243e; }
.pricing-hero p { max-width: 700px; margin: 1.5rem auto 0; color: #bdcad9; font-size: 1.05rem; }
.pricing-trust { display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: center; margin-top: 1.7rem; color: #d9e4ef; font-size: .9rem; }
.pricing-trust i { margin-right: .3rem; color: var(--ei-aqua); }
.pricing-section { margin-top: -5.5rem; padding-bottom: 6rem; }
.pricing-card { position: relative; display: flex; overflow: hidden; flex-direction: column; padding: 1.5rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.3rem; box-shadow: var(--ei-shadow); }
.pricing-card.featured { border-color: var(--ei-blue); box-shadow: 0 0 0 1px var(--ei-blue), var(--ei-shadow); }
.pricing-card.selected { outline: 4px solid rgba(66,197,184,.23); }
.popular-ribbon { margin: -1.5rem -1.5rem 1.3rem; padding: .55rem 1rem; color: #fff; background: var(--ei-blue); text-align: center; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.plan-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; color: var(--ei-blue); background: #edf3ff; border-radius: .8rem; font-size: 1.2rem; }
.pricing-card h2 { margin: 0; font-size: 1.2rem; font-weight: 800; }
.pricing-card-head > p { min-height: 75px; margin: .65rem 0; color: var(--ei-ink-soft); font-size: .9375rem; line-height: 1.6; }
.plan-price { display: flex; flex-wrap: wrap; align-items: baseline; row-gap: .65rem; margin: 1rem 0 1.2rem; }
.plan-price sup { align-self: flex-start; margin-top: .55rem; font-size: 1rem; font-weight: 800; }
.plan-price strong { font-size: 2.35rem; line-height: 1; letter-spacing: -.05em; }
.plan-price span { flex-basis: 100%; color: var(--ei-muted); font-size: .8rem; font-weight: 700; letter-spacing: .03em; }
.plan-review { display: flex; gap: .65rem; align-items: center; padding: .75rem; color: var(--ei-ink-soft); background: var(--ei-bg); border-radius: .7rem; font-size: .9375rem; font-weight: 700; }
.plan-review i { color: var(--ei-blue); }
.plan-review span { display: flex; flex-direction: column; }
.plan-review small { color: var(--ei-muted); font-size: .75rem; font-weight: 650; text-transform: uppercase; }
.plan-features { display: grid; align-content: start; gap: .75rem; margin: 1.2rem 0 1.5rem; padding: 0; flex: 1; list-style: none; }
.plan-features li { display: flex; align-items: flex-start; gap: .5rem; color: var(--ei-ink-soft); font-size: 1rem; line-height: 1.6; }
.plan-features i { flex-shrink: 0; color: #168460; }
.pricing-card > .btn { font-size: 1rem; white-space: normal; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.pricing-grid .pricing-card { display: grid; grid-template-rows: subgrid; grid-row: span 17; row-gap: 0; min-width: 0; padding-top: 3.5rem; }
.pricing-grid .popular-ribbon { position: absolute; top: 0; right: 0; left: 0; margin: 0; }
.pricing-grid .pricing-card-head { display: grid; grid-template-rows: subgrid; grid-row: span 3; row-gap: 0; }
.pricing-grid .pricing-card-head > p { min-height: 0; }
.pricing-grid .plan-features { grid-template-rows: subgrid; grid-row: span 12; row-gap: 0; }
.pricing-grid .plan-features li { padding: .4rem 0; }
.pricing-grid .plan-feature-unavailable { color: var(--ei-muted); }
.pricing-grid .pricing-card > .btn { align-self: end; margin-top: .5rem; }
@media (max-width: 1199.98px) {
    .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .pricing-grid { grid-template-columns: minmax(0, 1fr); }
    .pricing-grid .pricing-card { display: flex; grid-row: auto; }
    .pricing-grid .pricing-card-head { display: block; }
    .pricing-grid .plan-features { display: grid; grid-template-rows: none; grid-row: auto; }
    .pricing-grid .plan-feature-unavailable { display: none; }
}
.pricing-note { margin: 2rem 0 0; color: var(--ei-muted); text-align: center; font-size: .9375rem; line-height: 1.6; }
.claim-plan-banner, .selected-plan-banner { position: relative; z-index: 2; display: flex; gap: 1rem; align-items: center; margin-top: -7rem; margin-bottom: 6.5rem; padding: 1rem 1.25rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1rem; box-shadow: var(--ei-shadow); }
.claim-plan-banner > i, .selected-plan-banner > i { color: var(--ei-blue); font-size: 1.5rem; }
.claim-plan-banner p, .selected-plan-banner p { margin: .15rem 0 0; color: var(--ei-muted); font-size: .75rem; }
.selected-plan-banner a { margin-left: auto; font-size: .72rem; font-weight: 700; }
.comparison-section { padding: 6rem 0; background: var(--ei-bg); }
.comparison-section .section-heading { max-width: 690px; }
.comparison-section .section-heading h2 { font-size: 2rem; }
.comparison-table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.2rem; box-shadow: var(--ei-shadow-sm); }
.comparison-table { min-width: 780px; margin: 0; }
.comparison-table th, .comparison-table td { padding: 1rem; border-color: #e8edf4; text-align: center; font-size: .9375rem; vertical-align: middle; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; }
.comparison-table thead th { color: var(--ei-ink); background: #f7f9fc; font-weight: 800; }
.comparison-table tbody th { color: #647489; font-weight: 700; }
.promotion-section { padding: 6rem 0; }
.promotion-section h2 { margin: 0; font-size: 2rem; font-weight: 800; letter-spacing: -.045em; }
.promotion-section p { margin: .7rem 0 0; color: var(--ei-muted); }
.promotion-disclaimer { color: var(--ei-muted); font-size: .9375rem; }
.promotion-card { position: relative; padding: 1.3rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1rem; box-shadow: var(--ei-shadow-sm); }
.promotion-card span { display: block; color: var(--ei-ink-soft); font-size: 1rem; }
.promotion-card strong { display: block; margin: .35rem 0; font-size: 1.5rem; }
.promotion-card small { display: inline-block; padding: .2rem .45rem; color: #13785b; background: #e8f7ef; border-radius: 1rem; font-size: .8rem; font-weight: 800; }
.pricing-faq { background: #fbfcfe; border-top: 1px solid var(--ei-border); }
.pricing-faq h2 { font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.pricing-faq .modern-accordion .accordion-button, .pricing-faq .modern-accordion .accordion-body { font-size: 1rem; line-height: 1.6; }
.pricing-faq p { color: var(--ei-muted); }
.modern-accordion .accordion-item { margin-bottom: .65rem; overflow: hidden; background: #fff; border: 1px solid var(--ei-border); border-radius: .8rem; }
.modern-accordion .accordion-button { padding: 1.1rem 1.2rem; color: var(--ei-ink); background: #fff; box-shadow: none; font-size: .85rem; font-weight: 750; }
.modern-accordion .accordion-button:not(.collapsed) { color: var(--ei-blue); }
.modern-accordion .accordion-body { padding: .2rem 1.2rem 1.2rem; color: var(--ei-muted); font-size: .8rem; line-height: 1.75; }

.guide-location { margin-top: .85rem; color: #b9c8d9; }
.guide-count-card { flex-direction: row; gap: 1rem; align-items: center; }
.guide-count-card > i { display: grid; place-items: center; width: 52px; height: 52px; color: var(--ei-aqua); background: rgba(255,255,255,.08); border-radius: .8rem; font-size: 1.3rem; }
.guide-count-card div { display: flex; flex-direction: column; }
.guide-count-card strong { font-size: 1.8rem; line-height: 1; }
.guide-count-card span { color: #aab9ca; font-size: .7rem; }
.guide-content { padding-top: 4.5rem; padding-bottom: 6rem; }
.guide-intro-card { margin-bottom: 4.5rem; padding: 2.2rem; background: var(--ei-bg); border: 1px solid var(--ei-border); border-radius: 1.2rem; }
.page-copy { color: #526479; line-height: 1.9; white-space: pre-line; }
.disclosure-inline { display: flex; gap: .45rem; align-items: center; margin: 0; color: var(--ei-muted); font-size: .68rem; }
.guide-faq { margin-top: 5rem; padding-top: 4.5rem; border-top: 1px solid var(--ei-border); }
.review-date { margin-top: 2rem; color: var(--ei-muted); font-size: .68rem; }
.review-date i { color: #1b9a72; }

.support-page-hero { padding-bottom: 4.5rem; }
.support-page-hero p { max-width: 760px; }
.support-hero-note { display: flex; gap: .8rem; align-items: center; padding: 1.15rem; color: #d9e4ef; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; font-size: .75rem; }
.support-hero-note i { color: var(--ei-aqua); font-size: 1.5rem; }
.support-hero-note strong { display: block; color: #fff; }
.support-page-content { background: var(--ei-bg); }
.how-it-works-content { background: #fff; }
.how-it-works-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem 2.5rem; margin: 0; padding: 0; list-style: none; }
.how-it-works-step { text-align: center; }
.how-it-works-number { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 1.25rem; border: 2px solid #99bae9; border-radius: 50%; color: var(--ei-blue); background: #d6e7fc; font-size: 1.65rem; font-weight: 800; }
.how-it-works-step h2 { margin: 0 0 1rem; color: var(--ei-ink); font-size: 1.4rem; font-weight: 800; line-height: 1.35; }
.how-it-works-step p { max-width: 340px; margin: 0 auto; color: var(--ei-muted); font-size: 1rem; line-height: 1.8; }
@media (max-width: 991.98px) {
    .how-it-works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .how-it-works-grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
}
.support-topic-card { display: flex; gap: 1rem; padding: 1.5rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1rem; box-shadow: var(--ei-shadow-sm); }
.support-topic-card > span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; color: var(--ei-blue); background: #edf3ff; border-radius: .65rem; font-size: .65rem; font-weight: 800; }
.support-topic-card h2 { margin: 0 0 .35rem; font-size: 1rem; font-weight: 800; }
.support-topic-card p { margin: 0; color: var(--ei-muted); font-size: .76rem; line-height: 1.75; }
.support-page-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: 2rem; color: #fff; background: var(--ei-ink); border-radius: 1.2rem; }
.support-page-cta span { color: #9fbaff; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.support-page-cta h2 { max-width: 650px; margin: .35rem 0 0; font-size: 1.45rem; font-weight: 800; }

.site-footer { padding: 4rem 0 0; color: #b8c7d8; background: radial-gradient(ellipse at 0 0, rgba(66,197,184,.1), transparent 55%), #0b1b2f; }
.footer-brand { color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-logo-wrap { display: inline-block; background: transparent; }
.footer-brand .brand-logo { height: 36px; }
.footer-intro { max-width: 330px; margin: 1.2rem 0 0; color: #a9bbcf; font-size: .88rem; line-height: 1.8; }
.footer-email { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.2rem; color: #8de2d7; font-size: .88rem; overflow-wrap: anywhere; }
.footer-email:hover { color: #fff; }
.footer-heading { margin: .3rem 0 1.2rem; color: #fff; font-size: .95rem; font-weight: 800; line-height: 1.5; }
.footer-links { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #b8c7d8; font-size: .86rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 3rem; padding: 1.5rem 0; color: #a9bbcf; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom a { color: #b8c7d8; }
.footer-bottom a:hover { color: #fff; }

.submission-hero { padding: 3.5rem 0; background: radial-gradient(circle at 85% 20%, rgba(66,197,184,.18), transparent 35%), var(--ei-ink); }
.submission-hero h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.submission-section { padding: 3.5rem 0 5rem; background: var(--ei-bg); min-height: 500px; }
.submission-steps { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin: 0 0 2.5rem; padding: 0; list-style: none; }
.submission-steps li { display: flex; gap: .65rem; align-items: center; color: #8290a3; font-size: .78rem; font-weight: 750; }
.submission-steps li span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #cad5e4; border-radius: 50%; background: #fff; }
.submission-steps .current { color: var(--ei-blue); }
.submission-steps .current span { background: var(--ei-blue); border-color: var(--ei-blue); color: #fff; }
.submission-steps .done span { color: #137c68; background: #ddf5ed; border-color: #b5e6d8; }
.submission-card { padding: 2rem; margin-bottom: 1.5rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.15rem; box-shadow: var(--ei-shadow-sm); }
.submission-card h2, .submission-summary h2 { margin: 0 0 .5rem; font-size: 1.35rem; font-weight: 800; letter-spacing: -.025em; }
.submission-card-heading { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.5rem; }
.submission-card-heading > span { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; color: var(--ei-blue); background: #edf3ff; border-radius: .75rem; }
.submission-card-heading p { margin: 0; color: var(--ei-muted); font-size: .78rem; }
.submission-form .form-label, .submission-card .form-label { color: var(--ei-ink-soft); font-size: .82rem; font-weight: 750; }
.submission-form .form-control, .submission-form .form-select, .partner-filter .form-control, .submission-card .form-control { border-color: var(--ei-border); border-radius: .65rem; padding: .72rem .85rem; font-size: .85rem; }
.submission-form .form-text { color: var(--ei-muted); font-size: .71rem; }
.submission-form .form-check-label { color: #56687d; font-size: .82rem; line-height: 1.7; }
.submission-summary { position: sticky; top: 108px; padding: 1.7rem; background: #fff; border: 1px solid var(--ei-border); border-radius: 1.15rem; box-shadow: var(--ei-shadow); }
.submission-price { margin: 1.3rem 0; font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.submission-price small { display: block; color: var(--ei-muted); font-size: .7rem; font-weight: 500; letter-spacing: 0; }
.submission-facts { display: grid; gap: .75rem; padding: 1.2rem 0; border-top: 1px solid var(--ei-border); border-bottom: 1px solid var(--ei-border); list-style: none; font-size: .78rem; }
.submission-facts i { margin-right: .5rem; color: #14917c; }
.submission-note { display: flex; gap: .8rem; align-items: flex-start; padding: 1.25rem; color: #365b70; background: #eaf6f6; border: 1px solid #cce7e6; border-radius: .85rem; font-size: .82rem; }
.submission-note > i { color: #11847b; font-size: 1.2rem; }
.submission-category-list { max-height: 285px; padding: .35rem; overflow-y: auto; border: 1px solid var(--ei-border); border-radius: .65rem; }
.category-choice { display: flex; gap: .75rem; align-items: flex-start; padding: .6rem .75rem; border-radius: .45rem; color: #52647a; font-size: .75rem; cursor: pointer; }
.category-choice:hover { background: #f1f5fd; }
.category-choice[hidden] { display: none; }
.category-choice input, .addon-choice input, .partner-link-choice input { flex-shrink: 0; }
.submission-award { margin-bottom: 1.4rem; padding: 1.2rem; background: #f9fbfe; border: 1px solid var(--ei-border); border-radius: .8rem; }
.submission-award legend { float: none; width: auto; font-size: .85rem; font-weight: 800; }
.addon-choice, .partner-link-choice { display: flex; gap: .8rem; padding: 1.25rem; color: var(--ei-ink); background: #fff; border: 1px solid var(--ei-border); border-radius: .85rem; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.addon-choice:has(input:checked), .partner-link-choice:has(input:checked) { border-color: var(--ei-blue); background: #f2f6ff; box-shadow: 0 0 0 1px var(--ei-blue); }
.addon-choice > span, .partner-link-choice > span { display: flex; min-width: 0; flex-direction: column; }
.addon-choice strong, .partner-link-choice strong { font-size: .9rem; }
.addon-choice small, .partner-link-choice small { display: block; margin-top: .35rem; color: var(--ei-muted); font-size: .7rem; }
.addon-price { display: block; margin-top: .4rem; font-size: 1.4rem; font-weight: 800; }
.addon-choice small.addon-discount { align-self: flex-start; padding: .18rem .45rem; color: #14745b; background: #e1f4eb; border-radius: 1rem; font-size: .63rem; font-weight: 800; }
.partner-niche { margin: 0 0 .4rem !important; color: var(--ei-blue) !important; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.partner-url { margin: .25rem 0; color: #5f7896; font-size: .72rem; overflow-wrap: anywhere; }
.partner-code { font-family: monospace; font-size: .8rem; }
.checkout-reference { color: #8190a3; font-size: .65rem; overflow-wrap: anywhere; }
.checkout-website { display: flex; flex-direction: column; padding: 1rem; background: var(--ei-bg); border-radius: .7rem; }
.checkout-website strong { font-size: .9rem; }
.checkout-website span { color: var(--ei-muted); font-size: .7rem; overflow-wrap: anywhere; }
.checkout-line { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--ei-border); font-size: .8rem; }
.checkout-line small { display: block; margin-top: .3rem; color: var(--ei-muted); font-size: .65rem; }
.checkout-line > strong { flex-shrink: 0; }
.checkout-total { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 1.4rem 0; font-weight: 800; }
.checkout-total strong { font-size: 1.75rem; letter-spacing: -.04em; }
.checkout-payment-note { display: flex; gap: .55rem; padding: 1rem 0; color: #7a6940; font-size: .7rem; }
@media (max-width: 991.98px) { .submission-summary { position: static; } }
@media (max-width: 575.98px) { .submission-card, .submission-summary { padding: 1.25rem; } .submission-steps { gap: .8rem; } .submission-steps li { font-size: .65rem; } .submission-hero { padding: 2.5rem 0; } .submission-section { padding-top: 2rem; } }

@media (max-width: 1199.98px) {
    .taxonomy-grid { column-count: 2; }
    .pricing-card.featured { transform: none; }
}

@media (max-width: 991.98px) {
    .site-header .navbar { min-height: 60px; }
    .navbar-collapse { padding: 1rem 0 1.25rem; border-top: 1px solid var(--ei-border); }
    .site-header .nav-link { margin: 0; padding: .65rem 0 !important; }
    .site-header .nav-link::before { display: none; }
    .site-header button.nav-link { width: 100%; text-align: left; }
    .nav-actions { margin: .6rem 0 0; }
    .nav-actions .btn { width: 100%; }
    .mega-menu { position: static !important; inset: auto !important; width: 100%; max-height: 440px; margin: .25rem 0 .8rem; overflow-y: auto; transform: none !important; }
    .mega-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .support-menu { margin-bottom: .8rem; box-shadow: none; }
    .hero-discovery { padding: 2rem 0; }
    .section-space { padding: 2.5rem 0; }
    .home-cta { align-items: flex-start; flex-direction: column; padding: 2.5rem; }
    .home-cta-actions { align-items: flex-start; }
    .directory-search { grid-template-columns: 1fr; padding: .7rem; }
    .directory-search select { border-top: 1px solid var(--ei-border); border-left: 0; }
    .profile-sidebar-card { position: static; }
    .category-results-heading { align-items: flex-start; flex-direction: column; }
    .inline-category-search { width: 100%; }
    .support-page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .pricing-hero h1 { font-size: 3.05rem; }
    .hero-discovery { padding: 1.75rem 0; }
    .hero-search { align-items: stretch; flex-wrap: wrap; }
    .hero-search input { width: calc(100% - 54px); }
    .hero-search button { width: 100%; }
    .section-space { padding: 2rem 0; }
    .section-heading { margin-bottom: 1.5rem; }
    .home-cta-section { padding-bottom: 4rem; }
    .home-cta { padding: 2rem; border-radius: 1.2rem; }
    .results-toolbar { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .taxonomy-grid { column-count: 1; }
    .page-hero, .taxonomy-hero { padding: 4rem 0; }
    .category-hero, .guide-hero { padding-bottom: 3.5rem; }
    .deep-link-grid { grid-template-columns: 1fr; }
    .profile-layout { padding-top: 3rem; padding-bottom: 4rem; }
    .profile-section { padding: 1.35rem; }
    .pricing-hero { padding: 4.5rem 0 8.5rem; }
    .pricing-trust { gap: .75rem; }
    .claim-plan-banner, .selected-plan-banner { align-items: flex-start; margin-right: 1rem; margin-left: 1rem; }
    .selected-plan-banner { flex-wrap: wrap; }
    .selected-plan-banner a { margin-left: 2.5rem; }
    .promotion-section h2 { font-size: 2rem; }
    .guide-content { padding-top: 3rem; padding-bottom: 4rem; }
    .guide-intro-card { margin-bottom: 3.5rem; padding: 1.35rem; }
    .site-footer { padding-top: 4rem; }
}

@media (max-width: 575.98px) {
    .brand-logo { height: 37px; }
    .pricing-hero h1 { font-size: 2.7rem; }
    .mega-menu-heading, .mega-menu-footer { align-items: flex-start; flex-direction: column; }
    .mega-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; padding: .8rem; }
    .hero-discovery { padding: 1.5rem 0; }
    .hero-parent-links { gap: .45rem 1rem; margin-bottom: 1.35rem; }
    .hero-parent-links a { font-size: .75rem; }
    .hero-trending { gap: .55rem 1rem; font-size: .7rem; }
    .hero-aurora { left: -28%; width: 115%; opacity: .68; }
    .page-hero h1, .listing-profile-hero h1 { font-size: 2.45rem; }
    .directory-search .btn { width: 100%; }
    .profile-badges { margin-bottom: 1.2rem !important; }
    .listing-profile-hero .btn { width: 100%; }
    .preview-placeholder-content { min-height: 240px; }
    .category-count-card, .guide-count-card { min-height: 110px; }
    .subcategory-links a { width: 100%; justify-content: space-between; }
    .support-page-cta { padding: 1.5rem; }
}

#main-content > section h1, .hero-caption { font-size: 40px; line-height: 1.2; overflow-wrap: anywhere; }
#main-content .hero-caption { font-size: 36px; }
.header-directory-search { display: flex; align-items: center; flex: 0 1 360px; min-width: 130px; margin: 0 auto; border: 1px solid #dce5ee; border-radius: 30px; background: #f7f9fc; }
.header-directory-search input { width: 100%; min-width: 0; padding: .65rem 0 .65rem 1rem; border: 0; outline: 0; background: transparent; font-size: .8rem; color: var(--ei-ink); }
.header-directory-search button { flex: 0 0 40px; min-height: 40px; border: 0; background: transparent; color: var(--ei-blue); border-radius: 50%; }
.header-directory-search:focus-within { outline: 2px solid var(--ei-blue); outline-offset: 2px; }
.header-directory-search ~ .navbar-collapse { flex-grow: 0; flex-shrink: 0; margin-left: 0; }
.site-header .nav-link { white-space: nowrap; }
.profile-domain a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
.url-example code { overflow-wrap: anywhere; }
.profile-paid-disclosure { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem; margin: 0 0 1.5rem; color: #637487; font-size: .8rem; }
@media (max-width: 991.98px) {
    .header-directory-search { order: 3; flex: 1 0 100%; margin: .5rem 0; }
    .site-header .navbar-toggler { order: 2; }
    .site-header .navbar-collapse { order: 4; width: 100%; }
}
#main-content .home-section-title { font-size: 32px; line-height: 1.25; overflow-wrap: anywhere; }

.contact-page-heading { padding: 2.5rem 0; background: #f3f7f8; border-bottom: 1px solid #e7edf0; }
.contact-page-heading h1 { margin: .45rem 0 .7rem; font-weight: 750; }
.contact-page-heading p { margin: 0; color: #637487; }
.contact-page-content { background: linear-gradient(180deg, #fff, #f8fafc); }
.contact-form-card, .contact-help-card { padding: clamp(1.25rem, 3vw, 2.5rem); background: #fff; border: 1px solid #e4eaf0; border-radius: .75rem; box-shadow: 0 12px 36px rgba(16,42,67,.05); }
.contact-form-card { border-top: 4px solid var(--ei-blue); }
.contact-form-heading { text-align: center; margin-bottom: 2rem; }
.contact-heading-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 1.25rem; border-radius: .8rem; background: #e9f3f8; color: var(--ei-blue); font-size: 1.65rem; }
.contact-form-heading h2, .contact-help-card h2 { font-size: 28px; font-weight: 750; line-height: 1.25; margin-bottom: .85rem; }
.contact-form-heading p, .contact-help-card > p { color: #637487; line-height: 1.75; }
.support-message-form .form-label { font-size: .85rem; font-weight: 650; }
.support-message-form .form-control, .support-message-form .form-select { padding: .85rem 1rem; border-radius: .55rem; border-color: #dce4ed; }
.support-message-form .form-control:focus, .support-message-form .form-select:focus { border-color: var(--ei-blue); box-shadow: 0 0 0 .2rem rgba(47,99,218,.12); }
.support-message-form textarea { min-height: 170px; resize: vertical; }
.support-message-form .btn { padding: .95rem; }
.contact-privacy-note { display: flex; gap: .55rem; align-items: start; margin: 1.35rem 0; font-size: .78rem; line-height: 1.6; color: #637487; }
.contact-privacy-note i { color: var(--ei-blue); }
.support-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-help-link { display: flex; gap: 1rem; align-items: center; padding: 1.1rem; margin-top: 1rem; border: 1px solid #e7edf2; border-radius: .65rem; color: var(--ei-ink); transition: background .2s ease; }
.contact-help-link:hover { background: #f5f9fc; }
.contact-help-link > i { display: grid; place-items: center; flex: 0 0 44px; height: 44px; font-size: 1.25rem; color: var(--ei-blue); background: #edf4fb; border-radius: .65rem; }
.contact-help-link strong { display: block; font-size: .92rem; margin-bottom: .3rem; }
.contact-help-link span span { display: block; color: #637487; font-size: .8rem; line-height: 1.6; }
.contact-report-note { border-top: 1px solid #e7edf2; margin-top: 1.5rem; padding-top: 1.5rem; }
.contact-report-note h3 { font-size: 1rem; }
.contact-report-note p { font-size: .85rem; line-height: 1.7; color: #637487; }
.report-listing-summary { margin-bottom: 1.75rem; padding: 1rem; background: #f4f7fb; border-radius: .65rem; overflow-wrap: anywhere; }
.report-listing-summary strong, .report-listing-summary a { display: block; margin-top: .5rem; }
.report-listing-summary a { font-size: .8rem; }
.profile-listing-actions { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1rem; }
.report-listing-link { display: inline-flex; gap: .35rem; align-items: center; justify-content: center; padding: .5rem 0; color: #637487; font-size: .8rem; }
.report-listing-link:hover { color: var(--ei-blue); }

.faq-layout { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.faq-topics { display: grid; gap: .5rem; }
.faq-topic { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid transparent; border-radius: 14px; color: #405771; }
.faq-topic:hover { color: #244e69; background: #f2f8fb; border-color: #d4e8f0; }
.faq-topic strong, .faq-topic small { display: block; }
.faq-topic strong { font-size: .88rem; font-weight: 700; }
.faq-topic small { color: #637487; font-size: .75rem; margin-top: .2rem; }
.faq-topic-icon { display: grid; place-items: center; flex: 0 0 44px; height: 44px; color: #1684a9; background: #eaf5fa; border-radius: 12px; font-size: 1.35rem; }
.faq-topic.is-active { background: #157d9f; color: #fff; box-shadow: 0 8px 22px rgba(21,125,159,.12); }
.faq-topic.is-active small { color: #e4f5fc; }
.faq-topic.is-active .faq-topic-icon { color: #fff; background: rgba(255,255,255,.15); }
.faq-help { padding: 1.7rem 1.3rem; margin-top: 1.5rem; text-align: center; border: 1px solid #d4e8f0; border-radius: 16px; background: linear-gradient(135deg, #edf8fc, #f7fbfd); }
.faq-help-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 1rem; border-radius: 50%; color: #fff; background: #157d9f; font-size: 1.5rem; }
.faq-help h2 { font-size: 1.1rem; font-weight: 750; }
.faq-help p { color: #637487; font-size: .85rem; line-height: 1.8; }
.faq-help a { color: #146d8a; font-weight: 700; font-size: .85rem; }
.faq-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.faq-total { background: #eaf5fa; color: #146d8a; border-radius: 30px; padding: .55rem 1rem; font-size: .8rem; white-space: nowrap; }
.faq-search { display: flex; align-items: center; gap: .7rem; border: 1px solid #dfe5eb; border-radius: 30px; padding: .7rem 1rem; color: #637487; width: 290px; max-width: 100%; }
.faq-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ei-ink); font: inherit; font-size: .85rem; }
.faq-search:focus-within { outline: 2px solid #157d9f; outline-offset: 3px; }
.faq-result-count { font-size: .78rem; color: #637487; margin-bottom: 1.3rem; }
.faq-group { scroll-margin-top: 110px; margin-bottom: 1.75rem; }
.faq-group > h2 { font-size: 1rem; color: #637487; margin-bottom: 1rem; }
.faq-question { border: 1px solid #e1e8ed; border-radius: 15px; overflow: hidden; background: #fff; margin-bottom: .85rem; }
.faq-question[open] { border-color: #58a8c2; box-shadow: 0 6px 22px rgba(21,125,159,.06); }
.faq-question summary { display: flex; align-items: center; gap: 1rem; padding: 1.35rem 1.5rem; cursor: pointer; list-style: none; color: #38516c; font-size: .92rem; font-weight: 650; }
.faq-question summary::-webkit-details-marker { display: none; }
.faq-question[open] summary { background: #f4fafc; }
.faq-question summary:focus-visible, .faq-topic:focus-visible { outline: 3px solid #157d9f; outline-offset: -3px; }
.faq-question-icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; background: #edf7fb; border-radius: 50%; color: #1684a9; font-size: 1.05rem; }
.faq-question[open] .faq-question-icon { background: #157d9f; color: #fff; }
.faq-chevron { margin-left: auto; color: #637487; font-size: .85rem; }
.faq-question[open] .faq-chevron { transform: rotate(180deg); color: #1684a9; }
.faq-answer { padding: 0 1.5rem 1.5rem 4.65rem; color: #596d80; font-size: .92rem; line-height: 1.9; overflow-wrap: anywhere; }
.faq-answer p { margin: 1rem 0 0; }
.faq-plan-link { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid #e1e8ed; font-size: .85rem; color: #637487; }
.faq-plan-link a { font-weight: 700; }
.faq-empty { padding: 3rem 1rem; text-align: center; background: #f7fafc; border: 1px dashed #cbdce6; border-radius: 15px; margin-bottom: 1.5rem; color: #637487; }
.faq-empty > i { font-size: 1.5rem; }
.faq-empty h2 { font-size: 1.25rem; margin-top: 1rem; }
.faq-section [hidden] { display: none !important; }
@media (max-width: 991.98px) {
    .faq-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 1.5rem; }
    .faq-topic { padding: .8rem; gap: .65rem; }
    .faq-toolbar { align-items: flex-start; flex-direction: column; }
    .faq-search { width: 100%; }
}
@media (max-width: 767.98px) {
    .faq-layout { grid-template-columns: minmax(0, 1fr); }
    .faq-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .faq-topic { gap: .6rem; padding: .75rem .5rem; }
    .faq-topic-icon { flex-basis: 32px; height: 32px; font-size: 1.1rem; }
    .faq-topic strong { font-size: .78rem; }
    .faq-help { padding: 1.2rem; }
    .faq-help-icon { width: 44px; height: 44px; margin-bottom: .6rem; }
    .faq-help p { margin-bottom: .6rem; }
    .faq-question summary { gap: .7rem; padding: 1.15rem 1rem; }
    .faq-answer { padding: 0 1.1rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
