/* Import cookie banner styles */
@import url('cookie-banner.css');

html {
    scroll-behavior: smooth;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
}

:root {
    --bg: #f9fafb;
    --primary: #1877F2;
    --muted: #6b7280;
    --headerFont: 'Poppins', sans-serif;
    --secondary: #1E9076;
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #222;
    background: #f9fafb;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
}

.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

@media (min-width: 768px) {
    .container-1200 {
        padding: 4rem 2rem;
    }
}

.container-1200-no-padding {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .container-1200-no-padding {
        padding: 0 2rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h2 {
    color: #333;
    margin-bottom: 1rem;
}

/* === Global Styles === */
.additional-links {
    display: flex;
    justify-content: end;
}

.business h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s, box-shadow 0.25s;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1.2rem 1.5rem 1.5rem;
}

.card-body h3 {
    margin-bottom: 0.5rem;
    
}

.card-body p {
    color: #555;
    font-size: 0.95rem;
    max-width: 200px;
    overflow-wrap: break-word;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.footer-seperator {
    border: 1px solid #f2f4f7;
    max-width: 1200px;
    z-index: 10000;
    position: relative;
}

.footercomponent-socials {
    padding: 2rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: var(--secondary);
}

.footercomponent-bottom-mobile {
    max-width: 34.375rem;
    margin: auto;
}

.footercomponent-socials p {
    color: var(--muted);
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 200;
}

.hamburger span {
    height: 4px;
    width: 28px;
    background: #222;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

.header-title-shadow {
    margin: 0;
    font-size: 36px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    padding: 2rem;
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.hero-content a {
    text-decoration: none;
    margin-top: 2rem;
    font-size: 1rem;
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.hero-content p {
    display: none;
}

.hero-page,
.hero-default {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    min-height: 350px;
    max-height: 600px;
    margin: 4rem 0 0 0;
}

.icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.intro {
    text-align: center;
    max-width: 800px;
}

.intro p {
    color: #555;
}

.iwb-btn {
    display: inline-block;
    padding: 0.75rem 1rem;
    background: #1877F2;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(30, 144, 118, 0.12);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    font-size: .8rem;
    white-space: nowrap;
}

.iwb-btn:hover {
    background: #1877F2;
    box-shadow: 0 6px 16px rgba(24, 119, 242, 0.15);
}

.iwb-btn-lg {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(30, 144, 118, 0.15);
    margin: 4rem 0;
}

.iwb-logo {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #1E9076;
}

.iwb-logo span {
    color: #1877F2;
}

.keystat {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.keystat:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.keystats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.keystat-information-link {
    text-decoration: none;
    color: inherit;
}

.leaderboard-banner {
    display: none;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(24, 119, 242, 0.92);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.menu-overlay.active {
    display: flex;
}

.nav-menu {
    display: none;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), box-shadow 0.2s;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
    box-shadow: none;
}

.navbar-primary {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.nav-container {
    width: min(1200px, 90%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.nav-container nav a {
    margin-left: 2rem;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.25s;
}

.nav-container nav a:hover {
    color: #1E9076;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.5));
}

.overlay-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.overlay-menu a {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}

.overlay-menu a:hover {
    color: #FFD700;
}

.part-of-westpunt-creative {
    display: flex;
    justify-content: end;
    color: var(--muted);
    font-size: .8rem;
}

.part-of-westpunt-creative a {
    text-decoration: none;
    padding-left: .25rem;
    color: var(--secondary);
    font-size: .8rem;
}

.part-of-westpunt-creative-mobile {
    color: var(--muted);
    font-size: .8rem;
    white-space: nowrap;
    order: 1;
}

.part-of-westpunt-creative-mobile a {
    text-decoration: none;
    color: var(--secondary);
    font-size: .8rem;
    white-space: pre-line;
}

.medium-rectangle-banner {
    display: none;
}

@media only screen and (min-width: 0rem) {
    .footercomponent-button-solid {
        z-index: 1;
        position: relative;
        display: inline-block;
        border-radius: 3.75rem;
        margin: 0;
        background-color: var(--primary);
        min-width: 11.25rem;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 2rem;
        text-decoration: none;
        text-transform: uppercase;
        font-family: var(--headerFont);
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        font-weight: 700;
        color: #fff;
        transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
        text-align: center;
        white-space: nowrap;
    }

    #iwb-footer {
        z-index: 10;
        position: relative;
        background-color: white;
        padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
        padding-top: clamp(6.25rem, 20vw, 18.5rem);
        padding-bottom: clamp(1.875rem, 5vw, 3.125rem);
        margin: 6rem 0 0 0;
    }

    #iwb-footer .footercomponent-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: auto;
        max-width: 34.375rem;
        width: 100%;
        column-gap: 3rem;
        row-gap: 2rem;
        z-index: 9999;
        position: relative;
    }

    #iwb-footer .footercomponent-logo-group {
        position: relative;
        width: 100%;
    }

    #iwb-footer .footercomponent-logo {
        display: block;
        margin: 0 0 1.5rem 0;
        height: auto;
        width: 19.625rem;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

    #iwb-footer .footercomponent-text {
        margin: 0 0 2rem;
        color: var(--muted);
    }

    #iwb-footer .footercomponent-logo-img {
        height: auto;
        width: 100%;
    }

    #iwb-footer .footercomponent-header {
        position: relative;
        display: block;
        margin: 0 0 1.25rem 0;
        text-transform: uppercase;
        font-family: var(--headerFont);
        font-size: 1.25rem;
        line-height: 1.5em;
        font-weight: 700;
        color: inherit;
    }

    #iwb-footer .footercomponent-ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        gap: 0.8rem;
    }

    #iwb-footer .footercomponent-ul-1 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 21.875rem;
        width: 100%;
        column-gap: 2rem;
    }

    #iwb-footer .footercomponent-ul-1 .footercomponent-li {
        width: 44%;
    }

    #iwb-footer .footercomponent-li {
        list-style: none;
    }

    #iwb-footer .footercomponent-link {
        display: inline-flex;
        align-items: flex-start;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.5em;
        color: var(--muted);
        transition: color 0.3s;
        text-align: left;
        gap: 0.5rem;
    }

    #iwb-footer .footercomponent-link:hover {
        color: var(--secondary);
    }

    #iwb-footer .footercomponent-icon {
        display: block;
        margin-right: 0.125rem;
        height: auto;
        width: 1.25rem;
    }

    #iwb-footer .footercomponent-bottom {
        display: none;
    }

    #iwb-footer .footercomponent-credit,
    #iwb-footer .footercomponent-bottom-link,
    #iwb-footer .footercomponent-credit-link {
        position: relative;
        display: inline-block;
        margin: 0;
        width: auto;
        text-decoration: none;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        color: var(--muted);
        transition: color 0.3s;
    }

    #iwb-footer .footercomponent-credit {
        width: 100%;
    }

    #iwb-footer .footercomponent-credit-link {
        position: relative;
        display: inline-block;
        margin: 0;
        width: auto;
        text-decoration: none;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        color: var(--muted);
    }

    #iwb-footer .footercomponent-credit-link:hover {
        color: var(--secondary);
    }

    #iwb-footer .footercomponent-bottom-links {
        display: inline-grid;
        align-content: space-between;
        align-items: center;
        width: 100%;
    }

    #iwb-footer .footercomponent-bottom-link {
        display: flex;
        align-items: center;
    }

    #iwb-footer .footercomponent-bottom-link:hover {
        color: var(--secondary);
    }

    #iwb-footer .footercomponent-bottom-link:not(:last-child):after {
        content: "";
        opacity: 1;
        display: inline-block;
        margin: 0 0.3rem;
        background: currentColor;
        height: 0.875rem;
        width: 1px;
        vertical-align: middle;
    }

    #iwb-footer .iwb-footer-swoosh {
        --footerSwish: var(--bg);
        position: absolute;
        top: -50px;
        left: 0;
        height: auto;
        pointer-events: none;
        width: 100%;
    }

    svg.iwb-footer-swoosh {
        display: none;
    }

    svg.iwb-footer-swoosh.mobile {
        display: block;
    }

    .footer-bottom-links-container {
        display: grid;
        justify-content: start;
    }
}

@media only screen and (min-width: 30rem) {
    .hero-content p {
        display: block;
    }
}

@media only screen and (min-width: 48rem) {
    .menu-overlay {
        display: none !important;
    }

    .nav-menu {
        display: flex !important;
        gap: 2rem;
    }

    .hamburger {
        display: none !important;
    }
    .footercomponent-bottom-mobile {
        display: none;
    }

    #iwb-footer .footercomponent-bottom {
        display: grid;
        grid-template-columns: 1fr 3fr;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin: clamp(3rem, 7vw, 3rem) auto 0;
        max-width: 80rem;
        width: 100%;
        padding-top: 1.5rem;
        text-align: center;
        gap: 0.8rem;
    }

    #iwb-footer .footercomponent-container {
        max-width: 1200px;
        row-gap: clamp(3rem, 7vw, 4rem);
    }

    #iwb-footer .footercomponent-bottom {
        flex-wrap: nowrap;
        justify-content: space-between;
        max-width: 1200px;
    }

    #iwb-footer .footercomponent-credit {
        text-align: left;
    }

    #iwb-footer .footercomponent-bottom-links {
        justify-content: flex-end;
    }

    svg.iwb-footer-swoosh.mobile {
        display: none;
    }

    svg.iwb-footer-swoosh {
        display: block;
    }

    #iwb-footer .footercomponent-bottom-link:not(:last-child):after {
        margin: 0 0.8rem;
    }

    .footer-bottom-links-container {
        display: grid;
    }
}

@media only screen and (min-width: 56.25rem) {
    .leaderboard-banner {
        display: block;
    }
}

@media only screen and (min-width: 64rem) {
    .hero-page,
    .hero-default {
        height: 50vh;
    }

    #iwb-footer .footercomponent-container {
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #iwb-footer .footercomponent-logo-group {
        margin-right: auto;
        max-width: 25rem;
        width: 30%;
    }

    #iwb-footer .footercomponent-text {
        width: 100%;
    }
}

/* Fonts */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/inter-v20-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/inter-v20-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/playfair-display/playfair-display-v40-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/playfair-display/playfair-display-v40-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}





/* Refactor:: */
/* --- GRID --- */
.kern-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Always 4 columns */
    gap: 1.5rem;
}

/* Make responsive for smaller screens */
/* use min-width */
@media (max-width: 1024px) {
    .kern-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

/* use min-width */
@media (max-width: 640px) {
    .kern-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}



.kern-grid-homepage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    padding: 0 5% 4rem;
}

.rss-news-image {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.kern-card_ {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 100%;
    border-radius: 16px;
    position: relative;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: 0.25s ease;
}

.kern-card_:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.kern-card_ h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    margin: 0;
    z-index: 2;
    text-align: center;
}

@media only screen and (min-width: 0rem) {
    .cta-signup-wrapper {
        background: #1877F2;
        color: white;
        border-radius: 16px;
        box-shadow: 0 6px 18px rgba(12, 18, 31, 0.08);
        padding: 2rem 1.25rem;
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .cta-signup {
        /* justify-content: center; */
        display: grid;
        width: 100%;
    }

    .cta-signup h2 {
        color: white;
        font-size: clamp(1.5rem, 4vw, 2rem);
        font-weight: 700;
        margin: 0 0 0.5rem 0;
        
    }

    .cta-signup p {
        margin: 0 0 .5rem 0;
    }

    .cta-signup .cta-concat-text {
        display: none;
    }

    .cta-btns-add-company {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        align-items: center;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 480px) {
    .cta-signup .cta-concat-text {
        display: inline;
    }
    
}

@media only screen and (min-width: 1280px) {
    .cta-signup-wrapper {
        padding: 3rem;
        gap: 24px;
    }

    .cta-signup {
        justify-content: center;
        padding-left: 5rem;
        display: inline-block;
    }

    .cta-btns-add-company {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (min-width: 1280px) {
    .cta-signup-wrapper {
        flex-wrap: unset;
    }
}

.news-section h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 1.5rem;
}

.news-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.news-item {
    background: #fff;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-item a {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
}

.news-item a:hover {
    text-decoration: underline;
}

.news-date {
    display: block;
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
    .news-grid {
        /* margin: 2rem 1rem; */
        /* padding: 1.5rem; */
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

/* Newsletter */
/* === STRUCTURE === */
.newsletter-section {
    display: grid;
    gap: 2rem;
    align-items: stretch;
}

.newsletter-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

/* === HEADINGS & TEXT === */
.newsletter-container h2 {
    color: #333;
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.newsletter-container p {
    color: #4b5563;
    margin-bottom: 1.75rem;
    font-size: 1rem;
}

/* === FORM === */
.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.75rem;
}

.newsletter-form input {
    flex: 1 1 20px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-size: 1rem;
    outline: none;
    transition: all 0.2s ease;
}

.newsletter-form input:focus {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(42, 92, 69, 0.2);
}

.newsletter-form button {
    background: #1E9076;
    color: white;
    font-weight: 600;
    padding: 14px 26px;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.newsletter-form button:hover {
    background: #1e4534;
    transform: translateY(-1px);
}

.newsletter-note {
    display: block;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6b7280;
}

/* === MOBILE === */
@media (max-width: 640px) {
    .newsletter-container {
        padding: 2rem 1.25rem;
    }

    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }
}

#about {
    background: #f8fafc;
    padding: 80px 20px;
    text-align: center;
}

#about h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #1e3a8a;
    margin-bottom: 20px;
}

#about p {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 30px;
}

#about a {
    display: inline-block;
    background: #18aef2;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

#about a:hover {
    background: #1091ce;
}

.cta-btns-add-company a:nth-child(1) {
    background: white;
    color: #1877F2;
    font-weight: 700;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(24, 119, 242, 0.08);
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}

.cta-btns-add-company a:nth-child(2) {
    background: transparent;
    color: white;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}

.newsletter-bg {
    background: linear-gradient(145deg, #fdfdfd, #f5f9ff);
    border: 1px solid #e6eef9;
}

.whitepaper-bg {
    background: linear-gradient(145deg, #18aef2, #1877F2);
    color: white;
}

.questionnaire-whitepaper {
    justify-content: flex-start;
}

.questionnaire-whitepaper a:nth-child(1) {
    background: white;
    color: #1877F2;
    font-weight: 600;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s ease;
}

.questionnaire-whitepaper a:nth-child(2) {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: white;
    font-weight: 600;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s ease;
}

.whitepaper-bg .newsletter-note {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1rem;
    display: block;
}

.whitepaper-bg h2,
.whitepaper-bg p {
    color: white;
}


/* SEARCHBAR KERNEN */
.searchbar_kernen {
  text-align: center;
  margin: 2rem auto;
}

.searchbar_kernen input {
  width: 80%;
  max-width: 400px;
  padding: 0.8rem 1rem;
  border: 2px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
  transition: 0.2s;
}
.searchbar_kernen input:focus {
  border-color: var(--green);
  outline: none;
}

@media only screen and (min-width: 768px) {
    .newsletter-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

.places-card-image {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 150px;
}

.places-image-fallback-text {
    display: flex;
    align-items: center;
}

/* ========================================
   About Us Page Styles
   ======================================== */

/* About Intro */
.about-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.about-intro h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    color: #111;
}

.lead-text {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Story Section */
.about-story {
    background: #fff;
    padding: 4rem 0;
    margin: 2rem 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.about-story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-story-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 1.5rem;
    color: #111;
}

.about-story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .about-story-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #111;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Stats Section */
.about-stats {
    background: linear-gradient(135deg, var(--primary, #1877F2), var(--secondary, #1E9076));
    padding: 4rem 0;
    margin: 4rem 0;
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.5rem;
    color: #fff;
}

.stat-label {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Team Section */
.team-intro {
    padding: 2rem 0;
}

/* CTA Section */
.about-cta {
    background: #f9fafb;
    padding: 4rem 0;
    margin-top: 4rem;
}

.cta-box {
    background: #fff;
    padding: 4rem 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-box h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin: 0 0 1rem 0;
    color: #111;
}

.cta-box p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .iwb-btn {
    padding: 1rem 2rem;
    font-size: 1.05rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.iwb-btn-primary {
    background: var(--primary, #1877F2);
    color: #fff;
    border: 2px solid var(--primary, #1877F2);
}

.iwb-btn-primary:hover {
    background: #1565d8;
    border-color: #1565d8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.3);
}

.iwb-btn-secondary {
    background: transparent;
    color: var(--primary, #1877F2);
    border: 2px solid var(--primary, #1877F2);
}

.iwb-btn-secondary:hover {
    background: var(--primary, #1877F2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.2);
}

@media (max-width: 640px) {

    .cta-buttons .iwb-btn {
        width: 100%;
    }
}

/* ============================================
   ADVERTEREN PAGE STYLES
   ============================================ */

.hero-adverteren {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}

.benefits-section {
    background-color: var(--bg-light);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    color: var(--primary);
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.benefit-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Packages Section */
.packages-section {
    background: white;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.package-card {
    display: flex;
    flex-direction: column;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.package-featured {
    border-color: var(--primary);
    border-width: 3px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.package-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}

.package-header {
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 1.5rem;
}

.package-header h3 {
    font-size: 1.5rem;
    color: var(--text);
    margin-bottom: 1rem;
}

.package-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.price-amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.price-period {
    font-size: 1rem;
    color: var(--text-secondary);
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex-grow: 1;
}

.package-features li {
    padding: 0.75rem 0;
    color: var(--text-secondary);
    line-height: 1.6;
    border-bottom: 1px solid #f3f4f6;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-card .iwb-btn-primary,
.package-card .iwb-btn-secondary {
    width: 100%;
    text-align: center;
    display: block;
}

/* FAQ Section */
.faq-section {
    background: white;
}

.faq-container {
    max-width: 800px;
    margin: 3rem auto 0;
}

.faq-item {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--primary);
}

.faq-item h3 {
    color: var(--text);
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.faq-item p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

.adverteren-stats {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
}

.adverteren-intro {
    background: white;
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.hero-contact {
    background: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);
}

.contact-intro {
    background: white;
}

.contact-content {
    background-color: var(--bg-light);
}

.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}

@media (max-width: 968px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-info-sidebar {
        order: -1;
    }
}

/* Contact Form */
.contact-form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-form-container h2 {
    margin-bottom: 1.5rem;
    color: var(--text);
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text);
    font-weight: 600;
    font-size: 0.9375rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin-top: 0.25rem;
    cursor: pointer;
}

.checkbox-label span {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.checkbox-label a {
    color: var(--primary);
    text-decoration: underline;
}

.btn-full-width {
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-size: 1.0625rem;
    margin-top: 0.5rem;
}

/* Contact Info Sidebar */
.contact-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-info-card h3 {
    color: var(--text);
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-info-item strong {
    display: block;
    color: var(--text);
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
}

.contact-info-item p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.contact-info-item a {
    color: var(--primary);
    text-decoration: none;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

.quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links-list li {
    margin-bottom: 0.75rem;
}

.quick-links-list li:last-child {
    margin-bottom: 0;
}

.quick-links-list a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 0.5rem 0;
}

.quick-links-list a:hover {
    color: var(--primary);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-link:hover {
    background: var(--primary);
    transform: scale(1.1);
}

.social-link img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%);
}

.social-link:hover img {
    filter: brightness(0) saturate(100%) invert(1);
}

/* Response Section */
.response-section {
    background: white;
}

.response-box {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.response-box h2 {
    margin-bottom: 2rem;
}

.response-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.response-item {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 12px;
}

.response-item h3 {
    color: var(--primary);
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.response-item p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   DUURZAAMHEID PAGE STYLES
   ============================================ */

.hero-duurzaamheid {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.sustainability-intro {
    background: white;
}

/* Impact Section */
.impact-section {
    background-color: var(--bg-light);
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.impact-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.impact-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.impact-card h3 {
    color: #059669;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.impact-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Commitment Section */
.commitment-section {
    background: white;
}

.commitment-content {
    max-width: 900px;
    margin: 0 auto;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.commitment-item {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #10b981;
}

.commitment-item h3 {
    color: var(--text);
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.commitment-item p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* CO2 Stats */
.co2-stats {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
}

/* Tips Section */
.tips-section {
    background: var(--bg-light);
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.tip-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    padding-top: 4rem;
}

.tip-number {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.tip-card h3 {
    color: var(--text);
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.tip-card p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* Sustainable Businesses */
.sustainable-businesses {
    background-color: var(--bg-light);
}

.sustainable-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.badge-item {
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    font-weight: 600;
    color: var(--text);
    font-size: 0.9375rem;
}

/* Vision Section */
.vision-section {
    background: white;
}

.vision-content {
    max-width: 800px;
    margin: 0 auto;
}

.vision-content h2 {
    margin-bottom: 1.5rem;
}

.vision-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
}

.vision-quote {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    padding: 2rem;
    border-radius: 16px;
    margin-top: 3rem;
    text-align: center;
}

.vision-quote p {
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: white;
    line-height: 1.6;
}

.vision-quote cite {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9375rem;
    opacity: 0.9;
}

/* ============================================
   SHARED UTILITY STYLES
   ============================================ */

.section-padding {
    padding: 2rem 1rem;
}

@media (min-width: 768px) {
    .section-padding {
        padding: 4rem 2rem;
    }
}

.container-1200-premium {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .container-1200-premium {
        padding: 0 2rem;
    }
}

.container-max {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .container-max {
        padding: 0 2rem;
    }
}

.text-center {
    text-align: center;
}

.bg-light {
    background-color: var(--bg-light);
}

.bg-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
}

.lead-text {
    font-size: clamp(1.0625rem, 2vw, 1.1875rem);
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 1rem auto 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 3rem 1rem;
    }
    
    .packages-grid,
    .benefits-grid,
    .impact-grid,
    .tips-grid {
        grid-template-columns: 1fr;
    }
    
    .response-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   SITEMAP PAGE STYLES
   ============================================ */

.hero-sitemap {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.sitemap-intro {
    background: white;
}

.sitemap-content {
    background-color: var(--bg-light);
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.sitemap-section {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.sitemap-section-wide {
    grid-column: 1 / -1;
}

.sitemap-section-title {
    color: var(--text);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sitemap-description {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-list li {
    margin-bottom: 0.75rem;
}

.sitemap-list li:last-child {
    margin-bottom: 0;
}

.sitemap-list a {
    color: var(--text-secondary);
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 0;
    transition: color 0.3s ease, transform 0.2s ease;
    position: relative;
    padding-left: 1.25rem;
}

.sitemap-list a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.sitemap-list a:hover {
    color: var(--primary);
    transform: translateX(4px);
}

.sitemap-list a:hover::before {
    transform: translateX(4px);
}

/* Multi-column layout for kernen */
.sitemap-list-columns {
    column-count: 3;
    column-gap: 2rem;
}

@media (max-width: 968px) {
    .sitemap-list-columns {
        column-count: 2;
    }
}

@media (max-width: 640px) {
    .sitemap-list-columns {
        column-count: 1;
    }
    
    .sitemap-grid {
        grid-template-columns: 1fr;
    }
}

/* Help Section */
.sitemap-help {
    background: white;
}

.help-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--bg-light);
    border-radius: 16px;
}

.help-box h2 {
    color: var(--text);
    margin-bottom: 1rem;
}

.help-box p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.0625rem;
}

.inline-link {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 600;
}

.inline-link:hover {
    text-decoration: none;
}

.help-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .help-buttons {
        flex-direction: column;
    }
    
    .help-buttons .iwb-btn-primary,
    .help-buttons .iwb-btn-secondary {
        width: 100%;
    }
}

/* Updated Section */
.sitemap-updated {
    background-color: var(--bg-light);
}

.updated-text {
    color: var(--text);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.updated-text strong {
    color: var(--primary);
}

.updated-note {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    margin: 0;
}

/* ============================================
   BLOG PAGE STYLES
   ============================================ */

.hero-blog {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
}

.blog-intro {
    background: white;
}

/* Filter Buttons */
.blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2.5rem;
}

.filter-btn {
    padding: 0.625rem 1.5rem;
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 25px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* Search Bar */
.blog-search {
    max-width: 500px;
    margin: 2rem auto 0;
    position: relative;
}

.blog-search input {
    width: 100%;
    padding: 1rem 3rem 1rem 1.25rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-search input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.blog-search .search-icon {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    pointer-events: none;
}

/* Featured Blog Post */
.featured-blog {
    background-color: var(--bg-light);
}

.section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--text);
    margin-bottom: 2rem;
}

.featured-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.featured-post-image {
    position: relative;
    overflow: hidden;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-post:hover .featured-post-image img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}

.featured-post-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.blog-category {
    padding: 0.375rem 0.875rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.8125rem;
}

.category-ondernemers {
    background: #dbeafe;
    color: #1e40af;
}

.category-tips {
    background: #fef3c7;
    color: #92400e;
}

.category-nieuws {
    background: #fee2e2;
    color: #991b1b;
}

.category-events {
    background: #e0e7ff;
    color: #3730a3;
}

.category-duurzaamheid {
    background: #d1fae5;
    color: #065f46;
}

.blog-date,
.blog-read-time {
    color: var(--text-secondary);
}

.featured-post-content h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.featured-post-content h3 a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post-content h3 a:hover {
    color: var(--primary);
}

.featured-excerpt {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.0625rem;
}

.featured-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.author-name {
    color: var(--text);
    font-weight: 600;
    font-size: 0.9375rem;
}

@media (max-width: 968px) {
    .featured-post {
        grid-template-columns: 1fr;
    }
    
    .featured-post-image {
        height: 300px;
    }
}

/* Blog Grid */
.blog-grid-section {
    background: white;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

.blog-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 15px;
    font-size: 0.8125rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.blog-card-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-content h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.blog-card-content h3 a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-content h3 a:hover {
    color: var(--primary);
}

.blog-excerpt {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    flex-grow: 1;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.read-more-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: transform 0.3s ease;
    display: inline-block;
}

.read-more-link:hover {
    transform: translateX(4px);
}

/* Load More */
.blog-load-more {
    text-align: center;
    margin-top: 3rem;
}

.blog-load-more button {
    margin-bottom: 1rem;
}

.load-more-info {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    margin: 0;
}

/* Newsletter CTA */
.blog-newsletter {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
}

.newsletter-box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-box h2 {
    color: white;
    margin-bottom: 1rem;
}

.newsletter-box > p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.0625rem;
}

.newsletter-form {
    display: flex;
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    color: black;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form input:focus {
    outline: none;
    border-color: white;
    background: rgba(255, 255, 255, 0.2);
}

.newsletter-form button {
    padding: 1rem 2rem;
    white-space: nowrap;
}

.newsletter-privacy {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    margin: 0;
}

.newsletter-privacy a {
    color: white;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form button {
        width: 100%;
    }
}

.newsletter-form input::placeholder {
    color: var(--primary);
}

/* Categories Overview */
.blog-categories {
    background: var(--bg-light);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.category-box {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.category-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.category-box.category-ondernemers:hover {
    border-color: #1e40af;
}

.category-box.category-tips:hover {
    border-color: #92400e;
}

.category-box.category-nieuws:hover {
    border-color: #991b1b;
}

.category-box.category-events:hover {
    border-color: #3730a3;
}

.category-box.category-duurzaamheid:hover {
    border-color: #065f46;
}

.category-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.category-box h3 {
    color: var(--text);
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.category-box p {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    margin: 0;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-filters {
        gap: 0.5rem;
    }
    
    .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}

/* ============================================
   COMPANY PAGE STYLES
   ============================================ */

.company-page {
    background: var(--bg-light);
    margin: 4rem 0 0 0;
}

/* Company Hero */
.company-hero {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.company-hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.company-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.company-logo {
    width: 200px;
    height: 140px;
    background: white;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-hero-info {
    flex-grow: 1;
}

.company-hero-info h1 {
    color: white;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0 0 0.75rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.company-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.company-category,
.company-location {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9375rem;
    font-weight: 600;
}

.company-rating {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars {
    color: #fbbf24;
}

.company-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    font-size: 0.9375rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.company-status.open .status-dot {
    background: #10b981;
}

.company-status.closed .status-dot {
    background: #ef4444;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.company-quick-actions {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

.quick-action-btn {
    background: white;
    color: var(--text);
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.quick-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.quick-action-btn .icon {
    font-size: 1.125rem;
}

@media (max-width: 968px) {
    .company-hero {
        height: auto;
        min-height: 350px;
    }
    
    .company-hero-content {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 3rem;
        padding-top: 4rem;
    }
    
    .company-logo {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 640px) {
    .company-quick-actions {
        width: 100%;
    }
    
    .quick-action-btn {
        flex: 1;
        justify-content: center;
        min-width: calc(50% - 0.375rem);
    }
}

/* Company Content Layout */
.company-content {
    margin-top: -2rem;
    position: relative;
    z-index: 5;
}

.company-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .company-layout {
        grid-template-columns: 2fr 1fr;
        gap: 3rem;
    }
}



/* Ensure sidebar and main content don't overflow */
.company-main,
.company-sidebar {
    min-width: 0;
    width: 100%;
}

/* Sidebar responsiveness */
.company-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Sidebar cards should respect container width */
.sidebar-card {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Fix for contact list and other sidebar content */
.contact-list,
.opening-hours,
.category-tags,
.share-buttons {
    width: 100%;
    box-sizing: border-box;
}

/* Prevent images and content from breaking layout */
.sidebar-card img,
.company-sidebar img {
    max-width: 100%;
    height: auto;
}

/* Tabs Navigation */
.company-tabs {
    display: flex;
    gap: 0.5rem;
    background: white;
    padding: 1rem;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.company-tabs::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    padding: 0.75rem 1.25rem;
    border: 2px solid transparent;
    flex-shrink: 0;
    white-space: nowrap;
    background: transparent;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: inherit;
}

.tab-btn:hover {
    background: var(--bg-light);
    color: var(--text);
}

.tab-btn.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

/* Tab Content */
.tab-content-container {
    background: white;
    padding: 2.5rem;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    color: var(--text);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 1rem;
}

.tab-content h3 {
    color: var(--text);
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}

.intro-text {
    color: var(--text-secondary);
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Highlights */
.company-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 12px;
}

.highlight-icon {
    width: 32px;
    height: 32px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.highlight-text {
    color: var(--text);
    font-weight: 600;
    font-size: 0.9375rem;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.service-card {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h4 {
    color: var(--text);
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.service-card p {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

/* Map Container */
.map-container {
    margin: 2rem 0;
}

.map-placeholder {
    background: var(--bg-light);
    padding: 3rem;
    border-radius: 16px;
    text-align: center;
    border: 2px dashed #d1d5db;
}

.map-placeholder p {
    font-size: 1.125rem;
    color: var(--text);
    margin-bottom: 1.5rem;
}

/* Blog List Items */
.company-blog-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-list-item {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-list-item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.blog-list-image {
    border-radius: 12px;
    overflow: hidden;
    height: 150px;
}

.blog-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-date {
    color: var(--text-secondary);
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.5rem;
}

.blog-list-content h3 {
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
    color: var(--text);
}

.blog-list-content p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media (max-width: 640px) {
    .blog-list-item {
        grid-template-columns: 1fr;
    }
    
    .blog-list-image {
        height: 200px;
    }
}

/* About Section */
.about-section {
    margin-bottom: 3rem;
}

.about-section:last-child {
    margin-bottom: 0;
}

.about-section p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1.0625rem;
}

/* Team Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.team-member {
    text-align: center;
}

.team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
}

.team-member h4 {
    color: var(--text);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.team-role {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin: 0;
}

/* Certificates */
.certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.certificate-badge {
    background: var(--primary);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9375rem;
}

/* Photo Gallery */
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.gallery-item {
    position: relative;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 1.5rem 1rem 1rem;
    color: white;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Reviews */
.reviews-summary {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 3rem;
}

.reviews-score {
    text-align: center;
}

.score-number {
    font-size: 4rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
}

.score-stars {
    color: #fbbf24;
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.score-text {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.reviews-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.breakdown-row {
    display: grid;
    grid-template-columns: 80px 1fr 40px;
    gap: 1rem;
    align-items: center;
}

.breakdown-label {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.breakdown-bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.breakdown-fill {
    height: 100%;
    background: #fbbf24;
    border-radius: 4px;
}

.breakdown-count {
    color: var(--text-secondary);
    font-size: 0.875rem;
    text-align: right;
}

@media (max-width: 768px) {
    .reviews-summary {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Reviews List */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.review-item {
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 16px;
}

.review-header {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.review-info h4 {
    color: var(--text);
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
}

.review-rating {
    color: #fbbf24;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.review-date {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.review-text {
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* Contact Form */
.company-contact-form {
    max-width: 600px;
    margin-bottom: 3rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 640px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Social Links Large */
.contact-social {
    margin-top: 3rem;
}

.social-links-large {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link-large {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 12px;
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-link-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.social-link-large img {
    width: 24px;
    height: 24px;
}

/* Sidebar */
.company-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    background: white;
    padding: 1.75rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.sidebar-card h3 {
    color: var(--text);
    font-size: 1.125rem;
    margin: 0 0 1.25rem 0;
}

/* Opening Hours */
.opening-hours {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-row.current-day {
    background: var(--bg-light);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-weight: 600;
}

.hours-row .day {
    color: var(--text);
    font-size: 0.9375rem;
}

.hours-row .hours {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.hours-row .hours.closed {
    color: #ef4444;
}

/* Contact List */
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.contact-item:hover {
    background: var(--bg-light);
}

.contact-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: var(--text-secondary);
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
}

.contact-value {
    color: var(--text);
    font-size: 0.9375rem;
    font-weight: 600;
}

/* Category Tags */
.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.category-tag {
    background: var(--bg-light);
    color: var(--text);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

.category-tag:hover {
    background: var(--primary);
    color: white;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    gap: 0.75rem;
}

.share-btn {
    background: inherit;
    border: 2px dotted #6b7280;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
}

.share-btn img {
    width: 20px;
    height: 20px;
}

.share-btn:hover {
    background: #6b7280;
    border-color: var(--primary);
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .tab-content-container {
        padding: 1.5rem;
    }
    
    .company-tabs {
        padding: 0.75rem;
    }
    
    .tab-btn {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }
}

/* ============================================
   BASIC COMPANY PAGE STYLES (Free Tier)
   ============================================ */

.company-page-basic {
    background: #f9fafb;
}

/* Basic Hero - No custom image */
.company-hero-basic {
    position: relative;
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
    padding: 3rem 1rem 2rem;
}

.company-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 35px,
        rgba(0, 0, 0, 0.1) 35px,
        rgba(0, 0, 0, 0.1) 70px
    );
}

.company-hero-content-basic {
    position: relative;
    z-index: 10;
}

.company-info-basic {
    max-width: 800px;
}

.basic-badge {
    display: inline-block;
    background: white;
    color: var(--text-secondary);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
}

.company-info-basic h1 {
    color: var(--text);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0 0 1rem 0;
}

.company-meta-basic {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.meta-item {
    background: white;
    color: var(--text);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9375rem;
    font-weight: 600;
    border: 1px solid #e5e7eb;
}

/* Upgrade Banner */
.upgrade-banner {
    background: var(--primary);
    padding: 1.5rem 1rem;
}

.upgrade-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.upgrade-icon {
    font-size: 3rem;
    flex-shrink: 0;
}

.upgrade-text {
    flex-grow: 1;
}

.upgrade-text h3 {
    color: white;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.upgrade-text p {
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-size: 1rem;
}

.upgrade-content .iwb-btn-primary {
    flex-shrink: 0;
    white-space: nowrap;
    background: white;
    color: var(--primary);
}

.upgrade-content .iwb-btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .upgrade-content {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .upgrade-content .iwb-btn-primary {
        width: 100%;
    }
}

/* Basic Layout */
.company-layout-basic {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .company-layout-basic {
        grid-template-columns: 1fr;
    }
}

/* Basic Cards */
.basic-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.basic-card:last-child {
    margin-bottom: 0;
}

.basic-card h2 {
    color: var(--text);
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.basic-description {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 2rem;
}

/* Basic Info Grid */
.basic-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-label {
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
}

/* Contact Basic List */
.contact-basic-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-basic-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 12px;
}

.contact-basic-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-basic-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-basic-label {
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 600;
}

.contact-basic-value {
    color: var(--text);
    font-size: 1rem;
    text-decoration: none;
}

.contact-basic-value:hover {
    color: var(--primary);
}

/* Opening Hours Basic */
.opening-hours-basic {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-row-basic {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background: var(--bg-light);
    border-radius: 8px;
}

.day-basic {
    color: var(--text);
    font-weight: 600;
    font-size: 0.9375rem;
}

.hours-basic {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.hours-basic.closed {
    color: #ef4444;
    font-weight: 600;
}

/* Map Basic */
.map-basic {
    margin-top: 1rem;
}

.map-placeholder-basic {
    background: var(--bg-light);
    padding: 3rem 2rem;
    border-radius: 12px;
    text-align: center;
    border: 2px dashed #d1d5db;
}

.map-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.map-placeholder-basic p {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Premium Teaser */
.premium-teaser {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid #fbbf24;
    margin-bottom: 1.5rem;
}

.premium-teaser h3 {
    color: var(--text);
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
}

.premium-teaser > p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.premium-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.premium-features-list li {
    color: var(--text);
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* Sidebar Basic */
.sidebar-card-basic {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.sidebar-card-basic:last-child {
    margin-bottom: 0;
}

.sidebar-card-basic h3 {
    color: var(--text);
    font-size: 1.125rem;
    margin: 0 0 1rem 0;
}

/* Quick Actions Basic */
.quick-actions-basic {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.action-btn-basic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    transition: all 0.3s ease;
}

.action-btn-basic:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}

.action-btn-basic .icon {
    font-size: 1.25rem;
}

/* Status Basic */
.status-basic {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 10px;
}

.status-dot-basic {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-basic.open .status-dot-basic {
    background: #10b981;
    animation: pulse 2s infinite;
}

.status-basic.closed .status-dot-basic {
    background: #ef4444;
}

.status-text-basic {
    color: var(--text);
    font-weight: 600;
    font-size: 0.9375rem;
}

/* Category Tag Basic */
.category-tag-basic {
    display: inline-block;
    background: var(--bg-light);
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    color: var(--text);
}

/* Share Button Basic */
.share-btn-basic {
    width: 100%;
    padding: 1rem;
    background: var(--bg-light);
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--text);
    transition: all 0.3s ease;
    font-family: inherit;
}

.share-btn-basic:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-2px);
}

/* Claim Card */
.claim-card {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    border: 2px solid var(--primary);
}

.claim-text {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Ad Space */
.sidebar-ad {
    background: white;
    padding: 0.25rem;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 2px dashed var(--secondary);
}

.ad-label {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.ad-placeholder {
    background: var(--bg-light);
    padding: 3rem 1rem;
    border-radius: 10px;
    text-align: center;
}

.ad-placeholder p {
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.ad-placeholder a {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 600;
}

/* Bottom CTA Basic */
.bottom-cta-basic {
    background: var(--bg-light);
}

.cta-box-basic {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    margin: 0 auto;
}

.cta-box-basic h2 {
    color: var(--text);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
}

.cta-box-basic p {
    color: var(--text-secondary);
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.cta-buttons-basic {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .cta-box-basic {
        padding: 2rem 1.5rem;
    }
    
    .cta-buttons-basic {
        flex-direction: column;
    }
    
    .cta-buttons-basic .iwb-btn-primary,
    .cta-buttons-basic .iwb-btn-secondary {
        width: 100%;
    }
}
/* ==========================================
   ADD BUSINESS PAGE STYLES
   ========================================== */

/* Progress Indicator */
.add-business-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 3rem auto 2rem;
    padding: 0 1rem;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.progress-step.active,
.progress-step.completed {
    opacity: 1;
}

.progress-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 3px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--muted);
    transition: all 0.3s;
}

.progress-step.active .progress-circle {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: scale(1.1);
}

.progress-step.completed .progress-circle {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.progress-step.completed .progress-circle::after {
    content: "✓";
}

.progress-step span {
    font-size: 0.875rem;
    color: var(--muted);
    text-align: center;
    font-weight: 500;
}

.progress-step.active span {
    color: var(--primary);
    font-weight: 600;
}

.progress-line {
    width: 80px;
    height: 3px;
    background: #e5e7eb;
    margin: 0 0.5rem;
    margin-bottom: 2rem;
}

.progress-step.completed + .progress-line {
    background: var(--secondary);
}

/* Form Container */
.form-step {
    display: none;
    animation: fadeIn 0.4s ease-in;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-header {
    text-align: center;
    margin-bottom: 3rem;
}

.step-header h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.step-header p {
    font-size: 1.125rem;
    color: var(--muted);
}

.package-notice {
    color: var(--secondary);
    font-weight: 500;
}

.step-note {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.step-note p {
    margin: 0;
    color: #92400e;
}

/* Pricing Cards */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    height: 700px;
    background: white;
    border: 3px solid #e5e7eb;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
    border-color: var(--primary);
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.2);
}

.pricing-card.selected {
    border-color: var(--secondary);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    box-shadow: 0 8px 30px rgba(30, 144, 118, 0.25);
}

.package-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

.package-badge.free {
    background: #f3f4f6;
    color: #4b5563;
}

.package-badge.premium {
    background: var(--primary);
    color: white;
}

.package-badge.business {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: white;
}

.pricing-card h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.price {
    margin-bottom: 1.5rem;
}

.price .amount {
    font-size: 3rem;
    font-weight: 700;
    color: #1f2937;
}

.price .period {
    font-size: 1rem;
    color: var(--muted);
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
}

.package-features li {
    padding: 0.625rem 0;
    color: #374151;
    font-size: 0.9375rem;
}

.package-features li.disabled {
    color: #9ca3af;
    opacity: 0.6;
}

.btn-select-package {
    width: 100%;
    padding: 1rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select-package:hover {
    background: #1666d9;
    transform: scale(1.02);
}

.pricing-card.popular .btn-select-package {
    background: linear-gradient(135deg, var(--primary) 0%, #1666d9 100%);
}

.pricing-card.selected .btn-select-package {
    background: var(--secondary);
}

/* Form Content */
.form-content {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-section-title {
    margin: 2.5rem 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
}

.form-section-title:first-child {
    margin-top: 0;
}

.form-section-title h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin: 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group input[type="time"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #ef4444;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.field-hint {
    display: block;
    font-size: 0.875rem;
    color: var(--muted);
    margin-top: 0.375rem;
}

.char-counter {
    float: right;
    font-weight: 500;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.form-group label input[type="checkbox"] {
    margin-right: 0.5rem;
    width: auto;
}

/* Opening Hours Grid */
.opening-hours-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hours-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 10px;
}

.hours-row .day-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hours-row .day-label label {
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.hours-row input[type="time"] {
    padding: 0.625rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9375rem;
}

.hours-row input[type="time"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f3f4f6;
}

.hours-row span {
    text-align: center;
    color: var(--muted);
    font-size: 0.875rem;
}

/* Upload Sections */
.upload-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.upload-box {
    border: 3px dashed #d1d5db;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #f9fafb;
}

.upload-box:hover {
    border-color: var(--primary);
    background: white;
}

.upload-box label {
    cursor: pointer;
    display: block;
}

.upload-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.upload-box span {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.upload-box small {
    display: block;
    color: var(--muted);
    font-size: 0.875rem;
    line-height: 1.6;
}

.upload-preview {
    margin-top: 1rem;
    display: none;
}

.upload-preview img {
    max-width: 100%;
    border-radius: 10px;
}

.gallery-upload {
    margin-bottom: 2rem;
}

.upload-gallery-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--primary);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.upload-gallery-btn:hover {
    background: #1666d9;
    transform: translateY(-2px);
}

.upload-gallery-btn small {
    display: block;
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    opacity: 0.9;
}

.gallery-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

/* Premium Only Sections */
.premium-only-section {
    transition: opacity 0.3s;
}

.premium-only-section[data-requires="premium"] {
    position: relative;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #e5e7eb;
}

.btn-prev,
.btn-next,
.btn-submit {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-prev {
    background: #f3f4f6;
    color: #374151;
}

.btn-prev:hover {
    background: #e5e7eb;
}

.btn-next,
.btn-submit {
    background: var(--primary);
    color: white;
    margin-left: auto;
}

.btn-next:hover,
.btn-submit:hover {
    background: #1666d9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.3);
}

.btn-submit {
    background: var(--secondary);
    font-size: 1.125rem;
    padding: 1.125rem 3rem;
}

.btn-submit:hover {
    background: #1a7a62;
}

/* Review Section */
.review-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
}

.review-main {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.review-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f3f4f6;
}

.review-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.review-section h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.review-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.review-item:last-child {
    border-bottom: none;
}

.review-label {
    font-weight: 600;
    color: #6b7280;
    font-size: 0.9375rem;
}

.review-value {
    color: #1f2937;
    font-weight: 500;
    text-align: right;
    max-width: 60%;
}

.review-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.preview-card,
.next-steps-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.preview-card h3,
.next-steps-card h3 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.preview-card p {
    color: var(--muted);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.listing-preview {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    background: #f9fafb;
}

.preview-header {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.preview-logo {
    width: 60px;
    height: 60px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--muted);
}

.preview-info h4 {
    font-size: 1rem;
    color: #1f2937;
    margin: 0 0 0.25rem;
}

.preview-info p {
    font-size: 0.8125rem;
    color: var(--muted);
    margin: 0;
}

.preview-description {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.preview-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.preview-meta span {
    font-size: 0.8125rem;
    color: var(--muted);
}

.next-steps-card ol {
    padding-left: 1.25rem;
    margin: 0;
}

.next-steps-card li {
    color: #374151;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

/* Success Message */
.success-message {
    max-width: 700px;
    margin: 4rem auto;
    padding: 0 1rem;
}

.success-content {
    background: white;
    border-radius: 24px;
    padding: 4rem 3rem;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.success-icon {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.success-content h2 {
    font-size: 2rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.success-content > p {
    font-size: 1.125rem;
    color: var(--muted);
    margin-bottom: 2rem;
}

.success-details {
    background: #f0fdf4;
    border: 2px solid #10b981;
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: left;
}

.success-details h3 {
    font-size: 1.25rem;
    color: #065f46;
    margin-bottom: 1rem;
}

.success-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.success-details li {
    color: #047857;
    font-size: 1rem;
    padding: 0.5rem 0;
    line-height: 1.7;
}

.success-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.success-actions .btn-primary,
.success-actions .btn-secondary {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.success-actions .btn-primary {
    background: var(--primary);
    color: white;
}

.success-actions .btn-primary:hover {
    background: #1666d9;
    transform: translateY(-2px);
}

.success-actions .btn-secondary {
    background: #f3f4f6;
    color: #374151;
}

.success-actions .btn-secondary:hover {
    background: #e5e7eb;
}

/* Help Section */
.help-section {
    max-width: 1000px;
    margin: 4rem auto;
    text-align: center;
}

.help-section h2 {
    font-size: 2rem;
    color: #1f2937;
    margin-bottom: 2rem;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.help-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.help-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.help-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.help-card h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.help-card p {
    color: var(--muted);
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}

.help-card a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.help-card a:hover {
    color: #1666d9;
}

/* Responsive Design */
@media (max-width: 968px) {
    .add-business-progress {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 1rem;
    }
    
    .progress-step span {
        display: none;
    }
    
    .progress-line {
        width: 40px;
    }
    
    .review-container {
        grid-template-columns: 1fr;
    }
    
    .review-sidebar {
        order: -1;
    }
}

@media (max-width: 768px) {
    .form-content {
        padding: 2rem 1.5rem;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .hours-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .hours-row .day-label {
        grid-column: 1 / -1;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .upload-grid {
        grid-template-columns: 1fr;
    }
    
    .form-navigation {
        flex-direction: column;
    }
    
    .btn-prev,
    .btn-next,
    .btn-submit {
        width: 100%;
        margin-left: 0 !important;
    }
    
    .success-content {
        padding: 3rem 2rem;
    }
    
    .success-actions {
        flex-direction: column;
    }
    
    .success-actions .btn-primary,
    .success-actions .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .add-business-progress {
        gap: 0.5rem;
    }
    
    .progress-circle {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .progress-line {
        width: 30px;
    }
    
    .step-header h2 {
        font-size: 1.5rem;
    }
    
    .form-content {
        padding: 1.5rem 1rem;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .price .amount {
        font-size: 2.5rem;
    }
}




/* Refactor::: */

.page-primary-cta {
  background: var(--primary);
  color: white;
  font-size: 1rem;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(30, 144, 118, 0.15);
  text-decoration: none;

  padding: 1rem;


}


.page-secondary-cta {
  background: white;
  color: var(--primary);
  border: 2px solid var(--primary, #1877F2);

  font-size: 1rem;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(30, 144, 118, 0.15);
  text-decoration: none;

  padding: 1rem;
}

.page-secondary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.3);

}




/* Add at the end with other company styles */

/* Upgrade Placeholder */
.upgrade-placeholder {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 2px dashed #dee2e6;
}

.upgrade-placeholder .placeholder-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.upgrade-placeholder .placeholder-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.upgrade-placeholder .placeholder-subtext {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.upgrade-placeholder .iwb-btn {
    margin-top: 0.5rem;
}

/* Status - Unknown variant */
.status-basic.unknown {
    color: #6c757d;
}

.status-basic.unknown .status-dot-basic {
    background: #6c757d;
    animation: none; /* Remove pulse for unknown status */
}

/* Responsive */
@media (max-width: 768px) {
    .upgrade-placeholder {
        padding: 2rem 1rem;
    }

    .upgrade-placeholder .placeholder-icon {
        font-size: 2.5rem;
    }

    .upgrade-placeholder .placeholder-text {
        font-size: 1rem;
    }

    .upgrade-placeholder .placeholder-subtext {
        font-size: 0.9rem;
    }
}








/* Craftiq Banner Ad */
.craftiq-banner {
  background-color: #1A2B4C;
  color: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-content {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.craftiq-banner h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.craftiq-banner p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #cdd4e0;
  margin-bottom: 1rem;
}

.craftiq-banner a {
  display: inline-block;
  background: #ffffff;
  color: #1A2B4C;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.craftiq-banner a:hover {
  background: #cdd4e0;
  color: #0f172a;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}


/* .company-status.closed .status-dot {
    background: #ef4444;
}

.company-status.closed .status-text {
    color: #991b1b;
} */




/* bloggg::::: refactor */


/* filepath: /Users/jaldimirricardo/Desktop/inwestbetuwe/css/styles.css */

/* ==========================================
   BLOG POST PAGE STYLES
   ========================================== */

/* Hero Section with Breadcrumbs */
.blog-post-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.blog-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.blog-breadcrumbs a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-breadcrumbs a:hover {
    color: var(--primary-color, #FF6B35);
}

.blog-breadcrumbs .separator {
    color: #adb5bd;
}

.blog-breadcrumbs .current {
    color: #495057;
    font-weight: 500;
}

/* Featured Image */
.blog-post-featured-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    background: #000;
}

.blog-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Main Container */
.blog-post-container {
    padding: 4rem 0;
    background: #fff;
}

.blog-post-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 4rem;
    align-items: start;
}

/* Main Content */
.blog-post-main {
    max-width: 750px;
}

/* Post Header */
.blog-post-header {
    margin-bottom: 3rem;
}

.blog-post-title {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.blog-post-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9375rem;
}

.meta-item svg {
    color: var(--primary-color, #FF6B35);
}

/* Post Body - Prose Styling */
.blog-post-body.prose {
    color: #343a40;
    font-size: 1.125rem;
    line-height: 1.8;
}

.prose p {
    margin-bottom: 1.5rem;
}

.prose h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin: 3rem 0 1.5rem;
    line-height: 1.3;
}

.prose h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    margin: 2.5rem 0 1rem;
}

.prose figure {
    margin: 3rem 0;
}

.prose figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.prose figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: #6c757d;
    font-style: italic;
    margin-top: 1rem;
}

.prose ul, .prose ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.prose li {
    margin-bottom: 0.75rem;
}

.prose blockquote {
    border-left: 4px solid var(--primary-color, #FF6B35);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #495057;
}

.prose a {
    color: var(--primary-color, #FF6B35);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.prose a:hover {
    border-bottom-color: var(--primary-color, #FF6B35);
}

/* Post Footer */
.blog-post-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}

.back-to-company {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: var(--primary-color, #FF6B35);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s;
}

.back-to-company:hover {
    background: #e55a2b;
    transform: translateX(-4px);
}

/* Sidebar */
.blog-post-sidebar {
    position: sticky;
    top: 2rem;
}

.sidebar-company-card,
.sidebar-share-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.sidebar-company-card h3,
.sidebar-share-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.sidebar-company-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.sidebar-btn {
    display: block;
    text-align: center;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color, #FF6B35);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.3s;
}

.sidebar-btn:hover {
    background: #e55a2b;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.share-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    color: #6c757d;
}

.share-btn:hover {
    background: var(--primary-color, #FF6B35);
    border-color: var(--primary-color, #FF6B35);
    color: #fff;
    transform: translateY(-2px);
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

@media (max-width: 1024px) {
    .blog-post-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .blog-post-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .blog-post-container {
        padding: 3rem 0;
    }

    .blog-post-hero {
        padding: 1.5rem 0 1rem;
    }

    .blog-post-title {
        font-size: 1.75rem;
    }

    .blog-post-body.prose {
        font-size: 1rem;
    }

    .prose h2 {
        font-size: 1.5rem;
        margin: 2rem 0 1rem;
    }

    .prose h3 {
        font-size: 1.25rem;
    }

    .sidebar-company-card,
    .sidebar-share-card {
        padding: 1.5rem;
    }

    .blog-post-grid {
        gap: 2rem;
    }

    .blog-post-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .blog-breadcrumbs {
        font-size: 0.8125rem;
    }

    .blog-post-meta {
        gap: 1rem;
    }

    .back-to-company {
        width: 100%;
        justify-content: center;
    }
}