:root {
    --primary: #3b5cff;
    --primary-soft: #e7eafe;
    --text-main: #111827;
    --usan-text-sub: #6b7280;
    --radius-card: 16px;
}

.home-page {
    background: #f2f2f2;
    padding-top: 24px;
    padding-bottom: 103px;
}

.home-page__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0 16px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    border-radius: var(--radius-card);
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.find-card {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 380px;
    padding: 24px;
}

.feature-card__title {
    font-weight: 600;
    font-size: 24px;
    height: 40px;
    padding: 0 8px;
    color: #262626;
}

.find-card__contents {
    display: flex;
    justify-content: space-between;
    height: 150px;
}

.find-card__text {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.find-card__headline {
    font-size: 20px;
    color: #262626;
    font-weight: 500;

}

.find-card__icons {
    display: flex;
    gap: 12px;
}

.find-icon {
    width: 24px;
    height: 24px;
}

.find-icon--house {
    background-image: url("../img/24x24-house.svg");
}

.find-icon--building {
    background-image: url("../img/24x24-building.svg");
}

.compare-card__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}

.compare-card__text {
    padding: 0 12px;
    font-weight: 400;
    font-size: 20px;
    color: #25d97f;
}

.moment-card__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}

.moment-card__left {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.moment-card__text {
    font-weight: 400;
    font-size: 20px;
    color: #3551e3;
}

.moment-card__icons {
    display: flex;
    gap: 5px;
}

.moment-card__icon {
    width: 24px;
    height: 24px;
}

.moment-icon--mail {
    background-image: url("../img/24x24-mail.svg");
}

.moment-icon--more-horiz {
    background-image: url("../img/24x24-more-horiz.svg");
}

.moment-icon--building {
    background-image: url("../img/24x24-building.svg");
}

.moment-icon--user {
    background-image: url("../img/24x24-user-navy.svg");
}

.send-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    height: 372px;
}

.send-card__contents {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.send-card__text {
    display: flex;
    flex-direction: column;
}

.send-card__headline {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.send-icon--speaker {
    display: flex;
    align-self: center;
}

.step-card__contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
}

.step-card__step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 12px;
}

.step__step-text {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #1c37ca;
}

.step__step-desc {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.step-icon--scroll {
    background-image: url("../img/24x24-scroll.svg");
    width: 24px;
    height: 24px;
    align-self: center;
}

.step-icon--broker {
    background-image: url("../img/24x24-broker.svg");
    width: 24px;
    height: 24px;
    align-self: center;
}

.step-icon--send {
    background-image: url("../img/24x24-send.svg");
    width: 24px;
    height: 24px;
    align-self: center;
}

.step-icon--next {
    background-image: url("../img/10.5x14.4-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 15px;
    width: 24px;
    height: 24px;
}

.promotion-card__contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 4px;
}

.promotion-card__step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.promotion__step-text {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1c37ca;
}

.promotion-icon--next {
    background-image: url("../img/10.5x14.4-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 15px;
    width: 24px;
    height: 24px;
}

.promotion-icon--house {
    background-image: url("../img/40x40-house.svg");
    width: 40px;
    height: 40px;
    align-self: center;
}

.promotion-icon--man {
    background-image: url("../img/40x40-3d-man.svg");
    width: 40px;
    height: 40px;
    align-self: center;
}
.promotion-icon--airplane {
    background-image: url("../img/40x40-3d-airplane.svg");
    width: 40px;
    height: 40px;
    align-self: center;
}

.home-block__go-map {
    gap: 2px;
    text-decoration: none;
}

.go-map__text {
    font-weight: 400;
    font-size: 16px;
    color: #6a7282;
}

.go-map__icon {
    background-image: url("../img/6x10-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4px 8px;
    width: 16px;
    height: 16px;
}

#agent-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 0;
}

.home-block__desc {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 10px;
}

.home-block__nearby {
    position: relative;
    margin-top: 18px;
}

.nearby-list {
    position: relative;
    z-index: 1;
}

.nearby-placeholder {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nearby-placeholder__item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background: #d9d9d9;
    border-radius: var(--radius-card);
}

.nearby-placeholder__left {
    display: flex;
}

.nearby-placeholder__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #000000;
}

.nearby-placeholder__name {
    font-weight: 600;
    font-size: 18px;
}

.nearby-placeholder__listing {
    font-weight: 400;
    font-size: 14px;
}

.nearby-placeholder__icons {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nearby-placeholder__call {
    background-image: url("../img/50x50-call.svg");
}

.nearby-placeholder__home {
    background-image: url("../img/50x50-home.svg");
}

.nearby-placeholder__icon {
    width: 50px;
    height: 50px;
}

.nearby-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.nearby-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(242, 242, 242, 0.6);
    backdrop-filter: blur(2px);
    border-radius: var(--radius-card);
}

.nearby-agent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nearby-agent__item {
    display: flex;
    gap: 16px;
    padding: 16px;
    border-radius: var(--radius-card);
}

.nearby-agent__right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nearby-agent__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nearby-agent__name {
    font-weight: 500;
    font-size: 20px;
    color: #091243;
}

.nearby-agent__desc {
    display: flex;
    gap: 4px;
}

.nearby-agent__distance {
    font-weight: 600;
    font-size: 16px;
    color: #404040;
}

.nearby-agent__addr {
    font-weight: 400;
    font-size: 16px;
    color: #595959;
}

.nearby-agent__hr {
    border-top: 1px dashed #e7eafe;
    margin: 0 16px;
}

.dot-indicator {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 12px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d9d9d9;
    cursor: pointer;
}

.dot.is-active {
    background: #505050;
}

.btn-icon--plus {
    background-image: url("../img/24x24-plus.svg");
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.home-block__cta {
    width: 100%;
}

.tip-bubble {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    text-align: center;
    width: 90%;
}

.tip-bubble__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 29px;
}