.header-phone-badge {
    border: 1px solid #90ee90;
}

.tg-contact {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 9999;
}

.tg-launcher {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #015a00;
    color: #fff;
    padding: 10px 16px;
    border-radius: 32px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease;
    user-select: none;
}

.tg-launcher:hover {
    background: #1f8b38;
}

.tg-label {
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.tg-menu {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    width: 220px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.tg-menu li a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.tg-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.tg-menu li a:hover {
    background: #f7f7f7;
}

.tg-contact.open .tg-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#jvlabelWrap {
    display: none !important;
}

.iti {
    width: 100%;
}

.iti input {
    width: 100%;
    height: 44px;
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 1rem;
}

.front-page-placeholder {
    padding-top: 6rem;
    min-height: 50vh;
}
