/* contact */

:root {
    --deep-forest: #0f172a;
    --primary-green: #16a34a;
    --accent-green: #22c55e;
    --soft-green: #f0fdf4;
    --text-main: #1e293b;
    --text-muted: #64748b;
}

/* layout */
.main-site {
    background-color: #f8fafc;
    overflow-x: hidden;
}

.container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}

/* content */
.premium-contact-section {
    padding: 140px 0 100px 0;
    position: relative;
    z-index: 2;
}

.contact-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: start;
}

/* side text */
.contact-text-content {
    margin-bottom: 50px;
}

.contact-badge-small {
    display: inline-block;
    padding: 6px 18px;
    background: var(--soft-green);
    color: var(--primary-green);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contact-title-side {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 900;
    color: var(--deep-forest);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contact-desc-side {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

.c-info-cards-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* blobs */
.contact-bg-glow-1 {
    position: fixed;
    top: -10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(22, 163, 74, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 1;
    filter: blur(80px);
}

.contact-bg-glow-2 {
    position: fixed;
    bottom: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 1;
    filter: blur(80px);
}

/* cards */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.c-info-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    text-decoration: none;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-info-card:hover {
    transform: translateX(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    border-color: rgba(22, 163, 74, 0.2);
}

.c-icon-box {
    width: 70px;
    height: 70px;
    background: var(--soft-green);
    color: var(--primary-green);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.c-info-card:hover .c-icon-box {
    background: var(--primary-green);
    color: #ffffff;
    transform: rotate(10deg);
}

.c-info-content h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--deep-forest);
    margin-bottom: 6px;
}

.c-info-content p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.c-info-content small {
    display: block;
    margin-top: 4px;
    font-size: 0.8rem;
    color: var(--text-muted);
    opacity: 0.8;
}

/* form */
.premium-form-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 50px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}

.form-header-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--deep-forest);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.form-header-desc {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.6;
}

.form-group-wrapper {
    margin-bottom: 25px;
}

.split-col-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.form-control-cool {
    width: 100%;
    padding: 18px 25px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    font-size: 1rem;
    color: var(--text-main);
    transition: all 0.3s ease;
    outline: none;
}

.form-control-cool:focus {
    background: #ffffff;
    border-color: var(--primary-green);
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

textarea.form-control-cool {
    min-height: 150px;
    resize: vertical;
}

/* submit btn */
.btn-submit-cool {
    width: 100%;
    padding: 20px;
    background: var(--deep-forest);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.btn-submit-cool::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: all 0.6s;
}

.btn-submit-cool:hover {
    background: var(--primary-green);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.25);
}

.btn-submit-cool:hover::before {
    left: 100%;
}

.btn-submit-cool i {
    transition: transform 0.4s ease;
}

.btn-submit-cool:hover i {
    transform: translate(5px, -5px);
}

/* map */
.map-premium-wrapper {
    margin-top: 80px;
    border-radius: 32px;
    overflow: hidden;
    height: 450px;
    border: 8px solid #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.map-premium-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(0.2) contrast(1.1);
}

/* responsive */
@media (max-width: 1024px) {
    .contact-layout-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .premium-contact-section {
        padding: 60px 0 100px 0;
    }
}

@media (max-width: 768px) {
    .container-custom {
        padding: 0 20px;
    }
    
    .premium-contact-section {
        padding: 80px 0 60px 0;
    }

    .contact-text-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .contact-title-side {
        font-size: 2.8rem;
    }
    
    .contact-desc-side {
        font-size: 1rem;
    }

    .premium-form-card {
        padding: 40px 20px;
        border-radius: 24px;
    }
    
    .form-header-title {
        font-size: 1.8rem;
    }
    
    .c-info-card {
        padding: 20px;
        border-radius: 24px;
        gap: 15px;
    }
    
    .c-icon-box {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .c-info-content h4 {
        font-size: 1.1rem;
    }
    
    .c-info-content p {
        font-size: 0.9rem;
    }
    
    .map-premium-wrapper {
        margin-top: 50px;
        height: 350px;
        border-width: 5px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 2.5rem;
    }
    
    .btn-submit-cool {
        padding: 15px;
        font-size: 1rem;
    }
}
