.information-page {
    background: #f5f9f7;
    color: #173b32;
}

.information-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.information-hero {
    position: relative;
    overflow: hidden;
    padding: 2.3rem 0 4rem;
    background: linear-gradient(135deg, #062f27, #087c5c);
    color: #ffffff;
}

.information-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -240px;
    right: -100px;
    border-radius: 50%;
    background: rgba(245, 184, 46, 0.18);
}

.information-hero::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: -230px;
    left: 8%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.information-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 2.5rem;
    font-size: 0.88rem;
    font-weight: 750;
}

.information-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.information-breadcrumb span {
    color: rgba(255, 255, 255, 0.75);
}

.information-hero-layout {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.information-hero-layout > div:first-child {
    max-width: 760px;
}

.information-eyebrow {
    display: block;
    margin-bottom: 0.75rem;
    color: #f5c44b;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.information-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
}

.information-hero p {
    max-width: 700px;
    margin: 1.1rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.75;
}

.information-hero-icon {
    display: grid;
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.1);
    color: #f5c44b;
    font-size: 4rem;
    transform: rotate(4deg);
    backdrop-filter: blur(10px);
}

.information-content {
    padding: 3rem 0 5rem;
}

.information-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.75fr);
    gap: 1.5rem;
    align-items: start;
}

.information-main-card {
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 2px solid #d4e2dd;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(7, 73, 57, 0.08);
}

.information-main-card h2 {
    margin: 2.2rem 0 0.8rem;
    color: #0a3b2f;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 800;
}

.information-main-card h2:first-child {
    margin-top: 0;
}

.information-main-card h3 {
    margin: 1.6rem 0 0.6rem;
    color: #123d32;
    font-size: 1.15rem;
    font-weight: 900;
}

.information-main-card p,
.information-main-card li {
    color: #455f56;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;
}

.information-main-card ul,
.information-main-card ol {
    padding-left: 1.4rem;
}

.information-main-card li + li {
    margin-top: 0.55rem;
}

.information-highlight {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1.2rem;
    border: 2px solid #a9d6c7;
    border-radius: 17px;
    background: #ecf8f4;
}

.information-highlight.warning {
    border-color: #ead08a;
    background: #fff8e4;
}

.information-highlight i {
    color: #087c5c;
    font-size: 1.55rem;
}

.information-highlight.warning i {
    color: #bd7e00;
}

.information-highlight strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #123d32;
    font-size: 1rem;
    font-weight: 900;
}

.information-highlight p {
    margin: 0;
    font-size: 0.92rem;
}

.information-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.information-feature-card {
    padding: 1.2rem;
    border: 2px solid #d5e2de;
    border-radius: 17px;
    background: #f9fcfb;
}

.information-feature-card i {
    display: block;
    margin-bottom: 0.75rem;
    color: #087c5c;
    font-size: 1.7rem;
}

.information-feature-card strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #123d32;
    font-size: 1rem;
    font-weight: 900;
}

.information-feature-card p {
    margin: 0;
    font-size: 0.9rem;
}

.information-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.information-side-card,
.information-side-links {
    padding: 1.3rem;
    border: 2px solid #d3e1dc;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(7, 73, 57, 0.06);
}

.information-side-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.information-side-card > i {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 12px;
    background: #e7f5f0;
    color: #087c5c;
    font-size: 1.25rem;
}

.information-side-card span,
.information-side-links > span {
    display: block;
    margin-bottom: 0.35rem;
    color: #087c5c;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.information-side-card h3 {
    margin: 0;
    color: #123d32;
    font-size: 1.05rem;
    font-weight: 900;
}

.information-side-card p {
    margin: 0.55rem 0 0.8rem;
    color: #526b62;
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.6;
}

.information-side-card a {
    color: #087c5c;
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
}

.information-side-links {
    display: flex;
    flex-direction: column;
}

.information-side-links > span {
    margin-bottom: 0.7rem;
}

.information-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e9e6;
    color: #284b40;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.information-side-links a:last-child {
    border-bottom: 0;
}

.information-side-links a:hover {
    color: #087c5c;
}

@media (max-width: 991.98px) {
    .information-layout {
        grid-template-columns: 1fr;
    }

    .information-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .information-side-links {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .information-hero {
        padding-bottom: 3rem;
    }

    .information-hero-icon {
        display: none;
    }

    .information-grid,
    .information-sidebar {
        grid-template-columns: 1fr;
    }

    .information-side-links {
        grid-column: auto;
    }
}



