/* ============================
   KONTAK KAMI PAGE
   ============================ */

/* Header Section (Standardized matching tentang-kami.css & proyek-kami.css) */
.kontak-header {
    width: 100%;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #F8FAFC;
}

.kontak-header-title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 36px;
}

.kontak-header-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    margin: 0;
}

.kontak-header-line {
    flex: 1;
    height: 1px;
    background: #252525;
    display: block;
    min-width: 0;
}

.kontak-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 24px;
    background: #A4271E;
    text-decoration: none;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.kontak-header-btn:hover {
    transform: scale(1.05);
}

.kontak-header-btn span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.kontak-header-btn img {
    width: 20px;
    height: 20px;
}

.kontak-header-banner {
    width: 100%;
    height: 380px;
    overflow: hidden;
    flex-shrink: 0;
}

.kontak-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Map and Contact Info Section */
.kontak-info-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.kontak-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/background/bg-kontak.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.kontak-info-inner {
    position: relative;
    display: flex;
    gap: 50px;
}

.kontak-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kontak-map-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.kontak-map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.kontak-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kontak-info-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.kontak-divider-inner {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid #D2D2D2;
}

/* Contact List */
.kontak-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kontak-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.kontak-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 35px;
    background: radial-gradient(50% 50% at 50% 50%, #A4271E 0%, #741C15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kontak-icon-wrapper img {
    width: 32px;
    height: 32px;
}

.kontak-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.kontak-item-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #A4271E;
}

.kontak-item-value {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.kontak-item-value:hover {
    color: #A4271E;
}

/* Extra top margin for grouped address entries (same icon, multiple addresses) */
.kontak-item-label.mt-extra {
    margin-top: 14px;
}

/* Contact Form Section */
.kontak-form-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.kontak-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/background/bg-kontak-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.kontak-form-inner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 50px;
}

.kontak-form-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.kontak-form-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.kontak-form-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.kontak-form-right {
    flex: 1;
}

.kontak-form {
    width: 100%;
    border-radius: 24px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-row .form-group {
    flex: 1;
}

.form-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}

.form-input {
    width: 100%;
    height: 52px;
    padding: 14px 21px;
    border-radius: 14px;
    border: 1px solid #E3E3E3;
    background: #F9FAFB;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-color: #A4271E;
}

.form-input::placeholder {
    color: #BBBBBB;
}

.form-textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px 21px;
    border-radius: 14px;
    border: 1px solid #E3E3E3;
    background: #F9FAFB;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    outline: none;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.form-textarea:focus {
    border-color: #A4271E;
}

.form-textarea::placeholder {
    color: #BBBBBB;
}

.form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    padding: 14px 24px;
    border: none;
    border-radius: 14px;
    background: #A4271E;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.form-submit:hover {
    background: #8B1F18;
    transform: scale(1.02);
}

/* ============================
   RESPONSIVE — 1023px
   ============================ */
@media (max-width: 1023px) {
    .kontak-header {
        padding-top: 56px;
    }

    .kontak-info-section,
    .kontak-form-section {
        padding: 56px 0;
    }

    .kontak-header-title-row {
        gap: 24px;
    }

    .kontak-header-title {
        font-size: 32px;
        line-height: 40px;
    }

    .kontak-header-banner {
        height: 300px;
    }

    .kontak-info-inner,
    .kontak-form-inner {
        flex-direction: column;
        gap: 32px;
    }

    .kontak-info-left,
    .kontak-info-right,
    .kontak-form-left,
    .kontak-form-right {
        width: 100%;
    }

    .kontak-map-wrapper {
        height: 380px;
    }

    .form-row {
        flex-direction: column;
        gap: 16px;
    }
}

/* ============================
   RESPONSIVE — 767px
   ============================ */
@media (max-width: 767px) {
    .kontak-header {
        padding-top: 48px;
        gap: 24px;
    }

    .kontak-info-section,
    .kontak-form-section {
        padding: 48px 0;
    }

    .kontak-header-title-row {
        flex-wrap: wrap;
        gap: 16px;
    }

    .kontak-header-title {
        font-size: 28px;
        line-height: 36px;
    }

    .kontak-header-line {
        display: none;
    }

    .kontak-header-btn {
        width: 100%;
    }

    .kontak-header-banner {
        height: 240px;
    }

    .kontak-info-desc,
    .kontak-form-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .kontak-form-title {
        font-size: 28px;
        line-height: 36px;
    }

    .kontak-item {
        gap: 12px;
    }

    .kontak-icon-wrapper {
        width: 48px;
        height: 48px;
    }

    .kontak-icon-wrapper img {
        width: 24px;
        height: 24px;
    }

    .kontak-item-label {
        font-size: 16px;
        line-height: 24px;
    }

    .kontak-item-value {
        font-size: 16px;
        line-height: 24px;
    }

    .kontak-form {
        padding: 24px;
    }
}

/* ============================
   RESPONSIVE — 575px
   ============================ */
@media (max-width: 575px) {
    .kontak-header {
        padding-top: 40px;
    }

    .kontak-info-section,
    .kontak-form-section {
        padding: 40px 0;
    }

    .kontak-header-title {
        font-size: 24px;
        line-height: 32px;
    }

    .kontak-header-banner {
        height: 200px;
    }

    .kontak-map-wrapper {
        height: 300px;
    }
}
