/* ══════════════════════════════════════════
   INCOTEC LOCATIONS — Hauptstandort + Netzwerk
   ══════════════════════════════════════════ */

.incotec-locations {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.incotec-locations__head {
    margin-bottom: 40px;
}
.incotec-locations__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00a99d;
    margin-bottom: 14px;
}
.incotec-locations__title {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #002D47;
    margin: 0;
    letter-spacing: -0.01em;
}

/* ─── Hauptstandort ─── */
.incotec-locations__primary {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    background: linear-gradient(135deg, #002D47 0%, #003d5c 100%);
    color: #fff;
    border-radius: 16px;
    padding: 56px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}
.incotec-locations__primary::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 280px;
    height: 280px;
    background: #7AD3C1;
    opacity: 0.1;
    border-radius: 50%;
    pointer-events: none;
}
.incotec-locations__primary-body {
    position: relative;
    z-index: 1;
}
.incotec-locations__primary-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7AD3C1;
    margin-bottom: 16px;
}
.incotec-locations__primary-city {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    line-height: 1;
}
.incotec-locations__primary-address {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 28px;
}
.incotec-locations__primary-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.incotec-locations__primary-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}
.incotec-locations__primary-contact svg {
    color: #7AD3C1;
    flex-shrink: 0;
}
.incotec-locations__primary-contact:hover {
    color: #7AD3C1;
}
.incotec-locations__primary-meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    align-self: center;
}
.incotec-locations__primary-meta-lbl {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #7AD3C1;
    margin-bottom: 8px;
}
.incotec-locations__primary-meta-val {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
}

/* ─── Flaggen ─── */
.incotec-locations__flag {
    display: inline-flex;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(0, 45, 71, 0.08);
    box-shadow: 0 1px 3px rgba(0, 45, 71, 0.15);
}
.incotec-locations__flag--vertical {
    flex-direction: column;
    width: 20px;
    height: 14px;
    border-radius: 2px;
}
.incotec-locations__flag--horizontal {
    flex-direction: row;
    width: 32px;
    height: 22px;
    border-radius: 3px;
}
.incotec-locations__flag span {
    display: block;
    flex: 1;
}
/* Primary eyebrow flag always inherits a subtle white border */
.incotec-locations__primary-eyebrow .incotec-locations__flag {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

/* ─── Netzwerk ─── */
.incotec-locations__network {
    background: #fff;
    border: 1px solid #e8eeeb;
    border-radius: 16px;
    padding: 40px 48px;
}
.incotec-locations__network-head {
    margin-bottom: 32px;
    max-width: 720px;
}
.incotec-locations__network-title {
    font-size: 22px;
    font-weight: 700;
    color: #002D47;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}
.incotec-locations__network-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: #3E5B75;
    margin: 0;
}
.incotec-locations__network-grid {
    display: grid;
    gap: 48px;
    padding-top: 32px;
    border-top: 1px solid #e8eeeb;
}
.incotec-locations__network-col-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.incotec-locations__network-col-lbl {
    font-size: 15px;
    font-weight: 700;
    color: #002D47;
}
.incotec-locations__network-col-sub {
    font-size: 12px;
    color: #3E5B75;
    font-weight: 500;
    margin-top: 2px;
}
.incotec-locations__network-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}
.incotec-locations__network-city {
    font-size: 14px;
    color: #002D47;
    font-weight: 500;
    padding: 6px 0 6px 14px;
    position: relative;
}
.incotec-locations__network-city::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #7AD3C1;
    border-radius: 50%;
}
.incotec-locations__network-note {
    font-size: 13px;
    line-height: 1.6;
    color: #3E5B75;
    margin: 14px 0 0;
    font-style: italic;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .incotec-locations__primary {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 28px;
    }
    .incotec-locations__primary-city {
        font-size: 34px;
    }
    .incotec-locations__network {
        padding: 32px 24px;
    }
    .incotec-locations__network-grid {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }
    .incotec-locations__network-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .incotec-locations__network-list {
        grid-template-columns: 1fr;
    }
}
