﻿body.homepage.tv-spot-white.version-3 #sectionTop.top {
    position: relative;
    z-index: 2;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-height: auto;
}

body.homepage.tv-spot-white.version-3 #sectionTop.top::before {
    content: "";
    position: absolute;
    top: 100px;
    right: 5vw;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background-image: url(../images/homepage-tv-spot-background-v4.webp);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: top;
}
.subtitle{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    width: 65%; 
}
.representational-example {
    border-radius: 16px;
    background: rgba(246, 246, 246, 0.85);
    backdrop-filter: blur(7.5px);
    color: var(--primary-gray-dark);
    padding-top: 30px;
    padding-bottom: 20px;
}
.representational-example table {
    width: 100%;
    text-align: right;
}

.representational-example table td:nth-child(1) {
    text-align: left;
}

.input-wrapper {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90%;
    height: auto;
    padding: 8px 34px 3px;
    margin-bottom: 30px;
    margin-left: 5%;
    cursor: pointer;
    position: relative;
}

.input-wrapper label {
    display: block;
    color: #666;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-transform: none;
}

.input-wrapper .currency-input {
    font-size: 24px;
    border: none;
    outline: none;
    text-align: center;
    width: 100px;
    text-align: right;
    border: none;
    box-shadow: none;
}

.currency-input::placeholder {
    color: #aaa; /* normal placeholder color */
    transition: opacity 0.2s ease;
}

.currency-input:focus::placeholder {
    opacity: 0; /* hide on focus */
}

.currency-suffix {
    font-size: 24px;
    color: #333;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 20px;
}

.HCButton.subButton {
    display: inline-flex;
    padding: 0px 30px;
    width: 220px;
    margin: 0 15px;
    justify-content: center;
}

.HCButton.subButton.secondary {
    color: var(--primary-yellow-dark);
    background-color: var(--primary-yellow-light);
}

.headerPhone {
    margin-right: 50px;
}

.representational-example::before {
    /*background: linear-gradient(60deg, hsl(74, 62%, 55%), hsl(84, 52%, 50%));*/
    background-color: var(--primary-green-light);
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    color: var(--primary-green);
    height: auto;
    top: -15px;
    font-weight: 600;
    padding: 4px 30px 4px;
    border-radius: 30px;
    transform: translateX(-50%);
    font-size: 15px;
    text-align: center;
    min-width: 220px;
    content: "Na 14 dn\00ED  ZDARMA";
}
body.homepage.homepage-version-1 .paydayLoans .safely .title {
    background-image: url("../images/zapujcka/homepage-paydayLoans_smlouva_odstoupeni_zakaz.svg");
}

body.homepage.homepage-version-1 .paydayLoans .fast .title {
    background-image: url("../images/zapujcka/homepage-paydayLoans-verifikace.svg");
}

body.homepage.homepage-version-1 .paydayLoans .cheap .title {
    background-image: url("../images/zapujcka/homepage-paydayLoans_smartphone.svg");
}

body.homepage .headImage {
    display: none;
}

@media (max-width: 1199px) {
    body .homepage.tv-spot-white.version-3 #sectionTop.top::before {
        display: none;
    }

    body.homepage.tv-spot-white.version-3 .headImage {
        width: 400px;
        height: 400px;
        max-height: none;
        padding: 0;
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 0;
    }

    body.homepage.tv-spot-white.version-3 #sectionTop.top::before {
        background-image: none;
    }

    body.homepage.tv-spot-white #slider-calculator .title {
        font-size: 40px;
        text-align: center !important;
        line-height: 45px;
    }

    .subtitle {
        text-align: center;
        width: 100%;
    }

    div.representational-container {
        float: unset;
        margin: auto;
    }

    body.homepage.tv-spot-white.version-3 #sectionTop.top{
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    body.homepage.tv-spot-white #slider-calculator .title {
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
        line-height: 38px; /* 126.667% */
    }

    body.homepage.tv-spot-white.version-3 .headImage {
        right: 0;
    }
}

@media (max-width: 767px) {
    body.homepage.tv-spot-white #slider-calculator .representational-example{
        padding-top: 30px;
        margin-top: 20px;
    }
    #sectionThreeSteps td:not(:first-child) {
        display: none;
    }
    body.homepage.homepage-version-1 .twoSteps table tr {
        display: inline-block;
    }
    #sectionThreeSteps{
        padding-left: 60px;
        padding-right: 40px;
    }
    body.landingPage section#sectionThreeSteps .headline {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }
    .twoStepsHow .HCButton.subButton{
        margin-left: 0;
    }
    body.homepage.homepage-version-1 .twoSteps tbody {
        z-index: 5;
        position: relative;
        background: #fff;
    }
    body.homepage.homepage-version-1 .twoSteps table:before{
        z-index: 1;
    }
}

@media (min-width: 767px) {
    body.homepage.tv-spot-white.version-3 #sectionTop.top {
        margin-bottom: 0px;
    }
}

    @media (max-width: 479px) {
        body.homepage.tv-spot-white.version-3 .headImage {
            content: url(../images/zapujcka/homepage-tv-spot-background-v4-mobile.webp);
            border-radius: 0;
            margin-bottom: -100px;
            width: 100%;
            height: auto;
            margin: 0;
        }

        body.homepage.tv-spot-white #sectionPaydayLoans {
            padding-top: 50px;
        }

        body.landingPage .sectionA h2.headline {
            line-height: 32px;
            font-size: 24px;
        }

        body.homepage.homepage-version-1 .paydayLoans .title {
            background-size: 32px !important;
            font-size: 20px;
        }

        body.landingPage section .links {
            padding-top: 20px;
        }

        .HCButton.subButton {
            /*        width: 90%;
        margin: 5%;*/
            width: 100%;
            margin: 0;
        }

        body.homepage.homepage-version-1 .fairSafely .inner .title {
            font-size: 16px;
            line-height: 26px; /* 162.5% */
        }

        #sectionThreeSteps {
            padding-left: 35px;
            padding-right: 10px;
        }

            #sectionThreeSteps .container {
                padding-right: 40px;
            }

            #sectionThreeSteps .HCButton.subButton {
                width: 100%;
                margin: 0;
                padding: 0px 20px;
            }

        body.homepage.homepage-version-1 .twoSteps table tr {
            margin-bottom: 20px;
        }

            body.homepage.homepage-version-1 .twoSteps table tr td:first-child h5 {
                margin-bottom: 10px;
            }

            body.homepage.homepage-version-1 .twoSteps table tr td:first-child {
                padding-left: 10px;
            }

        body.landingPage section#sectionThreeSteps .headline {
            margin-bottom: 0;
        }
    }

    @supports (color: color(display-p3 1 0 0)) {
        .representational-example {
            background: color(display-p3 0.9647 0.9647 0.9647 / 0.85);
        }
    }
