.info-page {
    background: #f3f8f8;
    color: #102025;
}

.info-container {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.info-kicker {
    margin: 0 0 14px;
    color: #11c6c0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

/* HERO */
.info-hero {
    padding: clamp(72px, 9vw, 124px) 0 clamp(62px, 8vw, 104px);
    background:
        radial-gradient(circle at 80% 20%, rgba(17, 198, 192, 0.18) 0%, transparent 34%),
        linear-gradient(145deg, #041a23 0%, #03141b 100%);
    color: #ffffff;
}

.info-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(34px, 5vw, 58px);
    color: rgba(234, 247, 248, 0.62);
    font-size: 14px;
    line-height: 1.4;
}

.info-breadcrumbs a {
    color: rgba(234, 247, 248, 0.76);
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-breadcrumbs a:hover {
    color: #11c6c0;
}

.info-hero__content {
    max-width: 860px;
}

.info-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7vw, 82px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.info-hero p:not(.info-kicker) {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgba(234, 247, 248, 0.78);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.65;
}

/* SECTIONS */
.info-section {
    padding: clamp(70px, 9vw, 112px) 0;
    background: #f3f8f8;
}

.info-section--light {
    background: #ffffff;
}

.info-section--dark {
    background: #041a23;
    color: #ffffff;
}

.info-section-head {
    max-width: 780px;
    margin-bottom: 42px;
}

.info-section-head h2,
.info-split__content h2,
.info-panel h2,
.info-cta h2 {
    margin: 0;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.8vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.info-section--dark h2,
.info-section--dark .info-kicker {
    color: #ffffff;
}

.info-section-head p,
.info-split__content p,
.info-panel p,
.info-cta p {
    margin: 20px 0 0;
    color: rgba(16, 32, 37, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.info-section--dark p {
    color: rgba(234, 247, 248, 0.76);
}

/* SPLIT */
.info-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: clamp(38px, 7vw, 86px);
    align-items: center;
}

.info-split__media {
    border-radius: 14px;
    overflow: hidden;
    background: #dce9eb;
    box-shadow: 0 24px 58px rgba(7, 27, 34, 0.14);
}

.info-split__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.info-link {
    display: inline-flex;
    align-items: center;
    margin-top: 26px;
    color: #0a8f89;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.info-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.info-link:hover::after {
    transform: translateX(4px);
}

/* CARDS */
.info-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.info-card {
    padding: 26px;
    border: 1px solid rgba(7, 27, 34, 0.08);
    border-radius: 18px;
    background: #f3f8f8;
    box-shadow: 0 18px 44px rgba(7, 27, 34, 0.05);
}

.info-card__number {
    display: inline-flex;
    margin-bottom: 26px;
    color: #11c6c0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.info-card h3 {
    margin: 0 0 12px;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.info-card p {
    margin: 0;
    color: rgba(16, 32, 37, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

/* CONTENT GRID */
.info-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.info-panel {
    padding: clamp(30px, 5vw, 48px);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 27, 34, 0.06);
}

.info-panel p:first-of-type {
    margin-top: 22px;
}

.info-facts {
    padding: 30px;
    border-radius: 22px;
    background: #041a23;
    color: #ffffff;
}

.info-facts h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.12;
}

.info-facts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-facts li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    color: rgba(234, 247, 248, 0.78);
    font-size: 15px;
    line-height: 1.55;
}

.info-facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #11c6c0;
}

/* CTA */
.info-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 5vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 20%, rgba(17, 198, 192, 0.16) 0%, transparent 34%),
        #03141b;
}

.info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 8px;
    background: #11c6c0;
    color: #03141b;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.info-button:hover {
    background: #2ddbd5;
    transform: translateY(-2px);
}

/* TEXT PAGE / LEGAL PAGES */
.info-article {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(58px, 8vw, 96px) 0;
}

.info-article h2 {
    margin: 46px 0 16px;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.info-article h3 {
    margin: 34px 0 12px;
    color: #071b22;
    font-size: 21px;
    line-height: 1.25;
}

.info-article p,
.info-article li {
    color: rgba(16, 32, 37, 0.76);
    font-size: 16px;
    line-height: 1.75;
}

.info-article a {
    color: #0a8f89;
    font-weight: 800;
    text-decoration: none;
}

.info-article a:hover {
    text-decoration: underline;
}

.info-article ul,
.info-article ol {
    padding-left: 22px;
}

.info-article-block {
    margin: 28px 0;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(7, 27, 34, 0.05);
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .info-split,
    .info-content-grid,
    .info-cta {
        grid-template-columns: 1fr;
    }

    .info-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info-button {
        width: fit-content;
    }
}

@media (max-width: 640px) {
    .info-container {
        width: min(100% - 24px, 1120px);
    }

    .info-hero {
        padding: 56px 0 62px;
    }

    .info-hero h1 {
        font-size: 42px;
    }

    .info-section {
        padding: 58px 0;
    }

    .info-card-grid {
        grid-template-columns: 1fr;
    }

    .info-panel,
    .info-facts,
    .info-cta {
        border-radius: 18px;
    }

    .info-button {
        width: 100%;
        min-width: 0;
    }
}
/*  */
/* FOUNDERS / TEAM */
.info-section--founders {
    background: #eaf4f6;
}

.info-founder {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: clamp(38px, 7vw, 86px);
    align-items: center;
}

.info-founder__media {
    border-radius: 16px;
    overflow: hidden;
    background: #dce9eb;
    box-shadow: 0 24px 58px rgba(7, 27, 34, 0.14);
}

.info-founder__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
}

.info-founder__content h2 {
    margin: 0;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.8vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.info-founder__content p {
    margin: 20px 0 0;
    color: rgba(16, 32, 37, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.info-founder__people {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.info-founder__people article {
    padding: 18px 20px;
    border: 1px solid rgba(7, 27, 34, 0.08);
    border-radius: 14px;
    background: #ffffff;
}

.info-founder__people strong {
    display: block;
    margin-bottom: 6px;
    color: #071b22;
    font-size: 16px;
    line-height: 1.2;
}

.info-founder__people span {
    display: block;
    color: rgba(16, 32, 37, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

/* STANDARDS / QUALIFICATIONS */
.info-standards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.info-standard-card {
    padding: 26px;
    border: 1px solid rgba(7, 27, 34, 0.08);
    border-radius: 18px;
    background: #f3f8f8;
    box-shadow: 0 18px 44px rgba(7, 27, 34, 0.05);
}

.info-standard-card span {
    display: inline-flex;
    margin-bottom: 24px;
    color: #11c6c0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.info-standard-card h3 {
    margin: 0 0 12px;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.info-standard-card p {
    margin: 0;
    color: rgba(16, 32, 37, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

.info-doc-note {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 34px);
    border-radius: 20px;
    background:
        radial-gradient(circle at 90% 15%, rgba(17, 198, 192, 0.12) 0%, transparent 32%),
        #041a23;
    color: #ffffff;
}

.info-doc-note h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.info-doc-note ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 34px;
}

.info-doc-note li {
    position: relative;
    break-inside: avoid;
    padding-left: 20px;
    margin-bottom: 12px;
    color: rgba(234, 247, 248, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.info-doc-note li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #11c6c0;
}

@media (max-width: 980px) {
    .info-founder {
        grid-template-columns: 1fr;
    }

    .info-founder__media img {
        aspect-ratio: 16 / 10;
    }

    .info-standards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info-doc-note ul {
        columns: 1;
    }
}

@media (max-width: 640px) {
    .info-standards-grid {
        grid-template-columns: 1fr;
    }

    .info-founder__media,
    .info-standard-card,
    .info-doc-note {
        border-radius: 16px;
    }
}
/*  */
/* CONTACT PAGE */
.contact-main-section {
    background: #f3f8f8;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.contact-info-card,
.contact-form-card {
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 27, 34, 0.06);
}

.contact-info-card {
    padding: clamp(26px, 4vw, 38px);
    position: sticky;
    top: calc(var(--header-height, 80px) + 24px);
}

.contact-info-card h2,
.contact-form-card h2 {
    margin: 0;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.contact-info-card p {
    margin: 18px 0 0;
    color: rgba(16, 32, 37, 0.74);
    font-size: 16px;
    line-height: 1.7;
}

.contact-info-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.contact-info-list li {
    padding: 18px 0;
    border-top: 1px solid rgba(7, 27, 34, 0.09);
    color: rgba(16, 32, 37, 0.76);
    font-size: 15px;
    line-height: 1.65;
}

.contact-info-list span {
    display: block;
    margin-bottom: 4px;
    color: #11c6c0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-info-list a {
    color: #0a8f89;
    font-weight: 800;
    text-decoration: none;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

.contact-info-note {
    margin-top: 28px;
    padding: 18px;
    border-radius: 14px;
    background: #041a23;
    color: rgba(234, 247, 248, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.contact-info-note strong {
    color: #ffffff;
}

.contact-form-card {
    padding: clamp(26px, 4vw, 42px);
}

.contact-request-form {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-request-form label {
    display: grid;
    gap: 8px;
    color: rgba(16, 32, 37, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.contact-request-form input,
.contact-request-form select,
.contact-request-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(7, 27, 34, 0.14);
    border-radius: 10px;
    background: #f5fafa;
    color: #071b22;
    font: inherit;
    font-size: 15px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-request-form textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-request-form input:focus,
.contact-request-form select:focus,
.contact-request-form textarea:focus {
    border-color: #11c6c0;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(17, 198, 192, 0.12);
}

.contact-form-consent {
    grid-template-columns: auto 1fr !important;
    align-items: start;
    gap: 10px !important;
    font-weight: 600 !important;
    line-height: 1.55;
}

.contact-form-consent input {
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #11c6c0;
}

.contact-form-consent a {
    color: #0a8f89;
    font-weight: 900;
    text-decoration: none;
}

.contact-form-consent a:hover {
    text-decoration: underline;
}

.contact-request-form button[type="submit"] {
    min-height: 54px;
    border: 0;
    border-radius: 10px;
    background: #11c6c0;
    color: #03141b;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-request-form button[type="submit"]:hover {
    background: #2ddbd5;
    transform: translateY(-1px);
}

.contact-form-small {
    margin: 0;
    color: rgba(16, 32, 37, 0.58);
    font-size: 12px;
    line-height: 1.5;
}

/* CONTACT MODAL */
.contact-submit-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(3, 20, 27, 0.78);
    backdrop-filter: blur(8px);
}

.contact-submit-modal.is-open {
    display: flex;
}

.contact-submit-modal__dialog {
    width: min(100%, 520px);
    padding: clamp(28px, 5vw, 44px);
    border-radius: 24px;
    background: #ffffff;
    color: #071b22;
    text-align: center;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.contact-loader {
    width: 62px;
    height: 62px;
    margin: 0 auto 24px;
    border-radius: 50%;
    border: 5px solid rgba(17, 198, 192, 0.18);
    border-top-color: #11c6c0;
    animation: contactSpin 0.8s linear infinite;
}

.contact-submit-modal h2 {
    margin: 0;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.contact-submit-modal p {
    margin: 16px 0 0;
    color: rgba(16, 32, 37, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

.contact-progress {
    height: 8px;
    margin-top: 26px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(7, 27, 34, 0.08);
}

.contact-progress span {
    display: block;
    width: 45%;
    height: 100%;
    border-radius: inherit;
    background: #11c6c0;
    animation: contactProgress 1.2s ease-in-out infinite;
}

.contact-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #11c6c0;
    color: #03141b;
    font-size: 34px;
    font-weight: 900;
}

.contact-submit-modal__success button {
    min-width: 180px;
    min-height: 48px;
    margin-top: 26px;
    border: 0;
    border-radius: 10px;
    background: #041a23;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit-modal__success button:hover {
    background: #0a2a35;
    transform: translateY(-1px);
}

@keyframes contactSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes contactProgress {
    0% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(260%);
    }
}

@media (max-width: 900px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        position: static;
    }
}

@media (max-width: 640px) {
    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-form-card {
        border-radius: 18px;
    }

    .contact-submit-modal {
        padding: 16px;
    }

    .contact-submit-modal__dialog {
        border-radius: 18px;
    }
}
/*  */
/* TOURS PAGE */
.tours-section {
    background: #f3f8f8;
}

.tour-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tour-page-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(7, 27, 34, 0.09);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(7, 27, 34, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tour-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 64px rgba(7, 27, 34, 0.12);
}

.tour-page-card--featured {
    border-color: rgba(17, 198, 192, 0.42);
    box-shadow: 0 24px 68px rgba(17, 198, 192, 0.12);
}

.tour-page-card__image {
    overflow: hidden;
    background: #dce9eb;
}

.tour-page-card__image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.tour-page-card:hover .tour-page-card__image img {
    transform: scale(1.04);
}

.tour-page-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.tour-page-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.tour-page-card__top span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(17, 198, 192, 0.12);
    color: #0a8f89;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tour-page-card__top strong {
    color: #071b22;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
}

.tour-page-card h3 {
    margin: 0 0 14px;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.tour-page-card p {
    margin: 0 0 20px;
    color: rgba(16, 32, 37, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.tour-page-card__features {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.tour-page-card__features li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 9px;
    color: rgba(16, 32, 37, 0.76);
    font-size: 14px;
    line-height: 1.5;
}

.tour-page-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #11c6c0;
}

.tour-page-card__conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 22px;
}

.tour-page-card__conditions span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f3f8f8;
    color: rgba(16, 32, 37, 0.72);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.tour-page-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border-radius: 10px;
    background: #11c6c0;
    color: #03141b;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tour-page-card__button:hover {
    background: #2ddbd5;
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .tour-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .tour-page-grid {
        grid-template-columns: 1fr;
    }

    .tour-page-card {
        border-radius: 18px;
    }

    .tour-page-card__body {
        padding: 20px;
    }

    .tour-page-card h3 {
        font-size: 25px;
    }
}
/*  */
/* HISTORICAL DOSSIER CARDS */
.historical-dossier-list {
    display: grid;
    gap: 24px;
}

.historical-dossier {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 27, 34, 0.1);
    box-shadow: 0 18px 44px rgba(7, 27, 34, 0.06);
}

.historical-dossier--accent {
    border-color: rgba(17, 198, 192, 0.42);
    box-shadow: 0 24px 68px rgba(17, 198, 192, 0.12);
}

.historical-dossier__aside {
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 4vw, 36px);
    background:
        radial-gradient(circle at 20% 18%, rgba(17, 198, 192, 0.16) 0%, transparent 34%),
        linear-gradient(145deg, #041a23 0%, #03141b 100%);
    color: #ffffff;
}

.historical-dossier__number {
    display: inline-flex;
    margin-bottom: 34px;
    color: #11c6c0;
    font-size: clamp(46px, 6vw, 78px);
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -0.08em;
}

.historical-dossier__route {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(17, 198, 192, 0.13);
    color: #11c6c0;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.historical-dossier__aside h3 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.historical-dossier__aside a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 10px;
    background: #11c6c0;
    color: #03141b;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.historical-dossier__aside a:hover {
    background: #2ddbd5;
    transform: translateY(-1px);
}

.historical-dossier__content {
    padding: clamp(26px, 4vw, 42px);
}

.historical-dossier__headline {
    margin: 0 0 20px;
    color: #071b22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.6vw, 48px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.historical-dossier__content > p:not(.historical-dossier__headline) {
    margin: 0 0 24px;
    color: rgba(16, 32, 37, 0.76);
    font-size: 17px;
    line-height: 1.75;
}

.historical-dossier__findings {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 18px;
    background: #f3f8f8;
    border: 1px solid rgba(7, 27, 34, 0.08);
}

.historical-dossier__findings h4 {
    margin: 0 0 18px;
    color: #071b22;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.historical-dossier__findings ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.historical-dossier__findings li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    color: rgba(16, 32, 37, 0.76);
    font-size: 15px;
    line-height: 1.65;
}

.historical-dossier__findings li:last-child {
    margin-bottom: 0;
}

.historical-dossier__findings li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #11c6c0;
}

.historical-dossier__findings strong {
    color: #071b22;
    font-weight: 900;
}

@media (max-width: 860px) {
    .historical-dossier {
        grid-template-columns: 1fr;
    }

    .historical-dossier__aside a {
        margin-top: 28px;
    }
}

@media (max-width: 560px) {
    .historical-dossier {
        border-radius: 18px;
    }

    .historical-dossier__aside,
    .historical-dossier__content {
        padding: 22px;
    }

    .historical-dossier__headline {
        font-size: 28px;
    }

    .historical-dossier__content > p:not(.historical-dossier__headline) {
        font-size: 16px;
    }

    .historical-dossier__findings {
        border-radius: 14px;
    }
}