@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");


/* =====================================================
   ZMIENNE I BAZA
===================================================== */

.eo24-site {
    --eo24-red: #b20b17;
    --eo24-red-bright: #d01924;
    --eo24-red-dark: #79060d;
    --eo24-red-deep: #570308;

    --eo24-charcoal: #353535;
    --eo24-charcoal-dark: #222222;

    --eo24-ui-gray: #65696c;
    --eo24-ui-gray-hover: #74797c;
    --eo24-ui-gray-border: #505458;

    --eo24-white: #ffffff;

    --eo24-text: #272727;
    --eo24-text-soft: #666666;
    --eo24-text-light: #c9c9c9;

    --eo24-border: #dddddd;
    --eo24-background: #f5f5f5;

    --eo24-focus: #ffce45;

    --eo24-texture:
        url("https://e-office24.pl/wp-content/uploads/2026/08/Zrzut-ekranu-2026-08-13-o-14.57.19.png");

    width: 100%;
    overflow: hidden;

    color: var(--eo24-text);
    background: #ffffff;

    font-family: Tahoma, sans-serif;
    font-weight: 400;
}


.eo24-site,
.eo24-site * {
    box-sizing: border-box;
}


.eo24-site img {
    display: block;
    max-width: 100%;
}


.eo24-site a {
    color: inherit;
}


.eo24-site svg {
    flex: 0 0 auto;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.eo24-container {
    width: 100%;
    max-width: 1450px;

    margin: 0 auto;

    padding-right: 18px;
    padding-left: 18px;
}


.eo24-section {
    padding: 76px 0;
}


/* =====================================================
   TYPOGRAFIA
===================================================== */

.eo24-site p,
.eo24-site li,
.eo24-site address {
    font-family: Tahoma, sans-serif;
    font-weight: 400;
}


.eo24-site h1,
.eo24-site h2,
.eo24-site h3,
.eo24-site h4,
.eo24-site h5,
.eo24-site h6,
.eo24-site .eo24-kicker,
.eo24-site .eo24-eyebrow,
.eo24-site .eo24-breadcrumbs,
.eo24-site .eo24-topbar,
.eo24-site .eo24-header__nav a,
.eo24-site .eo24-button,
.eo24-site .eo24-text-link,
.eo24-site .eo24-footer__column h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}


/* =====================================================
   NAGŁÓWKI SEKCJI
===================================================== */

.eo24-section-heading {
    max-width: 790px;
}


.eo24-section-heading--center {
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}


.eo24-section-heading h2 {
    margin: 0;

    color: var(--eo24-text);

    font-size: clamp(2rem, 7vw, 3.45rem);
    font-weight: 300;

    line-height: 1.07;

    letter-spacing: -0.045em;
}


.eo24-section-heading > p {
    max-width: 790px;

    margin: 20px auto 0;

    color: var(--eo24-text-soft);

    font-family: Tahoma, sans-serif;

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

    line-height: 1.75;
}


/* =====================================================
   KICKER
===================================================== */

.eo24-kicker {
    display: inline-block;

    margin: 0 0 15px;

    color: var(--eo24-red);

    font-size: 0.75rem;
    font-weight: 300;

    line-height: 1.2;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


.eo24-kicker--light {
    color: #ffffff;
}


/* =====================================================
   EYEBROW
===================================================== */

.eo24-eyebrow {
    display: inline-flex;

    width: fit-content;

    margin: 0 0 16px;

    padding: 7px 11px;

    color: #ffffff;

    background: #65696c;

    border-left: 4px solid #b20b17;

    font-size: 0.71rem;
    font-weight: 300;

    line-height: 1.25;

    letter-spacing: 0.11em;

    text-transform: uppercase;
}


/* =====================================================
   WYBRANE KICKERY W STYLU EYEBROW
===================================================== */

.eo24-location-benefits .eo24-kicker,
.eo24-location-list .eo24-kicker,
.eo24-location-cta .eo24-kicker {
    display: inline-flex;

    width: fit-content;

    margin: 0 0 16px;

    padding: 7px 11px;

    color: #ffffff;

    background: #65696c;

    border-left: 4px solid #b20b17;

    font-size: 0.71rem;
    font-weight: 300;

    line-height: 1.25;

    letter-spacing: 0.11em;

    text-transform: uppercase;
}


/* =====================================================
   BUTTON
===================================================== */

.eo24-button {
    position: relative;

    display: inline-flex;

    align-items: stretch;
    justify-content: center;

    min-height: 56px;

    padding: 0;

    overflow: hidden;

    color: #ffffff !important;

    background: #65696c;

    border: 1px solid #505458;
    border-radius: 5px;

    box-shadow: 0 7px 18px rgba(25,25,25,0.15);

    font-size: 0.94rem;
    font-weight: 300;

    line-height: 1.2;

    letter-spacing: -0.01em;

    text-align: center;
    text-decoration: none;

    cursor: pointer;
}


.eo24-button > span:first-child {
    display: inline-flex;

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

    min-height: 54px;

    padding: 16px 24px;
}


.eo24-button__arrow {
    display: inline-flex;

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

    flex: 0 0 52px;

    width: 52px;
    min-height: 54px;

    color: #ffffff;

    background: rgba(0,0,0,0.18);

    border-left: 1px solid rgba(255,255,255,0.16);
}


.eo24-button--large {
    min-height: 62px;

    font-size: 1rem;
}


.eo24-button--large > span:first-child {
    min-height: 60px;

    padding: 18px 28px;
}


.eo24-button--large .eo24-button__arrow {
    min-height: 60px;
}


/* PRIMARY */

.eo24-button--primary {
    color: #ffffff !important;

    background:
        linear-gradient(
            180deg,
            #d01924 0%,
            #b20b17 54%,
            #8f0710 100%
        );

    border-color: #79060d;

    box-shadow:
        0 14px 32px rgba(178,11,23,0.27),
        inset 0 1px 0 rgba(255,255,255,0.27);
}


.eo24-button--primary:hover {
    background:
        linear-gradient(
            180deg,
            #e12934 0%,
            #c8101d 54%,
            #9b0712 100%
        );

    transform: translateY(-2px);
}


/* DARK */

.eo24-button--dark {
    color: #ffffff !important;

    background-color: #65696c;
    background-image: var(--eo24-texture);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-color: #505458;
}


.eo24-button--dark:hover {
    background-color: #74797c;

    background-image:
        linear-gradient(
            rgba(255,255,255,0.10),
            rgba(255,255,255,0.10)
        ),
        var(--eo24-texture);

    transform: translateY(-2px);
}


/* LIGHT */

.eo24-button--light {
    color: #79060d !important;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f4f4 56%,
            #dfdfdf 100%
        );

    border-color: #ffffff;

    box-shadow: 0 12px 30px rgba(0,0,0,0.19);
}


.eo24-button--light > span:first-child {
    color: #79060d;
}


.eo24-button--light .eo24-button__arrow {
    color: #ffffff;

    background: #79060d;
}


.eo24-button--light:hover {
    color: #ffffff !important;

    background:
        linear-gradient(
            180deg,
            #4f4f4f 0%,
            #353535 55%,
            #242424 100%
        );

    border-color: #202020;

    transform: translateY(-2px);
}


.eo24-button--light:hover > span:first-child {
    color: #ffffff;
}


/* =====================================================
   FOCUS
===================================================== */

.eo24-button:focus-visible,
.eo24-site a:focus-visible,
.eo24-site button:focus-visible {
    outline: 3px solid var(--eo24-focus);

    outline-offset: 4px;
}


/* =====================================================
   TEXT LINK
===================================================== */

.eo24-text-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--eo24-red) !important;

    font-size: 0.94rem;
    font-weight: 300;

    text-decoration: none;
}


.eo24-text-link:hover {
    color: var(--eo24-red-bright) !important;

    gap: 12px;
}


/* =====================================================
   TOPBAR
===================================================== */

.eo24-topbar {
    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            var(--eo24-red-bright) 0%,
            var(--eo24-red) 60%,
            #980711 100%
        );

    border-bottom: 1px solid var(--eo24-red-dark);
}


.eo24-topbar__inner {
    display: flex;

    flex-direction: column;

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

    min-height: 42px;

    padding-top: 9px;
    padding-bottom: 9px;

    gap: 8px;
}


.eo24-topbar p {
    margin: 0;

    color: rgba(255,255,255,0.9);

    font-size: 0.74rem;
    font-weight: 300;

    letter-spacing: 0.05em;

    text-align: center;
    text-transform: uppercase;
}


.eo24-topbar__contact {
    display: flex;

    flex-wrap: wrap;

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

    gap: 8px 17px;
}


.eo24-topbar__contact a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #ffffff;

    font-size: 0.78rem;
    font-weight: 300;

    text-decoration: none;
}


/* =====================================================
   HEADER
===================================================== */

.eo24-header {
    position: relative;

    z-index: 100;

    color: #ffffff;

    background-color: transparent;

    background-image:
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid #171717;

    box-shadow: 0 8px 22px rgba(0,0,0,0.16);
}


.eo24-header__inner {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        auto;

    align-items: center;

    min-height: 94px;

    padding-top: 14px;
    padding-bottom: 14px;

    gap: 20px;
}


/* LOGO */

.eo24-logo {
    display: block;

    width: 250px;
    max-width: 100%;

    height: 82px;

    flex: 0 0 250px;

    background:
        transparent
        url("https://e-office24.pl/wp-content/uploads/2026/08/Logo_biuro_new.jpg")
        left center / contain
        no-repeat;

    text-decoration: none;
}


.eo24-logo .eo24-logo__main,
.eo24-logo > small {
    display: none;
}


/* MOBILE BUTTON */

.eo24-header__toggle {
    display: inline-flex;

    flex-direction: column;

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

    width: 52px;
    height: 52px;

    padding: 0;

    gap: 5px;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            var(--eo24-red-bright),
            var(--eo24-red)
        );

    border: 1px solid var(--eo24-red-dark);
    border-radius: 5px;

    cursor: pointer;
}


.eo24-header__toggle > span {
    display: block;

    width: 24px;
    height: 2px;

    background: #ffffff;

    border-radius: 99px;
}


.eo24-header__toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}


.eo24-header__toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
}


.eo24-header__toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* PANEL */

.eo24-header__panel {
    position: absolute;

    top: 100%;
    right: 0;
    left: 0;

    display: none;

    width: 100%;

    max-height: calc(100vh - 94px);

    overflow-y: auto;

    padding: 20px 18px 25px;

    background-color: transparent;

    background-image:
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-bottom: 3px solid var(--eo24-red);

    box-shadow: 0 25px 45px rgba(0,0,0,0.35);
}


.eo24-header__panel.is-open {
    display: block;
}


/* NAV */

.eo24-header__nav ul {
    display: flex;

    flex-direction: column;

    margin: 0;
    padding: 0;

    gap: 4px;

    list-style: none;
}


.eo24-header__nav li {
    margin: 0;
    padding: 0;
}


.eo24-header__nav a {
    display: flex;

    align-items: center;

    min-height: 48px;

    padding: 13px 15px;

    color: #ffffff;

    background: transparent;

    border-left: 3px solid transparent;

    font-size: 0.91rem;
    font-weight: 300;

    text-decoration: none;
}


.eo24-header__nav a:hover,
.eo24-header__nav a.is-current {
    color: #ffffff;

    background: rgba(178,11,23,0.18);

    border-left-color: var(--eo24-red-bright);
}


.eo24-header__cta {
    width: 100%;

    margin-top: 18px;
}


/* =====================================================
   BREADCRUMBS
===================================================== */

.eo24-breadcrumbs {
    display: flex;

    align-items: center;

    margin-bottom: 27px;

    gap: 9px;

    color: #777a7d;

    font-size: 0.76rem;
    font-weight: 300;
}


.eo24-breadcrumbs a {
    text-decoration: none;
}


.eo24-breadcrumbs a:hover {
    color: var(--eo24-red);
}


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

.eo24-locations-hero {
    position: relative;

    background:
        linear-gradient(
            105deg,
            #ffffff 0%,
            #f5f5f5 58%,
            #ececec 100%
        );

    border-bottom: 1px solid #d5d5d5;
}


.eo24-locations-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(0,1.05fr)
        minmax(390px,0.95fr);

    align-items: center;

    min-height: 555px;

    gap: 65px;
}


.eo24-locations-hero__content {
    max-width: 800px;

    padding: 58px 0;
}


.eo24-locations-hero h1 {
    max-width: 800px;

    margin: 0;

    color: #222222;

    font-size: clamp(2.45rem,10vw,4.85rem);
    font-weight: 300;

    line-height: 0.99;

    letter-spacing: -0.058em;
}


.eo24-locations-hero__lead {
    max-width: 710px;

    margin: 24px 0 0;

    color: #555555;

    font-family: Tahoma, sans-serif;

    font-size: clamp(1rem,2.7vw,1.17rem);
    font-weight: 400;

    line-height: 1.7;
}


.eo24-locations-hero__actions {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-top: 28px;

    gap: 12px;
}


/* =====================================================
   HERO PANEL
===================================================== */

.eo24-locations-hero__panel {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #d7d7d7;
    border-top: 5px solid var(--eo24-red);

    box-shadow: 0 22px 55px rgba(25,25,25,0.14);
}


.eo24-locations-hero__panel-head {
    display: grid;

    grid-template-columns:
        58px
        minmax(0,1fr);

    align-items: center;

    padding: 22px;

    gap: 15px;

    color: #ffffff;

    background-color: #65696c;
    background-image: var(--eo24-texture);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.eo24-locations-hero__panel-icon {
    display: inline-flex;

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

    width: 58px;
    height: 58px;

    color: #ffffff;

    background: var(--eo24-red);

    border-radius: 3px;
}


.eo24-locations-hero__panel-head > span:last-child {
    display: flex;

    flex-direction: column;

    gap: 3px;
}


.eo24-locations-hero__panel-head small {
    color: rgba(255,255,255,0.72);

    font-family: "Open Sans", sans-serif;

    font-size: 0.68rem;
    font-weight: 300;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.eo24-locations-hero__panel-head strong {
    color: #ffffff;

    font-family: "Open Sans", sans-serif;

    font-size: 1.25rem;
    font-weight: 300;

    line-height: 1.3;
}


.eo24-locations-hero__panel-list {
    display: grid;
}


.eo24-locations-hero__panel-row {
    display: grid;

    grid-template-columns:
        43px
        minmax(0,1fr)
        auto;

    align-items: center;

    min-height: 88px;

    padding: 14px 20px;

    gap: 14px;

    border-bottom: 1px solid var(--eo24-border);
}


.eo24-locations-hero__panel-row:last-child {
    border-bottom: 0;
}


.eo24-locations-hero__panel-number {
    display: inline-flex;

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

    width: 43px;
    height: 43px;

    color: #ffffff;

    background: var(--eo24-red);

    border-radius: 3px;

    font-family: "Open Sans", sans-serif;

    font-size: 0.72rem;
    font-weight: 300;
}


.eo24-locations-hero__panel-address {
    display: flex;

    flex-direction: column;

    min-width: 0;

    gap: 3px;
}


.eo24-locations-hero__panel-address small {
    color: var(--eo24-text-soft);

    font-family: Tahoma, sans-serif;

    font-size: 0.72rem;
    font-weight: 400;
}


.eo24-locations-hero__panel-address strong {
    color: var(--eo24-text);

    font-family: "Open Sans", sans-serif;

    font-size: 0.98rem;
    font-weight: 300;

    line-height: 1.35;
}


.eo24-locations-hero__panel-tag {
    padding: 6px 8px;

    color: var(--eo24-red);

    background: #f7e9ea;

    font-family: "Open Sans", sans-serif;

    font-size: 0.62rem;
    font-weight: 300;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    white-space: nowrap;
}


.eo24-locations-hero__panel-bottom {
    display: grid;

    grid-template-columns:
        35px
        minmax(0,1fr);

    align-items: center;

    padding: 16px 20px;

    gap: 10px;

    background: #f3f3f3;

    border-top: 1px solid #dddddd;
}


.eo24-locations-hero__panel-bottom > span {
    color: var(--eo24-red);
}


.eo24-locations-hero__panel-bottom p {
    margin: 0;

    color: var(--eo24-text-soft);

    font-size: 0.78rem;

    line-height: 1.5;
}


/* =====================================================
   BENEFITS
===================================================== */

.eo24-location-benefits {
    background: #ffffff;
}


.eo24-location-benefits__grid {
    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    margin-top: 42px;

    gap: 15px;
}


.eo24-location-benefits article {
    padding: 25px;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f6f6f6
        );

    border: 1px solid var(--eo24-border);
    border-bottom: 4px solid var(--eo24-charcoal);

    box-shadow: 0 10px 30px rgba(25,25,25,0.09);
}


.eo24-benefit-icon {
    display: inline-flex;

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

    width: 58px;
    height: 58px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            var(--eo24-red-bright),
            var(--eo24-red-dark)
        );

    border-radius: 3px;

    box-shadow: 0 9px 20px rgba(178,11,23,0.22);
}


.eo24-location-benefits h3 {
    margin: 20px 0 0;

    color: var(--eo24-text);

    font-size: 1.1rem;
    font-weight: 300;

    line-height: 1.3;
}


.eo24-location-benefits article p {
    margin: 9px 0 0;

    color: var(--eo24-text-soft);

    font-size: 0.85rem;

    line-height: 1.6;
}


/* =====================================================
   LOCATION LIST
===================================================== */

.eo24-location-list {
    background:
        linear-gradient(
            180deg,
            #f6f6f6,
            #ebebeb
        );
}


.eo24-location-cards {
    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    align-items: stretch;

    margin-top: 45px;

    gap: 18px;
}


.eo24-location-card {
    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    padding: 28px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #d4d4d4;
    border-top: 5px solid #65696c;

    box-shadow: 0 13px 34px rgba(25,25,25,0.08);
}


.eo24-location-card--main {
    border-top-color: var(--eo24-red);

    box-shadow: 0 18px 44px rgba(25,25,25,0.13);
}


.eo24-location-card__top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 24px;

    gap: 12px;
}


.eo24-location-card__number {
    display: inline-flex;

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

    width: 42px;
    height: 42px;

    color: #ffffff;

    background: #65696c;

    border-radius: 3px;

    font-family: "Open Sans", sans-serif;

    font-size: 0.72rem;
    font-weight: 300;
}


.eo24-location-card--main .eo24-location-card__number {
    background: var(--eo24-red);
}


.eo24-location-card__status {
    padding: 7px 9px;

    color: var(--eo24-red);

    background: #f8e9ea;

    font-family: "Open Sans", sans-serif;

    font-size: 0.63rem;
    font-weight: 300;

    letter-spacing: 0.07em;

    text-transform: uppercase;
}


.eo24-location-card__icon {
    display: inline-flex;

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

    width: 58px;
    height: 58px;

    margin-bottom: 21px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            var(--eo24-red-bright),
            var(--eo24-red-dark)
        );

    border-radius: 3px;

    box-shadow: 0 9px 20px rgba(178,11,23,0.22);
}


.eo24-location-card__city {
    margin: 0 0 7px;

    color: var(--eo24-red);

    font-family: "Open Sans", sans-serif;

    font-size: 0.72rem;
    font-weight: 300;

    line-height: 1.3;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}


.eo24-location-card h3 {
    margin: 0;

    color: var(--eo24-text);

    font-size: 1.22rem;
    font-weight: 300;

    line-height: 1.3;
}


.eo24-location-card address {
    margin: 8px 0 0;

    color: #555555;

    font-size: 0.85rem;

    font-style: normal;

    line-height: 1.55;
}


.eo24-location-card__description {
    margin: 19px 0 0;

    color: var(--eo24-text-soft);

    font-size: 0.88rem;

    line-height: 1.65;
}


.eo24-location-card__features {
    display: grid;

    margin: 23px 0 28px;

    padding: 20px 0 0;

    gap: 11px;

    border-top: 1px solid var(--eo24-border);

    list-style: none;
}


.eo24-location-card__features li {
    display: flex;

    align-items: flex-start;

    gap: 9px;

    color: var(--eo24-text-soft);

    font-size: 0.85rem;

    line-height: 1.5;
}


.eo24-location-card__features svg {
    margin-top: 1px;

    color: var(--eo24-red);

    stroke-width: 2.5;
}


.eo24-location-card__actions {
    display: grid;

    margin-top: auto;

    gap: 16px;
}


.eo24-location-card__contact {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    gap: 7px;

    color: var(--eo24-red) !important;

    font-family: Tahoma, sans-serif;

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

    text-decoration: none;
}


.eo24-location-card__contact:hover {
    color: var(--eo24-red-bright) !important;

    gap: 11px;
}


/* =====================================================
   STANDARD
===================================================== */

.eo24-location-standard {
    padding: 76px 0;

    color: #ffffff;

    background-color: #65696c;

    background-image:
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
}


.eo24-location-standard__inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 45px;
}


.eo24-location-standard h2 {
    max-width: 760px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(2rem,7vw,3.35rem);
    font-weight: 300;

    line-height: 1.07;

    letter-spacing: -0.045em;
}


.eo24-location-standard p {
    max-width: 700px;

    margin: 20px 0 0;

    color: rgba(255,255,255,0.83);

    font-size: 1rem;

    line-height: 1.72;
}


.eo24-location-standard .eo24-button {
    flex: 0 0 auto;
}


/* =====================================================
   FINAL CTA
===================================================== */

.eo24-location-cta {
    padding: 76px 0;

    background: #ffffff;

    border-top: 1px solid #e5e5e5;
}


.eo24-location-cta__inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 48px;
}


.eo24-location-cta h2 {
    max-width: 810px;

    margin: 0;

    color: var(--eo24-text);

    font-size: clamp(2rem,7vw,3.3rem);
    font-weight: 300;

    line-height: 1.06;

    letter-spacing: -0.045em;
}


.eo24-location-cta p {
    max-width: 700px;

    margin: 17px 0 0;

    color: var(--eo24-text-soft);

    font-size: 0.94rem;

    line-height: 1.68;
}


.eo24-location-cta__actions {
    display: flex;

    align-items: center;

    flex: 0 0 auto;

    gap: 24px;
}


.eo24-location-cta__phone {
    color: var(--eo24-text) !important;

    text-decoration: none;
}


.eo24-location-cta__phone span,
.eo24-location-cta__phone strong {
    display: block;
}


.eo24-location-cta__phone span {
    color: var(--eo24-text-soft);

    font-family: "Open Sans", sans-serif;

    font-size: 0.66rem;
    font-weight: 300;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.eo24-location-cta__phone strong {
    margin-top: 3px;

    color: var(--eo24-text);

    font-family: "Open Sans", sans-serif;

    font-size: 1.06rem;
    font-weight: 300;
}


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

.eo24-footer {
    color: #ffffff;

    background-color: #65696c;

    background-image:
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-top: 5px solid var(--eo24-red);
}


.eo24-footer__top {
    display: grid;

    grid-template-columns: 1fr;

    padding-top: 58px;
    padding-bottom: 44px;

    gap: 37px;
}


.eo24-logo--footer {
    width: 250px;
    height: 82px;

    margin: 0;
}


.eo24-footer__brand > p {
    max-width: 390px;

    margin: 18px 0 0;

    color: var(--eo24-text-light);

    font-size: 0.85rem;

    line-height: 1.68;
}


.eo24-footer__contact {
    display: grid;

    margin-top: 20px;

    gap: 10px;
}


.eo24-footer__contact a,
.eo24-footer__contact > span {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #ffffff;

    font-size: 0.82rem;
    font-weight: 400;

    line-height: 1.45;

    text-decoration: none;
}


.eo24-footer__contact > span {
    color: var(--eo24-text-light);
}


.eo24-footer__column h2 {
    margin: 0 0 17px;

    padding-bottom: 9px;

    color: #ffffff;

    border-bottom: 2px solid var(--eo24-red);

    font-size: 0.83rem;
    font-weight: 300;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.eo24-footer__column ul {
    display: grid;

    margin: 0;
    padding: 0;

    gap: 10px;

    list-style: none;
}


.eo24-footer__column li {
    margin: 0;
}


.eo24-footer__column a,
.eo24-footer__column p {
    margin: 0;

    color: var(--eo24-text-light);

    font-size: 0.81rem;

    line-height: 1.5;

    text-decoration: none;
}


.eo24-footer__column a:hover {
    color: #ffffff;

    transform: translateX(3px);
}


.eo24-footer__subheading {
    margin-top: 25px !important;

    padding-top: 18px;
}


.eo24-footer__bottom {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    padding: 20px 0;

    gap: 11px;

    border-top: 1px solid rgba(255,255,255,0.11);
}


.eo24-footer__bottom p {
    margin: 0;

    color: #929292;

    font-size: 0.71rem;
}


.eo24-footer__bottom div {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;
}


.eo24-footer__bottom a {
    color: #a9a9a9;

    font-size: 0.71rem;

    text-decoration: none;
}


.eo24-footer__bottom a:hover {
    color: #ffffff;
}


/* =====================================================
   600+
===================================================== */

@media (min-width: 600px) {

    .eo24-container {
        padding-right: 28px;
        padding-left: 28px;
    }


    .eo24-topbar__inner {
        flex-direction: row;

        justify-content: space-between;
    }


    .eo24-header__panel {
        padding-right: 28px;
        padding-left: 28px;
    }


    .eo24-footer__top {
        grid-template-columns: 1.5fr 1fr;
    }

}


/* =====================================================
   DESKTOP 960+
===================================================== */

@media (min-width: 960px) {

    .eo24-section {
        padding-top: 102px;
        padding-bottom: 102px;
    }


    .eo24-topbar__inner {
        min-height: 36px;

        padding-top: 5px;
        padding-bottom: 5px;
    }


    .eo24-header__inner {
        min-height: 90px;

        padding-top: 4px;
        padding-bottom: 4px;
    }


    .eo24-locations-hero h1 {
        font-size: clamp(3.05rem,4.6vw,4.55rem);

        line-height: 0.98;
    }


    .eo24-locations-hero__lead {
        margin-top: 14px;

        font-size: 1.02rem;

        line-height: 1.5;
    }


    .eo24-footer__top {
        grid-template-columns: 1.65fr repeat(3,1fr);
    }


    .eo24-footer__bottom {
        flex-direction: row;

        align-items: center;
        justify-content: space-between;
    }

}


/* =====================================================
   HEADER DESKTOP 1240+
===================================================== */

@media (min-width: 1240px) {

    .eo24-container {
        padding-right: 32px;
        padding-left: 32px;
    }


    .eo24-header__inner {
        grid-template-columns:
            285px
            minmax(0,1fr);
    }


    .eo24-header__toggle {
        display: none;
    }


    .eo24-header__panel {
        position: static;

        display: grid;

        grid-template-columns:
            minmax(0,1fr)
            auto;

        align-items: center;

        width: 100%;

        max-height: none;

        overflow: visible;

        padding: 0;

        gap: 18px;

        background: transparent;

        border: 0;

        box-shadow: none;
    }


    .eo24-header__nav ul {
        flex-direction: row;

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

        gap: 1px;
    }


    .eo24-header__nav a {
        min-height: 43px;

        padding: 12px 7px;

        border: 0;
        border-bottom: 3px solid transparent;

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

        letter-spacing: 0;

        white-space: nowrap;

        text-shadow: 0 1px 2px rgba(0,0,0,0.35);
    }


    .eo24-header__nav a:hover,
    .eo24-header__nav a.is-current {
        background: rgba(255,255,255,0.05);

        border-bottom-color: var(--eo24-red-bright);
    }


    .eo24-header__cta {
        width: auto;

        min-height: 52px;

        margin-top: 0;
    }


    .eo24-header__cta > span:first-child {
        min-height: 50px;

        padding: 14px 18px;

        font-size: 0.82rem;
    }


    .eo24-header__cta .eo24-button__arrow {
        flex-basis: 45px;

        width: 45px;

        min-height: 50px;
    }

}


/* =====================================================
   HEADER 1380+
===================================================== */

@media (min-width: 1380px) {

    .eo24-header__inner {
        grid-template-columns:
            300px
            minmax(0,1fr);
    }


    .eo24-header__nav a {
        padding-right: 9px;
        padding-left: 9px;

        font-size: 14px;
    }


    .eo24-header__panel {
        gap: 24px;
    }

}


/* =====================================================
   FULL CONTAINER
===================================================== */

@media (min-width: 1514px) {

    .eo24-container {
        padding-right: 0;
        padding-left: 0;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .eo24-locations-hero__grid {
        grid-template-columns:
            minmax(0,1fr)
            minmax(330px,0.8fr);

        gap: 38px;
    }


    .eo24-location-cards {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .eo24-location-card--main {
        grid-column: 1 / -1;
    }


    .eo24-location-standard__inner,
    .eo24-location-cta__inner {
        align-items: flex-start;

        flex-direction: column;
    }


    .eo24-location-cta__actions {
        width: 100%;
    }

}


/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 959px) {

    .eo24-logo {
        width: 205px;
        height: 68px;

        flex-basis: 205px;
    }


    .eo24-location-benefits__grid {
        grid-template-columns: 1fr;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 760px) {

    .eo24-locations-hero__grid {
        display: block;

        min-height: 0;
    }


    .eo24-locations-hero__content {
        padding: 43px 0 35px;
    }


    .eo24-locations-hero__panel {
        margin-bottom: 43px;
    }


    .eo24-locations-hero__actions {
        align-items: stretch;

        flex-direction: column;

        gap: 12px;
    }


    .eo24-text-link {
        justify-content: center;

        text-align: center;
    }


    .eo24-location-cards {
        grid-template-columns: 1fr;
    }


    .eo24-location-card--main {
        grid-column: auto;
    }


    .eo24-location-standard .eo24-button {
        width: 100%;
    }


    .eo24-location-cta__actions {
        align-items: stretch;

        flex-direction: column;

        text-align: center;
    }


    .eo24-location-cta__phone {
        text-align: center;
    }


    .eo24-footer__top {
        grid-template-columns: 1fr;
    }


    .eo24-footer__bottom {
        align-items: flex-start;

        flex-direction: column;
    }

}


/* =====================================================
   MOBILE < 600
===================================================== */

@media (max-width: 599px) {

    .eo24-container {
        padding-right: 17px;
        padding-left: 17px;
    }


    .eo24-section {
        padding-top: 66px;
        padding-bottom: 66px;
    }


    .eo24-logo {
        width: 170px;
        height: 58px;

        flex-basis: 170px;
    }


    .eo24-topbar p,
    .eo24-topbar__contact a[href^="mailto:"] {
        display: none;
    }


    .eo24-locations-hero h1 {
        font-size: clamp(2.35rem,11.8vw,3.42rem);
    }


    .eo24-locations-hero__lead {
        margin-top: 20px;

        font-size: 0.98rem;
    }


    .eo24-button {
        width: 100%;
    }


    .eo24-button > span:first-child {
        flex: 1 1 auto;

        padding-right: 17px;
        padding-left: 17px;

        white-space: normal;
    }


    .eo24-locations-hero__panel-row {
        grid-template-columns:
            40px
            minmax(0,1fr);
    }


    .eo24-locations-hero__panel-tag {
        grid-column: 2;

        justify-self: start;
    }


    .eo24-location-card {
        padding: 23px;
    }


    .eo24-footer__bottom div {
        align-items: flex-start;

        flex-direction: column;

        gap: 7px;
    }

}


/* =====================================================
   NISKI DESKTOP
===================================================== */

@media (min-width: 960px) and (max-height: 800px) {

    .eo24-topbar__inner {
        min-height: 32px;

        padding-top: 3px;
        padding-bottom: 3px;
    }


    .eo24-header__inner {
        min-height: 80px;

        padding-top: 4px;
        padding-bottom: 4px;
    }


    .eo24-logo {
        width: 225px;
        height: 72px;

        flex-basis: 225px;
    }


    .eo24-locations-hero h1 {
        font-size: clamp(2.8rem,4.15vw,3.6rem);
    }


    .eo24-locations-hero__lead {
        margin-top: 10px;

        font-size: 0.94rem;

        line-height: 1.42;
    }

}


/* =====================================================
   ANIMACJE
===================================================== */

@media (prefers-reduced-motion: no-preference) {

    .eo24-button,
    .eo24-text-link,
    .eo24-header__toggle > span,
    .eo24-header__nav a,
    .eo24-location-card,
    .eo24-location-card__contact,
    .eo24-footer a {
        transition:
            color 220ms ease,
            background-color 220ms ease,
            border-color 220ms ease,
            opacity 220ms ease,
            transform 260ms ease,
            box-shadow 260ms ease,
            gap 220ms ease;
    }

}


@media (prefers-reduced-motion: reduce) {

    .eo24-site *,
    .eo24-site *::before,
    .eo24-site *::after {
        scroll-behavior: auto !important;

        transition: none !important;
        animation: none !important;
    }

}

/* EO24 2.4: the hero action uses the solid brand red requested by the client. */
.eo24-locations-page .eo24-locations-hero .eo24-button--primary,
.eo24-locations-page .eo24-locations-hero .eo24-button--primary:hover {
    background: var(--eo24-red) !important;
    background-image: none !important;
}
