/* =============================================
                                                                           CONTACT PAGE — Custom Styles
                                                                           ============================================= */

/* ---- Hero ---- */
.contact-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    background: #0f0f23;
    overflow: hidden;
}

.contact-hero__pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(232, 164, 0, .12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(232, 164, 0, .08) 0%, transparent 40%);
}

.contact-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 60px 60px;
}

.contact-hero__content {
    position: relative;
    z-index: 2;
    padding: 110px 0 90px;
}

.contact-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 22px;
}

.contact-hero__breadcrumb a {
    color: #e8a400;
    text-decoration: none;
    transition: color .2s;
}

.contact-hero__breadcrumb a:hover {
    color: #fff;
}

.contact-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 164, 0, .12);
    border: 1px solid rgba(232, 164, 0, .35);
    color: #e8a400;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-hero__title {
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 18px;
}

.contact-hero__title span {
    color: #e8a400;
}

.contact-hero__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.85;
    max-width: 560px;
    margin: 0;
}

.contact-hero__stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.contact-hero__stat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #e8a400;
    line-height: 1;
}

.contact-hero__stat span {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin-top: 4px;
    display: block;
}

/* ---- Info Cards ---- */
.contact-info-section {
    padding: 80px 0 0;
    background: #f8f9fc;
}

.info-card {
    background: #fff;
    border-radius: 18px;
    padding: 38px 30px;
    text-align: center;
    border: 1px solid #eef0f5;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
    transition: all .35s ease;
    height: 100%;
    text-decoration: none;
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e8a400, #f5c842);
    transform: scaleX(0);
    transition: transform .35s ease;
    transform-origin: left;
}

.info-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    transform: translateY(-6px);
    color: inherit;
}

.info-card:hover::before {
    transform: scaleX(1);
}

.info-card__icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff8e6, #fff3cc);
    border: 2px solid rgba(232, 164, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
}

.info-card:hover .info-card__icon-wrap {
    background: linear-gradient(135deg, #e8a400, #f5c842);
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(232, 164, 0, .35);
}

.info-card__icon-wrap i {
    font-size: 26px;
    color: #e8a400;
    transition: color .35s ease;
}

.info-card:hover .info-card__icon-wrap i {
    color: #fff;
}

.info-card__label {
    font-size: 11px;
    font-weight: 700;
    color: #e8a400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-card__value {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.55;
    margin: 0;
}

.info-card__sub {
    font-size: 13px;
    color: #9ca3af;
    margin: 6px 0 0;
}

/* ---- Main Section ---- */
.contact-main-section {
    padding: 70px 0 90px;
    background: #f8f9fc;
}

/* ---- Form Card ---- */
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 45px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .07);
    border: 1px solid #eef0f5;
}

.contact-form-card .form-tagline {
    font-size: 12px;
    font-weight: 700;
    color: #e8a400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-form-card .form-tagline::before,
.contact-form-card .form-tagline::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #e8a400;
}

.contact-form-card h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.25;
}

.contact-form-card .form-desc {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 36px;
    line-height: 1.7;
}

/* ---- Inputs ---- */
.cf-group {
    margin-bottom: 22px;
}

.cf-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.cf-group label span {
    color: #e8a400;
    margin-left: 2px;
}

.cf-input {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    color: #1a1a2e;
    background: #fafafa;
    outline: none;
    font-family: inherit;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.cf-input:focus {
    border-color: #e8a400;
    box-shadow: 0 0 0 4px rgba(232, 164, 0, .1);
    background: #fff;
}

.cf-input::placeholder {
    color: #9ca3af;
}

.cf-input.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .08);
}

textarea.cf-input {
    resize: vertical;
    min-height: 140px;
}

.cf-select-wrap {
    position: relative;
}

.cf-select-wrap::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
    font-size: 14px;
}

select.cf-input {
    appearance: none;
    cursor: pointer;
    padding-right: 44px;
}

.cf-input-icon {
    position: relative;
}

.cf-input-icon i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 15px;
    pointer-events: none;
    transition: color .25s ease;
}

.cf-input-icon .cf-input {
    padding-left: 44px;
}

.cf-input-icon:focus-within i {
    color: #e8a400;
}

.cf-submit {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #e8a400, #f5c842);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(232, 164, 0, .35);
}

.cf-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(232, 164, 0, .45);
    background: linear-gradient(135deg, #d49500, #e8a400);
}

.cf-submit:active {
    transform: translateY(0);
}

.cf-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 16px 20px;
    margin-top: 20px;
}

.cf-alert-error ul {
    margin: 0;
    padding-left: 18px;
    color: #dc2626;
    font-size: 14px;
}

/* ---- Sidebar ---- */
.contact-sidebar {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .07);
    border: 1px solid #eef0f5;
    height: 100%;
}

.contact-sidebar__header {
    background: linear-gradient(135deg, #0f0f23, #1a1a40);
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
}

.contact-sidebar__header::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(232, 164, 0, .08);
}

.contact-sidebar__header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.contact-sidebar__header p {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

.contact-sidebar__body {
    padding: 35px;
}

.sidebar-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #f3f4f6;
}

.sidebar-contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-contact-item:first-child {
    padding-top: 0;
}

.sidebar-contact-item__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #fff8e6, #fff3cc);
    border: 1.5px solid rgba(232, 164, 0, .25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-contact-item__icon i {
    color: #e8a400;
    font-size: 17px;
}

.sidebar-contact-item__label {
    font-size: 11px;
    font-weight: 700;
    color: #e8a400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.sidebar-contact-item__val {
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 600;
    line-height: 1.55;
    text-decoration: none;
    display: block;
}

.sidebar-contact-item__val:hover {
    color: #e8a400;
}

/* ---- WA CTA ---- */
.wa-cta {
    margin: 30px 35px 35px;
    background: linear-gradient(135deg, #25d366, #1ebe5b);
    border-radius: 12px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 8px 25px rgba(37, 211, 102, .3);
}

.wa-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(37, 211, 102, .4);
}

.wa-cta__icon {
    font-size: 32px;
    color: #fff;
    flex-shrink: 0;
}

.wa-cta__text strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.wa-cta__text span {
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    margin-top: 2px;
    display: block;
}

/* ---- Response Badge ---- */
.response-badge {
    margin: 0 35px 35px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.response-badge i {
    color: #22c55e;
    font-size: 16px;
}

.response-badge p {
    margin: 0;
    font-size: 13px;
    color: #166534;
    line-height: 1.5;
}

.response-badge strong {
    font-weight: 700;
}

/* ---- Map ---- */
.contact-map-section {
    padding: 0 0 80px;
    background: #f8f9fc;
}

.map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .1);
    border: 1px solid #eef0f5;
    position: relative;
}

.map-wrap iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: none;
}

.map-label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
}

.map-label i {
    color: #e8a400;
    font-size: 16px;
}

.map-label span {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .contact-form-card {
        padding: 36px 28px;
    }

    .contact-sidebar__body {
        padding: 25px;
    }

    .wa-cta {
        margin: 20px 25px 25px;
    }

    .response-badge {
        margin: 0 25px 25px;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        min-height: 300px;
    }

    .contact-hero__content {
        padding: 80px 0 70px;
    }

    .contact-form-card {
        padding: 28px 22px;
    }

    .contact-hero__stats {
        gap: 24px;
    }
}