.hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, #deefff 0, transparent 30%),
        linear-gradient(112deg, #fff 0%, #fff 48%, #f0f8ff 100%);
    border-bottom: 1px solid #e0e9f3;
}
.hero .hero-main {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    align-items: center;
    gap: 54px;
    height: auto;
    min-height: 440px;
    padding-top: 48px;
    padding-bottom: 43px;
}
.hero .hero-copy {
    position: relative;
    z-index: 4;
    width: auto;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    color: #155bd7;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.25px;
}
.hero-eyebrow i {
    font-size: 10px;
}
.hero .hero-copy h1 {
    margin: 0;
    color: #101d38;
    font:
        800 clamp(38px, 4vw, 52px)/1.08 Manrope,
        sans-serif;
    letter-spacing: -2.4px;
}
.hero .hero-copy h1 span {
    color: #155bd7;
}
.hero .hero-copy > p {
    max-width: 610px;
    margin: 17px 0 25px;
    color: #5d6c82;
    font-size: 14px;
    line-height: 1.65;
}
.hero-banner-link{display:inline-flex;align-items:center;gap:8px;margin-top:-10px;padding:10px 16px;color:#fff!important;background:#155bd7;border-radius:9px;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 7px 15px #155bd72b}.hero-banner-link:hover{background:#0d4fc7;transform:translateY(-1px)}
.hero .hero-search {
    display: grid;
    grid-template-columns: minmax(190px, 1.15fr) minmax(155px, 0.9fr) auto auto;
    align-items: center;
    width: min(760px, calc(100vw - 28px));
    height: 76px;
    padding: 8px;
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 13px;
    box-shadow: 0 17px 42px #173c7218;
}
.hero .hero-search label {
    position: relative;
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    column-gap: 9px;
    height: 48px;
    padding: 0 12px;
    border-right: 1px solid #e4e9f0;
}
.hero-field-icon {
    display: grid;
    grid-row: 1/3;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #155bd7;
    border-radius: 8px;
    background: #edf4ff;
}
.hero-field-icon i {
    font-size: 12px;
}
.hero .hero-search .label {
    align-self: end;
    color: #26344a;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
}
.hero .hero-search input,
.hero .hero-search select {
    grid-column: 2;
    align-self: start;
    width: 100%;
    min-width: 0;
    padding: 3px 18px 0 0;
    color: #7b8798;
    border: 0;
    outline: 0;
    background: transparent;
    font: 9px "DM Sans";
}
.hero .hero-search select {
    appearance: auto;
}
.hero .search-btn,
.hero .home-locate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 48px;
    border: 0;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 800;
    transition: 0.18s;
}
.hero .search-btn {
    min-width: 103px;
    margin-left: 8px;
    padding: 0 18px;
    color: #fff;
    background: #155bd7;
    box-shadow: 0 7px 15px #155bd72b;
}
.hero .search-btn:hover {
    background: #0d4fc7;
    transform: translateY(-1px);
}
.hero .home-locate {
    min-width: 74px;
    margin-left: 6px;
    padding: 0 10px;
    color: #155bd7;
    background: #eef4ff;
}
.hero .home-locate:hover {
    background: #e1ecff;
}
.hero .search-btn i,
.hero .home-locate i {
    font-size: 11px;
}
.hero-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    color: #64738a;
    font-size: 9px;
    font-weight: 700;
}
.hero-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hero-trust i {
    color: #16a064;
    font-size: 10px;
}
.hero-trust span:nth-child(2) i {
    color: #f0a000;
}
.hero-trust span:nth-child(3) i {
    color: #155bd7;
}
.hero-visual {
    position: relative;
    height: 330px;
}
.hero-photo-shape {
    position: absolute;
    right: -35px;
    bottom: -30px;
    width: 96%;
    height: 88%;
    border-radius: 45% 20% 36% 22%;
    background: #d9edff;
    transform: rotate(-3deg);
}
.hero-visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #fff;
    border-radius: 72px 20px 72px 20px;
    object-fit: cover;
    object-position: 67% center;
    box-shadow: 0 22px 55px #183c6629;
}
.hero-floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid #e0e7f0;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 12px 30px #17345d2b;
}
.hero-floating-card > span {
    display: grid;
    place-items: center;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    border-radius: 8px;
}
.hero-floating-card b,
.hero-floating-card small {
    display: block;
    white-space: nowrap;
}
.hero-floating-card b {
    color: #25334a;
    font-size: 9px;
}
.hero-floating-card small {
    margin-top: 2px;
    color: #8591a3;
    font-size: 7px;
}
.hero-card-rating {
    top: 20px;
    right: -18px;
}
.hero-card-rating > span {
    color: #d98a00;
    background: #fff3d9;
}
.hero-card-location {
    left: -27px;
    bottom: 25px;
}
.hero-card-location > span {
    color: #fff;
    background: #155bd7;
}
.hero .trend {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 18px;
    color: #607087;
    font-size: 9px;
}
.hero .trend b {
    color: #1f2d44;
}
.hero .trend .tag {
    padding: 6px 11px;
    color: #155bd7;
    border: 1px solid #d6e2f3;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 2px 7px #17345d08;
    transition: 0.18s;
}
.hero .trend .tag:hover {
    border-color: #9ebcea;
    background: #f5f9ff;
    transform: translateY(-1px);
}
@media (max-width: 1000px) {
    .hero .hero-main {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 32px;
    }
    .hero-visual {
        height: 285px;
    }
    .hero .hero-search {
        grid-template-columns: 1fr 1fr auto;
        max-width: 650px;
    }
    .hero .hero-search .home-locate {
        grid-column: 3;
        grid-row: 2;
        display: none;
    }
    .hero-card-rating {
        right: -8px;
    }
}
@media (max-width: 760px) {
    .hero .hero-main {
        display: block;
        min-height: auto;
        padding-top: 34px;
        padding-bottom: 26px;
    }
    .hero .hero-copy h1 {
        font-size: 35px;
        letter-spacing: -1.7px;
    }
    .hero .hero-copy > p {
        margin: 13px 0 19px;
        font-size: 12px;
    }
    .hero .hero-search {
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
        height: auto;
        padding: 7px;
    }
    .hero .hero-search label {
        grid-column: 1/-1;
        height: 54px;
        padding: 0 7px;
        border-right: 0;
        border-bottom: 1px solid #e7ebf1;
    }
    .hero .hero-search label:nth-of-type(2) {
        border-bottom: 0;
    }
    .hero .search-btn {
        grid-column: 1;
        margin: 7px 0 0;
        height: 44px;
    }
    .hero .home-locate {
        grid-column: 2 !important;
        grid-row: auto !important;
        display: flex !important;
        height: 44px;
        margin: 7px 0 0 6px;
    }
    .hero-trust {
        gap: 11px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .hero-visual {
        display: none;
    }
    .hero .trend {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 15px;
        scrollbar-width: none;
    }
    .hero .trend::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 390px) {
    .hero-trust span:nth-child(3) {
        display: none;
    }
    .hero .hero-copy h1 {
        font-size: 32px;
    }
}


  .hero-stats {
        display: flex;
        width: min(100%, 560px);
        margin: 30px 0 23px;
        padding: 17px 0;
        border-top: 1px solid #dbe5f1;
        border-bottom: 1px solid #dbe5f1;
    }

    .hero-stat {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        flex: 1 1 50%;
        column-gap: 11px;
        min-width: 0;
        padding: 0 20px;
    }

    .hero-stat + .hero-stat {
        border-left: 1px solid #dbe5f1;
    }

    .hero-stat i {
        display: grid;
        grid-row: 1 / 3;
        place-items: center;
        width: 42px;
        height: 42px;
        color: #fff;
        background: #155bd7;
        border-radius: 11px;
        box-shadow: 0 7px 14px #155bd72e;
        font-size: 15px;
    }

    .hero-stat strong {
        color: #101d38;
        font-size: 23px;
        font-weight: 800;
        line-height: 1.1;
    }

    .hero-stat span {
        color: #687990;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .35px;
        line-height: 1.35;
        text-transform: uppercase;
    }

    @media (max-width: 600px) {
        .hero-stats {
            margin: 22px 0 18px;
        }

        .hero-stat {
            grid-template-columns: 35px minmax(0, 1fr);
            column-gap: 8px;
            padding: 0 10px;
        }

        .hero-stat i {
            width: 35px;
            height: 35px;
            font-size: 12px;
        }

        .hero-stat strong {
            font-size: 18px;
        }

        .hero-stat span {
            font-size: 7px;
        }
    }
