/* Travel Colombia — vivid travel edition. */
:root {
    --blue: #548dff;
    --navy: #fff;
    --deep: #12399d;
    --green: #71ef37;
    --green-hover: #94ff58;
    --pale: #193d78;
    --line: #2b4975;
    --muted: #b9cceb;
    --width: 1240px;
    --bg: #071b3e;
    --panel: #102a53
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px
}

body {
    margin: 0;
    color: #eff5ff;
    background: var(--bg);
    font: 1rem/1.8 Arial, Helvetica, sans-serif
}

a {
    color: #a8d9ff;
    text-underline-offset: 4px
}

button {
    font: inherit
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #ffdc39;
    outline-offset: 5px
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    line-height: 1.2;
    margin: 0 0 24px;
    overflow-wrap: anywhere
}

h1 {
    font-size: clamp(2.5rem, 5.6vw, 5rem);
    letter-spacing: -.045em;
    font-weight: 900
}

h2 {
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    letter-spacing: -.025em
}

h3 {
    font-size: 1.28rem;
    margin: 30px 0 16px;
    color: #c6e3ff
}

p {
    margin: 0 0 22px
}

.wrap {
    width: min(var(--width), calc(100% - 64px));
    margin-inline: auto
}

.skip {
    position: absolute;
    top: -100px;
    background: #fff;
    color: #09234e;
    padding: 12px;
    z-index: 30
}

.skip:focus {
    top: 8px
}

.header {
    background: #061735;
    border-bottom: 1px solid #254471
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 90px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    font-size: 1.45rem;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
    flex-shrink: 0
}

.brand-country {
    display: block;
    color: var(--green);
    font-size: .9rem;
    letter-spacing: .08em;
    margin-top: 6px;
    font-style: normal
}

.brand-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: var(--green);
    color: #092c20;
    border-radius: 12px;
    font-size: 1.8rem;
    transform: rotate(-7deg)
}

.brand-icon>span {
    position: absolute;
    right: 4px;
    top: 0;
    font-size: .8rem
}

.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.nav a {
    padding: 10px 14px;
    color: #c7d7f0;
    font-size: .9rem;
    font-weight: 700;
    border-radius: 7px;
    text-decoration: none
}

.nav a:hover {
    background: #173866;
    color: white
}

.nav a[aria-current=page] {
    background: #164dc4;
    color: white;
    box-shadow: inset 0 -3px var(--green)
}

.button,
.menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    border-radius: 8px;
    padding: 14px 24px;
    background: var(--green);
    color: #0b2912;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    min-height: 50px;
    cursor: pointer;
    box-shadow: 0 5px 0 #2a871c;
    transition: transform .18s, background .18s
}

.button:hover,
.menu-button:hover {
    background: var(--green-hover);
    transform: translateY(-2px);
    color: #092512
}

.menu-button {
    display: none
}

.eyebrow {
    font-size: .8rem;
    letter-spacing: .12em;
    font-weight: 800;
    color: #81d5ff;
    text-transform: uppercase;
    margin-bottom: 22px
}

.home-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    margin-top: 32px;
    background: linear-gradient(110deg, #164dd9 0%, #173fa7 44%, #082a58 100%);
    border: 1px solid #4279ed;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 55px #0004
}

.hero-copy {
    position: relative;
    z-index: 1;
    padding: 46px 0 48px 42px
}

.hero-copy .eyebrow {
    display: inline-block;
    border: 1px solid #739bfd;
    background: #10286880;
    border-radius: 30px;
    padding: 7px 12px;
    color: #e0edff;
    font-size: .75rem;
    margin-bottom: 24px
}

.hero-copy h1 {
    font-size: clamp(3.1rem, 6.4vw, 5.8rem);
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.01;
    margin-bottom: 24px;
    letter-spacing: -.055em;
    text-shadow: 0 4px 0 #082b81
}

.hero-copy h1 span {
    display: block;
    color: #c6ff4b
}

.hero-subtitle {
    max-width: 450px;
    font-size: 1.65rem;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 28px
}

.hero-photo {
    position: relative;
    margin: 0;
    min-height: 480px;
    overflow: hidden
}

.hero-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% center;
    filter: saturate(1.3);
    mask-image: linear-gradient(to right, transparent, #000 28%)
}

.hero-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #061b45dd, transparent 60%);
    pointer-events: none
}

.hero-photo figcaption {
    position: absolute;
    z-index: 1;
    bottom: 28px;
    right: 28px;
    left: 45px;
    background: #071c43df;
    border: 1px solid #73a7dd;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 1.25rem;
    font-weight: 800;
    backdrop-filter: blur(6px)
}

.hero-photo figcaption span {
    font-size: .8rem;
    color: #c6ff4b;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: block
}

.photo-credit {
    text-align: right;
    font-size: .75rem;
    color: #adc0dd;
    margin: 10px 0 24px
}

.photo-credit a {
    color: #c5d6f0
}

.topic-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 0
}

.topic-strip a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 158px;
    padding: 19px;
    border: 1px solid #4d86e7;
    border-radius: 12px;
    background: linear-gradient(135deg, #155ac7, #123274);
    color: white;
    text-decoration: none;
    transition: transform .18s, box-shadow .18s;
    overflow: hidden
}

.topic-strip a:nth-child(2) {
    background: linear-gradient(135deg, #027d78, #123e5c);
    border-color: #279d9d
}

.topic-strip a:nth-child(3) {
    background: linear-gradient(135deg, #703bd0, #331574);
    border-color: #9961ed
}

.topic-strip a:nth-child(4) {
    background: linear-gradient(135deg, #a4490d, #663310);
    border-color: #c58438
}

.topic-strip a:nth-child(5) {
    background: linear-gradient(135deg, #145ba3, #063b65);
    border-color: #4289c8
}

.topic-strip a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 22px #0005
}

.tile-kicker {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #e6edff
}

.tile-title {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 17px;
    max-width: 85%
}

.tile-note {
    font-size: .8rem;
    color: #fff;
    margin-top: 8px;
    line-height: 1.4
}

.tile-arrow {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 1.3rem;
    color: #caff74
}

.reading-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 34px;
    padding-block: 48px
}

.toc {
    position: sticky;
    top: 24px;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #0d254b;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px 16px
}

.toc .eyebrow {
    margin-bottom: 14px;
    color: #c6ff4b
}

.toc a {
    display: flex;
    gap: 10px;
    font-size: .85rem;
    line-height: 1.5;
    padding: 9px 4px;
    text-decoration: none;
    color: #c4d5ed
}

.toc a>span {
    color: #8dbeff;
    font: .75rem/1.7 monospace
}

.toc a:hover {
    color: var(--green)
}

.article {
    min-width: 0
}

.intro {
    color: #c4d5eb;
    font-size: 1.03rem;
    margin-bottom: 28px;
    padding: 0 5px
}

.article-section {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 22px;
    box-shadow: 0 8px 20px #0001
}

.article-section:last-child {
    margin-bottom: 0
}

.article-section h2 {
    color: white
}

.article-section>p:not(.section-number),
.article-section li {
    color: #d1ddf0
}

.section-number {
    color: #9fdaff;
    font: .75rem/1.5 monospace;
    letter-spacing: .06em;
    margin-bottom: 15px
}

.article-section>p:last-child {
    margin-bottom: 0
}

.table-wrap {
    overflow-x: auto;
    margin: 28px 0;
    border: 1px solid #45618b;
    border-radius: 10px
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: .95rem
}

th,
td {
    padding: 15px;
    border-bottom: 1px solid #355179;
    vertical-align: top;
    min-width: 140px
}

thead {
    background: #164caf
}

tbody {
    background: #102849
}

tbody th {
    color: #c3e5ff;
    font-weight: 600
}

tbody tr:last-child>* {
    border-bottom: 0
}

.steps {
    padding-left: 28px
}

.steps li {
    padding-left: 8px;
    margin-bottom: 12px
}

.steps li::marker {
    color: var(--green);
    font-weight: 800
}

.faq {
    padding: 20px 0;
    border-top: 1px solid #365780
}

.faq summary {
    cursor: pointer;
    margin-left: 20px;
    padding-left: 8px
}

.faq summary::marker {
    color: var(--green)
}

.faq summary h3 {
    display: inline;
    font-size: 1.1rem;
    color: #ecf3ff;
    margin: 0
}

.faq>div {
    padding-top: 18px;
    color: #ccdbee
}

.faq>div>p:last-child {
    margin: 0
}

.page-hero {
    background: linear-gradient(115deg, #103a9e, #1e4dbe 60%, #253475);
    border-bottom: 1px solid #4e72c8;
    padding: 24px 0 40px
}

.page-hero h1 {
    max-width: 1000px;
    font-style: italic;
    text-shadow: 0 3px 0 #09235c
}

.page-hero .eyebrow {
    color: #ccff77;
    margin-top: 26px
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: .875rem;
    color: #d3e4ff
}

.breadcrumbs a {
    color: #d3e4ff
}

.page-deck {
    font-size: 1.15rem;
    color: #e3edff;
    max-width: 740px
}

.next-guide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 34px 38px;
    background: linear-gradient(120deg, #233e95, #4b2a90);
    border: 1px solid #6b70cf;
    border-radius: 15px;
    margin-bottom: 48px
}

.next-guide .eyebrow {
    color: #caff74;
    margin-bottom: 10px
}

.next-title {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px
}

.next-guide p:last-child {
    color: #e5e8ff;
    margin: 0
}

.next-guide .button {
    flex-shrink: 0
}

.footer {
    background: #05132d;
    border-top: 1px solid #29456d;
    padding: 38px 0 20px
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 32px
}

.footer-brand {
    font-size: 1.35rem;
    font-weight: 800;
    font-style: italic;
    color: white;
    text-decoration: none
}

.footer p {
    font-size: .875rem;
    color: #b0c2df;
    margin-top: 8px
}

.footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 32px
}

.footer nav a {
    color: #c4d6ed;
    font-size: .875rem;
    text-decoration: none
}

.footer a:hover {
    color: var(--green)
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #263d62;
    margin-top: 24px;
    padding-top: 20px;
    font-size: .8rem;
    color: #afc3de
}

.privacy-content {
    max-width: 880px;
    padding: 40px 0
}

.privacy-content h2 {
    font-size: 1.65rem
}

.draft-note {
    background: #3b2e15;
    border: 1px solid #94743d;
    color: #ffdf9d;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 26px
}

@media(max-width:1050px) {
    .header-inner {
        flex-wrap: wrap;
        padding-block: 18px
    }

    .nav {
        width: 100%
    }

    .hero-copy {
        padding: 34px 0 36px 30px
    }

    .home-hero {
        gap: 8px
    }

    .reading-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 24px
    }

    .topic-strip {
        gap: 10px
    }

    .topic-strip a {
        padding: 14px
    }

    .tile-title {
        font-size: 1.02rem
    }

    .article-section {
        padding: 26px
    }
}

@media(max-width:720px) {
    .wrap {
        width: calc(100% - 32px)
    }

    .header-inner {
        min-height: 82px;
        gap: 14px
    }

    .js .menu-button {
        display: inline-flex
    }

    .nav {
        flex-direction: column;
        gap: 0
    }

    .js .nav:not(.is-open) {
        display: none
    }

    .nav a {
        padding: 12px
    }

    .home-hero {
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 0
    }

    .hero-copy {
        padding: 28px 24px
    }

    .hero-copy .eyebrow {
        font-size: .67rem;
        letter-spacing: .06em;
        padding: 6px 10px;
        max-width: 100%
    }

    .hero-copy h1 {
        font-size: clamp(2.6rem, 11.5vw, 4rem)
    }

    .hero-subtitle {
        font-size: 1.3rem;
        margin-bottom: 22px
    }

    .hero-photo {
        min-height: 230px
    }

    .hero-photo img {
        mask-image: none
    }

    .hero-photo figcaption {
        left: 18px;
        right: 18px;
        bottom: 16px;
        padding: 10px 16px;
        font-size: 1.1rem
    }

    .photo-credit {
        text-align: left;
        line-height: 1.5
    }

    .topic-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .topic-strip a {
        min-height: 140px;
        padding: 16px
    }

    .topic-strip a:last-child {
        grid-column: 1/-1;
        min-height: 110px
    }

    .tile-title {
        font-size: 1.15rem
    }

    .reading-layout {
        display: block;
        padding-block: 32px
    }

    .toc {
        position: static;
        max-height: none;
        margin-bottom: 28px
    }

    .article-section {
        padding: 23px 20px
    }

    .article-section h2 {
        font-size: 1.6rem
    }

    .page-hero {
        padding-bottom: 30px
    }

    .page-hero h1 {
        font-size: 2.6rem
    }

    .page-deck {
        font-size: 1.05rem
    }

    .next-guide {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px
    }

    .next-guide .button {
        max-width: 100%
    }

    .footer-top,
    .footer-bottom {
        flex-direction: column
    }

    .privacy-content {
        padding: 28px 0
    }

    th,
    td {
        padding: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .button,
    .menu-button,
    .topic-strip a {
        transition: none
    }
}

@media print {
    body {
        background: white;
        color: black
    }

    .header,
    .footer,
    .toc,
    .next-guide,
    .button,
    .topic-strip,
    .hero-photo,
    .photo-credit,
    .skip {
        display: none
    }

    .home-hero,
    .reading-layout {
        display: block;
        background: white
    }

    .wrap {
        width: 100%
    }

    .hero-copy {
        padding: 0
    }

    .article-section {
        background: white;
        border: 0;
        padding: 0
    }

    .article-section h2,
    .article-section p,
    .article-section li,
    h3,
    .intro,
    .hero-copy h1,
    .hero-copy h1 span {
        color: black;
        text-shadow: none
    }

    .page-hero {
        background: white
    }

    .faq>div {
        display: block
    }

    h1 {
        font-size: 28pt
    }

    h2 {
        font-size: 22pt
    }
}

/* Изображения и контекстные переходы, сентябрь 2026. */
.header-inner {
    gap: 16px
}

.nav {
    gap: 3px
}

.nav a {
    padding: 10px 10px;
    font-size: .85rem
}

.nav .header-cta {
    background: var(--green);
    color: #0b2912;
    padding: 10px 16px;
    margin-left: 8px;
    white-space: nowrap;
    min-height: 44px;
    font-size: .85rem
}

.nav .header-cta:hover {
    background: var(--green-hover);
    color: #0b2912
}

.page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    gap: 38px;
    align-items: center
}

.page-hero-copy {
    min-width: 0
}

.page-hero-copy h1 {
    font-size: clamp(2.4rem, 4.5vw, 4.3rem)
}

.page-hero-image {
    /* margin: 12px 0 0; */
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #7395cf;
    background: #0a244d
}

.page-hero-image img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.page-hero-image figcaption {
    padding: 12px 16px;
    background: #0a244d;
    color: #e6f0ff;
    font-size: .85rem;
    line-height: 1.5
}

.image-caption {
    display: block
}

.page-hero-image small,
.editorial-photo small {
    display: block;
    font-size: .72rem;
    color: #b8cde9;
    margin-top: 7px;
    line-height: 1.5
}

.page-hero-image small a,
.editorial-photo small a {
    color: #c7ddfa
}

.editorial-photo {
    margin: 28px 0 0;
    overflow: hidden;
    border-radius: 12px;
    background: #081e3e;
    border: 1px solid #355680
}

.editorial-photo img {
    width: 100%;
    height: 320px;
    object-fit: cover
}

.editorial-photo figcaption {
    padding: 14px 18px;
    font-size: .9rem;
    line-height: 1.5;
    color: #e5effe
}

.section-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 26px;
    padding: 24px;
    background: linear-gradient(115deg, #174486, #30327b);
    border: 1px solid #4967ad;
    border-radius: 12px
}

.section-action .action-title {
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px
}

.section-action p:not(.action-title) {
    color: #d4e3fa;
    font-size: .92rem;
    line-height: 1.6;
    margin: 0
}

.section-action .button {
    font-size: .9rem;
    flex-shrink: 0;
    padding: 12px 18px
}

.visual-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: #0b2048;
    border: 1px solid #345889;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 28px
}

.visual-story .editorial-photo {
    border: 0;
    border-radius: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column
}

.visual-story .editorial-photo img {
    height: 260px;
    flex: 1;
    min-height: 260px
}

.visual-story-copy {
    padding: 24px;
    align-self: center
}

.visual-story-copy .eyebrow {
    font-size: .7rem;
    letter-spacing: .08em;
    margin-bottom: 14px
}

.visual-story-copy .story-title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 800;
    color: white;
    margin-bottom: 16px
}

.visual-story-copy>p:not(.eyebrow):not(.story-title) {
    font-size: .95rem;
    color: #ccddf4;
    line-height: 1.6
}

.visual-story-copy .button {
    font-size: .9rem;
    padding: 12px 18px;
    gap: 8px
}

.photo-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px
}

.photo-pair .editorial-photo {
    margin: 0
}

.photo-pair .editorial-photo img {
    height: 260px
}

.privacy-content>.article-section .editorial-photo img {
    height: 280px
}

@media(max-width:1150px) {
    .header-inner {
        flex-wrap: wrap;
        padding-block: 16px
    }

    .nav {
        width: 100%;
        justify-content: space-between
    }

    .nav .header-cta {
        margin-left: 0
    }

    .page-hero-grid {
        gap: 24px
    }

    .section-action {
        flex-direction: column;
        align-items: flex-start
    }

    .visual-story {
        grid-template-columns: 1fr
    }

    .visual-story .editorial-photo img {
        height: 260px;
        flex: none
    }

    .visual-story-copy {
        padding: 24px
    }
}

@media(max-width:720px) {
    .nav {
        justify-content: flex-start
    }

    .nav a {
        font-size: .95rem;
        padding: 12px
    }

    .nav .header-cta {
        margin: 12px 0 6px;
        align-self: flex-start;
        padding: 12px 20px
    }

    .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px
    }

    .page-hero-image {
        margin: 0
    }

    .page-hero-image img {
        height: 240px
    }

    .page-hero-copy h1 {
        font-size: 2.6rem
    }

    .editorial-photo img {
        height: 240px
    }

    .editorial-photo figcaption {
        padding: 12px 14px
    }

    .photo-pair {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .photo-pair .editorial-photo img {
        height: 240px
    }

    .section-action {
        padding: 20px
    }

    .visual-story-copy {
        padding: 22px
    }

    .visual-story-copy .story-title {
        font-size: 1.4rem
    }

    .visual-story .editorial-photo img {
        height: 240px;
        min-height: 0
    }

    .privacy-content>.article-section .editorial-photo img {
        height: 230px
    }

    .section-action .button,
    .visual-story .button {
        max-width: 100%;
        white-space: normal;
        text-align: center
    }
}

@media print {

    .section-action,
    .visual-story-copy .button {
        display: none
    }

    .visual-story,
    .photo-pair,
    .page-hero-grid {
        display: block
    }

    .editorial-photo,
    .page-hero-image {
        break-inside: avoid
    }
}