/**
 * Korte introductiesectie over Wieke Logistics.
 *
 * Ontwerp:
 * - Warme, oranjeachtige achtergrond
 * - Sterke tekstkolom
 * - Paarse informatiekaart met oranje accenten
 * - Persoonlijke en toegankelijke uitstraling
 */

/* =========================================================
   1. SECTIEBASIS
   ========================================================= */

.wieke-info {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: var(--wieke-section-space);
    background:
        radial-gradient(
            circle at 10% 24%,
            rgba(235, 103, 9, 0.14),
            transparent 24rem
        ),
        radial-gradient(
            circle at 90% 78%,
            rgba(89, 86, 115, 0.07),
            transparent 28rem
        ),
        linear-gradient(
            135deg,
            var(--wieke-orange-light) 0%,
            #fff8f3 52%,
            var(--wieke-orange-soft) 100%
        );
}

.wieke-info::before {
    position: absolute;
    top: 18%;
    left: -7rem;
    z-index: -1;
    width: 15rem;
    height: 15rem;
    border: 2.25rem solid rgba(89, 86, 115, 0.055);
    border-radius: 50%;
    content: "";
}

.wieke-info::after {
    position: absolute;
    right: -3rem;
    bottom: -6rem;
    z-index: -1;
    width: 19rem;
    height: 19rem;
    border-radius: 45% 55% 50% 50%;
    background: rgba(235, 103, 9, 0.075);
    content: "";
    transform: rotate(18deg);
}


/* =========================================================
   2. HOOFDINDELING
   ========================================================= */

.wieke-info__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(28rem, 1.08fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
}

.wieke-info__intro {
    max-width: 42rem;
}


/* =========================================================
   3. INTRODUCTIETEKST
   ========================================================= */

.wieke-info__title {
    max-width: 13ch;
    margin-bottom: 1.5rem;
    color: var(--wieke-purple-dark);
}

.wieke-info__title::after {
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 1.25rem;
    border-radius: var(--wieke-radius-pill);
    background:
        linear-gradient(
            90deg,
            var(--wieke-orange) 0%,
            var(--wieke-orange) 72%,
            rgba(235, 103, 9, 0.18) 72%,
            rgba(235, 103, 9, 0.18) 100%
        );
    content: "";
}

.wieke-info__text {
    max-width: 40rem;
    color: var(--wieke-text);
    font-size: clamp(1rem, 1.45vw, 1.12rem);
    line-height: 1.78;
}

.wieke-info__text p {
    margin-bottom: 1.25rem;
}

.wieke-info__text p:first-child {
    color: var(--wieke-purple-dark);
    font-weight: 550;
}

.wieke-info__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.4rem;
    margin-top: 2rem;
}


/* =========================================================
   4. INFORMATIEPANEEL
   ========================================================= */

.wieke-info__feature-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.25rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius:
        2rem 0.6rem 2rem 2rem;
    background:
        linear-gradient(
            145deg,
            var(--wieke-purple-darker) 0%,
            var(--wieke-purple) 68%,
            #67637f 100%
        );
    color: var(--wieke-white);
    box-shadow:
        0 1.5rem 4rem rgba(61, 58, 82, 0.22);
}

.wieke-info__feature-panel::before {
    position: absolute;
    top: -6rem;
    right: -5rem;
    width: 15rem;
    height: 15rem;
    border: 2rem solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
}

.wieke-info__feature-panel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 0.45rem;
    border-radius: var(--wieke-radius-pill) 0 0 0;
    background: var(--wieke-orange);
    content: "";
}


/* =========================================================
   5. PANEELKOP
   ========================================================= */

.wieke-info__feature-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.wieke-info__feature-icon {
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    color: var(--wieke-orange-light);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.wieke-info__feature-kicker {
    margin-bottom: 0.35rem;
    color: var(--wieke-orange-light);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wieke-info__feature-header h3 {
    max-width: 20ch;
    margin-bottom: 0;
    color: var(--wieke-white);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.25;
}


/* =========================================================
   6. VOORDELENLIJST
   ========================================================= */

.wieke-info__feature-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wieke-info__feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin: 0;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.wieke-info__feature-list li:first-child {
    padding-top: 0;
}

.wieke-info__feature-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.wieke-info__check {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
    border-radius: 0.7rem;
    background: var(--wieke-orange);
    color: var(--wieke-white);
    box-shadow:
        0 0.4rem 1rem rgba(235, 103, 9, 0.24);
}

.wieke-info__feature-list li > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.2rem;
}

.wieke-info__feature-list strong {
    color: var(--wieke-white);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.4;
}

.wieke-info__feature-list span:not(.wieke-info__check) {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.55;
}


/* =========================================================
   7. ONDERSTE ROUTEBALK
   ========================================================= */

.wieke-info__feature-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--wieke-radius-medium);
    background: rgba(255, 255, 255, 0.07);
}

.wieke-info__feature-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.45;
}

.wieke-info__route-dot {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 0.8rem;
    border: 0.15rem solid var(--wieke-white);
    border-radius: 50%;
    background: var(--wieke-orange);
    box-shadow:
        0 0 0 0.24rem rgba(235, 103, 9, 0.2);
}

.wieke-info__route-dot::after {
    position: absolute;
    top: 50%;
    left: calc(100% + 0.65rem);
    width: 2rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    content: "";
    transform: translateY(-50%);
}