/* Logo */
.em-footer__logo {
    height: 44px;
    width: auto;
    margin-bottom: 24px;
    display: block;
}

/* Info text */
.em-footer__info {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(169,178,172,0.6);
    margin: 0 0 24px;
}

/* Social icons */
.em-footer__social {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}
.em-footer__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(208,252,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(169,178,172,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}
.em-footer__social a:hover {
    background: var(--bitter-lemon);
    border-color: var(--bitter-lemon);
    color: var(--raisin);
}

/* Copyright inline */
.em-footer__copy-inline {
    font-size: 12px;
    color: rgba(169,178,172,0.25);
    line-height: 1.6;
    margin: auto 0 0;
}

/* Headings */
.em-footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 28px;
}

/* Links */
.em-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.em-footer a {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: rgba(169,178,172,0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}
.em-footer a:hover {
    color: var(--bitter-lemon);
}

/* Contact column */
.em-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
.em-footer__contact-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: rgba(169,178,172,0.3);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.em-footer__contact-item span,
.em-footer__contact-item a {
    font-size: 14px;
    color: rgba(169,178,172,0.7);
}

/* CTA button */
.em-footer__cta {
    display: inline-block;
    background: var(--bitter-lemon);
    color: var(--raisin) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    margin-bottom: 24px;
    transition: background 0.3s ease;
}
.em-footer__cta:hover {
    background: var(--off-white);
}

/* Partner badge */
.em-footer__partners {
    display: block;
    max-width: 200px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.em-footer__partners:hover {
    opacity: 1;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .em-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .em-footer__col--sep:nth-child(2) {
        border-right: none;
    }
    .em-footer__col:nth-child(1),
    .em-footer__col:nth-child(2) {
        border-bottom: 1px solid rgba(208,252,0,0.15);
    }
}
@media (max-width: 600px) {
    .em-footer__grid {
        grid-template-columns: 1fr;
    }
    .em-footer__col--sep {
        border-right: none;
        border-bottom: 1px solid rgba(208,252,0,0.15);
    }
    .em-footer__col {
        padding: 40px 24px;
    }
}

/* === FOOTER — 4 kwadranty, full width, seledynowe linie === */
.em-footer {
    background: var(--raisin);
    width: 100%;
}
.em-footer__top-line {
    height: 1px;
    background: var(--bitter-lemon);
}
.em-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.em-footer__col {
    padding: 60px 48px;
}
.em-footer__col--sep {
    border-right: 1px solid rgba(208,252,0,0.15);
}

/* Logo */
.em-footer__logo {
    height: 44px;
    width: auto;
    margin-bottom: 24px;
    display: block;
}

/* Info text */
.em-footer__info {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(169,178,172,0.6);
    margin: 0 0 24px;
}

/* Social icons */
.em-footer__social {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}
.em-footer__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(208,252,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(169,178,172,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}
.em-footer__social a:hover {
    background: var(--bitter-lemon);
    border-color: var(--bitter-lemon);
    color: var(--raisin);
}

/* Copyright inline */
.em-footer__copy-inline {
    font-size: 12px;
    color: rgba(169,178,172,0.25);
    line-height: 1.6;
    margin: auto 0 0;
}

/* Headings */
.em-footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 28px;
}

/* Links */
.em-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.em-footer a {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: rgba(169,178,172,0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}
.em-footer a:hover {
    color: var(--bitter-lemon);
}

/* Contact column */
.em-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
.em-footer__contact-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: rgba(169,178,172,0.3);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.em-footer__contact-item span,
.em-footer__contact-item a {
    font-size: 14px;
    color: rgba(169,178,172,0.7);
}

/* CTA button */
.em-footer__cta {
    display: inline-block;
    background: var(--bitter-lemon);
    color: var(--raisin) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    margin-bottom: 24px;
    transition: background 0.3s ease;
}
.em-footer__cta:hover {
    background: var(--off-white);
}

/* Partner badge */
.em-footer__partners {
    display: block;
    max-width: 200px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.em-footer__partners:hover {
    opacity: 1;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .em-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .em-footer__col--sep:nth-child(2) {
        border-right: none;
    }
    .em-footer__col:nth-child(1),
    .em-footer__col:nth-child(2) {
        border-bottom: 1px solid rgba(208,252,0,0.15);
    }
}
@media (max-width: 600px) {
    .em-footer__grid {
        grid-template-columns: 1fr;
    }
    .em-footer__col--sep {
        border-right: none;
        border-bottom: 1px solid rgba(208,252,0,0.15);
    }
    .em-footer__col {
        padding: 40px 24px;
    }
}

/* === HEADER — off-white === */
.site-header {
    background: rgba(251,250,248,0.95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(34,29,35,0.06) !important;
}
.site-header__logo img { height: 28px; width: auto; }
.site-nav a { color: var(--dim) !important; }
.site-nav a:hover { color: var(--raisin) !important; }


/* === HEADER — logo bigger + sweep CTA === */
.site-header__logo img { height: 34px !important; width: auto; }
.btn--accent {
    background: var(--raisin) !important;
    color: var(--off-white) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: color 0.4s ease !important;
}
.btn--accent::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 0; height: 100%;
    background: var(--bitter-lemon);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.btn--accent:hover::before { width: 100%; }
.btn--accent:hover { color: var(--raisin) !important; }

/* === FOOTER FIXES — white logo + full badge === */
.em-footer__logo {
    height: 56px !important;
    width: auto !important;
    filter: none !important;
    object-fit: contain !important;
}
.em-footer__partners {
    max-width: 100% !important;
    width: 200px !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 0.7;
    overflow: visible !important;
}
.em-footer__col {
    overflow: visible !important;
}
/* Also fix for global footer */
.site-footer__logo {
    height: 56px !important;
    width: auto !important;
    filter: none !important;
    object-fit: contain !important;
}
.site-footer__partners {
    max-width: 100% !important;
    width: 200px !important;
    height: auto !important;
    object-fit: contain !important;
}

/* === HEADER CTA — dark default, lemon on hover === */
.cs-header__cta {
    background: var(--raisin) !important;
    color: var(--off-white) !important;
}
.cs-header__cta::before {
    background: var(--bitter-lemon) !important;
}
.cs-header__cta:hover {
    color: var(--raisin) !important;
}

.btn--accent {
    background: var(--raisin) !important;
    color: var(--off-white) !important;
}
.btn--accent::before {
    background: var(--bitter-lemon) !important;
}
.btn--accent:hover {
    color: var(--raisin) !important;
}
