:root {
    --c-white: #fff;
    --c-black: #000;
    --c-primary: #00805e;
    --c-primary-dark: #034738;
    --c-red: #dc3333;
    --c-brown: #AC9178;

    --c-light-bg: rgba(240, 232, 222, 0.25);
    --c-dark-bg: rgba(240, 232, 222, 0.5);

    --c-dark-border: rgba(240, 232, 222, 0.75);

    --transition-delay: 0.3s;
    --transition-duration: 0.3s;
    --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);

    --heading1-size: 52px;
    --heading1-line-height: 57px;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}

h2 {
    font-weight: 600;
}

p {
    font-size: 16px;
    color: var(--c-black);
    line-height: 1.4;
    margin-top: 0;
}

h4 {
    color: var(--c-primary-dark);
    font-size: 20px;
    font-weight: bold;
}

button {
    background-color: transparent;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.lp-header {
    background-color: #fff;
    padding: 15px 0;
}

.lp-header .container {
    max-width: 95%;
}

.lp-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-header .logo svg,
.lp-header .logo img {
    height: 64px;
    width: auto;
}

.lp-header__links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.lp-header__links a:not(.lp-button) {
    font-size: 14px;
    font-weight: 600;
    color: var(--c-primary-dark);
    text-decoration: none;
}

.lp-header__links a:not(.lp-button):hover,
.lp-header__links a:not(.lp-button):focus {
    text-decoration: underline;
}

.lp-button {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    will-change: background-color;
    transition: background-color var(--transition-duration) var(--transition-timing);
}

.lp-button__primary {
    background-color: var(--c-red);
}

.lp-button__primary:hover,
.lp-button__primary:focus {
    background-color: #B03E2B;
}

.lp-button__secondary {
    font-weight: bold;
    background-color: var(--c-brown);
    padding-top: 15px;
    padding-bottom: 15px;
}

.lp-button__secondary:hover,
.lp-button__secondary:focus {
    background-color: #9F8168;
}

.lp-button__tertiary {
    background-color: var(--c-primary);
    padding: 5px 15px;
}

.lp-button__tertiary:hover,
.lp-button__tertiary:focus {
    background-color: #00704F;
}

.lp-hero {
    display: flex;
    align-items: stretch;
}

.lp-hero h1 {
    font-weight: 700;
}

.lp-hero h2,
.lp-hero h1 {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 0;
}

.lp-hero .left-content,
.lp-hero .right-content {
    width: 50%;
    flex-basis: 50%;
}

.lp-hero .left-content {
    background-color: #F0E8DE;
    align-content: center;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lp-hero .right-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-hero h2 {
    font-weight: 400;
}

.lp-contact-form form {
    margin-bottom: 0;
}

.lp-contact-form form .input-control {
    padding: 8px 0;
}

.lp-contact-form form input,
.lp-contact-form form select,
.lp-contact-form form textarea {
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 44px;
    padding-left: 15px;
    border-radius: 8px;
    border: none;
}

.checkbox label {
    color: var(--c-white);
}

.checkbox label a {
    color: inherit;
    text-decoration: none;
}

.checkbox label a:hover,
.checkbox label a:focus {
    text-decoration: underline;
}

.lp-contact-form {
    margin-top: -70px;
    position: relative;
    z-index: 10;
}

.lp-contact-form .more-fields {
    display: none;
}

.lp-contact-form h3 {
    font-size: 32px;
    color: var(--c-white);
    margin-bottom: 24px;
}

.lp-contact-form .inner {
    background-color: var(--c-primary-dark);
    display: flex;
    align-items: stretch;
    border-radius: 10px;
}

.lp-contact-form .left-content,
.lp-contact-form .right-content {
    width: 50%;
    flex-basis: 50%;
    padding: 30px;
}

.lp-contact-form .left-content {
    border-right: 1px solid var(--c-primary);
}

.lp-contact-form .left-content p {
    color: var(--c-white);
}

.lp-contact-form .right-content h3 {
    margin-bottom: 35px;
}

.lp-contact-form form button[type="submit"] {
    width: 100%;
}

.lp-contact-form textarea {
    min-height: 140px;
}

.lp-contact-form .toggle-more-fields {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.lp-contact-form input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.lp-contact-form input[type="file"] + label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-white);
    background-color: rgba(0, 128, 94, 0.5); /* Jemnejšia verzia primary farby */
    border-radius: 8px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.lp-contact-form input[type="file"] + label:hover,
.lp-contact-form input[type="file"] + label:focus {
    background-color: var(--c-primary);
}

.lp-contact-form input[type="file"] + label::before {
    content: '';
    background-image: url('../../assets/img/upload.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.lp-contact-form .file-name {
    color: var(--c-white);
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.lp-contact-form .file-name.has-file {
    background-color: rgba(0, 128, 94, 0.3);
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 8px;
}

.contact-item {
    margin-bottom: 25px;
}

.contact-item p {
    color: var(--c-white);
    margin-bottom: 0;
    line-height: normal;
}

.contact-item a {
    display: block;
    color: var(--c-white);
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    text-decoration: none;
    will-change: color;
    transition: color var(--transition-duration) var(--transition-timing);
}

.contact-item a:hover,
.contact-item a:focus {
    color: var(--c-brown);
}

.lp-text-columns {
    padding: 60px 0;
    overflow: hidden;
}

.lp-text-columns .row .row {
    margin-left: 0;
    margin-right: 0;
}

.lp-text-columns h2 {
    font-size: var(--heading1-size);
    line-height: var(--heading1-line-height);
}

.lp-text-columns h4 {
    margin-bottom: 20px;
}

.lp-text-columns p {
    font-size: 18px;
    line-height: 28px;
}

.lp-text-columns ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lp-text-columns ul li:not(:last-child) {
    margin-bottom: 20px;
}

.lp-text-columns ul li {
    color: var(--c-primary-dark);
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.lp-text-columns ul li:before {
    color: var(--c-primary-dark);
    content: '';
    background-image: url('../img/check.svg');
    background-color: #F0E8DE;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.lp-images {
    padding: 60px 0;
}

.lp-images .column:first-child img {
    width: 100%;
    object-fit: cover;
}

.lp-images .column:last-child {
    position: relative;
}

.lp-images .column:last-child .wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--c-dark-bg);
}

.lp-images .column:last-child .wrapper {
    display: flex;
    gap: 30px;
    height: 100%;
    position: relative;
}

.lp-images .column:last-child img {
    width: calc(50% - 15px);
    max-height: 440px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.lp-images .column:last-child .wrapper img:first-child {
    margin-top: -70px;
}

.lp-benefits {
    padding: 60px 0;
}

.lp-benefits h2 {
    font-size: var(--heading1-size);
    line-height: var(--heading1-line-height);
    margin-bottom: 24px;
}

.lp-benefits p:not(.icon p) {
    color: var(--c-black);
    font-size: 18px;
    line-height: 29px;
}

.lp-benefits .icon {
    text-align: center;
    margin-bottom: 50px;
}

.lp-benefits .icon p {
    color: var(--c-primary-dark);
    margin-bottom: 0;
}

.lp-benefits .icons {
    margin-top: 10px;
}

.lp-how-it-works {
    padding: 60px 0;
}

.lp-how-it-works h2 {
    font-size: var(--heading1-size);
    line-height: var(--heading1-line-height);
    margin-bottom: 24px;
}

.lp-how-it-works table {
    width: 100%;
}

.lp-how-it-works table td {
    color: var(--c-black);
    padding: 5px 0;
    border-bottom: 1px solid var(--c-dark-border);
}

.lp-realizations {
    padding: 60px 0;
}

.lp-realizations h2 {
    font-size: var(--heading1-size);
    line-height: var(--heading1-line-height);
    margin-bottom: 35px;
}

.lp-realizations .row {
    margin-left: -5px;
    margin-right: -5px;
}

.lp-realizations .column {
    padding: 0 5px;
    margin-bottom: 10px;
}

.lp-realizations a {
    display: block;
    text-decoration: none;
}

.lp-realizations a img {
    width: 100%;
    object-fit: cover;
    aspect-ratio:  1 / 1;
}

.lp-faq {
    padding: 40px 0 100px;
}

.lp-faq h2 {
    font-size: var(--heading1-size);
    line-height: var(--heading1-line-height);
    margin-bottom: 24px;
}

.lp-accordion {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lp-accordion li {
    border-bottom: 1px solid var(--c-dark-border);
}

.lp-accordion.colored li {
    border-bottom: none;
}

.lp-accordion.colored li:not(:last-child) {
    margin-bottom: 16px;
}

.lp-accordion .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    gap: 15px;
    cursor: pointer;
}

.lp-accordion.colored .title {
    background: #E0EEE9;
    padding: 12px;
}

.lp-accordion.colored .title p {
    color: var(--c-black);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.lp-accordion .title p {
    color: var(--c-primary);
    margin-bottom: 0;
}

.lp-accordion .title button {
    flex-shrink: 0;
}

.lp-accordion .title button img {
    width: 25px;
}

.lp-accordion .content {
    display: none;
}

.lp-accordion.colored .content {
    padding: 0 12px 12px;
    background: #E0EEE9;
}

.lp-accordion.colored .content p {
    margin-bottom: 0;
}

.lp-testimonials {
    padding-bottom: 60px;
}

.lp-testimonials .title {
    margin-bottom: 48px;
}

.lp-testimonials .title h2 {
    margin-bottom: 10px;
}

.lp-testimonials .title p {
    margin: 0;
}

.lp-testimonials .column {
    margin-bottom: 24px;
}

.lp-testimonials article {
    background-color: #F0E8DE;
    padding: 16px;
}

.lp-testimonials article .avatar {
    margin-bottom: 10px;
}

.lp-testimonials article .avatar img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.lp-testimonials article .name {
    font-size: 18px;
    font-weight: 600;
    color: var(--c-primary-dark);
    margin-bottom: 10px;
    line-height: 26px;
}

.lp-testimonials article .text {
    font-size: 18px;
    font-weight: 400;
    color: var(--c-black);
    line-height: 28px;
    margin: 0;
}

.lp-check-list {
    padding-bottom: 100px;
}

.lp-check-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-check-list ul li {
    color: var(--c-primary-dark);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-check-list ul li:before {
    color: var(--c-primary-dark);
    content: '';
    background-image: url(../img/check.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-flex
;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.lp-footer {
    background-color: var(--c-primary-dark);
    padding: 64px 0;
}

.lp-footer svg {
    height: 64px;
    width: auto;
}

.lp-footer h4 {
    color: #F0E8DE;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.lp-footer address {
    color: #F0E8DE;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
}

.lp-footer a {
    color: #F0E8DE;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    display: block;
    text-decoration: none;
    will-change: color;
    transition: color var(--transition-duration) var(--transition-timing);
}

.lp-footer a:hover,
.lp-footer a:focus {
    color: var(--c-brown);
}

@media (max-width: 1199px) {

    .lp-hero .left-content {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {

    .lp-contact-form .inner {
        flex-direction: column;
    }

    .lp-contact-form .left-content,
    .lp-contact-form .right-content {
        width: 100%;
        flex-basis: 100%;
        border-right: none;
    }

    .lp-contact-form .left-content {
        border-bottom: 1px solid var(--c-primary);
    }

    .lp-images .column:last-child {
        margin-top: 16px;
    }

    .lp-images .column:last-child .wrapper {
        gap: 16px;
    }

    .lp-images .column:last-child .wrapper img:first-child {
        margin-top: 0;
    }

    .lp-images .column:last-child .wrapper img:last-child {
        transform: translateY(40px);
    }

    .lp-images .column:last-child img {
        width: calc(50% - 8px);
    }

    .lp-benefits {
        padding: 40px 0 0;
    }

    .lp-benefits .icons {
        margin-top: 60px;
    }

    .lp-how-it-works .lp-button {
        margin-top: 30px;
    }

    .lp-faq {
        padding-bottom: 50px;
    }

    .lp-footer {
        padding-bottom: 10px;
        text-align: center;
    }

    .lp-footer .column {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .lp-hero h2,
    .lp-hero h1 {
        font-size: 36px;
        line-height: 43px;
    }

    .lp-hero {
        flex-direction: column;
    }

    .lp-hero .left-content,
    .lp-hero .right-content {
        width: 100%;
        flex-basis: 100%;
    }

    .lp-hero .left-content {
        padding: 32px 15px;
    }

    .lp-hero .right-content img {
        height: auto;
    }

    .lp-header .inner {
        flex-direction: column;
    }

    .lp-header .logo {
        margin-bottom: 20px;
    }

    .lp-check-list ul {
        gap: 8px;
    }

    .lp-benefits .icon {
        margin-bottom: 40px;
    }

    .lp-text-columns {
        padding-bottom: 32px;
    }

    .lp-benefits {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .lp-images,
    .lp-how-it-works,
    .lp-realizations,
    .lp-faq {
        padding: 32px 0;
    }

    .lp-testimonials {
        padding-top: 32px;
        padding-bottom: 12px;
    }

    .lp-check-list {
        padding: 32px 0;
    }
}

@media (max-width: 575px) {

    .lp-header .logo {
        margin-bottom: 0;
    }

    .lp-header__links a:not(.lp-button) {
        display: none;
    }

    .lp-header .inner {
        flex-direction: row;
    }

    .lp-hero .left-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .lp-header__links {
        flex-direction: column;
        gap: 10px;
    }

    .lp-footer .column:nth-child(3),
    .lp-footer .column:nth-child(4) {
        display: none;
    }
}