/* ================================================================
   KONTAKT PREMIUM - CLEAN & MODERN (FINAL VERSION)
   ================================================================ */

.contact-premium-wrapper {
    padding-top: 140px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- TYPOGRAFIA --- */
.text-accent-red {
    color: #A10510;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.main-display-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 300;
    line-height: 1.1;
    color: #060912;
    letter-spacing: -0.02em;
}

.thin-italic { font-style: italic; color: #64748b; }
.text-soft { color: #64748b; font-size: 15px; line-height: 1.7; }

/* --- GRID INFORMACYJNY --- */
.contact-grid-modern { padding: 100px 0; }
.grid-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 120px;
    align-items: start;
}

.method-item { margin-bottom: 60px; }
.method-item label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #94a3b8;
    margin-bottom: 15px;
}

.method-item address, .contact-link {
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #060912;
    text-decoration: none;
    display: block;
}
.contact-link:hover { color: #A10510; }

/* --- PROCES (STEPS) --- */
.section-subtitle { font-size: 14px; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 600; color: #060912; }
.minimal-divider { width: 40px; height: 1px; background: #A10510; margin: 20px 0 50px; }

.step-card { display: flex; gap: 30px; margin-bottom: 50px; }
.step-index { font-size: 12px; font-weight: 900; color: #A10510; margin-top: 5px; }
.step-text h3 { font-size: 16px; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; }
.step-text p { font-size: 14px; color: #64748b; line-height: 1.6; }

/* --- SEKCJA MAPY (ASYMETRYCZNA) --- */
.map-section-premium {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.map-flex-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 600px;
}

.map-text-side {
    flex: 0 0 450px;
    display: flex;
    align-items: center;
    padding: 60px;
    background: #fff;
    z-index: 2;
}

.map-info-card .philosophy-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.map-info-card .map-desc {
    font-size: 13px;
    margin-bottom: 25px;
}

.map-visual-side {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}

.map-image-vintage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none !important;
    transition: transform 0.6s ease;
}

.map-visual-side:hover .map-image-vintage { transform: scale(1.02); }

/* --- ŚCIEŻKA PROJEKTOWA (PATH TO SPACE) --- */
.path-container {
    padding: 100px 0 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.path-header { margin-bottom: 60px; }
.path-main-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #060912;
}

.path-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
    margin-bottom: 80px;
}

.path-digit {
    font-size: 12px;
    font-weight: 900;
    color: #A10510;
    display: block;
    margin-bottom: 15px;
}

.path-label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #060912;
}

.path-accent {
    width: 40px;
    height: 1px;
    background: #A10510;
    margin-bottom: 20px;
}

.path-text {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    font-weight: 300;
}

/* --- WSPARCIE PLUS --- */
.path-premium-fullwidth {
    background: #f8fafc;
    padding: 80px 40px;
    border-radius: 4px;
}

.premium-heading {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #060912;
}

.premium-heading span {
    font-weight: 600;
    color: #A10510;
}

.premium-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.p-feature strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #060912;
}

.p-feature p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
}

/* --- PRZYCISKI --- */
.btn-modern-outline {
    display: inline-block; padding: 20px 45px; border: 1px solid #060912;
    text-transform: uppercase; font-weight: 700; font-size: 11px; letter-spacing: 0.2em;
    text-decoration: none; color: #060912; transition: all 0.3s;
}
.btn-modern-outline:hover { background: #060912; color: #fff; transform: translateY(-3px); }

/* --- FORMULARZ / MODAL FIXES (Zastępują style inline) --- */
.contact-header .header-line {
    margin: 1.5rem auto;
}

.file-upload-group {
    margin-top: 15px;
}

#modal-file-upload {
    display: none;
}

#modal-form-status {
    display: none;
    margin-top: 15px;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 1024px) {
    .map-flex-container { flex-direction: column-reverse; }
    .map-text-side { flex: none; padding: 40px 20px; text-align: center; }
    .map-visual-side { height: 400px; }
    .minimal-divider { margin: 20px auto !important; }
    .grid-inner { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 768px) {
    .contact-premium-wrapper { padding-top: 100px; }
    .path-container, .path-premium-fullwidth { padding-left: 20px; padding-right: 20px; }
    .path-grid { gap: 40px; }
    .premium-features { grid-template-columns: 1fr; }
    .container-fluid { padding: 0 20px; }
}
