.hfs-body{
    background:linear-gradient(180deg,#e8eef6 0%,#f7f9fc 42%,#ffffff 100%);
    overflow-x:hidden;
}

.hfs-hero{
    position:relative;
    min-height:62vh;
    overflow:hidden;
    background:#102a49;
}

.hfs-hero picture,
.hfs-hero__image,
.hfs-hero__shade{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.hfs-hero__image{
    object-fit:cover;
    object-position:center center;
    filter:saturate(1.02) contrast(1.02);
}

.hfs-hero__shade{
    background:
        linear-gradient(90deg,rgba(7,22,40,.88) 0%,rgba(9,29,51,.70) 42%,rgba(12,35,61,.22) 100%),
        linear-gradient(180deg,rgba(7,18,33,.20) 0%,rgba(255,255,255,0) 38%);
}

.hfs-hero__content{
    position:relative;
    z-index:2;
    width:min(100% - 40px,1540px);
    min-height:62vh;
    margin:0 auto;
    padding:150px 0 76px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(330px,.36fr);
    gap:42px;
    align-items:end;
}

.hfs-hero__copy{
    color:#fff;
}

.hfs-hero__copy h1{
    max-width:880px;
    margin:0 0 18px;
    font-size:70px;
    line-height:1;
    letter-spacing:-.052em;
    font-weight:650;
    text-shadow:0 20px 42px rgba(0,0,0,.25);
}

.hfs-hero__copy p{
    max-width:700px;
    margin:0;
    color:rgba(255,255,255,.94);
    font-size:20px;
    line-height:1.65;
    text-shadow:0 10px 22px rgba(0,0,0,.20);
}

.hfs-panel{
    min-width:0;
    max-width:100%;
    padding:24px;
    border-radius:14px;
    background:linear-gradient(180deg,rgba(22,50,80,.95) 0%,rgba(15,36,62,.91) 100%);
    border:1px solid rgba(255,255,255,.24);
    box-shadow:0 28px 58px rgba(5,18,34,.32);
    color:#fff;
}

.hfs-panel strong{
    display:block;
    margin-bottom:12px;
    font-size:30px;
    line-height:1.06;
    letter-spacing:-.04em;
}

.hfs-panel p{
    margin:0 0 20px;
    color:rgba(255,255,255,.86);
    font-size:13px;
    line-height:1.7;
}

.hfs-panel__links{
    display:grid;
    gap:10px;
}

.hfs-panel__links a{
    min-height:46px;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:9px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.20);
    color:#fff;
    font-size:12px;
    font-weight:900;
}

.hfs-main{
    background:#f3f7fb;
    padding:54px 0;
}

.hfs-layout{
    width:min(100% - 40px,1540px);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:28px;
    align-items:start;
}

.hfs-content,
.hfs-side,
.hfs-contact-card{
    border-radius:14px;
    background:#fff;
    border:1px solid rgba(26,46,72,.10);
    box-shadow:0 18px 36px rgba(11,28,48,.08);
}

.hfs-content{
    padding:34px;
}

.hfs-section + .hfs-section{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid rgba(26,46,72,.10);
}

.hfs-section h2{
    margin:0 0 14px;
    color:#23364d;
    font-size:30px;
    line-height:1.08;
    letter-spacing:-.04em;
}

.hfs-section p,
.hfs-section li{
    color:#536477;
    font-size:15px;
    line-height:1.78;
    font-weight:650;
}

.hfs-section p{
    margin:0 0 14px;
}

.hfs-section ul{
    margin:0;
    padding-left:18px;
}

.hfs-legal-copy .container,
.hfs-legal-copy .row,
.hfs-legal-copy [class*="col-"]{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    display:block;
}

.hfs-legal-copy p,
.hfs-legal-copy li{
    color:#536477;
    font-size:15px;
    line-height:1.78;
    font-weight:650;
}

.hfs-legal-copy p{
    margin:0 0 14px;
}

.hfs-legal-copy ul,
.hfs-legal-copy ol{
    margin:0 0 16px;
    padding-left:24px;
}

.hfs-legal-copy li{
    margin-bottom:10px;
}

.hfs-legal-copy > .container > .row > .col-lg-12 > p:first-child,
.hfs-legal-copy > .container > .row > .col-lg-12 > div > p:first-child{
    color:#23364d;
    font-size:24px;
    line-height:1.12;
    letter-spacing:-.035em;
    font-weight:900;
}

.hfs-faq{
    display:grid;
    gap:12px;
}

.hfs-faq details{
    border-radius:12px;
    background:#f7fbff;
    border:1px solid rgba(31,66,102,.12);
    overflow:hidden;
}

.hfs-faq summary{
    min-height:58px;
    padding:0 18px;
    display:flex;
    align-items:center;
    cursor:pointer;
    color:#102a49;
    font-size:15px;
    font-weight:900;
}

.hfs-faq details[open] summary{
    border-bottom:1px solid rgba(31,66,102,.10);
}

.hfs-faq p{
    padding:16px 18px 18px;
    margin:0;
}

.hfs-side{
    position:sticky;
    top:24px;
    padding:22px;
}

.hfs-side h2{
    margin:0 0 14px;
    color:#23364d;
    font-size:24px;
    line-height:1.06;
    letter-spacing:-.04em;
}

.hfs-side a{
    min-height:46px;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:9px;
    background:#eef5fc;
    color:#102a49;
    font-size:12px;
    font-weight:900;
}

.hfs-side a + a{
    margin-top:10px;
}

.hfs-contact-grid{
    width:min(100% - 40px,1540px);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,.8fr) minmax(360px,.42fr);
    gap:28px;
}

.hfs-contact-card{
    padding:28px;
}

.hfs-contact-card h2{
    margin:0 0 12px;
    color:#23364d;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
}

.hfs-contact-card p{
    margin:0 0 22px;
    color:#536477;
    font-size:15px;
    line-height:1.75;
    font-weight:650;
}

.hfs-form{
    display:grid;
    gap:14px;
}

.hfs-form label{
    display:grid;
    gap:8px;
    color:#344a62;
    font-size:12px;
    font-weight:900;
}

.hfs-form input,
.hfs-form textarea{
    width:100%;
    min-height:52px;
    padding:0 14px;
    border-radius:9px;
    border:1px solid rgba(31,66,102,.20);
    background:#f8fbff;
    color:#1f344c;
    font:700 13px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    outline:none;
}

.hfs-form textarea{
    min-height:132px;
    padding-top:14px;
    resize:vertical;
}

.hfs-form input:focus,
.hfs-form textarea:focus{
    border-color:#234f7c;
    box-shadow:0 0 0 4px rgba(35,79,124,.10);
    background:#fff;
}

.hfs-form button{
    min-height:54px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:9px;
    background:linear-gradient(180deg,#234f7c 0%,#102a49 100%);
    color:#fff;
    cursor:pointer;
    font-size:13px;
    font-weight:900;
    box-shadow:0 16px 30px rgba(6,20,38,.22);
}

.hfs-alert{
    padding:14px 16px;
    border-radius:10px;
    background:#e7f8ef;
    color:#0f6c43;
    font-size:13px;
    font-weight:900;
}

.hfs-alert--error{
    background:#fff0f0;
    color:#8e2424;
}

.hfs-map{
    min-height:520px;
    border-radius:14px;
    overflow:hidden;
    background:linear-gradient(145deg,#102a49 0%,#234f7c 100%);
    border:1px solid rgba(26,46,72,.10);
    box-shadow:0 18px 36px rgba(11,28,48,.08);
}

.hfs-map iframe{
    width:100%;
    height:100%;
    border:0;
    filter:saturate(.9) contrast(.98);
}

@media (max-width:980px){
    .hfs-hero__content,
    .hfs-layout,
    .hfs-contact-grid{
        grid-template-columns:1fr;
    }
    .hfs-hero__content{
        min-height:auto;
        padding:136px 0 54px;
    }
    .hfs-hero__copy h1{
        font-size:56px;
    }
    .hfs-side{
        position:static;
    }
}

@media (max-width:767px){
    .hfs-body .hf2-header__inner,
    .hfs-body .hf2-mobile,
    .hfs-hero__content,
    .hfs-layout,
    .hfs-contact-grid{
        width:calc(100% - 20px);
        max-width:100%;
    }
    .hfs-body .hf2-header__inner{
        position:relative;
        padding:0 10px;
        padding-right:66px;
        gap:8px;
    }
    .hfs-body .hf2-brand{
        flex:0 0 auto;
        min-width:0;
    }
    .hfs-body .hf2-brand img{
        max-width:106px !important;
    }
    .hfs-body .hf2-actions{
        display:block;
        margin-left:0;
    }
    .hfs-body .hf2-account{
        display:none;
    }
    .hfs-body .hf2-menu-btn{
        position:absolute;
        top:50%;
        right:12px;
        transform:translateY(-50%);
        width:44px;
        min-width:44px;
        height:44px;
    }
    .hfs-hero{
        min-height:auto;
    }
    .hfs-hero__shade{
        background:linear-gradient(180deg,rgba(7,22,40,.88) 0%,rgba(10,31,54,.70) 52%,rgba(12,35,61,.28) 100%);
    }
    .hfs-hero__content{
        padding:104px 0 32px;
        gap:18px;
        align-items:start;
    }
    .hfs-hero__copy{
        padding:16px 14px 0;
        border-radius:12px;
        background:rgba(7,20,36,.24);
    }
    .hfs-hero__copy h1{
        max-width:100%;
        margin-bottom:12px;
        font-size:34px;
        line-height:1.02;
        letter-spacing:-.038em;
    }
    .hfs-hero__copy p{
        max-width:36ch;
        font-size:14px;
        line-height:1.5;
    }
    .hfs-panel{
        padding:18px;
        border-radius:12px;
    }
    .hfs-panel strong{
        font-size:22px;
    }
    .hfs-main{
        padding:34px 0;
    }
    .hfs-content,
    .hfs-side,
    .hfs-contact-card{
        padding:20px;
        border-radius:12px;
    }
    .hfs-section h2,
    .hfs-contact-card h2{
        font-size:26px;
    }
    .hfs-map{
        min-height:360px;
    }
}
