/* =========================================================
   INFO / LEGAL PAGES DESIGN
========================================================= */

.info-page-wrap {

    margin: 0 auto;
    padding: 24px 18px 54px;
}

.info-hero {
    position: relative;
    overflow: hidden;
    padding: 34px;
    margin-bottom: 22px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(245,166,35,.18), transparent 34%),
        linear-gradient(135deg, #101723 0%, #080d14 100%);
    border: 1px solid rgba(245,166,35,.38);
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.info-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(245,166,35,.08);
    pointer-events: none;
}

.info-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 6px 13px;
    margin-bottom: 14px;
    border-radius: 999px;
    color: #ffad1f;
    background: rgba(245,166,35,.10);
    border: 1px solid rgba(245,166,35,.32);
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.info-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 1000;
    letter-spacing: -.8px;
}

.info-hero p {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0;
    color: #b8c7dc;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 700;
}

.info-content-card {
    padding: 28px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(17,25,37,.96), rgba(9,14,22,.96));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 14px 38px rgba(0,0,0,.25);
}

.info-section {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.info-section:first-child {
    padding-top: 0;
}

.info-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.info-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 1000;
}

.info-section h2::before {
    content: "";
    width: 7px;
    height: 24px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: #ffad1f;
    box-shadow: 0 0 16px rgba(255,173,31,.35);
}

.info-section p {
    margin: 0 0 12px;
    color: #dce7f7;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
}

.info-section p:last-child {
    margin-bottom: 0;
}

.info-section a {
    color: #ffad1f;
    font-weight: 900;
    text-decoration: none;
}

.info-section a:hover {
    text-decoration: underline;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 4px;
}

.info-mini-card {
    padding: 17px;
    border-radius: 16px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09);
}

.info-mini-card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffad1f;
    font-size: 14px;
    font-weight: 1000;
}

.info-mini-card span {
    display: block;
    color: #c5d1e4;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
}

.info-list {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.info-list li {
    padding: 12px 14px;
    border-radius: 13px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: #dce7f7;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 800;
}

.info-list li::before {
    content: "›";
    color: #ffad1f;
    font-weight: 1000;
    margin-right: 8px;
}

.info-alert {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(245,166,35,.09);
    border: 1px solid rgba(245,166,35,.28);
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 800;
}

.info-alert strong {
    color: #ffad1f;
}

.info-contact-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    margin-top: 10px;
    border-radius: 999px;
    background: #ffad1f;
    color: #070b11 !important;
    text-decoration: none !important;
    font-weight: 1000;
}

.info-contact-box:hover {
    filter: brightness(1.07);
}

@media (max-width: 900px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-hero {
        padding: 26px 20px;
    }

    .info-content-card {
        padding: 22px 18px;
    }
}

@media (max-width: 560px) {
    .info-page-wrap {
        padding: 16px 10px 36px;
    }

    .info-hero {
        border-radius: 17px;
    }

    .info-hero h1 {
        font-size: 29px;
    }

    .info-section h2 {
        font-size: 20px;
    }

    .info-section p {
        font-size: 14px;
    }
}
