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

.eo24-site {
    --eo24-red: #b20b17;
    --eo24-red-bright: #d01924;
    --eo24-red-dark: #79060d;
    --eo24-charcoal: #343638;
    --eo24-charcoal-dark: #232425;
    --eo24-white: #ffffff;
    --eo24-background: #f3f3f3;
    --eo24-text: #292929;
    --eo24-text-soft: #66696c;
    --eo24-border: #dddddd;
    --eo24-light: #f7f7f7;
    --eo24-shadow: 0 18px 48px rgba(24, 24, 24, 0.12);
    --eo24-brand-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: var(--eo24-white);
    font-family: Tahoma, sans-serif;
    line-height: 1.6;
}

.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: min(100% - 36px, 1414px);
    margin: 0 auto;
}

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

.eo24-topbar {
    color: #ffffff;
    background: var(--eo24-red);
}

.eo24-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 39px;
    gap: 24px;
}

.eo24-topbar p {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.eo24-topbar__contact {
    display: flex;
    align-items: center;
    gap: 22px;
}

.eo24-topbar__contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.eo24-header {
    position: relative;
    z-index: 20;
    color: #ffffff;
    background-color: #303030;
    background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
}

.eo24-header__inner {
    display: flex;
    align-items: center;
    min-height: 94px;
    gap: 34px;
}

.eo24-logo {
    display: block;
    flex: 0 0 auto;
    width: 244px;
    text-decoration: none;
}

.eo24-logo img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    object-position: left center;
}

.eo24-header__panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    gap: 28px;
}

.eo24-header__nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: clamp(15px, 1.5vw, 26px);
    list-style: none;
}

.eo24-header__nav a {
    position: relative;
    display: block;
    padding: 13px 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
}

.eo24-header__nav a::after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background: var(--eo24-red-bright);
    content: "";
    opacity: 0;
    transform: scaleX(0.45);
    transition: 180ms ease;
}

.eo24-header__nav a:hover::after,
.eo24-header__nav a.is-current::after {
    opacity: 1;
    transform: scaleX(1);
}

.eo24-header__toggle {
    display: none;
    width: 48px;
    height: 44px;
    padding: 10px;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 4px;
    cursor: pointer;
}

.eo24-header__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    transition: 180ms ease;
}

.eo24-button {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    min-height: 54px;
    padding: 0;
    overflow: hidden;
    color: #ffffff !important;
    background-color: #65696c;
    background-image: var(--eo24-brand-texture);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(25, 25, 25, 0.17);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.eo24-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(25, 25, 25, 0.23);
}

.eo24-button > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 22px;
}

.eo24-button__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    min-height: 52px;
    background: rgba(0, 0, 0, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.eo24-button--red {
    background-color: var(--eo24-red);
    background-image: none;
    border-color: var(--eo24-red-dark);
    box-shadow: 0 12px 27px rgba(178, 11, 23, 0.26);
}

.eo24-button--light {
    border-color: rgba(255, 255, 255, 0.28);
}

.eo24-breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    gap: 9px;
    color: #777a7d;
    font-size: 0.76rem;
    font-weight: 600;
}

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

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

.eo24-eyebrow,
.eo24-kicker {
    display: inline-block;
    margin: 0 0 14px;
    color: var(--eo24-red);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

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

.eo24-about-hero {
    position: relative;
    background: linear-gradient(105deg, #ffffff 0%, #f5f5f5 58%, #ececec 100%);
}

.eo24-about-hero__stripe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--eo24-red);
}

.eo24-about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.8fr);
    align-items: stretch;
    min-height: 590px;
    gap: clamp(36px, 6vw, 96px);
}

.eo24-about-hero__content {
    align-self: center;
    max-width: 760px;
    padding: 66px 0 72px;
}

.eo24-about-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #252525;
    font-size: clamp(2.5rem, 4vw, 4.05rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.eo24-about-hero__lead {
    max-width: 670px;
    margin: 25px 0 0;
    color: var(--eo24-text-soft);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.78;
}

.eo24-about-hero__actions {
    display: flex;
    align-items: center;
    margin-top: 31px;
    gap: 25px;
}

.eo24-text-link {
    color: #3e4144 !important;
    font-size: 0.88rem;
    text-decoration: none;
}

.eo24-text-link strong {
    display: block;
    color: var(--eo24-red);
    font-size: 1.12rem;
}

.eo24-about-hero__visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 590px;
}

.eo24-about-hero__shape {
    position: absolute;
    right: 4%;
    bottom: 0;
    left: 4%;
    height: 87%;
    background: linear-gradient(145deg, #e1e1e1, #f9f9f9 58%, #d6d6d6);
    border-radius: 220px 220px 0 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.055);
}

.eo24-about-hero__visual > img {
    position: relative;
    z-index: 2;
    width: min(100%, 590px);
    max-height: 575px;
    object-fit: contain;
    object-position: center bottom;
}

.eo24-about-hero__badge {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 32px;
    display: flex;
    align-items: center;
    min-width: 225px;
    padding: 15px 19px;
    color: #ffffff;
    background-color: #65696c;
    background-image: var(--eo24-brand-texture);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    box-shadow: var(--eo24-shadow);
    gap: 13px;
}

.eo24-about-hero__badge span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.4;
}

.eo24-about-hero__badge strong {
    display: block;
    font-size: 0.9rem;
}

.eo24-about-intro {
    background: #ffffff;
}

.eo24-about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: clamp(45px, 7vw, 105px);
}

.eo24-section-heading h2 {
    margin: 0;
    color: var(--eo24-text);
    font-size: clamp(1.85rem, 3.2vw, 3.05rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.048em;
}

.eo24-section-heading > p {
    max-width: 760px;
    margin: 19px auto 0;
    color: var(--eo24-text-soft);
    font-size: 1rem;
    line-height: 1.75;
}

.eo24-section-heading--center {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.eo24-about-intro__copy > p {
    margin: 0 0 21px;
    color: var(--eo24-text-soft);
    font-size: 1.02rem;
    line-height: 1.85;
}

.eo24-about-intro__highlight {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    padding: 24px 26px;
    color: #ffffff;
    background-color: #65696c;
    background-image: var(--eo24-brand-texture);
    background-position: center;
    background-size: cover;
    border-left: 4px solid var(--eo24-red);
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(25, 25, 25, 0.14);
    gap: 17px;
}

.eo24-about-intro__highlight p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.7;
}

.eo24-about-intro__icon {
    color: #ffffff;
}

.eo24-about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 62px;
    border: 1px solid var(--eo24-border);
    border-radius: 6px;
    box-shadow: 0 13px 35px rgba(25, 25, 25, 0.07);
}

.eo24-about-value {
    position: relative;
    min-height: 190px;
    padding: 34px 36px;
    background: #ffffff;
}

.eo24-about-value + .eo24-about-value {
    border-left: 1px solid var(--eo24-border);
}

.eo24-about-value > span {
    position: absolute;
    top: 21px;
    right: 25px;
    color: #eeeeee;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.eo24-about-value h3 {
    position: relative;
    margin: 0 0 10px;
    color: #2d2d2d;
    font-size: 1.13rem;
    font-weight: 800;
}

.eo24-about-value h3::before {
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 18px;
    background: var(--eo24-red);
    content: "";
}

.eo24-about-value p {
    position: relative;
    margin: 0;
    color: var(--eo24-text-soft);
    font-size: 0.88rem;
    line-height: 1.7;
}

.eo24-about-services {
    position: relative;
    color: #ffffff;
    background-color: #2f3133;
    background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg");
    background-position: center;
    background-size: cover;
}

.eo24-about-services::before {
    position: absolute;
    inset: 0;
    background: rgba(31, 32, 33, 0.1);
    content: "";
    pointer-events: none;
}

.eo24-about-services .eo24-container {
    position: relative;
}

.eo24-about-services .eo24-section-heading h2,
.eo24-about-services .eo24-section-heading p {
    color: #ffffff;
}

.eo24-about-services .eo24-section-heading p {
    opacity: 0.78;
}

.eo24-about-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 48px;
    gap: 18px;
}

.eo24-service-group {
    padding: 31px 28px 30px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 5px;
    backdrop-filter: blur(2px);
}

.eo24-service-group__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    color: #ffffff;
    background: var(--eo24-red);
    border-radius: 4px;
    box-shadow: 0 9px 22px rgba(178, 11, 23, 0.25);
}

.eo24-service-group h3 {
    margin: 23px 0 18px;
    font-size: 1.08rem;
    font-weight: 800;
}

.eo24-service-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.eo24-service-group li {
    position: relative;
    padding: 10px 0 10px 20px;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.83rem;
    line-height: 1.55;
}

.eo24-service-group li::before {
    position: absolute;
    top: 17px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: var(--eo24-red-bright);
    border-radius: 50%;
    content: "";
}

.eo24-about-services__action {
    margin-top: 38px;
    text-align: center;
}

.eo24-institutions {
    background: var(--eo24-background);
}

.eo24-institutions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 47px;
    gap: 22px;
}

.eo24-institution-card {
    display: flex;
    flex-direction: column;
    min-height: 355px;
    padding: 31px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid var(--eo24-red);
    border-radius: 5px;
    box-shadow: 0 14px 36px rgba(25, 25, 25, 0.075);
}

.eo24-institution-card__top {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.eo24-institution-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    color: var(--eo24-red);
    background: #f7e9ea;
    border-radius: 4px;
}

.eo24-institution-card h3 {
    margin: 2px 0 0;
    color: #2b2b2b;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.42;
}

.eo24-institution-card address {
    margin: 26px 0 20px;
    color: var(--eo24-text-soft);
    font-size: 0.85rem;
    font-style: normal;
    line-height: 1.85;
}

.eo24-institution-card address a {
    color: #3c3f42;
    font-weight: 700;
    text-decoration: none;
}

.eo24-card-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    color: var(--eo24-red) !important;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    gap: 8px;
}

.eo24-card-link span {
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.eo24-card-link:hover span {
    transform: translateX(4px);
}

.eo24-about-cta {
    position: relative;
    padding: 70px 0;
    color: var(--eo24-text);
    background: #ffffff;
    border-top: 1px solid #e8e8e8;
}

.eo24-about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.eo24-about-cta h2 {
    max-width: 680px;
    margin: 0;
    color: var(--eo24-text);
    font-size: clamp(1.8rem, 2.7vw, 2.65rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.eo24-about-cta p {
    max-width: 720px;
    margin: 17px 0 0;
    color: var(--eo24-text-soft);
    font-size: 0.96rem;
    line-height: 1.7;
}

.eo24-about-cta__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 25px;
}

.eo24-about-cta__phone {
    color: var(--eo24-text) !important;
    text-decoration: none;
}

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

.eo24-about-cta__phone span {
    color: var(--eo24-text-soft);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eo24-about-cta__phone strong {
    margin-top: 2px;
    font-size: 1.02rem;
}

.eo24-footer {
    color: #ffffff;
    background-color: #2d2f30;
    background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg");
    background-position: center;
    background-size: cover;
}

.eo24-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 0.72fr 0.72fr 1fr;
    padding: 60px 0 46px;
    gap: clamp(30px, 4vw, 65px);
}

.eo24-logo--footer {
    width: 230px;
    margin-bottom: 22px;
}

.eo24-logo--footer img {
    height: 66px;
}

.eo24-footer__column > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
    line-height: 1.7;
}

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

.eo24-footer__column h2 {
    margin: 0 0 20px;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 2px solid var(--eo24-red);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eo24-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.eo24-footer__column li + li {
    margin-top: 10px;
}

.eo24-footer__column li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.eo24-footer__column li a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.eo24-footer__contact {
    display: grid;
    margin-top: 22px;
    gap: 10px;
}

.eo24-footer__contact a,
.eo24-footer__contact span {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    text-decoration: none;
    gap: 9px;
}

.eo24-footer__subheading {
    margin-top: 27px !important;
    padding-top: 18px;
}

.eo24-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    gap: 30px;
}

.eo24-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 0.74rem;
}

.eo24-footer__bottom div {
    display: flex;
    gap: 20px;
}

.eo24-footer__bottom a {
    color: rgba(255, 255, 255, 0.63);
    font-size: 0.74rem;
    text-decoration: none;
}

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

@media (max-width: 1239px) {
    .eo24-header__inner {
        justify-content: space-between;
    }

    .eo24-header__toggle {
        display: block;
    }

    .eo24-header__panel {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        padding: 22px 18px 25px;
        background-color: #303030;
        background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg");
        background-position: center;
        background-size: cover;
        box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
    }

    .eo24-header__panel.is-open {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .eo24-header__nav ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px 22px;
    }

    .eo24-header__nav a {
        padding: 11px 3px;
    }

    .eo24-header__cta {
        align-self: center;
    }

    .eo24-about-hero__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.85fr);
        gap: 35px;
    }

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

    .eo24-footer__grid {
        grid-template-columns: 1.25fr repeat(3, 0.8fr);
        gap: 30px;
    }
}

@media (max-width: 980px) {
    .eo24-section {
        padding: 68px 0;
    }

    .eo24-about-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
        min-height: 530px;
    }

    .eo24-about-hero__content {
        padding: 54px 0 60px;
    }

    .eo24-about-hero__visual {
        min-height: 530px;
    }

    .eo24-about-hero__badge {
        right: -8px;
        bottom: 20px;
        min-width: 205px;
    }

    .eo24-about-intro__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

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

    .eo24-institution-card {
        min-height: 0;
    }

    .eo24-about-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .eo24-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .eo24-container {
        width: min(100% - 28px, 1414px);
    }

    .eo24-topbar__inner {
        justify-content: center;
        min-height: 42px;
    }

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

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

    .eo24-logo {
        width: 205px;
    }

    .eo24-logo img {
        height: 58px;
    }

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

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

    .eo24-header__nav a {
        padding: 12px 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .eo24-header__nav a::after {
        right: auto;
        bottom: 0;
        width: 38px;
    }

    .eo24-header__cta {
        width: 100%;
        margin-top: 18px;
    }

    .eo24-about-hero__grid {
        display: block;
        min-height: 0;
    }

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

    .eo24-about-hero h1 {
        font-size: clamp(2.05rem, 10vw, 2.8rem);
    }

    .eo24-about-hero__lead {
        margin-top: 20px;
        font-size: 0.96rem;
    }

    .eo24-about-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

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

    .eo24-about-hero__visual {
        min-height: 390px;
    }

    .eo24-about-hero__shape {
        right: 7%;
        left: 7%;
    }

    .eo24-about-hero__visual > img {
        max-height: 410px;
    }

    .eo24-about-hero__badge {
        right: 0;
        bottom: 15px;
        min-width: 200px;
        padding: 13px 16px;
    }

    .eo24-about-values {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .eo24-about-value + .eo24-about-value {
        border-top: 1px solid var(--eo24-border);
        border-left: 0;
    }

    .eo24-about-services__grid {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .eo24-about-cta__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

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

    .eo24-footer__grid {
        grid-template-columns: 1fr;
        padding-top: 48px;
    }

    .eo24-footer__brand {
        grid-column: auto;
    }

    .eo24-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }
}

@media (max-width: 430px) {
    .eo24-section {
        padding: 58px 0;
    }

    .eo24-about-hero__visual {
        min-height: 340px;
    }

    .eo24-about-hero__badge {
        min-width: 185px;
    }

    .eo24-about-intro__highlight,
    .eo24-about-value,
    .eo24-service-group,
    .eo24-institution-card {
        padding-right: 22px;
        padding-left: 22px;
    }

    .eo24-footer__bottom div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eo24-site *,
    .eo24-site *::before,
    .eo24-site *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* =====================================================
   TYPOGRAFIA WSPÓLNA ZE STRONĄ GŁÓWNĄ
===================================================== */

.eo24-site {
    font-family: Tahoma, sans-serif !important;
    font-weight: 400 !important;
}

.eo24-site p,
.eo24-site li,
.eo24-site address,
.eo24-site label,
.eo24-site input,
.eo24-site textarea,
.eo24-site select,
.eo24-site .eo24-about-hero__lead,
.eo24-site .eo24-about-intro__copy,
.eo24-site .eo24-about-intro__highlight,
.eo24-site .eo24-about-value p,
.eo24-site .eo24-service-group li,
.eo24-site .eo24-institution-card address,
.eo24-site .eo24-section-heading > p,
.eo24-site .eo24-about-cta p,
.eo24-site .eo24-footer p,
.eo24-site .eo24-footer__column a,
.eo24-site .eo24-footer__contact a,
.eo24-site .eo24-footer__contact span,
.eo24-site .eo24-footer__bottom a {
    font-family: Tahoma, sans-serif !important;
    font-weight: 400 !important;
}

.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-topbar *,
.eo24-site .eo24-header__nav a,
.eo24-site .eo24-button,
.eo24-site .eo24-button *,
.eo24-site .eo24-text-link,
.eo24-site .eo24-about-hero__badge,
.eo24-site .eo24-about-hero__badge *,
.eo24-site .eo24-about-value > span,
.eo24-site .eo24-card-link,
.eo24-site .eo24-about-cta__phone,
.eo24-site .eo24-about-cta__phone *,
.eo24-site .eo24-footer__column h2 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
}

.eo24-site h1,
.eo24-site h2,
.eo24-site h3,
.eo24-site h4,
.eo24-site h5,
.eo24-site h6,
.eo24-site .eo24-about-hero h1,
.eo24-site .eo24-section-heading h2,
.eo24-site .eo24-about-cta h2,
.eo24-site .eo24-service-group h3,
.eo24-site .eo24-institution-card h3,
.eo24-site .eo24-about-value h3 {
    font-weight: 300 !important;
}

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

@media (min-width: 1240px) {
    .eo24-site .eo24-header__nav a {
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }
}

/* =====================================================
   NAGŁÓWEK I STOPKA — WSPÓLNE ZE STRONĄ GŁÓWNĄ
===================================================== */

.eo24-site {
    --eo24-text-light: #c9c9c9;
    --eo24-focus: #ffce45;
}

.eo24-site .eo24-container {
    width: 100% !important;
    max-width: 1450px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
}

.eo24-site .eo24-topbar {
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--eo24-red-bright) 0%, var(--eo24-red) 60%, #980711 100%) !important;
    border-bottom: 1px solid var(--eo24-red-dark) !important;
}

.eo24-site .eo24-topbar__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    gap: 8px !important;
}

.eo24-site .eo24-topbar p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.74rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.eo24-site .eo24-topbar__contact {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px 17px !important;
}

.eo24-site .eo24-topbar__contact a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.eo24-site .eo24-topbar__contact a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.eo24-site .eo24-header {
    position: relative !important;
    z-index: 100 !important;
    color: #ffffff !important;
    background-color: transparent !important;
    background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid #171717 !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16) !important;
}

.eo24-site .eo24-header::before,
.eo24-site .eo24-header::after {
    background: none !important;
    box-shadow: none !important;
}

.eo24-site .eo24-header__inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    min-height: 94px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    gap: 20px !important;
}

.eo24-site .eo24-logo {
    display: block !important;
    width: 250px !important;
    max-width: 100% !important;
    height: 82px !important;
    flex: 0 0 250px !important;
    color: #ffffff !important;
    background: transparent url("https://e-office24.pl/wp-content/uploads/2026/08/Logo_biuro_new.jpg") left center / contain no-repeat !important;
    text-decoration: none !important;
}

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

.eo24-site .eo24-header__toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    gap: 5px !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--eo24-red-bright), var(--eo24-red)) !important;
    border: 1px solid var(--eo24-red-dark) !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.eo24-site .eo24-header__toggle > span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 99px !important;
}

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

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

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

.eo24-site .eo24-header__panel {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    display: none !important;
    width: 100% !important;
    max-height: calc(100vh - 94px) !important;
    overflow-y: auto !important;
    padding: 20px 18px 25px !important;
    gap: 0 !important;
    background-color: transparent !important;
    background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-bottom: 3px solid var(--eo24-red) !important;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35) !important;
}

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

.eo24-site .eo24-header__nav ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
    list-style: none !important;
}

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

.eo24-site .eo24-header__nav a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 13px 15px !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    font-size: 0.91rem !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.eo24-site .eo24-header__nav a::after {
    display: none !important;
    content: none !important;
}

.eo24-site .eo24-header__nav a:hover,
.eo24-site .eo24-header__nav a.is-current {
    color: #ffffff !important;
    background: rgba(178, 11, 23, 0.18) !important;
    border-left-color: var(--eo24-red-bright) !important;
}

.eo24-site .eo24-button--primary {
    color: #ffffff !important;
    background-color: var(--eo24-red) !important;
    background-image: linear-gradient(180deg, var(--eo24-red-bright) 0%, var(--eo24-red) 54%, #940711 100%) !important;
    border-color: var(--eo24-red-dark) !important;
    box-shadow: 0 14px 32px rgba(178, 11, 23, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.27) !important;
}

.eo24-site .eo24-header__cta {
    width: 100% !important;
    margin-top: 18px !important;
}

.eo24-site .eo24-footer {
    color: #ffffff !important;
    background-color: #65696c !important;
    background-image: url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    border-top: 5px solid var(--eo24-red) !important;
}

.eo24-site .eo24-footer__top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding-top: 58px !important;
    padding-bottom: 44px !important;
    gap: 37px !important;
}

.eo24-site .eo24-logo--footer {
    width: 250px !important;
    height: 82px !important;
    margin: 0 !important;
}

.eo24-site .eo24-footer__brand > p {
    max-width: 390px !important;
    margin: 18px 0 0 !important;
    color: var(--eo24-text-light) !important;
    font-size: 0.85rem !important;
    line-height: 1.68 !important;
}

.eo24-site .eo24-footer__contact {
    display: grid !important;
    margin-top: 20px !important;
    gap: 10px !important;
}

.eo24-site .eo24-footer__contact a,
.eo24-site .eo24-footer__contact > span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
}

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

.eo24-site .eo24-footer__contact a:hover {
    color: #ff5c66 !important;
}

.eo24-site .eo24-footer__column h2 {
    margin: 0 0 17px !important;
    padding-bottom: 9px !important;
    color: #ffffff !important;
    border-bottom: 2px solid var(--eo24-red) !important;
    font-size: 0.83rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.eo24-site .eo24-footer__column ul {
    display: grid !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px !important;
    list-style: none !important;
}

.eo24-site .eo24-footer__column li {
    margin: 0 !important;
}

.eo24-site .eo24-footer__column a,
.eo24-site .eo24-footer__column p {
    margin: 0 !important;
    color: var(--eo24-text-light) !important;
    font-size: 0.81rem !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
}

.eo24-site .eo24-footer__column a:hover {
    color: #ffffff !important;
    transform: translateX(3px) !important;
}

.eo24-site .eo24-footer__subheading {
    margin-top: 25px !important;
    padding-top: 18px !important;
}

.eo24-site .eo24-footer__bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 20px 0 !important;
    gap: 11px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.11) !important;
}

.eo24-site .eo24-footer__bottom p {
    margin: 0 !important;
    color: #929292 !important;
    font-size: 0.71rem !important;
}

.eo24-site .eo24-footer__bottom div {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.eo24-site .eo24-footer__bottom a {
    color: #a9a9a9 !important;
    font-size: 0.71rem !important;
    text-decoration: none !important;
}

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

@media (min-width: 600px) {
    .eo24-site .eo24-container {
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    .eo24-site .eo24-topbar__inner {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

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

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

@media (min-width: 960px) {
    .eo24-site .eo24-topbar__inner {
        min-height: 36px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .eo24-site .eo24-header__inner {
        min-height: 90px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

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

    .eo24-site .eo24-footer__bottom {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 1239px) {
    .eo24-site .eo24-header__panel::before,
    .eo24-site .eo24-header__panel::after {
        background: none !important;
        box-shadow: none !important;
    }
}

@media (min-width: 1240px) {
    .eo24-site .eo24-container {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }

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

    .eo24-site .eo24-header__toggle {
        display: none !important;
    }

    .eo24-site .eo24-header__panel {
        position: static !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        gap: 18px !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .eo24-site .eo24-header__nav ul {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 1px !important;
    }

    .eo24-site .eo24-header__nav a {
        min-height: 43px !important;
        padding: 12px 7px !important;
        border: 0 !important;
        border-bottom: 3px solid transparent !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
    }

    .eo24-site .eo24-header__nav a:hover,
    .eo24-site .eo24-header__nav a.is-current {
        background: rgba(255, 255, 255, 0.05) !important;
        border-bottom-color: var(--eo24-red-bright) !important;
    }

    .eo24-site .eo24-header__cta {
        width: auto !important;
        min-height: 52px !important;
        margin-top: 0 !important;
    }

    .eo24-site .eo24-header__cta > span:first-child {
        min-height: 50px !important;
        padding: 14px 18px !important;
        font-size: 0.82rem !important;
    }

    .eo24-site .eo24-header__cta .eo24-button__arrow {
        flex-basis: 45px !important;
        width: 45px !important;
        min-height: 50px !important;
    }
}

@media (min-width: 1380px) {
    .eo24-site .eo24-header__inner {
        grid-template-columns: 300px minmax(0, 1fr) !important;
    }

    .eo24-site .eo24-header__nav a {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 14px !important;
    }

    .eo24-site .eo24-header__panel {
        gap: 24px !important;
    }
}

@media (min-width: 1514px) {
    .eo24-site .eo24-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 959px) {
    .eo24-site .eo24-logo {
        width: 205px !important;
        height: 68px !important;
        flex-basis: 205px !important;
    }
}

@media (max-width: 599px) {
    .eo24-site .eo24-container {
        padding-right: 17px !important;
        padding-left: 17px !important;
    }

    .eo24-site .eo24-logo {
        width: 170px !important;
        height: 58px !important;
        flex-basis: 170px !important;
    }
}

@media (min-width: 960px) and (max-height: 800px) {
    .eo24-site .eo24-topbar__inner {
        min-height: 32px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .eo24-site .eo24-header__inner {
        min-height: 80px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .eo24-site .eo24-logo {
        width: 225px !important;
        height: 72px !important;
        flex-basis: 225px !important;
    }
}

/* =====================================================
   FINALNE UJEDNOLICENIE ZE STRONĄ GŁÓWNĄ
   TEN BLOK MUSI BYĆ NA SAMYM KOŃCU CSS
===================================================== */

/* -----------------------------------------
   EYEBROW
----------------------------------------- */

.eo24-site .eo24-eyebrow {
    display: inline-flex !important;
    margin: 0 0 16px !important;
    padding: 7px 11px !important;

    color: #ffffff !important;
    background: #65696c !important;
    border-left: 4px solid #b20b17 !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: 0.71rem !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.11em !important;

    text-transform: uppercase !important;
}


/* -----------------------------------------
   KICKERY
----------------------------------------- */

.eo24-site .eo24-kicker {
    display: inline-block !important;
    margin: 0 0 15px !important;

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

    font-family: "Open Sans", sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.14em !important;

    text-transform: uppercase !important;
}

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


/* -----------------------------------------
   H1 — TAKI SAM SYSTEM JAK STRONA GŁÓWNA
----------------------------------------- */

.eo24-site .eo24-about-hero h1 {
    max-width: 800px !important;
    margin: 0 !important;

    color: #222222 !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: clamp(2.45rem, 10vw, 4.85rem) !important;
    font-weight: 300 !important;
    line-height: 0.99 !important;
    letter-spacing: -0.058em !important;
}


/* -----------------------------------------
   LEAD HERO
----------------------------------------- */

.eo24-site .eo24-about-hero__lead {
    max-width: 710px !important;
    margin: 24px 0 0 !important;

    color: #555555 !important;

    font-family: Tahoma, sans-serif !important;
    font-size: clamp(1rem, 2.7vw, 1.17rem) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}


/* -----------------------------------------
   STANDARDOWE H2
----------------------------------------- */

.eo24-site .eo24-section-heading h2 {
    margin: 0 !important;

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

    font-family: "Open Sans", sans-serif !important;
    font-size: clamp(2rem, 7vw, 3.45rem) !important;
    font-weight: 300 !important;
    line-height: 1.07 !important;
    letter-spacing: -0.045em !important;
}


/* H2 NA CIEMNYM TLE */

.eo24-site .eo24-about-services .eo24-section-heading h2 {
    color: #ffffff !important;
}


/* -----------------------------------------
   STANDARDOWY OPIS POD H2
----------------------------------------- */

.eo24-site .eo24-section-heading > p {
    margin-top: 20px !important;

    font-family: Tahoma, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}


/* -----------------------------------------
   AKAPITY SEKCJI O NAS
----------------------------------------- */

.eo24-site .eo24-about-intro__copy > p {
    font-family: Tahoma, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}


/* -----------------------------------------
   PRZYCISKI — BAZA ZE STRONY GŁÓWNEJ
----------------------------------------- */

.eo24-site .eo24-button {
    min-height: 56px !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: 0.94rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
}

.eo24-site .eo24-button > span:first-child {
    min-height: 54px !important;
    padding: 16px 24px !important;
}

.eo24-site .eo24-button__arrow {
    flex: 0 0 52px !important;
    width: 52px !important;
    min-height: 54px !important;
}


/* -----------------------------------------
   CZERWONY BUTTON = PRIMARY ZE STRONY GŁÓWNEJ
----------------------------------------- */

.eo24-site a.eo24-button--red,
.eo24-site a.eo24-button--red:link,
.eo24-site a.eo24-button--red:visited {
    color: #ffffff !important;

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

    border-color: #79060d !important;

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

    -webkit-text-fill-color: #ffffff !important;
}

.eo24-site a.eo24-button--red:hover,
.eo24-site a.eo24-button--red:focus {
    color: #ffffff !important;

    background: linear-gradient(
        180deg,
        #e12934 0%,
        #c8101d 54%,
        #9b0712 100%
    ) !important;

    border-color: #79060d !important;

    transform: translateY(-2px) !important;
}


/* -----------------------------------------
   LIGHT BUTTON = IDENTYCZNY ZE STRONĄ GŁÓWNĄ
----------------------------------------- */

.eo24-site a.eo24-button--light,
.eo24-site a.eo24-button--light:link,
.eo24-site a.eo24-button--light:visited {
    color: #79060d !important;

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

    border-color: #ffffff !important;

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

    -webkit-text-fill-color: #79060d !important;
}

.eo24-site a.eo24-button--light > span:first-child {
    color: #79060d !important;
    -webkit-text-fill-color: #79060d !important;
}

.eo24-site a.eo24-button--light .eo24-button__arrow {
    color: #ffffff !important;
    background: #79060d !important;
}


/* -----------------------------------------
   RESPONSYWNOŚĆ H1 — IDENTYCZNA LOGIKA
----------------------------------------- */

@media (max-width: 599px) {

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

    .eo24-site .eo24-about-hero__lead {
        margin-top: 20px !important;
        font-size: 0.98rem !important;
    }
}


@media (min-width: 960px) {

    .eo24-site .eo24-about-hero h1 {
        font-size: clamp(3.05rem, 4.6vw, 4.55rem) !important;
        line-height: 0.98 !important;
    }

    .eo24-site .eo24-about-hero__lead {
        margin-top: 14px !important;
        font-size: 1.02rem !important;
        line-height: 1.5 !important;
    }
}


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

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

    .eo24-site .eo24-about-hero__lead {
        margin-top: 10px !important;
        font-size: 0.94rem !important;
        line-height: 1.42 !important;
    }
}

/* =====================================================
   O NAS — WYBRANE KICKERY W STYLU EYEBROW
===================================================== */

.eo24-site .eo24-about-intro .eo24-kicker,
.eo24-site .eo24-institutions .eo24-kicker,
.eo24-site .eo24-about-cta .eo24-kicker {
    display: inline-flex !important;

    width: fit-content !important;

    margin: 0 0 16px !important;
    padding: 7px 11px !important;

    color: #ffffff !important;
    background: #65696c !important;

    border-left: 4px solid #b20b17 !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: 0.71rem !important;
    font-weight: 300 !important;

    line-height: 1.25 !important;
    letter-spacing: 0.11em !important;

    text-transform: uppercase !important;
}
