﻿.rb-section-panel {
    position: relative;
    z-index: 2;
    background: #fff;
}

.rb-quick-strip {
    position: relative;
    z-index: 5;
    margin-top: -72px;
    padding: 0 15px;
}

.rb-quick-strip__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.rb-quick-strip__item {
    min-height: 138px;
    padding: 28px;
    border-right: 1px solid #edf0eb;
}

.rb-quick-strip__item:last-child {
    border-right: 0;
}

.rb-label {
    display: block;
    margin-bottom: 10px;
    color: #78a16c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rb-quick-strip__value {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.rb-quick-strip__text,
.rb-card__text,
.rb-process__text,
.rb-contact-note {
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.rb-home-bridge {
    margin-top: -72px;
    padding-bottom: 58px;
    background: linear-gradient(to bottom, transparent 0, transparent 72px, #f7f8f5 72px, #f7f8f5 100%);
}

.rb-home-bridge:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    background: linear-gradient(to bottom, rgba(247, 248, 245, 0), #f7f8f5 62%, rgba(37, 48, 33, 0.08));
    pointer-events: none;
}

.rb-home-bridge .container {
    position: relative;
    z-index: 2;
}

.rb-home-bridge .rb-quick-strip__inner {
    box-shadow: 0 20px 55px rgba(18, 28, 16, 0.14);
}

.rb-home-featured {
    margin-top: 0;
    box-shadow: 0 -1px 0 #f7f8f5;
}

.rb-featured {
    position: relative;
    z-index: 2;
    background: #253021;
    color: #fff;
}

.rb-featured__image {
    height: 100%;
    min-height: 430px;
    background-position: center;
    background-size: cover;
}

.rb-featured__image--lombardini {
    background-image: url("../images/lombardini-sekcia1.webp");
}

.rb-featured__body {
    padding: 76px 64px;
}

.rb-featured .title-1,
.rb-featured .title-sub,
.rb-featured .media__text {
    color: #fff;
}

.rb-featured .media__text {
    color: rgba(255, 255, 255, 0.78);
}

.rb-featured__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.12);
}

.rb-featured__fact {
    padding: 22px;
    background: rgba(255, 255, 255, 0.05);
}

.rb-featured__fact--dark {
    background: #253021;
}

.rb-featured__fact strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.rb-featured__fact span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.rb-card {
    height: 100%;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid #edf0eb;
}

.rb-card__title {
    margin-bottom: 14px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.rb-proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid #edf0eb;
    background: #fff;
}

.rb-proof {
    min-height: 160px;
    padding: 30px 24px;
    border-right: 1px solid #edf0eb;
}

.rb-proof:last-child {
    border-right: 0;
}

.rb-proof__number {
    display: block;
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}

.rb-process {
    height: 100%;
    padding: 34px 30px;
    background: #f7f8f5;
    border-left: 3px solid #78a16c;
}

.rb-process__title {
    margin-bottom: 12px;
    color: #222;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

.rb-contact-hero {
    position: relative;
    z-index: 2;
    background: #253021;
    color: #fff;
}

.rb-contact-hero .title-2,
.rb-contact-hero .title-sub,
.rb-contact-hero .media__text {
    color: #fff;
}

.rb-contact-hero .media__text {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
}

.rb-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.rb-contact-card {
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #edf0eb;
}

.rb-contact-card .rb-card__title {
    font-size: 21px;
    overflow-wrap: anywhere;
}

.rb-contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    color: #78a16c;
    background: #f2f6ef;
    font-size: 22px;
}

.rb-form-helper {
    margin-bottom: 28px;
}

.rb-select {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
    font-size: 14px;
}

.rb-contact-form-section {
    position: relative;
    z-index: 2;
}

.rb-contact-form-shell {
    background: #fff;
    border: 1px solid #edf0eb;
}

.rb-contact-aside {
    height: 100%;
    padding: 38px 34px;
    background: #f7f8f5;
    border-right: 1px solid #edf0eb;
}

.rb-contact-aside .contact-info__item {
    margin-bottom: 26px;
}

.rb-contact-aside .contact-info__item:last-child {
    margin-bottom: 0;
}

.rb-contact-aside .rb-form-helper {
    margin-bottom: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dde5d7;
}

@media (min-width: 992px) {
    .rb-contact-aside .contact-info__item {
        display: none;
    }

    .rb-contact-aside .rb-form-helper {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .rb-contact-aside:after {
        content: "Najrýchlejšie vám pomôžeme, keď do správy doplníte typ priestoru, približnú výmeru a preferovanú lokalitu.";
        display: block;
        margin-top: 28px;
        padding-top: 28px;
        border-top: 1px solid #dde5d7;
        color: #666;
        font-size: 15px;
        line-height: 1.75;
    }
}

.rb-contact-form {
    height: 100%;
    padding: 38px 34px;
}

.rb-contact-form .form-row {
    display: flex;
}

.rb-contact-form__left,
.rb-contact-form__right {
    display: flex;
    flex-direction: column;
}

.rb-contact-form__left {
    padding-right: 14px;
}

.rb-contact-form__right {
    padding-left: 14px;
}

.rb-contact-form .au-input,
.rb-contact-form .rb-select {
    margin-bottom: 18px;
}

.rb-contact-form .rb-select:last-child {
    margin-bottom: 0;
}

.rb-contact-form .au-textarea {
    flex: 1 1 auto;
    min-height: 322px;
    margin-bottom: 0;
}

.rb-contact-form__actions {
    margin-top: 22px;
    text-align: right;
}

.rb-contact-form #form-msg {
    width: 100%;
}

.rb-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.rb-captcha {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 22px;
}

.rb-captcha__label {
    display: block;
    margin-bottom: 10px;
    color: #78a16c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rb-captcha__row {
    display: flex;
    align-items: stretch;
    max-width: 420px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.rb-captcha__question {
    display: flex;
    align-items: center;
    min-width: 130px;
    padding: 0 18px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #e5e5e5;
}

.rb-captcha__input {
    min-width: 0;
    flex: 1;
    height: 50px;
    padding: 0 16px;
    border: 0;
    color: #666;
    font-size: 14px;
}

.rb-captcha__refresh {
    width: 50px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    background: #f7f8f5;
    color: #78a16c;
    cursor: pointer;
}

.rb-captcha__refresh:hover {
    background: #eef4ea;
}

@media (max-width: 991px) {
    .rb-quick-strip {
        margin-top: 30px;
    }

    .rb-quick-strip__inner,
    .rb-featured__facts,
    .rb-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rb-featured__body {
        padding: 54px 34px;
    }

    .rb-proof {
        border-bottom: 1px solid #edf0eb;
    }

    .rb-contact-form-shell {
        border: 0;
    }

    .rb-contact-aside {
        padding: 0;
        background: transparent;
        border-right: 0;
    }

    .rb-contact-form {
        padding: 0;
    }

    .rb-contact-form .form-row,
    .rb-contact-form__left,
    .rb-contact-form__right {
        display: block;
    }

    .rb-contact-form__left,
    .rb-contact-form__right {
        padding-left: 0;
        padding-right: 0;
    }

    .rb-contact-form .au-textarea {
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .rb-quick-strip__inner,
    .rb-featured__facts,
    .rb-proof-grid {
        grid-template-columns: 1fr;
    }

    .rb-quick-strip__item,
    .rb-proof {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #edf0eb;
    }

    .rb-featured__image {
        min-height: 300px;
    }

    .rb-featured__body {
        padding: 42px 24px;
    }
}

/* Lombardini landing page */
.lombardini-quickbar {
            position: relative;
            z-index: 5;
            margin-top: -72px;
            padding: 0 15px;
        }
        .lombardini-quickbar__inner {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            background: #fff;
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
        }
        .lombardini-quickbar__item {
            min-height: 144px;
            padding: 30px 28px;
            border-right: 1px solid #edf0eb;
        }
        .lombardini-quickbar__item:last-child {
            border-right: 0;
        }
        .lombardini-quickbar__label,
        .lombardini-card__label,
        .lombardini-step__label {
            display: block;
            margin-bottom: 10px;
            color: #78a16c;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0;
        }
        .lombardini-quickbar__value {
            color: #222;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.25;
        }
        .lombardini-quickbar__text {
            margin-top: 8px;
            color: #666;
            font-size: 14px;
            line-height: 1.7;
        }
        .lombardini-card {
            height: 100%;
            padding: 38px 34px;
            background: #fff;
            border: 1px solid #edf0eb;
        }
        .lombardini-card--dark {
            background: #253021;
            border-color: #253021;
            color: #fff;
        }
        .lombardini-card--dark .media__text,
        .lombardini-card--dark .lombardini-card__list li {
            color: rgba(255, 255, 255, 0.78);
        }
        .lombardini-card__title {
            margin-bottom: 18px;
            color: inherit;
            font-size: 28px;
            font-weight: 700;
            line-height: 1.25;
        }
        .lombardini-card__list {
            margin-top: 22px;
        }
        .lombardini-card__list li {
            position: relative;
            margin-bottom: 12px;
            padding-left: 24px;
            color: #666;
            font-size: 15px;
            line-height: 1.6;
        }
        .lombardini-card__list li:before {
            content: "\f26b";
            position: absolute;
            left: 0;
            top: 1px;
            color: #78a16c;
            font-family: "Material-Design-Iconic-Font";
        }
        .lombardini-metrics {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0;
            margin-top: 10px;
            background: #253021;
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
        }
        .lombardini-metric {
            position: relative;
            min-height: 290px;
            padding: 42px 42px 38px;
            color: #fff;
            border-right: 1px solid rgba(255, 255, 255, 0.12);
            overflow: hidden;
        }
        .lombardini-metric:nth-child(2) {
            border-right: 0;
        }
        .lombardini-metric:after {
            display: none;
        }
        .lombardini-metric__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            margin-bottom: 28px;
            color: #78a16c;
            background: rgba(255, 255, 255, 0.08);
            font-size: 26px;
        }
        .lombardini-metric__number {
            display: block;
            margin-bottom: 8px;
            color: #fff;
            font-size: 58px;
            font-weight: 700;
            line-height: 1;
        }
        .lombardini-metric__unit {
            color: #78a16c;
            font-size: 19px;
            font-weight: 700;
        }
        .lombardini-metric__title {
            margin: 18px 0 12px;
            color: #fff;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.35;
        }
        .lombardini-metric__text {
            max-width: 470px;
            color: rgba(255, 255, 255, 0.72);
            font-size: 15px;
            line-height: 1.75;
        }
        .lombardini-metric-strip {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            background: #fff;
            border: 1px solid #edf0eb;
            border-top: 0;
        }
        .lombardini-metric-strip__item {
            padding: 26px 28px;
            border-right: 1px solid #edf0eb;
        }
        .lombardini-metric-strip__item:last-child {
            border-right: 0;
        }
        .lombardini-metric-strip__label {
            display: block;
            margin-bottom: 8px;
            color: #78a16c;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0;
        }
        .lombardini-metric-strip__value {
            color: #222;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.35;
        }
        .lombardini-price {
            height: 100%;
            padding: 42px 38px;
            background: #fff;
            border: 1px solid #edf0eb;
        }
        .lombardini-price__top {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 26px;
        }
        .lombardini-price__title {
            color: #222;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.2;
        }
        .lombardini-price__from {
            color: #78a16c;
            font-size: 15px;
            font-weight: 700;
            text-align: right;
            white-space: nowrap;
        }
        .lombardini-price__rows {
            margin-bottom: 26px;
        }
        .lombardini-price__row {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            padding: 12px 0;
            border-bottom: 1px solid #edf0eb;
            color: #555;
            font-size: 15px;
        }
        .lombardini-price__row strong {
            color: #222;
            font-weight: 700;
        }
        .lombardini-use {
            position: relative;
        }
        .lombardini-use__caption {
            position: absolute;
            left: 24px;
            right: 24px;
            bottom: 22px;
            z-index: 2;
            color: #fff;
            font-size: 21px;
            font-weight: 700;
            line-height: 1.25;
            text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
        }
        .lombardini-use:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 45%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
        }
        .lombardini-steps {
            background: #f7f8f5;
        }
        .lombardini-step {
            height: 100%;
            padding: 30px 28px;
            background: #fff;
            border-left: 3px solid #78a16c;
        }
        .lombardini-step__title {
            margin-bottom: 12px;
            color: #222;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.35;
        }
        .lombardini-cta {
            padding: 45px;
            background: #253021;
            color: #fff;
        }
        .lombardini-cta .title-1,
        .lombardini-cta .title-sub {
            color: #fff;
        }
        .lombardini-cta .media__text {
            color: rgba(255, 255, 255, 0.78);
        }
        .lombardini-cta__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }
        @media (max-width: 991px) {
            .lombardini-quickbar {
                margin-top: 30px;
            }
            .lombardini-quickbar__inner {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .lombardini-quickbar__item:nth-child(2) {
                border-right: 0;
            }
            .lombardini-metrics,
            .lombardini-metric-strip {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .lombardini-metric:nth-child(2),
            .lombardini-metric-strip__item:nth-child(2) {
                border-right: 0;
            }
            .lombardini-metric-strip__item {
                border-bottom: 1px solid #edf0eb;
            }
        }
        @media (max-width: 575px) {
            .lombardini-quickbar__inner {
                grid-template-columns: 1fr;
            }
            .lombardini-quickbar__item {
                min-height: auto;
                border-right: 0;
                border-bottom: 1px solid #edf0eb;
            }
            .lombardini-price,
            .lombardini-card,
            .lombardini-cta {
                padding: 30px 24px;
            }
            .lombardini-price__top {
                display: block;
            }
            .lombardini-price__from {
                margin-top: 10px;
                text-align: left;
            }
            .lombardini-metrics,
            .lombardini-metric-strip {
                grid-template-columns: 1fr;
            }
            .lombardini-metric {
                min-height: auto;
                padding: 34px 26px;
                border-right: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            }
            .lombardini-metric__number {
                font-size: 44px;
            }
            .lombardini-metric-strip__item {
                border-right: 0;
            }
        }

