:root {
    --navy: #16356b;
    --blue: #39a9e1;
    --pink: #ee4766;
    --soft-bg: #f3f3f3;
    --card-bg: #ffffff;
    --text: #202020;
    --muted: #676767;
    --light-lilac: #d9d6e8;
    --light-pink: #efd7db;
    --light-blue: #c8e5f5;
    --shadow-soft: 0 8px 28px rgba(15, 34, 63, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--soft-bg);
    color: var(--text);
}

a {
    text-decoration: none;
    color: inherit;
}

.skip-link {
    z-index: 1050;
}

.page-section {
    padding: 18px 0;
}

.hero-card {
    background: #fff;
    border-radius: 34px;
    box-shadow: var(--shadow-soft);
    padding: 28px 24px 30px;
    width: 100%;
}

.newsroom-hero-card {
    padding-bottom: 16px;
}

.newsroom-mission {
    padding: 14px 0 0;
}

.newsroom-mission p {
    margin-bottom: 0;
}

.hero-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.logo-panel {
    width: 66%;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 26px;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 96px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: 0.02em;
}

.logo-panel.grand-image {
    min-height: auto;
}

.logo-panel img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.founder-box {
    width: 66%;
    margin: 18px auto 18px;
    background: #f6f6f6;
    border-radius: 22px;
    padding: 18px 20px;
    text-align: center;
}

.founder-box h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.founder-box p {
    font-size: 12px;
    line-height: 1.75;
    color: #404040;
    margin-bottom: 14px;
}

.tag-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.tag {
    font-size: 9px;
    padding: 3px 8px;
    border-radius: 999px;
    font-weight: 500;
    line-height: 1;
}

.tag-neutral {
    color: #7c8698;
    background: #f1f3f6;
}

.tag-pink {
    color: #e58a98;
    background: #fdf0f3;
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 16px;
}

.filter-pills button {
    border: 1.5px solid var(--navy);
    background: #fff;
    color: var(--navy);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.filter-pills button.active {
    background: #fff;
    box-shadow: 0 2px 10px rgba(22, 53, 107, 0.08);
}

.jls-post-reactions-shortcode .pld-like-dislike-wrap {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 112px);
    justify-content: center;
    column-gap: 18px;
    margin-top: 16px;
    margin-bottom: 2px;
    align-items: center;
}

.jls-post-reactions-shortcode .pld-common-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    text-align: center;
}

.jls-post-reactions-shortcode .pld-common-wrap a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

.jls-post-reactions-shortcode .pld-common-wrap img {
    width: 28px;
    height: 28px;
    display: block;
}

.jls-post-reactions-shortcode .pld-count-wrap {
    font-size: 13px;
    line-height: 1;
}


.reaction-note {
    margin-top: 4px;
    align-items: start;
}

.reaction-note span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1.25;
    color: #8f8f8f;
}

.reaction-note span:first-child {
    color: var(--blue);
}

.reaction-note span:last-child {
    color: var(--pink);
}

.share-block {
    text-align: center;
    margin-top: 20px;
}

.share-block p {
    font-size: 10px;
    margin-bottom: 10px;
    color: var(--navy);
}

.share-icons {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.share-icons a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
}

.share-icons a:nth-child(1) {
    background: var(--pink);
    color: #fff;
}

.share-icons a:nth-child(2) {
    background: #0f274f;
    color: #fff;
}

.share-icons a:nth-child(3) {
    background: #6ac6eb;
    color: #fff;
}

.share-icons a:nth-child(4) {
    background: #1d4b91;
    color: #fff;
}

.share-icons a:nth-child(5) {
    background: #f05f7d;
    color: #fff;
}

.article-grid {
    margin-top: 26px;
}

.text-card {
    padding: 22px 22px 20px;
    height: 100%;
}
.text-card a {
    color: var(--navy);
    font-weight: 500;
    transition: all .2s ease;
}

.text-card a:hover,
.text-card a:focus {
    font-weight: 600;
}

.text-card h2 {
    font-size: 14px;
    font-weight: 700;
    color: var(--pink);
    margin-bottom: 14px;
}

.text-card h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111;
}

.text-card p {
    line-height: 1.72;
    color: #343434;
    margin-bottom: 12px;
}

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

.text-card a:has(> img) {
    display: block;
    text-align: center;
}

.text-card img.alignleft,
.text-card img.alignnone,
.text-card img.aligncenter {
    float: none;
    margin: 0 auto 16px;
}

.text-card ul,
.text-card ol {
    margin: 0 0 1.5rem 0;
    padding-left: 1.8rem;
}

.text-card ul {
    list-style-type: disc;
}

.text-card ol {
    list-style-type: decimal;
}

.text-card li {
    display: list-item;
    margin-bottom: 0.5rem;
    font-size: 12px;
    line-height: 1.72;
    color: #343434;
}

.text-card ul ul {
    list-style-type: circle;
}

.text-card ul ul ul {
    list-style-type: square;
}

.newsletter-card,
.service-banner,
.mini-card,
.suggestion-card {
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.newsletter-card {
    background: var(--light-blue);
    padding: 18px 18px 16px;
    min-height: 110px;
}

.newsletter-card h2 {
    font-size: 14px;
    font-weight: 500;
    color: #4fa0ca;
    margin-bottom: 10px;
}

.newsletter-card form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.newsletter-fields {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    width: 100%;
}

.newsletter-fields input {
    border: 0;
    background: #f4f4f4;
    border-radius: 4px;
    height: 18px;
    flex: 1 1 180px;
    min-width: 0;
}

.newsletter-card .cta-link {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

.cta-link,
.cta-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

.cta-link::after,
.cta-circle::after,
.outline-btn::after {
    content: '\203a';
    line-height: 1;
}

.cta-link {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.newsletter-card .cta-link {
    background: var(--blue);
    border: 0;
    color: #fff;
    min-width: 110px;
}

.service-banner {
    background: var(--light-lilac);
    padding: 18px 18px 16px;
    min-height: 110px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.service-banner h2 {
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 4px;
}

.service-banner p {
    font-size: 12px;
    color: var(--navy);
    margin: 0;
}

.cta-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    flex: 0 0 auto;
    align-self: flex-end;
}

.mini-card-grid {
    margin-top: 16px;
}

.mini-card {
    min-height: 148px;
    padding: 16px 16px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini-card.pink {
    background: var(--light-pink);
    color: var(--pink);
}

.mini-card.blue {
    background: var(--light-blue);
    color: var(--blue);
}

.mini-card.lilac {
    background: var(--light-lilac);
    color: var(--navy);
}

.mini-card h2 {
    font-size: 17px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0;
}

.mini-card .cta-circle {
    margin-left: auto;
    width: 26px;
    height: 26px;
    font-size: 13px;
}

.mini-card.pink .cta-circle {
    background: var(--pink);
}

.mini-card.blue .cta-circle {
    background: var(--blue);
}

.mini-card.lilac .cta-circle {
    background: var(--navy);
}

.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 2px solid var(--blue);
    color: var(--blue);
    background: transparent;
    font-size: 13px;
    font-weight: 600;
}

.suggestion-btn {
    min-width: 110px;
    height: 32px;
    font-size: 11px;
}

.suggestions-section {
    margin-top: 34px;
    overflow: hidden;
}

.suggestions-section > h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 22px;
    color: #111;
}

.suggestions-carousel {
    position: relative;
    overflow: hidden;
}

.suggestions-carousel .carousel-inner {
    overflow: hidden;
}

.suggestions-carousel .carousel-item {
    padding: 0 44px;
}

.suggestions-carousel .carousel-control-prev,
.suggestions-carousel .carousel-control-next {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    background: #cfeaf7;
    border-radius: 50%;
    box-shadow: none;
    opacity: 1;
    z-index: 3;
}

.suggestions-carousel .carousel-control-prev {
    left: 10px;
}

.suggestions-carousel .carousel-control-next {
    right: 10px;
}

.suggestions-carousel .carousel-control-prev-icon,
.suggestions-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-image: none;
    position: relative;
}

.suggestions-carousel .carousel-control-prev-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-top: 4px solid #39a9e1;
    border-left: 4px solid #39a9e1;
    transform: rotate(-45deg);
}

.suggestions-carousel .carousel-control-next-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-top: 4px solid #39a9e1;
    border-right: 4px solid #39a9e1;
    transform: rotate(45deg);
}

.suggestions-carousel .carousel-indicators {
    position: static;
    margin: 18px 0 0;
    gap: 8px;
}

.suggestions-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #d2d2d2;
    opacity: 1;
    margin: 0;
}

.suggestions-carousel .carousel-indicators .active {
    background: var(--blue);
}

.suggestion-card {
    background: #fff;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.suggestion-logo {
    height: 170px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    margin-bottom: 12px;
    position: relative;
}

.suggestion-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.suggestion-card p {
    font-size: 12px;
    line-height: 1.7;
    color: #434343;
    margin-bottom: 12px;
    flex-grow: 1;
}

.suggestion-card .tag-row {
    justify-content: flex-start;
    margin-bottom: 14px;
}

.suggestion-card .outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    border: none;
    background: #f2f2f2;
    color: #243b67;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

.suggestion-card .outline-btn::after {
    content: '\203a';
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.suggestion-card .outline-btn:hover {
    background: #f7f7f7;
}

.suggestion-footer {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.desktop-promos {
    display: block;
    margin-top: 42px;
}

.desktop-promos .row.g-4.align-items-stretch {
    margin-bottom: 16px;
}

.desktop-promos .row.g-4.align-items-stretch > [class*='col-'] {
    display: flex;
    align-items: stretch;
}

.desktop-promos .newsletter-card,
.desktop-promos .sdm-card,
.desktop-promos .service-banner {
    width: 100%;
    height: 100%;
}

.mobile-promos {
    display: none;
}

.mobile-promos-bottom {
    margin-top: 18px;
}

.mobile-promos .mini-card-grid {
    margin-top: 18px;
}

.mobile-promos .service-banner {
    margin-top: 18px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.soft-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
}

.card-body-padded {
    padding: 18px;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ratio-16x9 {
    padding-bottom: 56.25%;
}

.bg-dark {
    background-color: #212529 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.startup-map-hero {
    margin-bottom: 24px;
}

.startup-map-page .hero-title {
    margin-bottom: 16px;
    font-size: clamp(34px, 5vw, 44px);
    line-height: 0.98;
}

.startup-map-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.startup-map-breadcrumb a {
    color: var(--navy);
}

.startup-map-intro {
    max-width: 760px;
    margin: 0 0 22px;
    color: #343434;
    font-size: clamp(12px, 2vw, 18px);
    font-weight: 700;
    line-height: 1.5;
}

.startup-map-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.startup-map-count,
.startup-map-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.startup-map-count {
    background: var(--light-blue);
    color: var(--navy);
}

.startup-map-cta {
    background: var(--navy);
    color: #fff;
}

.startup-map-card {
    width: 100%;
    padding: clamp(20px, 3vw, 30px);
    border-radius: 34px;
    background: #fff;
    box-shadow: var(--shadow-soft);
    margin-bottom: 24px;
}

.startup-map-card-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
}

.startup-map-card-header h2 {
    margin: 0;
    color: #111;
    font-size: 24px;
    font-weight: 800;
}

.startup-map-card-header p {
    max-width: 480px;
    margin: 0;
    color: #535353;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
}

.startup-map-canvas {
    width: 100%;
    min-height: 560px;
    height: min(72vh, 780px);
    overflow: hidden;
    border-radius: 24px;
    background: #edf3f8;
}

.startup-map-canvas.is-unavailable {
    display: none;
}

.startup-map-unavailable,
.startup-map-empty {
    margin: 0;
    padding: 26px;
    border-radius: 18px;
    background: #f4f6f8;
    color: #596274;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.startup-map-popup-link {
    width: 220px;
    display: grid;
    gap: 10px;
    color: var(--navy);
    text-align: center;
}

.startup-map-popup-link img {
    width: 100%;
    max-height: 130px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
}

.startup-map-popup-link strong {
    font-size: 14px;
    line-height: 1.3;
}

.startup-map-updated {
    display: inline-flex;
    align-items: center;
    padding-top: 0.75rem;

    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    color: #6b7280;
}

.startup-funding-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.startup-funding-table thead {
    background: linear-gradient(135deg, #1e293b, #334155);
    color: #fff;
}

.startup-funding-table th {
    padding: 18px 20px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.startup-funding-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.startup-funding-table tbody tr {
    transition: background-color .2s ease,
    transform .2s ease;
}

.startup-funding-table tbody tr:hover {
    background: #f8fafc;
}

.startup-funding-table tbody tr:last-child td {
    border-bottom: none;
}

.startup-funding-table td:first-child a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.startup-funding-table td:first-child a:hover {
    color: #2563eb;
}

.startup-funding-table td:nth-child(2) {
    font-weight: 700;
    color: #16a34a;
}

.startup-funding-table td:nth-child(3) {
    color: #64748b;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .hero-card {
        max-width: 100%;
    }

    .hero-title {
        font-size: 20px;
    }

    .logo-panel {
        min-height: 180px;
        font-size: 82px;
    }

    .suggestions-section > h2 {
        font-size: 24px;
    }

    .text-card {
        border-radius: 24px;
    }

    .text-card li {
        font-size: 10px;
        line-height: 1.65;
    }

    .startup-map-card-header {
        display: block;
    }

    .startup-map-card-header p {
        margin-top: 10px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .desktop-promos {
        display: none !important;
    }

    .mobile-promos {
        display: block;
    }

    .container {
        max-width: 92%;
    }

    .hero-card {
        padding: 22px 16px 24px;
    }

    .startup-map-card {
        padding: 18px;
        border-radius: 24px;
    }

    .startup-map-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .startup-map-count,
    .startup-map-cta {
        width: 100%;
    }

    .startup-map-canvas {
        min-height: 460px;
        height: 62vh;
        border-radius: 18px;
    }

    .startup-map-page .hero-title {
        font-size: 24px;
    }

    .hero-title {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .logo-panel {
        min-height: 124px;
        max-width: 250px;
        font-size: 76px;
        margin-bottom: 16px;
    }

    .founder-box {
        padding: 14px;
        margin-top: 14px;
    }

    .founder-box h2 {
        font-size: 12px;
    }

    .founder-box p {
        font-size: 10px;
        line-height: 1.6;
    }

    .stats-inline {
        gap: 18px;
    }

    .stats-inline div {
        font-size: 8px;
    }

    .outline-btn {
        min-width: 138px;
        height: 32px;
        font-size: 10px;
    }

    .social-mini a,
    .share-icons a,
    .reaction-icon {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .mobile-newsletter {
        margin-top: 18px;
    }

    .share-block {
        margin-top: 18px;
    }

    .share-block p {
        font-size: 8px;
    }

    .text-card {
        padding: 18px 16px 16px;
    }

    .text-card h2 {
        font-size: 12px;
    }

    .text-card h3 {
        font-size: 11px;
    }

    .text-card p {
        font-size: 10px;
        line-height: 1.65;
    }

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

    .newsletter-card,
    .service-banner,
    .mini-card,
    .suggestion-card {
        border-radius: 18px;
    }

    .newsletter-card {
        min-height: 88px;
        padding: 14px 12px 12px;
    }

    .newsletter-card h2 {
        font-size: 12px;
    }

    .newsletter-fields {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .newsletter-fields input {
        flex: 1;
        min-width: 0;
    }

    .newsletter-card .cta-link {
        min-width: 98px;
        font-size: 10px;
        padding: 7px 12px;
    }

    .mobile-promos-bottom {
        margin-top: 18px;
    }

    .mobile-promos .mini-card-grid {
        margin-top: 18px;
    }

    .mini-card {
        min-height: 108px;
        padding: 12px 12px 10px;
    }

    .mini-card h2 {
        font-size: 11px;
    }

    .mini-card .cta-circle {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .mobile-promos .service-banner {
        min-height: 74px;
        padding: 14px 12px;
        margin-top: 18px;
    }

    .service-banner h2 {
        font-size: 11px;
    }

    .service-banner p {
        font-size: 9px;
    }

    .suggestions-section {
        margin-top: 26px;
    }

    .suggestions-section > h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .suggestions-carousel {
        padding-inline: 16px;
    }

    .suggestions-carousel .carousel-item {
        padding: 0 10px;
    }

    .suggestions-carousel .carousel-control-prev,
    .suggestions-carousel .carousel-control-next {
        width: 34px;
        height: 34px;
        top: 42%;
        background: #cfeaf7;
        opacity: 1;
    }

    .suggestions-carousel .carousel-control-prev {
        left: 4px;
    }

    .suggestions-carousel .carousel-control-next {
        right: 4px;
    }

    .suggestions-carousel .carousel-control-prev-icon,
    .suggestions-carousel .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    .suggestions-carousel .carousel-control-prev-icon::before,
    .suggestions-carousel .carousel-control-next-icon::before {
        width: 10px;
        height: 10px;
        border-width: 3px;
    }

    .suggestion-card {
        padding: 14px;
    }

    .suggestion-logo {
        height: 120px;
        margin-bottom: 10px;
    }

    .suggestion-card h3 {
        font-size: 13px;
    }

    .suggestion-card p {
        font-size: 10px;
        line-height: 1.55;
    }

    .suggestion-card .tag-row span {
        font-size: 8px;
    }

    .suggestion-card .outline-btn {
        height: 32px;
        font-size: 10px;
        padding: 0 12px;
    }

    .suggestion-card .outline-btn::after {
        font-size: 14px;
    }

    .text-card li {
        font-size: 10px;
        line-height: 1.65;
    }
}

.archive-listing {
    background: #fff;
    border-radius: 34px;
    box-shadow: var(--shadow-soft);
    padding: 28px 24px 30px;
    width: 100%;
}

.archive-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

.archive-p {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

.archive-p > :last-child {
    margin-bottom: 0;
}

.archive-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
    align-items: stretch;
    margin-top: 36px;
}

.archive-section-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
    align-items: stretch;
}

.archive-card {
    height: 100%;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 34, 63, 0.06);
}

.archive-card.archive-min-screen {
    min-height: calc(100dvh * 2 / 3);
    overflow: hidden;
}

.archive-card-media {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    overflow: hidden;
    color: var(--navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.archive-card-media picture {
    width: 100%;
    height: 100%;
    display: block;
}

.archive-card-media picture,
.archive-card-media img {
    width: 100%;
    height: 100%;
    display: block;
}

.archive-card-body {
    display: flex;
    flex-direction: column;
    padding: 18px 16px 6px;
}

.archive-card h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.archive-card h3 a:hover {
    color: var(--blue);
}

.archive-card-excerpt {
    flex: 1;
    color: #434343;
    font-size: 12px;
    line-height: 1.65;
    margin: 0 0 14px;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    padding: 4px 8px 4px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.tag-neutral {
    color: #7c8698;
    background: #f1f3f6;
}

.tag-pink {
    color: #e58a98;
    background: #fdf0f3;
}

.archive-card .tag-row {
    min-height: 34px;
    align-items: flex-start;
    padding: 16px 16px 16px;
    margin: 0;
}

.archive-card-link {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #243b67;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.archive-card-link:hover {
    text-decoration: underline;
}

.archive-card-link i {
    font-size: 12px;
    line-height: 1;
}

.archive-pagination {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.archive-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-pagination .page-numbers {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f2f2f2;
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
}

.archive-pagination .current {
    background: var(--navy);
    color: #fff;
}

.archive-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 24px;
    border-radius: 18px;
    background: #f8f8f8;
    color: var(--muted);
    font-size: 14px;
    text-align: center;
}

.archive-filter-pills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
    margin-top: 36px;
}

.archive-filter-pill {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 96px;
    padding: 22px 26px;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}


.archive-filter-pill-icon,
.archive-filter-pill-label {
    transition: color 0.2s ease;
}

.archive-filter-pill:hover {
    transform: translateY(-2px);
}

.archive-filter-pill:hover .archive-filter-pill-icon,
.archive-filter-pill:hover .archive-filter-pill-label {
    color: var(--blue);
}

.archive-filter-pill-icon {
    flex: 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 42px;
    line-height: 1;
}

.archive-filter-pill-label {
    color: var(--navy);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .archive-list,
    .archive-filter-pills {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .archive-list,
    .archive-filter-pills {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .archive-card-media {
        height: 138px;
        margin-inline: 14px;
    }

    .archive-filter-pill {
        min-height: 78px;
        padding: 18px;
    }

    .archive-filter-pill-icon {
        flex-basis: 44px;
        font-size: 34px;
    }

    .archive-filter-pill-label {
        font-size: 18px;
    }

}

.archive-ad-card {
    border: 0;
}

.archive-ad-card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(18px, 2.4vw, 24px);
}

.archive-ad-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.archive-ad-card h3 {
    margin: 0 0 12px;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.12;
}

.archive-ad-card p {
    margin: 0;
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 700;
    line-height: 1.55;
}

.archive-ad-link {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.archive-hero {
    margin-bottom: 24px;
}

.archive-ad-card--blue {
    background: var(--light-blue);
    color: var(--blue);
}

.archive-ad-card--pink {
    background: var(--light-pink);
    color: var(--pink);
}

.archive-ad-card--lilac {
    background: var(--light-lilac);
    color: var(--navy);
}

.city-directory-card {
    overflow: hidden;
}

.city-directory-header {
    margin-bottom: 2rem;
}

.city-mobile-list-header {
    margin-bottom: 1.25rem;
    text-align: center;
}

.city-mobile-list-header h2 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-weight: 800;
    color: #111827;
}

.city-map-desktop {
    justify-content: center;
    width: 100%;
}

.city-map-section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.city-map-inner {
    display: flex;
    justify-content: center;
}

.city-map-image {
    width: 1000px;
    height: 910px;
}

.city-mobile-list-header p {
    max-width: 34rem;
    margin: 0 auto;
    color: #6b7280;
    font-size: 0.98rem;
}

.city-button-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.city-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

    padding: 1rem 1.1rem;
    width: 100%;

    color: #111827;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;

    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);

    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.city-link-card i {
    color: #ec4899;
    font-size: 0.95rem;
    transition: transform 0.18s ease;
}

.city-link-card:hover,
.city-link-card:focus {
    color: #be185d;
    border-color: rgba(236, 72, 153, 0.35);
    box-shadow: 0 16px 34px rgba(236, 72, 153, 0.13);
    transform: translateY(-2px);
}

.city-link-card:hover i,
.city-link-card:focus i {
    transform: translate(2px, -2px);
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .city-button-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .city-directory-card {
        padding: 1.25rem;
    }

    .city-link-card {
        padding: 0.9rem 1rem;
        border-radius: 0.85rem;
    }
}

.startup-ranking-section {
    padding: 1rem;
}

.service-contact-block {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #ececec;
}

.service-form-label {
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
}

.service-form-control {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    font-size: 13px;
}

.service-form-control:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(57, 169, 225, .15);
}

.service-contact-block .cta-link {
    background: var(--blue);
    border: 0;
    color: #fff;
}

.service-contact-block .collapse {
    margin-top: 24px;
}

.contact-form-card {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
}

.contact-form-card h2 {
    margin-bottom: .5rem;
}

.service-form .form-label {
    font-weight: 600;
    margin-bottom: .35rem;
}

.service-form .form-control {
    border-radius: 12px;
    min-height: 48px;
}

.service-form .cta-link {
    width: 100%;
    justify-content: center;
}

.contact-form-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    background: #e63946;
    color: #fff;

    border: none;
    border-radius: 999px;

    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;

    cursor: pointer;
    transition: all .2s ease;
}

.contact-form-toggle:hover {
    background: #d62839;
    color: #fff;
    transform: translateY(-2px);
}

.contact-form-toggle:focus-visible {
    outline: 3px solid rgba(230, 57, 70, .25);
    outline-offset: 3px;
}

.contact-form-toggle[aria-expanded="true"] {
    background: #c1121f;
}

.taxonomies {
    margin-top: 24px;
    padding: 24px;

}

.taxonomies > .searchcontrols {
    display: none;
}

.taglist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 16px;

    border-radius: 999px;

    background: #f5f7fa;
    color: var(--navy);

    font-size: 13px;
    font-weight: 700;

    transition: all .2s ease;
}

.tag-filter:hover {
    background: var(--light-blue);
    color: var(--navy);
    transform: translateY(-1px);
}

.tag-filter.active {
    background: var(--navy);
    color: #fff;
}

.filter-results-count {
    margin-top: 18px;

    color: var(--muted);

    font-size: 13px;
    font-weight: 700;
}

.searchcontrols {
    margin-top: 24px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    padding: 18px 22px;
}

.searchcontrols span {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
}

.tagtoggle {
    padding: 8px 14px;

    border-radius: 999px;

    background: #fff;
    color: var(--navy);

    font-size: 12px;
    font-weight: 800;

    border: 1px solid #e5e7eb;

    transition: all .2s ease;
}

.tagtoggle:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.tagtoggle.selected {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

.reset-filter {
    margin-left: auto;

    background: #fff0f3;
    color: var(--pink);
}

.reset-filter:hover {
    background: var(--pink);
    color: #fff;
}

.startup-story-card {
    max-width: 940px;
    margin: 0 auto;
}

.startup-story-intro {
    margin-bottom: 24px;
}

.startup-story-form {
    margin-top: 24px;
}

.news-flow-app {
    min-height: 520px;
    margin-top: 24px;
}

.news-flow-app .vff {
    color: var(--navy);
    font-family: inherit;
}

.startup-story-form-section {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ececec;
}

.startup-story-form-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.startup-story-form-section h2,
.startup-story-notice h2 {
    color: var(--pink);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
}

.startup-story-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.startup-story-field {
    min-width: 0;
}

.startup-story-field.full {
    grid-column: 1 / -1;
}

.startup-story-field label,
.startup-story-checkbox {
    display: block;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 7px;
}

.startup-story-field input,
.startup-story-field textarea,
.startup-story-field select {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 14px;
}

.startup-story-field textarea {
    min-height: 132px;
    resize: vertical;
}

.startup-story-field input:focus,
.startup-story-field textarea:focus,
.startup-story-field select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(57, 169, 225, .15);
    outline: none;
}

.startup-story-help {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 11px;
}

.startup-story-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.startup-story-checkbox input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.startup-story-captcha {
    margin: 18px 0;
}

.startup-story-submit.cta-link {
    background: var(--pink);
    border: 0;
    color: #fff;
    cursor: pointer;
}

.startup-story-notice {
    margin: 24px 0;
    padding: 18px 20px;
    border-radius: 18px;
}

.startup-story-notice p:last-child {
    margin-bottom: 0;
}

.startup-story-notice--success {
    background: #eef8fc;
    border: 1px solid rgba(57, 169, 225, .24);
}

.startup-story-notice--error {
    background: #fff0f3;
    border: 1px solid rgba(238, 71, 102, .24);
}

.startup-story-submit-section {
    text-align: left;
}

.startup-story-updated {
    margin-top: 22px;
}

.cofounder-newsletter {
    margin-top: 18px;
}

.cofounder-choice-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.cofounder-choice-fieldset legend {
    margin-bottom: 12px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
}

.cofounder-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cofounder-choice {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
}

.cofounder-choice input {
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .startup-story-form-grid {
        grid-template-columns: 1fr;
    }

    .cofounder-choice-grid {
        grid-template-columns: 1fr;
    }

    .startup-story-card {
        padding-left: 0;
        padding-right: 0;
    }
}
