.information-page { color: var(--ink); background: #f3f5ef; }
.information-header { position: relative; z-index: 10; }
.information-header .nav-link.active { color: var(--ink); background: var(--lime-soft); }
.information-page main { min-height: 65vh; padding-bottom: 110px; }
.information-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; min-height: 370px; margin-top: 26px; padding: 70px clamp(28px, 6vw, 78px); overflow: hidden; color: #fff; background: #11140f; border-radius: 34px; box-shadow: 0 35px 80px rgba(23,25,20,.18); }
.information-hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -100px; top: -210px; border: 1px solid rgba(223,242,109,.28); border-radius: 50%; box-shadow: 0 0 0 60px rgba(223,242,109,.035), 0 0 0 120px rgba(223,242,109,.025); }
.information-hero > div { position: relative; z-index: 1; max-width: 770px; }
.information-hero .eyebrow { color: var(--lime); }
.information-hero h1 { margin: 13px 0 22px; font-size: clamp(46px, 7vw, 82px); line-height: .95; letter-spacing: -.065em; }
.information-hero p:last-child { max-width: 680px; margin: 0; color: #bcc2b6; font-size: clamp(16px, 2vw, 19px); line-height: 1.7; }
.information-hero-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 120px; height: 120px; margin-right: 4vw; color: var(--ink); background: var(--lime); border-radius: 35px; font-size: 50px; transform: rotate(6deg); box-shadow: 0 25px 55px rgba(0,0,0,.32); }
.information-content { padding-top: 80px; }
.contact-intro { display: grid; grid-template-columns: 1fr minmax(300px, .65fr); align-items: end; gap: 60px; margin-bottom: 35px; }
.contact-intro h2 { margin: 10px 0 0; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.055em; }
.contact-intro > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-data-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 18px; min-height: 145px; padding: 28px; border: 1px solid rgba(23,25,20,.09); border-radius: 24px; background: #fff; box-shadow: 0 15px 40px rgba(23,25,20,.045); }
.contact-data-card-wide { grid-column: 1 / -1; }
.contact-data-card > span { display: grid; place-items: center; width: 58px; height: 58px; color: #526d00; background: var(--lime-soft); border-radius: 18px; font-size: 21px; }
.contact-data-card small { display: block; margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.contact-data-card strong, .contact-data-card a { display: block; color: var(--ink); font: 700 clamp(17px, 2vw, 22px)/1.35 "Manrope", sans-serif; overflow-wrap: anywhere; }
.contact-data-card a:hover { color: #607d00; }
.contact-data-card .missing-company-value { color: #a24d26; font-size: 15px; }
.contact-note { display: flex; align-items: flex-start; gap: 18px; margin-top: 18px; padding: 25px 28px; color: #dce0d8; background: #1c2119; border-radius: 20px; }
.contact-note > i { margin-top: 3px; color: var(--lime); font-size: 22px; }
.contact-note strong { color: #fff; }
.contact-note p { margin: 5px 0 0; color: #aeb5aa; }
.legal-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); align-items: start; gap: clamp(35px, 6vw, 80px); }
.legal-summary { position: sticky; top: 105px; padding: 32px; color: #fff; background: #151912; border-radius: 26px; box-shadow: 0 25px 60px rgba(23,25,20,.15); }
.legal-summary > span { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 28px; color: var(--ink); background: var(--lime); border-radius: 19px; font-size: 25px; }
.legal-summary .eyebrow { color: var(--lime); }
.legal-summary h2 { margin: 12px 0 18px; font-size: 32px; line-height: 1.05; letter-spacing: -.045em; }
.legal-summary p:not(.eyebrow) { color: #adb4a8; line-height: 1.7; }
.legal-summary a { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; color: var(--lime); font-weight: 700; }
.legal-article { padding: 10px 0; }
.legal-updated { display: inline-flex; margin: 0 0 25px; padding: 8px 12px; color: #56634e; background: #e7ebdf; border-radius: 99px; font-size: 12px; font-weight: 700; }
.legal-article section { padding: 28px 0; border-top: 1px solid rgba(23,25,20,.12); }
.legal-article section:first-of-type { border-top: 0; }
.legal-article h2 { margin: 0 0 17px; font-size: clamp(25px, 3vw, 33px); letter-spacing: -.035em; }
.legal-article p, .legal-article li { color: #5d6459; font-size: 16px; line-height: 1.78; }
.legal-article ul { padding-left: 20px; }
.legal-article li + li { margin-top: 8px; }
.legal-sources { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.legal-sources a { display: inline-flex; align-items: center; gap: 9px; padding: 11px 14px; color: var(--ink); background: var(--lime-soft); border-radius: 12px; font-size: 13px; font-weight: 700; }
.withdrawal-example { margin-top: 18px; padding: 17px 19px; border-left: 4px solid #a8c52e; border-radius: 0 13px 13px 0; background: #f3f6e5; }
.withdrawal-example strong { display: block; margin-bottom: 7px; color: #344500; font-size: 13px; }
.withdrawal-example p { margin: 0 !important; font-size: 14px !important; }
.information-footer { padding-top: 55px; }
.information-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 42px; }
.information-footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.information-footer-main nav a { color: #cdd1c9; font-size: 14px; }
.information-footer-main nav a:hover { color: var(--lime); }
@media (max-width: 991.98px) {
    .information-hero { min-height: 320px; }
    .information-hero-icon { width: 90px; height: 90px; margin-right: 0; font-size: 37px; }
    .legal-layout { grid-template-columns: 1fr; }
    .legal-summary { position: static; }
}
@media (max-width: 767.98px) {
    .information-page main { padding-bottom: 75px; }
    .information-hero { width: calc(100% - 18px); grid-template-columns: 1fr; min-height: 0; margin-top: 18px; padding: 48px 25px; border-radius: 27px; }
    .information-hero-icon { display: none; }
    .information-hero h1 { font-size: clamp(43px, 14vw, 62px); overflow-wrap: anywhere; }
    .information-content { padding-top: 55px; }
    .contact-intro { grid-template-columns: 1fr; gap: 18px; }
    .contact-data-grid { grid-template-columns: 1fr; }
    .contact-data-card-wide { grid-column: auto; }
    .contact-data-card { grid-template-columns: 48px minmax(0, 1fr); min-height: 120px; padding: 21px; }
    .contact-data-card > span { width: 48px; height: 48px; border-radius: 15px; }
    .information-footer-main { align-items: flex-start; flex-direction: column; }
    .information-footer-main nav { justify-content: flex-start; flex-direction: column; gap: 12px; }
}

html[data-theme="dark"] .information-page { color:#edf1e8; background:#11140f; }
html[data-theme="dark"] .information-header .nav-link.active { color:#f2f5ed; background:#2c351e; }
html[data-theme="dark"] .contact-data-card { color:#edf1e8; border-color:#363e32; background:#1b2018; box-shadow:0 15px 40px rgba(0,0,0,.2); }
html[data-theme="dark"] .contact-data-card strong,
html[data-theme="dark"] .contact-data-card a { color:#edf1e8; }
html[data-theme="dark"] .contact-data-card a:hover { color:var(--lime); }
html[data-theme="dark"] .contact-data-card > span { color:#171914; background:var(--lime); }
html[data-theme="dark"] .legal-updated { color:#c5cebe; background:#293027; }
html[data-theme="dark"] .legal-article section { border-color:rgba(255,255,255,.11); }
html[data-theme="dark"] .legal-article p,
html[data-theme="dark"] .legal-article li { color:#b2baad; }
html[data-theme="dark"] .legal-sources a { color:#eff3e8; background:#2b351d; }
html[data-theme="dark"] .withdrawal-example { background:#272f1c; }
html[data-theme="dark"] .withdrawal-example strong { color:#dff26d; }
