/* Levano homepage hero — keeps the existing first-screen class system. */
.front-page .first-screen{min-height:650px;height:auto;padding:0 0 72px 5vw;display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden;border-radius:0 0 70px 70px;background-position:center right;background-size:cover;color:#0a234d;text-align:left;box-shadow:0 12px 35px rgba(7,31,73,.15);position:relative;isolation:isolate}.front-page .first-screen:before{content:"";position:absolute;inset:0;background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 62%) 41%, rgba(255, 255, 255, .55) 56%, rgba(255, 255, 255, .02) 74%);border-radius:inherit;z-index:-1}.front-page .first-screen__container{width:min(650px,48vw);max-width:none;margin:0;padding:65px 30px 38px 0;color:#0a234d;text-align:left}.front-page .first-screen__eyebrow{color:#986600;font-size:12px;line-height:1.3;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:17px}.front-page .first-screen__eyebrow:before{content:"";display:inline-block;width:25px;border-top:3px solid #f4ad05;vertical-align:middle;margin-right:10px}.front-page .first-screen__title{max-width:620px;margin:0 0 22px;color:#071f49;font-family:Geologica,Arial,sans-serif;font-size:clamp(48px,5vw,74px);line-height:1.03;letter-spacing:-.045em;font-weight:800;text-align:left;text-shadow:none}.front-page .first-screen__description{max-width:610px;margin:0;color:#4f5968;font-size:18px;line-height:1.62;text-align:left}.front-page .first-screen__availability{margin:21px 0 16px;color:#071f49;font-size:16px}.front-page .first-screen__services{display:flex;flex-wrap:wrap;gap:8px}.front-page .first-screen__services span{padding:9px 12px;border:1px solid #cfd6df;border-radius:8px;background:rgba(255,255,255,.92);color:#203653;font-size:12px;font-weight:700}.front-page .first-screen__buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:24px}.front-page .first-screen__button{min-width:0;min-height:52px;margin:0;padding:0 23px;border-radius:7px;border:0;text-decoration:none;box-shadow:none;transition:.2s;cursor:pointer}.front-page .first-screen__button span{color:#071f49;font-size:16px;line-height:1;font-weight:800;text-align:center}.front-page .first-screen__button--primary{background:#f4ad05}.front-page .first-screen__button--secondary{background:#fff;border:2px solid #071f49}.front-page .first-screen__button--secondary span{color:#071f49}.front-page .first-screen__button:hover{opacity:1;transform:translateY(-2px);box-shadow:0 9px 25px rgba(7,31,73,.18)}.front-page .first-screen__assurance{margin-top:16px;color:#657184;font-size:12px}.front-page .first-screen__assurance strong{color:#08704c}.front-page .first-screen__offer{position:absolute;right:4.5%;top:36px;width:146px;height:146px;border-radius:50%;background:#071f49;border:2px solid #f4ad05;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 28px rgba(7,31,73,.35)}.front-page .first-screen__offer strong{color:#ffbd25;font-size:38px;line-height:1}.front-page .first-screen__offer span{font-size:15px;font-weight:800;margin-top:6px}.front-page .first-screen__offer small{max-width:100px;font-size:10px;line-height:1.25;margin-top:5px}.front-page .first-screen__trust{position:absolute;left:0;right:0;bottom:0;min-height:72px;padding:0 5vw;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;background:rgba(255,255,255,.96);box-shadow:0 -5px 24px rgba(7,31,73,.07);color:#071f49}.front-page .first-screen__trust span{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800;border-right:1px solid #dce1e7}.front-page .first-screen__trust span:last-child{border:0}.front-page .first-screen__trust b{color:#f4ad05;letter-spacing:.1em} .front-page .main-grid > section.first-screen {
    width: 100%;
    min-height: calc(100svh - 123px);
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 70px !important;
    padding-right: 0 !important;
    padding-bottom: 72px !important;
}
@media(max-width:900px){.front-page .first-screen{padding-left:30px}.front-page .first-screen:before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.95) 55%,rgba(255,255,255,.18) 100%)}.front-page .first-screen__container{width:62vw}.front-page .first-screen__title{font-size:48px}.front-page .first-screen__offer{width:116px;height:116px}.front-page .first-screen__offer strong{font-size:30px}}
@media(max-width:700px){.front-page .first-screen{min-height:780px;padding:315px 20px 145px;border-radius:0 0 24px 24px;align-items:flex-start;background-position:62% top;background-size:auto 340px;background-repeat:no-repeat;background-color:#fff}.front-page .first-screen:before{background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.05) 250px,#fff 340px)}.front-page .first-screen__container{width:100%;padding:25px 0 0}.front-page .first-screen__title{font-size:40px}.front-page .first-screen__description{font-size:15px}.front-page .first-screen__offer{top:18px;right:16px;width:105px;height:105px}.front-page .first-screen__services span{font-size:11px}.front-page .first-screen__buttons{flex-direction:column}.front-page .first-screen__button{width:100%;min-width:0}.front-page .first-screen__trust{grid-template-columns:1fr;gap:6px;padding:13px 20px}.front-page .first-screen__trust span{border:0;justify-content:flex-start;font-size:11px}.front-page .first-screen__eyebrow{font-size:10px}}
@media screen and (max-width: 700px) {

    .front-page .main-grid > section.first-screen {
        width: 100%;
        min-height: auto !important;
        height: auto !important;

        padding: 310px 14px 0 !important;

        background-size: auto 330px !important;
        background-position: 42% top !important;
        background-repeat: no-repeat !important;
        background-color: #fff;

        align-items: stretch;
        overflow: hidden;
    }

    .front-page .first-screen::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.04) 230px,
            rgba(255, 255, 255, 0.75) 285px,
            #fff 330px
        ) !important;
    }

    .front-page .first-screen__container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 24px 0 0 !important;
    }

    .front-page .first-screen__title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(38px, 10.5vw, 48px);
        line-height: 1.02;
        letter-spacing: -0.04em;
    }

    .front-page .first-screen__description {
        width: 100%;
        font-size: 16px;
        line-height: 1.45;
    }

    .front-page .first-screen__services {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .front-page .first-screen__services span {
        text-align: center;
    }

    .front-page .first-screen__buttons {
        width: 100%;
        flex-direction: column;
    }

    .front-page .first-screen__button {
        width: 100%;
        min-width: 0 !important;
    }

    .front-page .first-screen__trust {
        position: static;
        width: calc(100% + 28px);
        margin: 30px -14px 0;
        padding: 16px 20px;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .front-page .first-screen__trust span {
        border: 0;
        justify-content: flex-start;
    }

    .front-page .first-screen__offer {
        top: 18px;
        right: 16px;
        width: 112px;
        height: 112px;
    }
    front-page .first-screen__offer small {
    max-width: 100px;
    font-size: 5px;
    line-height: 1.25;
    margin-top: 5px;
}
}
