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


/* =====================================================
   ZMIENNE
===================================================== */

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

    --eo24-text: #292929;
    --eo24-text-soft: #66696c;
    --eo24-text-light: #c9c9c9;

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

    --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;

    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;
}


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

.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,
.eo24-site input,
.eo24-site textarea {
    font-family: Tahoma, sans-serif;
    font-weight: 400;
}


.eo24-site h1,
.eo24-site h2,
.eo24-site h3,
.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 dt,
.eo24-site .eo24-footer__column h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}


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

.eo24-topbar {
    color: #ffffff;

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

    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:
        transparent
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg")
        center / cover
        no-repeat;

    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;
}


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

.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 MENU
===================================================== */

.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:
        transparent
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-1-e1785922232601.jpg")
        center / cover
        no-repeat;

    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;
}


.eo24-header__nav ul {
    display: flex;

    flex-direction: column;

    align-items: stretch;

    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;
}


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

.eo24-button {
    position: relative;

    display: inline-flex;

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

    min-height: 56px;

    padding: 0;

    overflow: hidden;

    color: #ffffff !important;

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

    font-family: "Open Sans", sans-serif;
    font-size: 0.94rem;
    font-weight: 300;

    line-height: 1.2;
    letter-spacing: -0.01em;

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

    box-shadow: 0 10px 24px rgba(25,25,25,0.17);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}


.eo24-button:hover {
    transform: translateY(-2px);
}


.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);
}


/* 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);
}


/* 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;
}


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

.eo24-breadcrumbs {
    display: flex;

    align-items: center;

    margin-bottom: 26px;

    gap: 9px;

    color: #777a7d;

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


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


/* =====================================================
   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-family: "Open Sans", sans-serif;

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

    line-height: 1.25;

    letter-spacing: 0.11em;

    text-transform: uppercase;
}


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

.eo24-kicker {
    display: inline-block;

    margin: 0 0 15px;

    color: var(--eo24-red);

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

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

    line-height: 1.2;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


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


/* WYBRANE KICKERY JAK EYEBROW */

.eo24-contact-form-card .eo24-kicker,
.eo24-contact-details__heading .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;

    line-height: 1.25;

    letter-spacing: 0.11em;
}


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

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

    align-items: center;

    gap: 8px;

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

    font-size: 0.94rem;

    text-decoration: none;
}


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

.eo24-contact-hero {
    position: relative;

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


.eo24-contact-hero__stripe {
    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 4px;

    background: var(--eo24-red);
}


.eo24-contact-hero__grid {
    display: grid;

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

    align-items: center;

    min-height: 520px;

    gap: clamp(38px,6vw,90px);
}


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

    padding: 54px 0 60px;
}


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

    margin: 0;

    color: #222222;

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

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

    line-height: 0.99;

    letter-spacing: -0.058em;
}


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

    margin: 24px 0 0;

    color: #555555;

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

    line-height: 1.7;
}


.eo24-contact-hero__actions {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-top: 28px;

    gap: 12px;
}


/* HERO IMAGE */

.eo24-contact-hero__visual {
    position: relative;

    align-self: center;

    width: calc(100% - 28px);

    min-height: 406px;

    margin: 54px 28px 60px 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 55% 54%,
            #e5e5e5 0,
            #eeeeee 38%,
            transparent 68%
        );

    border-radius: 5px;
}


.eo24-contact-hero__visual > img {
    position: absolute;

    right: 14px;
    bottom: 0;

    width: min(calc(100% - 14px),590px);

    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}


/* BADGE */

.eo24-contact-hero__badge {
    position: absolute;

    right: 14px;
    bottom: 24px;

    display: grid;

    padding: 14px 18px;

    gap: 2px;

    color: #ffffff;

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

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

    border-left: 4px solid var(--eo24-red);
    border-radius: 3px;

    box-shadow: 0 14px 35px rgba(0,0,0,0.24);
}


.eo24-contact-hero__badge span {
    color: rgba(255,255,255,0.76);

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

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

    line-height: 1.2;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.eo24-contact-hero__badge strong {
    color: #ffffff;

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

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

    line-height: 1.35;
}


/* =====================================================
   MAIN CONTACT
===================================================== */

.eo24-contact-main {
    background: #ffffff;
}


.eo24-contact-main__grid {
    display: grid;

    grid-template-columns:
        minmax(0,1.24fr)
        minmax(360px,0.76fr);

    align-items: start;

    gap: 48px;
}


/* =====================================================
   FORMULARZ
===================================================== */

.eo24-contact-form-card {
    padding: 45px 48px;

    background: #ffffff;

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

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


.eo24-contact-form-card h2 {
    margin: 0;

    color: var(--eo24-text);

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

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

    line-height: 1.07;

    letter-spacing: -0.045em;
}


.eo24-contact-form-card > p {
    margin: 20px 0 0;

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

    font-size: 1rem;

    line-height: 1.75;
}


.eo24-contact-form {
    margin-top: 31px;
}


.eo24-contact-form__grid {
    display: grid;

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

    gap: 20px;
}


.eo24-contact-form label {
    display: block;

    margin-bottom: 7px;

    color: #44484b;

    font-family: Tahoma, sans-serif;

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

    line-height: 1.4;
}


.eo24-contact-form label span {
    color: var(--eo24-red);
}


.eo24-contact-form input,
.eo24-contact-form textarea {
    width: 100%;

    color: var(--eo24-text);

    background: #fafafa;

    border: 1px solid #cfd1d2;
    border-radius: 3px;

    font-family: Tahoma, sans-serif;

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

    line-height: 1.5;

    outline: none;
}


.eo24-contact-form input {
    height: 50px;

    padding: 12px 14px;
}


.eo24-contact-form textarea {
    min-height: 160px;

    padding: 13px 14px;

    resize: vertical;
}


.eo24-contact-form input:focus,
.eo24-contact-form textarea:focus {
    background: #ffffff;

    border-color: var(--eo24-red);

    box-shadow: 0 0 0 3px rgba(178,11,23,0.10);
}


.eo24-contact-form__full {
    margin-top: 20px;
}


.eo24-contact-form__consent {
    margin: 20px 0;

    color: #777777;

    font-size: 0.71rem;

    line-height: 1.5;
}


.eo24-contact-form__consent a {
    color: var(--eo24-red);
}


/* Contact Form 7 zachowuje geometrię oryginalnego formularza EO24. */
.eo24-contact-form .wpcf7,
.eo24-contact-form .wpcf7-form {
    margin: 0;
}


.eo24-contact-form .wpcf7-form-control-wrap {
    display: block;
}


.eo24-contact-form .wpcf7-form-control-wrap > input,
.eo24-contact-form .wpcf7-form-control-wrap > textarea {
    margin: 0;
}


.eo24-contact-form .wpcf7-not-valid {
    border-color: var(--eo24-red) !important;
}


.eo24-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;

    color: var(--eo24-red);

    font-family: Tahoma, sans-serif;
    font-size: 0.72rem;
    line-height: 1.45;
}


.eo24-contact-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 13px 15px !important;

    color: #44484b;
    background: #f7f7f7;

    border: 1px solid #cfd1d2 !important;
    border-left: 4px solid var(--eo24-red) !important;
    border-radius: 3px;

    font-family: Tahoma, sans-serif;
    font-size: 0.8rem;
    line-height: 1.55;
}


.eo24-contact-form .wpcf7 form.sent .wpcf7-response-output {
    color: #176b35;
    background: #edf9f1;
    border-color: #9bc8aa !important;
    border-left-color: #176b35 !important;
}


.eo24-contact-form .wpcf7-spinner {
    background-color: var(--eo24-red-dark);
}


.eo24-contact-form .wpcf7-submit:disabled {
    cursor: wait;
    opacity: 0.72;
}


/* =====================================================
   DANE KONTAKTOWE
===================================================== */

.eo24-contact-details {
    overflow: hidden;

    background: #f3f3f3;

    border: 1px solid var(--eo24-border);
    border-top: 5px solid #65696c;

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


.eo24-contact-details__heading {
    padding: 38px 39px 30px;
}


.eo24-contact-details__heading h2 {
    margin: 0;

    color: var(--eo24-text);

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

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

    line-height: 1.07;

    letter-spacing: -0.045em;
}


.eo24-contact-details__heading > p {
    margin: 20px 0 0;

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

    font-size: 1rem;

    line-height: 1.75;
}


.eo24-contact-details__list {
    background: #ffffff;

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


.eo24-contact-details__list section {
    display: grid;

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

    padding: 25px 34px;

    gap: 16px;

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


.eo24-contact-details__list section:last-child {
    border-bottom: 0;
}


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

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

    width: 53px;
    height: 53px;

    color: #ffffff;

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

    border-radius: 3px;

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


.eo24-contact-details h3 {
    margin: 0 0 7px;

    color: var(--eo24-text);

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

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

    line-height: 1.3;
}


.eo24-contact-details address,
.eo24-contact-details__list p {
    margin: 0;

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

    font-size: 0.85rem;

    font-style: normal;

    line-height: 1.6;
}


.eo24-contact-details__list section a {
    display: block;

    color: var(--eo24-red);

    font-family: Tahoma, sans-serif;

    font-size: 0.84rem;

    line-height: 1.6;

    text-decoration: none;

    overflow-wrap: anywhere;
}


.eo24-contact-details__legal {
    padding: 27px 38px 32px;
}


.eo24-contact-details__legal dl {
    display: grid;

    margin: 0;

    gap: 10px;
}


.eo24-contact-details__legal dl > div {
    display: grid;

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

    gap: 14px;
}


.eo24-contact-details__legal dt {
    color: #696c6e;

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

    line-height: 1.4;

    letter-spacing: 0.07em;

    text-transform: uppercase;
}


.eo24-contact-details__legal dd {
    margin: 0;

    color: #333333;

    font-family: Tahoma, sans-serif;

    font-size: 0.82rem;

    line-height: 1.5;

    overflow-wrap: anywhere;
}


/* =====================================================
   MAPA
===================================================== */

.eo24-contact-map {
    padding: 76px 0;

    color: #ffffff;

    background:
        #65696c
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg")
        center / cover
        no-repeat;

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


.eo24-contact-map__grid {
    display: grid;

    grid-template-columns:
        minmax(0,1.1fr)
        minmax(350px,0.9fr);

    align-items: center;

    gap: 58px;
}


.eo24-contact-map__image {
    overflow: hidden;

    background: #ffffff;

    border: 7px solid #ffffff;

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


.eo24-contact-map__image img,
.eo24-contact-map__image iframe {
    display: block;

    width: 100%;
    height: 400px;

    border: 0;

    object-fit: cover;
}


.eo24-contact-map__content h2 {
    margin: 0;

    color: #ffffff;

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

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

    line-height: 1.07;

    letter-spacing: -0.045em;
}


.eo24-contact-map__content p {
    max-width: 660px;

    margin: 20px 0 27px;

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

    font-size: 1rem;

    line-height: 1.72;
}


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

.eo24-footer {
    color: #ffffff;

    background:
        #65696c
        url("https://e-office24.pl/wp-content/uploads/2026/08/bg-e1785922201830.jpg")
        center / cover
        no-repeat;

    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;

    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__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;
}


/* =====================================================
   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;
    }

}


/* =====================================================
   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-contact-hero h1 {
        font-size: clamp(3.05rem,4.6vw,4.55rem);

        line-height: 0.98;
    }


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

        font-size: 1.02rem;

        line-height: 1.5;
    }


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


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


    .eo24-footer__bottom {
        flex-direction: row;

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

}


/* =====================================================
   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;

        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;

        min-height: 50px;
    }

}


/* =====================================================
   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;
    }

}


/* =====================================================
   1514+
===================================================== */

@media (min-width: 1514px) {

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

}


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

@media (max-width: 1050px) {

    .eo24-contact-hero__grid {
        grid-template-columns:
            minmax(0,1fr)
            minmax(340px,0.75fr);

        gap: 35px;
    }


    .eo24-contact-main__grid {
        grid-template-columns:
            minmax(0,1.08fr)
            minmax(330px,0.92fr);

        gap: 30px;
    }


    .eo24-contact-form-card {
        padding: 38px 34px;
    }


    .eo24-contact-details__heading {
        padding: 34px 30px 24px;
    }


    .eo24-contact-map__grid {
        gap: 38px;
    }

}


/* =====================================================
   <960
===================================================== */

@media (max-width: 959px) {

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

        flex-basis: 205px;
    }


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


    .eo24-contact-details {
        display: grid;

        grid-template-columns:
            0.75fr
            1.25fr;
    }


    .eo24-contact-details__heading {
        display: flex;

        flex-direction: column;

        justify-content: center;
    }


    .eo24-contact-details__legal {
        grid-column: 1 / -1;
    }


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


    .eo24-contact-map__image img,
    .eo24-contact-map__image iframe {
        height: 350px;
    }

}


/* =====================================================
   <760
===================================================== */

@media (max-width: 760px) {

    .eo24-contact-hero__grid {
        display: block;

        min-height: 0;
    }


    .eo24-contact-hero__content {
        padding: 43px 0 30px;
    }


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

        flex-direction: column;
    }


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

        text-align: center;
    }


    .eo24-contact-hero__visual {
        width: 100%;

        min-height: 380px;

        margin: 0 0 35px;
    }


    .eo24-contact-hero__visual > img {
        right: 50%;

        width: 540px;
        max-width: none;

        height: 100%;

        transform: translateX(50%);
    }


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


    .eo24-contact-details {
        display: block;
    }


    .eo24-contact-map {
        padding-top: 62px;
        padding-bottom: 62px;
    }


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


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

        flex-direction: column;
    }

}


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

@media (max-width: 599px) {

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


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


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


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

        flex-basis: 170px;
    }


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


    .eo24-contact-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-contact-form-card {
        padding: 31px 22px;
    }


    .eo24-contact-details__heading {
        padding: 31px 22px 25px;
    }


    .eo24-contact-details__list section {
        padding: 23px 22px;
    }


    .eo24-contact-details__legal {
        padding: 25px 22px 29px;
    }


    .eo24-contact-details__legal dl > div {
        grid-template-columns: 1fr;

        gap: 2px;
    }


    .eo24-contact-map__image img,
    .eo24-contact-map__image iframe {
        height: 260px;
    }


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

        flex-direction: column;

        gap: 7px;
    }

}


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

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

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


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

        font-size: 0.94rem;

        line-height: 1.42;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

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

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

        transition-duration: 0.01ms !important;
    }

}

.eo24-contact-form__status {
    margin: 18px 0 !important;
    padding: 14px 16px !important;
    border: 1px solid currentColor !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
}

.eo24-contact-form__status--sent {
    color: #176b35 !important;
    background: #edf9f1 !important;
}

.eo24-contact-form__status--error {
    color: #8f0812 !important;
    background: #fff0f1 !important;
}
