/* =========================================================
   AL-YAQEEN – INFORMATIONEN
   Eigener CSS-Bereich
   ========================================================= */

.yaqeen-information-page {
    width: 100%;
    padding: 70px 40px 90px;
    background: #f5f7f5;
}

.yaqeen-information-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 35px;
    align-items: stretch;
}


/* =========================================================
   LINKES MENÜ
   ========================================================= */

.yaqeen-information-sidebar {
    position: sticky;
    top: 30px;

    background:
        linear-gradient(
            145deg,
            #173b2b 0%,
            #123526 100%
        );

    border-radius: 0 26px 26px 26px;

    padding: 25px 18px 12px;

    margin-top: 20px;

    box-shadow:
        0 20px 45px rgba(23, 59, 43, 0.15);

    overflow: hidden;
}

.yaqeen-information-sidebar-title {
    color: #c89b3c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 5px 12px 20px;
}

.yaqeen-information-tab {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    text-align: left;
    padding: 15px 17px;
    margin-bottom: 7px;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        padding-left 0.25s ease;
}

.yaqeen-information-tab:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #c89b3c;
    padding-left: 22px;
}

.yaqeen-information-tab.active {
    background: #c89b3c;
    color: #173b2b;
}


/* =========================================================
   RECHTER INHALTSBEREICH
   ========================================================= */

.yaqeen-information-content {
    min-width: 0;
}

.yaqeen-information-panel {
    display: none;
    background: #ffffff;
    border-radius: 0 28px 28px 28px;
    padding: 45px 50px;
    min-height: 520px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.yaqeen-information-panel.active {
    display: block;
}


/* =========================================================
   KLEINE ÜBERSCHRIFT
   ========================================================= */

.yaqeen-information-eyebrow {
    display: inline-block;
    color: #c89b3c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 12px;
}


/* =========================================================
   TITEL
   ========================================================= */

.yaqeen-information-panel h2 {
    margin: 0 0 18px;
    color: #173b2b;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.yaqeen-information-panel h3 {
    margin: 30px 0 12px;
    color: #173b2b;
    font-size: 21px;
    font-weight: 700;
}


/* =========================================================
   TEXT
   ========================================================= */

.yaqeen-information-panel p {
    color: #59645f;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 16px;
    max-width: 760px;
}


/* =========================================================
   KONTAKT / TELEFON
   ========================================================= */

.yaqeen-information-phone-box {
    margin-top: 30px;
    padding: 22px 25px;
    background: #f3f6f3;
    border-left: 4px solid #c89b3c;
    border-radius: 0 14px 14px 14px;
}

.yaqeen-information-phone-box strong {
    display: block;
    color: #173b2b;
    font-size: 14px;
    margin-bottom: 9px;
}

.yaqeen-information-phone {
    display: block;
    color: #173b2b;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 5px;
}

.yaqeen-information-phone:hover {
    color: #c89b3c;
}

.yaqeen-information-email {
    color: #59645f;
    font-size: 15px;
    text-decoration: none;
}

.yaqeen-information-email:hover {
    color: #c89b3c;
}


/* =========================================================
   INFO-KARTEN
   ========================================================= */

.yaqeen-information-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.yaqeen-information-card {
    padding: 22px;
    background: #f5f7f5;
    border-radius: 0 16px 16px 16px;
    border: 1px solid #e3e8e4;
}

.yaqeen-information-card h4 {
    margin: 0 0 8px;
    color: #173b2b;
    font-size: 16px;
}

.yaqeen-information-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.yaqeen-information-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 13px 22px;
    background: #173b2b;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.yaqeen-information-button:hover {
    background: #075c45;
    transform: translateY(-2px);
}

.yaqeen-information-button.gold {
    background: #c89b3c;
    color: #173b2b;
}

.yaqeen-information-button.gold:hover {
    background: #b28a35;
}


/* =========================================================
   LISTEN
   ========================================================= */

.yaqeen-information-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.yaqeen-information-list li {
    position: relative;
    padding: 10px 0 10px 28px;
    color: #59645f;
    font-size: 15px;
    line-height: 1.6;
}

.yaqeen-information-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    color: #c89b3c;
    font-weight: 700;
}


/* =========================================================
   TRENNLINIE
   ========================================================= */

.yaqeen-information-divider {
    width: 80px;
    height: 2px;
    background: #c89b3c;
    margin: 22px 0 25px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .yaqeen-information-page {
        padding: 50px 20px 70px;
    }

    .yaqeen-information-container {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .yaqeen-information-sidebar {
        padding: 15px;
    }

    .yaqeen-information-sidebar-title {
        margin-bottom: 12px;
    }

    .yaqeen-information-tab {
        padding: 13px 15px;
    }

    .yaqeen-information-panel {
        padding: 35px 28px;
        min-height: auto;
    }

    .yaqeen-information-panel h2 {
        font-size: 29px;
    }

}


@media (max-width: 600px) {

    .yaqeen-information-page {
        padding: 35px 15px 55px;
    }

    .yaqeen-information-panel {
        padding: 28px 22px;
        border-radius: 0 20px 20px 20px;
    }

    .yaqeen-information-panel h2 {
        font-size: 25px;
    }

    .yaqeen-information-panel p {
        font-size: 15px;
    }

    .yaqeen-information-cards {
        grid-template-columns: 1fr;
    }

    .yaqeen-information-phone {
        font-size: 19px;
    }

}

/* =========================================================
   AL-YAQEEN – WEITERES STYLING INFORMATIONEN
   ========================================================= */


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e7ebe8;
    position: relative;
    z-index: 20;
}

.header-inner {
    max-width: 1500px;
    min-height: 105px;
    margin: 0 auto;
    padding: 0 55px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Logo */

.header-logo {
    color: #173b2b !important;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.4px;

    transition: color 0.25s ease;
}

.header-logo:hover {
    color: #c89b3c !important;
}


/* Navigation */

.main-nav {
    display: flex;
    align-items: center;
    gap: 42px;
}

.main-nav a {
    position: relative;

    color: #173b2b !important;
    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;

    padding: 12px 0;

    transition: color 0.25s ease;
}

.main-nav a::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;

    height: 2px;

    background: #c89b3c;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #c89b3c !important;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}


/* Login */

.login-link {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f3f6f3;

    color: #173b2b !important;
    text-decoration: none !important;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.login-link span {
    font-size: 18px;
}

.login-link:hover {
    background: #c89b3c;
    color: #173b2b !important;
    transform: translateY(-2px);
}


/* =========================================================
   INFORMATIONEN – HINTERGRUND
   ========================================================= */

.yaqeen-information-page {
    min-height: calc(100vh - 105px);

    padding-top: 80px;
    padding-bottom: 100px;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(200, 155, 60, 0.08),
            transparent 28%
        ),
        #f4f7f5;
}


/* =========================================================
   HAUPT-CONTAINER
   ========================================================= */

.yaqeen-information-container {
    max-width: 1250px;

    grid-template-columns: 290px minmax(0, 1fr);

    gap: 40px;
}


/* =========================================================
   LINKES MENÜ
   ========================================================= */

.yaqeen-information-sidebar {
    position: sticky;
    top: 30px;

    background:
        linear-gradient(
            145deg,
            #173b2b 0%,
            #123526 100%
        );

    border-radius: 0 26px 26px 26px;

    padding: 25px 18px 22px;

    box-shadow:
        0 20px 45px rgba(23, 59, 43, 0.15);

    overflow: hidden;
}


/* kleine goldene Linie oben */

.yaqeen-information-sidebar::before {
    content: "";

    display: block;

    width: 55px;
    height: 3px;

    margin: 0 12px 20px;

    background: #c89b3c;

    border-radius: 5px;
}


.yaqeen-information-sidebar-title {
    font-size: 12px;
    letter-spacing: 2px;

    margin: 0 12px 22px;
}


/* Menüelemente */

.yaqeen-information-tab {
    position: relative;

    min-height: 52px;

    margin-bottom: 5px;

    border-radius: 10px;

    padding: 14px 16px 14px 19px;

    text-align: left;

    font-size: 15px;
    font-weight: 600;
}


/* goldene Markierung links */

.yaqeen-information-tab::before {
    content: "";

    position: absolute;

    left: 0;
    top: 12px;
    bottom: 12px;

    width: 3px;

    background: #c89b3c;

    border-radius: 0 3px 3px 0;

    opacity: 0;

    transition: opacity 0.25s ease;
}


.yaqeen-information-tab:hover::before,
.yaqeen-information-tab.active::before {
    opacity: 1;
}


/* Active */

.yaqeen-information-tab.active {
    box-shadow:
        0 6px 15px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   RECHTER BEREICH
   ========================================================= */

.yaqeen-information-panel {
    position: relative;

    padding: 52px 58px 58px;

    min-height: 540px;

    border-radius: 0 30px 30px 30px;

    box-shadow:
        0 20px 55px rgba(20, 45, 35, 0.08);

    overflow: hidden;
}


/* dezente goldene Linie oben */

.yaqeen-information-panel::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #c89b3c 0%,
            #d9b866 35%,
            transparent 75%
        );
}


/* dezenter Hintergrundkreis */

.yaqeen-information-panel::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -120px;
    bottom: -120px;

    border-radius: 50%;

    border: 1px solid rgba(200, 155, 60, 0.13);

    pointer-events: none;
}


/* =========================================================
   ÜBERSCHRIFTEN
   ========================================================= */

.yaqeen-information-eyebrow {
    font-size: 11px;
    letter-spacing: 2.2px;

    margin-bottom: 13px;
}


.yaqeen-information-panel h2 {
    font-size: 38px;
    line-height: 1.15;

    letter-spacing: -0.5px;

    margin-bottom: 20px;
}


.yaqeen-information-divider {
    width: 95px;
    height: 3px;

    margin: 0 0 30px;

    border-radius: 4px;

    background:
        linear-gradient(
            90deg,
            #c89b3c,
            #d8b35e
        );
}


/* =========================================================
   TEXT
   ========================================================= */

.yaqeen-information-panel p {
    font-size: 16px;
    line-height: 1.8;

    color: #5b6761;

    max-width: 820px;
}


/* =========================================================
   TELEFON BOX
   ========================================================= */

.yaqeen-information-phone-box {
    position: relative;

    margin-top: 34px;

    padding: 25px 30px;

    background:
        linear-gradient(
            135deg,
            #f3f6f3,
            #eef2ef
        );

    border-left: 4px solid #c89b3c;

    border-radius: 0 18px 18px 18px;

    box-shadow:
        inset 0 0 0 1px rgba(23, 59, 43, 0.03);
}


.yaqeen-information-phone-box strong {
    font-size: 13px;

    letter-spacing: 0.3px;

    color: #173b2b;

    margin-bottom: 7px;
}


.yaqeen-information-phone {
    font-size: 22px;

    letter-spacing: 0.3px;

    margin-bottom: 6px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.yaqeen-information-button {
    position: relative;

    padding: 14px 23px;

    border-radius: 9px;

    font-size: 14px;

    box-shadow:
        0 7px 18px rgba(23, 59, 43, 0.12);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


.yaqeen-information-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 11px 25px rgba(23, 59, 43, 0.17);
}


.yaqeen-information-button.gold {
    box-shadow:
        0 7px 18px rgba(200, 155, 60, 0.22);
}


/* =========================================================
   KARTEN
   ========================================================= */

.yaqeen-information-cards {
    gap: 20px;
    margin-top: 32px;
}


.yaqeen-information-card {
    position: relative;

    padding: 25px;

    background: #f7f9f7;

    border-radius: 0 17px 17px 17px;

    border: 1px solid #e5eae6;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.yaqeen-information-card:hover {
    transform: translateY(-4px);

    border-color: rgba(200, 155, 60, 0.45);

    box-shadow:
        0 12px 25px rgba(23, 59, 43, 0.07);
}


.yaqeen-information-card h4 {
    font-size: 17px;

    margin-bottom: 10px;
}


.yaqeen-information-card p {
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   LISTEN
   ========================================================= */

.yaqeen-information-list {
    margin-top: 25px;
}


.yaqeen-information-list li {
    padding: 11px 0 11px 32px;

    border-bottom: 1px solid #edf0ee;
}


.yaqeen-information-list li:last-child {
    border-bottom: none;
}


.yaqeen-information-list li::before {
    content: "✓";

    width: 19px;
    height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;

    top: 11px;

    background: rgba(200, 155, 60, 0.12);

    border-radius: 50%;

    font-size: 11px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .header-inner {
        min-height: 85px;
        padding: 0 25px;
    }

    .header-logo {
        font-size: 21px;
    }

    .main-nav {
        gap: 22px;
    }

    .yaqeen-information-page {
        min-height: auto;
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .yaqeen-information-sidebar {
        position: relative;
        top: auto;
    }

    .yaqeen-information-panel {
        padding: 40px 30px 45px;
    }

    .yaqeen-information-panel h2 {
        font-size: 32px;
    }
}


@media (max-width: 600px) {

    .header-inner {
        min-height: 75px;
        padding: 0 18px;
    }

    .header-logo {
        font-size: 19px;
    }

    .main-nav {
        gap: 15px;
    }

    .main-nav a {
        font-size: 13px;
    }

    .login-link {
        width: 34px;
        height: 34px;
    }

    .yaqeen-information-page {
        padding: 30px 15px 50px;
    }

    .yaqeen-information-sidebar {
        padding: 20px 13px;
    }

    .yaqeen-information-panel {
        padding: 32px 22px 38px;
        border-radius: 0 22px 22px 22px;
    }

    .yaqeen-information-panel h2 {
        font-size: 28px;
    }

    .yaqeen-information-phone {
        font-size: 18px;
    }

}