@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=account_balance,arrow_forward,cloud_download,directions_bike,headphones,location_on,map,museum,park,route');

@font-face {
    font-family: 'DMSerifDisplay';
    src: url('/img/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body > header {
    display: flex;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.download-page {
    background: #ffffff;
    color: #0d3542;
    font-family: 'Roboto', Arial, sans-serif;
}

.download-page *,
.download-page *::before,
.download-page *::after {
    box-sizing: border-box;
}

.download-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
}

.download-page .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 44px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.download-hero {
    min-height: 760px;
    padding: 145px 20px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.96) 45%, #ffffff 100%),
        url('/img/bgi/mc3/mc3_1920x1280.jpg') center top / cover no-repeat;
}

.download-hero-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.download-hero-title {
    margin: 0 0 16px;
    color: #101820;
    font-family: 'DMSerifDisplay', Georgia, serif;
    font-size: clamp(3rem, 5.6vw, 5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.download-hero-title span {
    color: #007f79;
}

.download-hero-lead,
.download-hero-support {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    color: #24353b;
}

.download-hero-lead {
    margin-bottom: 18px;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 500;
    line-height: 1.45;
}

.download-hero-support {
    margin-bottom: 0;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.5;
}

.download-hero-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.download-qr {
    padding: 10px;
    background: #ffffff;
    border: 3px solid #007f79;
    border-radius: 18px;
    box-shadow: 0 7px 22px rgba(13, 53, 66, 0.13);
}

.download-qr img {
    display: block;
    width: 134px;
    height: 134px;
}

.download-hero-desktop p {
    margin: 0;
    color: #007f79;
    font-size: 1.05rem;
    font-weight: 700;
}

.download-hero-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.download-hero-mobile a {
    display: inline-flex;
}

.download-hero-mobile img {
    display: block;
    width: auto;
    height: 50px;
}

.download-features-section,
.download-discover-section,
.download-questions-section {
    padding: 78px 0;
}

.download-features-section {
    background: #ffffff;
}

.download-discover-section,
.download-questions-section {
    background: #f8faf9;
}

.download-section-heading {
    position: static;
    display: block;
    height: auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 0;
    box-shadow: none;
    margin: 0 auto 40px;
    text-align: center;
}

.download-section-heading h2,
.download-questions-card > h2 {
    margin: 0 0 8px;
    color: #101820;
    font-family: 'DMSerifDisplay', Georgia, serif;
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    font-weight: 400;
    line-height: 1.12;
}

.download-section-heading p {
    margin: 0;
    color: #53666c;
    font-size: 1.05rem;
}

.download-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.download-feature-card {
    min-height: 250px;
    padding: 30px 22px 26px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(13, 53, 66, 0.08);
}

.download-feature-card > .material-symbols-outlined {
    margin-bottom: 16px;
    color: #417b53;
    font-size: 58px;
}

.download-feature-card h3 {
    margin: 0 0 12px;
    color: #16384a;
    font-size: 1.22rem;
    font-weight: 700;
}

.download-feature-card p {
    margin: 0;
    color: #53666c;
    font-size: 1rem;
    line-height: 1.55;
}

.download-destinations-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.download-destination-card {
    position: relative;
    padding-bottom: 8px;
    text-align: center;
}

.download-destination-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(13, 53, 66, 0.12);
}

.download-destination-icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #417b53;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(13, 53, 66, 0.13);
    font-size: 29px !important;
}

.download-destination-card h3 {
    margin: 8px 0 0;
    color: #24353b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.download-find-tour-button {
    width: fit-content;
    margin: 32px auto 0;
    padding: 14px 38px;
    display: block;
    color: #ffffff;
    background: #ea5a3e;
    border-radius: 9px;
    box-shadow: 0 5px 14px rgba(234, 90, 62, 0.25);
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.download-find-tour-button:hover {
    color: #ffffff;
    background: #d94c32;
    transform: translateY(-2px);
}

.download-find-tour-button:focus-visible,
.download-hero-mobile a:focus-visible,
.download-guide-link a:focus-visible {
    outline: 3px solid rgba(0, 127, 121, 0.45);
    outline-offset: 4px;
}

.download-questions-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 36px 10px;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 18px;
    box-shadow: 0 7px 20px rgba(13, 53, 66, 0.08);
}

.download-questions-card > h2 {
    margin-bottom: 12px;
    text-align: center;
}

.download-question-row {
    padding: 20px 8px;
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.5fr);
    gap: 34px;
    align-items: start;
    border-top: 1px solid #dfe6e3;
}

.download-question-row h3 {
    margin: 0;
    color: #16384a;
    font-size: 1.08rem;
    line-height: 1.45;
}

.download-question-row p {
    margin: 0;
    color: #53666c;
    font-size: 1rem;
    line-height: 1.55;
}

.download-guide-link {
    margin: 26px 0 0;
    color: #53666c;
    text-align: center;
    font-size: 1rem;
}

.download-guide-link a {
    color: #007f79;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
    .download-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .download-destinations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 18px;
    }

}

@media (max-width: 768px) {
    .download-hero {
        min-height: 680px;
        padding: 120px 15px 60px;
    }

    .desktop-break {
        display: none;
    }

    .download-hero-desktop {
        display: none;
    }

    .download-hero-mobile {
        display: flex;
    }

    .download-features-section,
    .download-discover-section,
    .download-questions-section {
        padding: 60px 0;
    }

    .download-features-grid {
        grid-template-columns: 1fr;
    }

    .download-feature-card {
        min-height: 0;
    }

    .download-destinations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .download-question-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .download-container {
        padding: 0 15px;
    }

    .download-hero {
        min-height: 650px;
        padding-top: 105px;
    }

    .download-hero-mobile {
        flex-direction: column;
    }

    .download-destinations-grid {
        grid-template-columns: 1fr;
        max-width: 330px;
        margin: 0 auto;
    }

    .download-questions-card {
        padding: 24px 18px 6px;
    }

    .download-question-row {
        padding: 18px 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .download-find-tour-button {
        transition: none;
    }

    .download-find-tour-button:hover {
        transform: none;
    }
}
