
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@400;600;700;800;900&display=swap');

:root {

    --pri: #F5FBFF;
    --sec: #64B5D9;
    --acc: #1E90C0;
    --dark: #0D4F6E;
    --textDark: #062030;
    --textMid: #0D4F6E;
    --textLight: #2A7A9E;


    --accent-gradient: linear-gradient(120deg, var(--acc), var(--sec));


    --radius-btn: 8px;


    --radius-card: 12px;
}


*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    overflow-x: hidden;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--textDark);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 0.5em;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

h1 { font-size: clamp(2.25rem, 5.5vw, 4.25rem); font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.35rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-weight: 700; }
h4 { font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 700; }

a {
    text-decoration: none;
    color: var(--acc);
}

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

ul {
    list-style: none;
}


.prz-section {
    padding: clamp(56px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

main {
    overflow-x: hidden;
    max-width: 100%;
}


.prz-section--diagonal-top {
    padding-top: clamp(80px, 10vw, 140px);
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -40px;
    z-index: 10;
}

.prz-section--white { background-color: #fff; }
.prz-section--tint { background-color: var(--pri); }
.prz-section--light-bg { background-color: var(--pri); }
.prz-section--diagonal-cut { background-color: var(--pri); }
.prz-section--accent-gradient { background: var(--accent-gradient); }

.prz-footer.prz-section--light-bg { background-color: var(--dark); background-image: none; }


.prz-content-block { max-width: 800px; margin: 0 auto; }
.prz-section__title {
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    margin-bottom: 0.85rem;
    color: var(--dark);
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.prz-text { margin-bottom: 0.85em; color: var(--textDark); font-size: 0.9375rem; }
.prz-text--small { font-size: 0.85rem; color: var(--textMid); margin-bottom: 0.85em; }
.prz-text--center { text-align: center; }
.prz-heading--h2 { font-size: 1.2rem; margin: 1.25em 0 0.4em; color: var(--dark); }
.prz-heading--h3 { font-size: 1.05rem; margin: 0.85em 0 0.35em; color: var(--textMid); }
.prz-list { list-style: disc; padding-left: 1.5em; margin: 0.5em 0 1em; }
.prz-list li { margin-bottom: 0.4em; }
.prz-link { color: var(--acc); text-decoration: underline; }

.prz-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 60px);
    box-sizing: border-box;
}
.prz-container h1,
.prz-container h2,
.prz-container .prz-section__title {
    max-width: 100%;
}



.prz-text-on-dark {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}


.prz-text-muted {
    color: var(--textLight);
}


.prz-hero {
    position: relative;
    min-height: 100svh;
    max-width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.prz-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}
.prz-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.15);
    transition: transform 0.55s ease-out;
}
.prz-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    padding: 0 clamp(20px, 5vw, 60px);
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.prz-hero__content h1,
.prz-hero__content .prz-hero__title,
.prz-hero__content .prz-hero__tagline,
.prz-hero__content .prz-hero__flag,
.prz-hero__content .prz-hero__rating,
.prz-hero__content .prz-btn-group {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.prz-hero__content .prz-hero__flag {
    display: block;
    margin-bottom: 0.5rem;
}
.prz-hero__content h1,
.prz-hero__content .prz-hero__title {
    max-width: 640px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.prz-hero h1 {
    font-size: clamp(2.25rem, 5.5vw, 4.25rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.prz-hero__tagline {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: rgba(255,255,255,0.88);
    margin: 20px auto 40px;
    line-height: 1.6;
}
.prz-hero__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
}


.prz-hero__bokeh-canvas,
.prz-hero__canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}


.prz-dest-card {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    aspect-ratio: 3/4;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.3s;
}
.prz-dest-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.prz-dest-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.prz-dest-card:hover .prz-dest-card__img {
    transform: scale(1.08);
}
.prz-dest-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 50%);
}
.prz-dest-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.prz-dest-card__country {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.8;
    margin-bottom: 6px;
}
.prz-dest-card__name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.prz-dest-card__tag {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 14px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    font-size: 0.8rem;
    backdrop-filter: blur(4px);
}

/* Top Attractions cards (image + content block on destination pages) */
.prz-dest-card:has(.prz-dest-card__content) {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 6px 24px rgba(13, 79, 110, 0.1);
}
.prz-dest-card:has(.prz-dest-card__content):hover {
    box-shadow: 0 12px 36px rgba(13, 79, 110, 0.15);
}
.prz-dest-card img.prz-dest-card__image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    background: var(--pri);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.prz-dest-card:hover img.prz-dest-card__image {
    transform: scale(1.05);
}
.prz-dest-card__content {
    padding: 1.35rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.prz-dest-card__content .prz-dest-card__title {
    font-size: clamp(1.1rem, 2.2vw, 1.35rem);
    font-weight: 700;
    color: var(--dark);
    margin: 0;
    line-height: 1.25;
}
.prz-dest-card__content .prz-dest-card__tag {
    margin-top: 0;
    margin-bottom: 0.25rem;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: var(--pri);
    color: var(--acc);
    border: none;
    width: fit-content;
}
.prz-dest-card__description {
    font-size: 0.9375rem;
    color: var(--textMid);
    line-height: 1.55;
    margin: 0;
}


.prz-feature {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 32px;
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}
.prz-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.prz-feature__icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-card);
    background: var(--accent-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    color: #fff;
}
.prz-feature__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}
.prz-feature__text {
    color: var(--textMid);
    line-height: 1.7;
    font-size: 0.95rem;
}


.prz-experience-card {
    position: relative;
    background: #fff;
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}
.prz-experience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.prz-experience-card__img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.prz-experience-card__content {
    padding: 24px;
}
.prz-experience-card__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}
.prz-experience-card__city {
    display: inline-block;
    background-color: var(--pri);
    color: var(--acc);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.prz-experience-card__text {
    color: var(--textMid);
    font-size: 0.95rem;
    line-height: 1.7;
}



.prz-testimonial {
    background: #fff;
    border-radius: var(--radius-card);
    padding: 36px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}
.prz-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.prz-testimonial::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 24px;
    font-size: 8rem;
    color: var(--sec);
    opacity: 0.15;
    font-family: Georgia, serif;
    line-height: 1;
}
.prz-testimonial__text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--textDark);
    margin-bottom: 24px;
    font-style: italic;
    position: relative;
    z-index: 1;
}
.prz-testimonial__author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.prz-testimonial__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--sec);
}
.prz-testimonial__name {
    font-weight: 700;
    color: var(--dark);
    font-size: 0.95rem;
}
.prz-testimonial__dest {
    font-size: 0.82rem;
    color: var(--acc);
}
.prz-testimonial__stars {
    color: gold;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1;
}
.prz-testimonial__quote { font-size: 0.9375rem; line-height: 1.75; color: #062030; margin-bottom: 1rem; font-style: italic; position: relative; z-index: 1; }
.prz-testimonial__destination { font-size: 0.8rem; color: var(--acc); }

.prz-testimonial .prz-testimonial__name,
.prz-testimonial .prz-testimonial__quote { color: #062030; }
.prz-testimonial .prz-testimonial__destination { color: var(--acc); }
.prz-section--light-bg .prz-section__title { color: #0D4F6E; }
.prz-section--accent-gradient .prz-section__title.prz-text--white,
.prz-section--accent-gradient .prz-rating-overall__text { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,0.2); }


.prz-hero--reviews { min-height: 38vh; }
.prz-hero--reviews .prz-hero__content { padding: 2rem 1rem; }
.prz-hero--reviews::before { background: transparent; }
.prz-hero.prz-section--accent-gradient { background: var(--accent-gradient); }
.prz-hero__rating { margin-top: 0.75rem; }
.prz-hero__rating-text { color: rgba(255,255,255,0.9); font-size: 0.9375rem; margin-top: 0.5rem; }
.prz-stars { color: #ffd700; font-size: 1.25rem; letter-spacing: 0.1em; }
.prz-stars--lg { font-size: 2rem; }
.prz-text--white { color: #fff; }
.prz-rating-overall { margin: 1rem 0; }
.prz-rating-overall__text { font-size: 0.9375rem; margin-top: 0.5rem; }
.prz-rating-overall__score { font-weight: 700; }
.prz-btn--outline-white { background: transparent; color: #fff; border: 2px solid #fff; }
.prz-btn--outline-white:hover { background: #fff; color: var(--acc); border-color: #fff; }


.prz-grid { display: grid; gap: clamp(16px, 3vw, 32px); grid-template-columns: 1fr; }
.prz-grid--2 { grid-template-columns: 1fr; }
.prz-grid--gap-lg { gap: clamp(24px, 4vw, 40px); }
@media (min-width: 768px) {
    .prz-grid--2.prz-grid--tablet-2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .prz-grid--desktop-3 { grid-template-columns: repeat(3, 1fr); }
}
.prz-card { border-radius: var(--radius-card); overflow: hidden; }


.prz-newsletter {
    background: var(--accent-gradient);
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding: clamp(56px, 8vw, 100px) clamp(20px, 5vw, 60px);
    box-sizing: border-box;
    text-align: center;
    border-radius: var(--radius-card);
    margin-top: clamp(24px, 4vw, 48px);
    margin-bottom: clamp(24px, 4vw, 48px);
}
.prz-newsletter h2 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin-bottom: 16px;
}
.prz-newsletter p {
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    max-width: 500px;
    margin-inline: auto;
}
.prz-newsletter__form {
    display: flex;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.prz-newsletter__input {
    flex: 1;
    min-width: 200px;
    padding: 16px 20px;
    border: none;
    border-radius: var(--radius-btn);
    font-size: 1rem;
    outline: none;
}
.prz-newsletter .prz-btn {
    min-width: 150px;
    justify-content: center;
}



.prz-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

body:has(main > .prz-section:first-child) .prz-header {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 24px rgba(0,0,0,0.08);
}
body:has(main > .prz-section:first-child) .prz-header .prz-logo,
body:has(main > .prz-section:first-child) .prz-header .prz-nav a {
    color: var(--dark);
}
body:has(main > .prz-section:first-child) .prz-header #menu-toggle {
    color: var(--dark);
}
.prz-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px clamp(20px,5vw,60px);
    max-width: 1400px;
    margin: 0 auto;
}
.prz-header.scrolled {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 24px rgba(0,0,0,0.08);
}
.prz-header.scrolled .prz-logo {
    color: var(--dark);
}
.prz-header:not(.scrolled) .prz-logo {
    color: #fff;
}
.prz-header:not(.scrolled) .prz-nav a {
    color: rgba(255,255,255,0.9);
}
.prz-logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    transition: color 0.3s;
    line-height: 1;
}
.prz-logo span {
    font-size: 0.8em;
    margin-left: 5px;
}
.prz-nav ul {
    display: flex;
    gap: 30px;
}
.prz-nav a {
    font-weight: 600;
    transition: color 0.3s;
    position: relative;
}
.prz-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--acc);
    transition: width 0.3s;
}
.prz-nav a:hover::after, .prz-nav a.active::after {
    width: 100%;
}
.prz-nav a:hover, .prz-nav a.active {
    color: var(--acc) !important;
}


.prz-nav__dropdown {
    position: relative;
}
.prz-nav__dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: var(--radius-card);
    overflow: visible;
    padding: 10px 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.prz-nav__dropdown-content::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 12px;
}
.prz-nav__dropdown:hover .prz-nav__dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.prz-nav__dropdown-content a {
    color: var(--dark) !important;
    padding: 12px 20px;
    display: block;
    white-space: nowrap;
    text-shadow: none;
    font-weight: 500;
}
.prz-nav__dropdown-content a:hover {
    background-color: var(--pri);
    color: var(--acc) !important;
}
.prz-nav__dropdown-content a::after {
    display: none;
}
.prz-nav__dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.prz-nav__dropdown-toggle svg {
    transition: transform 0.3s ease;
}
.prz-nav__dropdown:hover .prz-nav__dropdown-toggle svg {
    transform: rotate(180deg);
}



.prz-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: var(--radius-btn);
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    text-decoration: none;
    white-space: nowrap;
    min-height: 48px;
    min-width: 120px;
}
.prz-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.prz-btn--ghost {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: none;
}
.prz-btn--ghost:hover {
    background: rgba(255,255,255,0.15);
}
.prz-btn--dark {
    background: var(--dark);
    color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.prz-btn--dark:hover {
    background: var(--textDark);
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.prz-btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}



.prz-section-title {
    text-align: center;
    max-width: 640px;
    width: 100%;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
.prz-section-title h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.prz-section-title__eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--acc);
    margin-bottom: 12px;
}
.prz-section-title h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.15;
}
.prz-section-title p {
    color: var(--textMid);
    margin-top: 16px;
    font-size: 1.05rem;
    line-height: 1.7;
}


.prz-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1px;
    background: rgba(0,0,0,0.08);
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-top: 60px;
}
.prz-stat {
    background: #fff;
    padding: 40px 24px;
    text-align: center;
}
.prz-stat__number {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--acc);
    line-height: 1;
}
.prz-stat__label {
    font-size: 0.85rem;
    color: var(--textMid);
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


.prz-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
.prz-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prz-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}
.prz-popup__box {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    animation: popIn 0.4s cubic-bezier(0.34,1.56,0.64,1);
    box-shadow: 0 24px 80px rgba(0,0,0,0.2);
    z-index: 1;
}
.prz-popup__icon {
    font-size: 56px;
    margin-bottom: 16px;
}
.prz-popup__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}
.prz-popup__msg {
    font-size: 1rem;
    color: var(--textMid);
    line-height: 1.6;
    margin-bottom: 24px;
}
.prz-popup__close {
    width: auto;
    min-width: 100px;
    margin: 0 auto;
}


.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
/* Страницы направлений: контент виден сразу (без анимации по скроллу) */
body.page-destination main .reveal {
    opacity: 1;
    transform: translateY(0);
}

.reveal:nth-child(1){transition-delay:0.1s}
.reveal:nth-child(2){transition-delay:0.2s}
.reveal:nth-child(3){transition-delay:0.3s}
.reveal:nth-child(4){transition-delay:0.4s}
.reveal:nth-child(5){transition-delay:0.5s}
.reveal:nth-child(6){transition-delay:0.6s}
.reveal:nth-child(7){transition-delay:0.7s}
.reveal:nth-child(8){transition-delay:0.8s}
.reveal:nth-child(9){transition-delay:0.9s}
.reveal:nth-child(10){transition-delay:1.0s}



#mobile-nav {
    display: flex;
    position: fixed;
    inset: 0;
    background: var(--dark);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 80px 24px 40px;
    transition: transform 0.3s ease-in-out, visibility 0.3s;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile-nav.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}
#mobile-nav a {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    transition: color 0.2s;
    text-align: center;
    padding: 8px 16px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#mobile-nav a:hover {
    color: var(--sec);
}
#mobile-nav .prz-btn {
    margin-top: 12px;
}

#menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    min-width: 48px;
    min-height: 48px;
    z-index: 1001;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}
.prz-header.scrolled #menu-toggle {
    color: var(--dark);
}
#menu-toggle.open {
    color: #fff;
}
#menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    transition: transform 0.3s, opacity 0.3s;
}
#menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#menu-toggle.open span:nth-child(2) {
    opacity: 0;
}
#menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}



.prz-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    color: #fff;
    padding: 20px clamp(16px,4vw,40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    z-index: 8888;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.prz-cookie.show {
    transform: translateY(0);
}
.prz-cookie__text {
    flex: 1;
    min-width: 250px;
    line-height: 1.5;
    font-size: 0.95rem;
}
.prz-cookie__actions {
    display: flex;
    gap: 10px;
}
.prz-cookie__btn {
    padding: 8px 18px;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    color: #fff;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}
.prz-cookie__btn:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: #fff;
}
.prz-cookie__btn--accept {
    background: var(--acc);
    border-color: var(--acc);
}
.prz-cookie__btn--accept:hover {
    background: var(--sec);
    border-color: var(--sec);
}


.prz-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    color: #fff;
    padding: 16px clamp(16px, 4vw, 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    z-index: 8888;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}
.prz-cookie-banner.active { transform: translateY(0); }
.prz-cookie-banner__text { flex: 1; min-width: 200px; line-height: 1.5; font-size: 0.9rem; margin: 0; }
.prz-cookie-banner__text a { color: var(--sec); text-decoration: underline; }
.prz-cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }



.prz-footer {
    background: var(--dark);
    color: #fff;
    padding: 80px 0 32px;
    font-size: 0.9rem;
}
.prz-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 60px);
    box-sizing: border-box;
}
.prz-footer__tagline {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin-top: 8px;
    margin-bottom: 0;
}
.prz-footer__address {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 16px;
    margin-bottom: 0;
    font-style: normal;
}
.prz-footer__heading {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
    margin-top: 0;
}
.prz-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prz-footer__list li {
    margin-bottom: 12px;
}
.prz-footer__link {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: color 0.2s;
}
.prz-footer__link:hover {
    color: #fff;
}
.prz-footer__brand p {
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 12px;
}
.prz-footer h4 {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
}
.prz-footer ul li {
    margin-bottom: 12px;
}
.prz-footer ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: color 0.2s;
}
.prz-footer ul li a:hover {
    color: #fff;
}
.prz-footer__contact-info {
    margin-top: 20px;
}
.prz-footer__contact-info p {
    margin-bottom: 8px;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}
.prz-footer__contact-info p svg {
    flex-shrink: 0;
    color: rgba(255,255,255,0.4);
    margin-top: 3px;
}

.prz-footer__bottom {
    margin-top: 60px;
    padding-top: 24px;
    padding-inline: clamp(20px,5vw,60px);
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: #fff;
    font-size: 0.82rem;
    max-width: 1280px;
    margin-inline: auto;
}
.prz-footer__bottom .prz-text--small,
.prz-footer__bottom p {
    color: #fff;
}


.prz-form-group {
    margin-bottom: 20px;
}
.prz-form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--textDark);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.prz-form-group input, .prz-form-group textarea, .prz-form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #eee;
    border-radius: var(--radius-btn);
    font-size: 1rem;
    font-family: inherit;
    color: var(--dark);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.prz-form-group input:focus, .prz-form-group textarea:focus, .prz-form-group select:focus {
    outline: none;
    border-color: var(--acc);
    box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}
.prz-form-group textarea {
    min-height: 140px;
    resize: vertical;
}
.prz-form-actions {
    margin-top: 30px;
}
.prz-form-actions .prz-btn {
    width: 100%;
    justify-content: center;
}



.prz-grid-2 { display: grid; grid-template-columns: 1fr; gap: clamp(16px,3vw,32px); }
.prz-grid-3 { display: grid; grid-template-columns: 1fr; gap: clamp(16px,3vw,32px); }
.prz-grid-4 { display: grid; grid-template-columns: 1fr; gap: clamp(12px,2vw,24px); }
.prz-grid-dest { display: grid; grid-template-columns: 1fr; gap: clamp(16px,3vw,32px); }

@media(min-width:640px) {
    .prz-grid-4{grid-template-columns:repeat(2,1fr)}
    .prz-hero__content .prz-btn-group {
        justify-content: center;
    }
}
@media(min-width:768px) {
    .prz-grid-2{grid-template-columns:repeat(2,1fr)}
    .prz-grid-3{grid-template-columns:repeat(2,1fr)}
    .prz-grid-dest{grid-template-columns:repeat(2,1fr)}
    #menu-toggle{display:none}
    .prz-nav{display:block}
    .prz-newsletter__form {
        flex-wrap: nowrap;
    }
    .prz-form-actions .prz-btn {
        width: auto;
    }
}
@media(min-width:1024px) {
    .prz-grid-3{grid-template-columns:repeat(3,1fr)}
    .prz-grid-4{grid-template-columns:repeat(4,1fr)}
    .prz-grid-dest{grid-template-columns:repeat(4,1fr)}
}
@media(min-width:1280px) {
    .prz-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}
}

@media (max-width: 767px) {

    .prz-header { z-index: 1002; }
    #menu-toggle { display: flex; }
    .prz-nav { display: none; }
    .prz-footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .prz-hero__scroll { bottom: 20px; }


    .prz-header__inner {
        padding: 14px 16px;
        min-height: 56px;
    }
    .prz-logo {
        font-size: 1.1rem;
        max-width: calc(100vw - 120px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .prz-logo span { font-size: 0.75em; }


    main { padding-top: 0; }
    main > .prz-section:first-child { padding-top: clamp(72px, 18vw, 96px); }
    .prz-hero { min-height: 100svh; min-height: 100vh; }
    .prz-hero__content {
        padding: 0 16px;
        text-align: center;
        margin-inline: auto;
    }
    .prz-section {
        padding: clamp(40px, 10vw, 64px) 0;
    }
    .prz-container {
        padding-left: 16px;
        padding-right: 16px;
    }


    .prz-btn {
        min-height: 48px;
        padding: 12px 24px;
        min-width: 44px;
    }
    .prz-btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin-inline: auto;
    }
    .prz-btn-group .prz-btn { width: 100%; justify-content: center; }


    .prz-dest-card { aspect-ratio: 3/4; }
    .prz-testimonial { padding: 24px 20px; }


    .prz-cookie-banner__actions { flex-wrap: wrap; justify-content: center; }
    .prz-cookie-banner__text { min-width: 0; text-align: center; }


    .prz-form-group input,
    .prz-form-group textarea,
    .prz-form-group select {
        min-height: 48px;
        font-size: 16px;
    }
    .prz-form-group textarea { min-height: 120px; }


    .prz-section__title, .prz-hero h1, h1, h2 { word-wrap: break-word; overflow-wrap: break-word; }
    img { max-width: 100%; height: auto; }
    table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}



@keyframes popIn {
    from{opacity:0;transform:scale(0.8) translateY(20px)}
    to{opacity:1;transform:scale(1) translateY(0)}
}
@keyframes fadeIn {
    from{opacity:0}
    to{opacity:1}
}
@keyframes bounce {
    0%,100%{transform:translateX(-50%) translateY(0)}
    50%{transform:translateX(-50%) translateY(-10px)}
}


img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
img[loading="lazy"].loaded {
    opacity: 1;
}
