/* Get in Touch — Main Zone */

.git-main-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.git-main-wrap .git-main-box {
    width: 80cqw;
    height: 80cqh;
    display: flex;
    align-items: stretch;
    gap: 2cqmin;
}

/* Left card — company info */
.git-main-wrap .git-main-card {
    width: 30%;
    position: relative;
}

.git-main-wrap .git-main-card-shadow {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1.5cqmin;
    background: rgba(0,0,0,0.25);
    transform: translateY(0.3cqmin);
}

.git-main-wrap .git-main-card-edge {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1.5cqmin;
    background: linear-gradient(to left, var(--text) 0%, var(--accent) 8%, var(--accent) 92%, var(--text) 100%);
}

.git-main-wrap .git-main-card-front {
    position: relative;
    height: 100%;
    border-radius: 1.5cqmin;
    background: var(--accent);
    color: var(--bg);
    transform: translateY(-0.4cqmin);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2cqmin 2cqmin;
}

.git-main-wrap .git-main-logo {
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 1cqmin solid color-mix(in srgb, var(--text) 70%, white 30%);
}

.git-main-wrap .git-main-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.git-main-wrap .git-main-initial {
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8cqmin !important;
    color: var(--accent);
    border: 1cqmin solid color-mix(in srgb, var(--text) 70%, white 30%);
}

.git-main-wrap .git-main-company {
    font-family: Montserrat, sans-serif;
    font-size: 4cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    margin-top: 3cqmin;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.git-main-wrap .git-main-person {
    font-size: 3cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    opacity: 0.8;
    margin-top: 1cqmin;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

/* Right — contact grid */
.git-main-wrap .git-main-grid {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 2cqmin 2cqmin;
    align-content: center;
}

.git-main-wrap .git-main-item {
    position: relative;
    min-width: 0;
}

.git-main-wrap .git-main-item-shadow {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1.5cqmin;
    background: rgba(0,0,0,0.25);
    transform: translateY(0.3cqmin);
}

.git-main-wrap .git-main-item-edge {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1.5cqmin;
    background: linear-gradient(to left, var(--text) 0%, var(--accent) 8%, var(--accent) 92%, var(--text) 100%);
}

.git-main-wrap .git-main-item-front {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2cqmin;
    height: 100%;
    padding: 0 3cqmin;
    border-radius: 1.5cqmin;
    background: var(--accent);
    color: var(--bg);
    transform: translateY(-0.4cqmin);
    overflow: hidden;
}

.git-main-wrap .git-main-item-icon {
    font-size: 4cqmin !important;
    flex-shrink: 0;
}

.git-main-wrap .git-main-item-text {
    font-size: 3.5cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    word-break: break-all;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
