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

html {
    scroll-behavior: smooth;
}

body.fonts-system *:not(.fa):not(.fas):not(.fa-solid):not([class*="fa-"]) {
    font-family: system-ui, -apple-system, sans-serif;
}

body.fonts-loaded *:not(.fa):not(.fas):not(.fa-solid):not([class*="fa-"]) {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    transition: font-family 0.3s ease;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
}

body.fonts-loaded h1,
body.fonts-loaded h2,
body.fonts-loaded h3,
body.fonts-loaded h4 {
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
}

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

button {
    cursor: pointer;
    border: none;
    background: transparent;
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 768px) {
    .no-mobile-anim * {
        animation: none !important;
        transition: none !important;
    }
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inter Regular'), local('Inter-Regular'), url('/assets/fonts/inter-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Inter SemiBold'), local('Inter-SemiBold'), url('/assets/fonts/inter-semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('/assets/fonts/poppins-semibold.woff2') format('woff2');
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    display: swap;
    src: url("/assets/fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
}

.fa-shield-alt:before { content: "\f3ed"; }
.fa-koala:before { content: "\f86d"; }
.fa-house:before { content: "\f015"; }
.fa-star:before { content: "\f005"; }
.fa-users:before { content: "\f0c0"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-shield:before { content: "\f132"; }
.fa-landmark:before { content: "\f66f"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-xmark:before { content: "\f057"; }
.fa-cookie-bite:before { content: "\f564"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-heart:before { content: "\f004"; }
.fa-leaf:before { content: "\f06c"; }
.fa-comments:before { content: "\f086"; }
.fa-palette:before { content: "\f53f"; }
.fa-user-group:before { content: "\f500"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-campground:before { content: "\f6bb"; }
.fa-trophy:before { content: "\f091"; }
.fa-calendar-star:before { content: "\f073"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-user-shield:before { content: "\f505"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-database:before { content: "\f1c0"; }
.fa-lock:before { content: "\f023"; }
.fa-user-minus:before { content: "\f503"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-user-astronaut:before { content: "\f4fb"; }
.fa-user-ninja:before { content: "\f504"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-user-tie:before { content: "\f508"; }
.fa-spinner:before { content: "\f110"; }
.fa-paintbrush:before { content: "\f1fc"; }
.fa-ban:before { content: "\f05e"; }
.fa-user-xmark:before { content: "\f235"; }
.fa-scale-balanced:before { content: "\f24e"; }
.fa-phone:before { content: "\f095"; }
.fa-globe:before { content: "\f0ac"; }
.fa-handshake-angle:before { content: "\f4c4"; }
.fa-up-right-from-square:before { content: "\f35d"; }
.fa-clock:before { content: "\f017"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-map-signs:before { content: "\f277"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-user-check:before { content: "\f4fc"; }


.age-prompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: none;
}

.age-prompt[aria-hidden="false"] {
    pointer-events: auto;
}

.age-prompt__content {
    background: hsl(0, 0%, 100%);
    border-radius: 20px;
    padding: 2.5rem;
    max-width: min(520px, 90vw);
    box-shadow: 0 20px 60px hsla(220, 30%, 10%, 0.25);
    border: 1px solid hsl(220, 20%, 90%);
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    text-align: center;
    margin: 1rem;
}

.age-prompt[aria-hidden="false"] .age-prompt__content {
    transform: translateY(0);
    opacity: 1;
}

.age-prompt__icon {
    font-size: 3.5rem;
    color: hsl(216, 98%, 52%);
    margin-bottom: 1.5rem;
}

.age-prompt__title {
    font-size: 1.8rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.age-prompt__text {
    font-size: 1rem;
    color: hsl(220, 15%, 40%);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.age-prompt__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.age-prompt__btn {
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.25s ease;
    min-width: 160px;
    justify-content: center;
}

.age-prompt__btn--primary {
    background: hsl(216, 98%, 52%);
    color: hsl(0, 0%, 100%);
}

.age-prompt__btn--primary:hover {
    background: hsl(216, 98%, 45%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px hsla(216, 98%, 52%, 0.3);
}

.age-prompt__btn--secondary {
    background: hsl(0, 0%, 96%);
    color: hsl(220, 15%, 40%);
    border: 1px solid hsl(220, 20%, 85%);
}

.age-prompt__btn--secondary:hover {
    background: hsl(0, 0%, 92%);
    border-color: hsl(220, 15%, 60%);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .age-prompt__content {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }
    .age-prompt__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .age-prompt__btn {
        min-width: auto;
        width: 100%;
    }
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    pointer-events: none;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.cookie-alert[aria-hidden="false"] {
    pointer-events: auto;
    transform: translateY(0);
}

.cookie-alert__container {
    background: hsl(220, 30%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1170px;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -10px 40px hsla(220, 30%, 10%, 0.4);
}

.cookie-alert__main {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.cookie-alert__icon {
    font-size: 2.2rem;
    color: hsl(160, 84%, 62%);
    flex-shrink: 0;
}

.cookie-alert__text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: hsl(220, 20%, 85%);
}

.cookie-alert__link {
    color: hsl(160, 84%, 62%);
    text-decoration: underline;
    transition: color 0.2s ease;
}

.cookie-alert__link:hover {
    color: hsl(160, 84%, 75%);
}

.cookie-alert__button {
    background: hsl(160, 84%, 62%);
    color: hsl(220, 30%, 15%);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.cookie-alert__button:hover {
    background: hsl(160, 84%, 70%);
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .cookie-alert__container {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    .cookie-alert__main {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .cookie-alert__container {
        border-radius: 12px 12px 0 0;
        padding: 1.25rem;
    }
}

.site-top {
    background: hsl(0, 0%, 100%);
    border-bottom: 1px solid hsl(220, 20%, 92%);
    position: relative;
    z-index: 100;
}

.site-top__warning {
    background: hsl(40, 100%, 97%);
    border-bottom: 1px solid hsl(40, 100%, 88%);
    padding: 0.6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.site-top__warning-icon {
    color: hsl(30, 100%, 50%);
    font-size: 1.1rem;
}

.site-top__warning-text {
    font-size: 0.9rem;
    color: hsl(30, 40%, 30%);
    font-weight: 500;
}

.site-top__main {
    max-width: 1170px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.site-top__nav {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
}

.site-top__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: hsl(220, 30%, 30%);
    transition: color 0.2s ease;
    padding: 0.5rem 0;
}

.site-top__nav-link:hover {
    color: hsl(216, 98%, 52%);
}

.site-top__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-self: center;
    grid-column: 2;
}

.site-top__brand-icon {
    font-size: 2.5rem;
    color: hsl(216, 98%, 52%);
}

.site-top__brand-title {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: hsl(220, 30%, 15%);
    transition: color 0.2s ease;
}

.site-top__brand-title:hover {
    color: hsl(216, 98%, 52%);
}

.site-top__main::before {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, hsl(216, 98%, 52%), transparent);
    border-radius: 3px;
    grid-column: 1 / -1;
}

@media (max-width: 992px) {
    .site-top__main {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
        text-align: center;
    }
    .site-top__nav {
        justify-content: center;
        order: 3;
        grid-column: 1;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .site-top__brand {
        order: 2;
        grid-column: 1;
        justify-self: center;
    }
    .site-top__main::before {
        bottom: -1rem;
        width: 150px;
    }
}

@media (max-width: 768px) {
    .site-top__warning {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        text-align: center;
    }
    .site-top__nav {
        gap: 1rem;
    }
    .site-top__nav-link {
        font-size: 0.9rem;
    }
    .site-top__brand-title {
        font-size: 1.6rem;
    }
}

.welcome-section {
    background: linear-gradient(135deg, hsl(210, 40%, 98%) 0%, hsl(220, 20%, 96%) 100%);
    padding: 4rem 2rem 5rem;
    position: relative;
    overflow: hidden;
}

.welcome-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, hsla(216, 98%, 52%, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.welcome-section__container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.welcome-section__intro {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 4rem;
}

.welcome-section__geo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(220, 20%, 88%);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    margin-bottom: 2rem;
    color: hsl(220, 30%, 40%);
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px hsla(220, 20%, 80%, 0.2);
}

.welcome-section__geo i {
    color: hsl(216, 98%, 52%);
}

.welcome-section__title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    line-height: 1.15;
    color: hsl(220, 30%, 15%);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.welcome-section__description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: hsl(220, 20%, 40%);
    margin-bottom: 2.5rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-section__highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: hsl(160, 84%, 62%, 0.1);
    border-left: 4px solid hsl(160, 84%, 62%);
    padding: 1rem 1.5rem;
    border-radius: 0 12px 12px 0;
    color: hsl(160, 40%, 30%);
    font-weight: 500;
    max-width: 500px;
}

.welcome-section__highlight i {
    color: hsl(160, 84%, 42%);
    font-size: 1.3rem;
}

.welcome-section__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.welcome-feature {
    background: hsl(0, 0%, 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 10px 30px hsla(220, 30%, 20%, 0.06);
    border: 1px solid hsl(220, 20%, 94%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcome-feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px hsla(220, 30%, 20%, 0.1);
}

.welcome-feature__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, hsl(216, 98%, 92%), hsl(216, 98%, 85%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
    color: hsl(216, 98%, 42%);
    font-size: 2.2rem;
}

.welcome-feature__title {
    font-size: 1.5rem;
    color: hsl(220, 30%, 20%);
    margin-bottom: 1rem;
    font-weight: 600;
}

.welcome-feature__text {
    font-size: 1rem;
    line-height: 1.6;
    color: hsl(220, 15%, 45%);
    max-width: 320px;
}

@media (max-width: 992px) {
    .welcome-section {
        padding: 3rem 1.5rem 4rem;
    }
    .welcome-section__features {
        gap: 2rem;
    }
    .welcome-feature {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .welcome-section {
        padding: 2.5rem 1rem 3.5rem;
    }
    .welcome-section__intro {
        margin-bottom: 3rem;
    }
    .welcome-section__title {
        font-size: 2rem;
    }
    .welcome-section__description {
        font-size: 1.05rem;
    }
    .welcome-section__features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 400px;
    }
    .welcome-feature__icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
}

.games-showcase {
    padding: 5rem 2rem;
    background: hsl(220, 30%, 98%);
}

.games-showcase__container {
    max-width: 1170px;
    margin: 0 auto;
}

.games-showcase__header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.games-showcase__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.games-showcase__subtitle {
    font-size: 1.1rem;
    color: hsl(220, 20%, 45%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.games-showcase__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
    gap: 2rem;
}

.game-card {
    background: hsl(0, 0%, 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px hsla(220, 30%, 20%, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px hsla(220, 30%, 20%, 0.15);
}

.game-card__image-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    flex-shrink: 0;
}

.game-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.game-card:hover .game-card__image {
    transform: scale(1.05);
}

.game-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, hsla(220, 30%, 10%, 0.7) 100%);
}

.game-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    color: hsl(0, 0%, 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.game-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: hsl(216, 98%, 52%);
    color: hsl(0, 0%, 100%);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px hsla(216, 98%, 52%, 0.3);
}

.game-card__link:hover {
    background: hsl(216, 98%, 45%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(216, 98%, 52%, 0.4);
}

@media (max-width: 992px) {
    .games-showcase {
        padding: 4rem 1.5rem;
    }
    .games-showcase__grid {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .games-showcase {
        padding: 3rem 1rem;
    }
    .games-showcase__title {
        font-size: 2rem;
    }
    .games-showcase__subtitle {
        font-size: 1rem;
    }
    .games-showcase__grid {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
        gap: 1.5rem;
    }
    .game-card__image-wrapper {
        height: 280px;
    }
    .game-card__content {
        padding: 1.5rem;
    }
}

.featured-experiences {
    padding: 5rem 2rem;
    background: hsl(0, 0%, 100%);
}

.featured-experiences__container {
    max-width: 1170px;
    margin: 0 auto;
}

.featured-experiences__intro {
    text-align: center;
    margin-bottom: 4rem;
}

.featured-experiences__badge {
    display: inline-block;
    background: hsl(160, 84%, 62%, 0.15);
    color: hsl(160, 60%, 30%);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    border: 1px solid hsl(160, 84%, 62%, 0.3);
}

.featured-experiences__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 1rem;
    font-weight: 700;
}

.featured-experiences__lead {
    font-size: 1.15rem;
    color: hsl(220, 20%, 45%);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.featured-experiences__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.experience-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
    padding: 2.5rem;
    background: hsl(220, 40%, 98%);
    border-radius: 24px;
    border: 1px solid hsl(220, 30%, 92%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px hsla(220, 30%, 20%, 0.08);
}

.experience-item__visual {
    position: relative;
    width: 140px;
    height: 140px;
    flex-shrink: 0;
}

.experience-item__icon {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, hsl(216, 98%, 52%), hsl(200, 98%, 52%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(0, 0%, 100%);
    font-size: 3.5rem;
    position: relative;
    z-index: 2;
}

.experience-item__pattern {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 160px;
    height: 160px;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, hsla(216, 98%, 52%, 0.05) 10px, hsla(216, 98%, 52%, 0.05) 20px);
    border-radius: 50%;
    z-index: 1;
}

.experience-item__details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.experience-item__name {
    font-size: 1.8rem;
    color: hsl(220, 30%, 20%);
    font-weight: 600;
    margin: 0;
}

.experience-item__description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: hsl(220, 15%, 45%);
    margin: 0;
}

.experience-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.experience-item__tags li {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(220, 30%, 88%);
    color: hsl(220, 30%, 40%);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
}

@media (max-width: 992px) {
    .featured-experiences {
        padding: 4rem 1.5rem;
    }
    .experience-item {
        gap: 2rem;
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .featured-experiences {
        padding: 3rem 1rem;
    }
    .featured-experiences__title {
        font-size: 2rem;
    }
    .featured-experiences__lead {
        font-size: 1rem;
    }
    .featured-experiences__list {
        gap: 2rem;
    }
    .experience-item {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    .experience-item__visual {
        margin: 0 auto;
        width: 120px;
        height: 120px;
    }
    .experience-item__icon {
        font-size: 3rem;
    }
    .experience-item__pattern {
        width: 140px;
        height: 140px;
        top: -10px;
        left: -10px;
    }
    .experience-item__name {
        font-size: 1.6rem;
    }
    .experience-item__tags {
        justify-content: center;
    }
}

.process-guide {
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, hsl(210, 40%, 98%), hsl(220, 20%, 96%));
}

.process-guide__container {
    max-width: 1170px;
    margin: 0 auto;
}

.process-guide__header {
    text-align: center;
    margin-bottom: 4rem;
}

.process-guide__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.process-guide__subtitle {
    font-size: 1.1rem;
    color: hsl(220, 20%, 45%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.process-guide__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.process-step {
    background: hsl(0, 0%, 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 10px 25px hsla(220, 30%, 20%, 0.05);
    border: 1px solid hsl(220, 20%, 92%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.process-step__number {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: hsl(216, 98%, 52%, 0.15);
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.process-step__content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex: 1;
}

.process-step__title {
    font-size: 1.5rem;
    color: hsl(220, 30%, 20%);
    font-weight: 600;
    margin: 0;
}

.process-step__description {
    font-size: 1rem;
    line-height: 1.6;
    color: hsl(220, 15%, 45%);
    margin: 0;
}

.process-step__arrow {
    color: hsl(216, 98%, 52%);
    font-size: 2rem;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
}

.process-step:last-child .process-step__arrow {
    display: none;
}

.process-guide__note {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: hsl(40, 100%, 97%);
    border: 1px solid hsl(40, 100%, 88%);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    max-width: 800px;
    margin: 0 auto;
    color: hsl(30, 40%, 30%);
}

.process-guide__note i {
    color: hsl(30, 100%, 50%);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.process-guide__note p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 992px) {
    .process-guide {
        padding: 4rem 1.5rem;
    }
    .process-guide__steps {
        gap: 2rem;
    }
    .process-step {
        padding: 2rem 1.5rem;
    }
    .process-step__arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .process-guide {
        padding: 3rem 1rem;
    }
    .process-guide__title {
        font-size: 2rem;
    }
    .process-guide__subtitle {
        font-size: 1rem;
    }
    .process-guide__steps {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        gap: 3rem;
    }
    .process-step {
        padding: 2.5rem 1.5rem 2rem;
    }
    .process-step__number {
        font-size: 2.5rem;
        top: -15px;
    }
    .process-guide__note {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem 1.5rem;
        gap: 0.75rem;
    }
}

.responsible-section {
    padding: 5rem 2rem;
    background: hsl(0, 0%, 100%);
}

.responsible-section__container {
    max-width: 1170px;
    margin: 0 auto;
}

.responsible-section__header {
    text-align: center;
    margin-bottom: 4rem;
}

.responsible-section__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.responsible-section__subtitle {
    font-size: 1.1rem;
    color: hsl(220, 20%, 45%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.responsible-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.responsible-info {
    background: hsl(220, 40%, 98%);
    border-radius: 24px;
    padding: 3rem;
    border-left: 6px solid hsl(160, 84%, 42%);
}

.responsible-info__icon {
    font-size: 2.5rem;
    color: hsl(160, 84%, 42%);
    margin-bottom: 1.5rem;
}

.responsible-info__heading {
    font-size: 1.8rem;
    color: hsl(220, 30%, 20%);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.responsible-info__text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.responsible-info__text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: hsl(220, 15%, 40%);
    margin: 0;
}

.responsible-info__link {
    color: hsl(216, 98%, 52%);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.responsible-info__link:hover {
    color: hsl(216, 98%, 40%);
}

.responsible-partners {
    text-align: center;
}

.responsible-partners__title {
    font-size: 1.8rem;
    color: hsl(220, 30%, 20%);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.responsible-partners__subtitle {
    font-size: 1rem;
    color: hsl(220, 20%, 45%);
    margin-bottom: 2.5rem;
}

.responsible-partners__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
    gap: 2rem;
    align-items: center;
}

.partner-logo {
    background: hsl(0, 0%, 100%);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 20px hsla(220, 30%, 20%, 0.06);
    border: 1px solid hsl(220, 20%, 92%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px hsla(220, 30%, 20%, 0.12);
}

.partner-logo img {
    max-width: 100%;
    height: auto;
    filter: grayscale(0.2);
    opacity: 0.9;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 992px) {
    .responsible-section {
        padding: 4rem 1.5rem;
    }
    .responsible-section__content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .responsible-info {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .responsible-section {
        padding: 3rem 1rem;
    }
    .responsible-section__title {
        font-size: 2rem;
    }
    .responsible-section__subtitle {
        font-size: 1rem;
    }
    .responsible-info {
        padding: 2rem;
    }
    .responsible-info__heading {
        font-size: 1.6rem;
    }
    .responsible-partners__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
}

.faq-section {
    padding: 5rem 2rem;
    background: hsl(220, 30%, 98%);
}

.faq-section__container {
    max-width: 1170px;
    margin: 0 auto;
}

.faq-section__header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-section__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.faq-section__subtitle {
    font-size: 1.1rem;
    color: hsl(220, 20%, 45%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.faq-section__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-column__title {
    font-size: 1.6rem;
    color: hsl(216, 98%, 42%);
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid hsl(216, 98%, 42%, 0.2);
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-accordion__item {
    background: hsl(0, 0%, 100%);
    border-radius: 16px;
    border: 1px solid hsl(220, 20%, 90%);
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-accordion__item[open] {
    border-color: hsl(216, 98%, 52%);
    box-shadow: 0 5px 15px hsla(216, 98%, 52%, 0.08);
}

.faq-accordion__question {
    font-size: 1.1rem;
    font-weight: 600;
    color: hsl(220, 30%, 20%);
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.faq-accordion__question::-webkit-details-marker {
    display: none;
}

.faq-accordion__question::after {
    content: '+';
    font-size: 1.5rem;
    color: hsl(216, 98%, 52%);
    font-weight: 400;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-accordion__item[open] .faq-accordion__question::after {
    content: '–';
}

.faq-accordion__answer {
    padding: 0 1.5rem 1.5rem;
}

.faq-accordion__answer p {
    font-size: 1rem;
    line-height: 1.6;
    color: hsl(220, 15%, 45%);
    margin: 0;
}

@media (max-width: 992px) {
    .faq-section {
        padding: 4rem 1.5rem;
    }
    .faq-section__columns {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 3rem 1rem;
    }
    .faq-section__title {
        font-size: 2rem;
    }
    .faq-section__subtitle {
        font-size: 1rem;
    }
    .faq-section__columns {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .faq-accordion__question {
        font-size: 1.05rem;
        padding: 1.1rem 1.25rem;
    }
    .faq-accordion__answer {
        padding: 0 1.25rem 1.25rem;
    }
}

.reviews-section {
    padding: 5rem 2rem;
    background: hsl(0, 0%, 100%);
}

.reviews-section__container {
    max-width: 1170px;
    margin: 0 auto;
}

.reviews-section__header {
    text-align: center;
    margin-bottom: 4rem;
}

.reviews-section__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.reviews-section__subtitle {
    font-size: 1.1rem;
    color: hsl(220, 20%, 45%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.reviews-section__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
    gap: 2.5rem;
}

.review-card {
    background: hsl(220, 40%, 98%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 25px hsla(220, 30%, 20%, 0.05);
    border: 1px solid hsl(220, 20%, 92%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.review-card__avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, hsl(216, 98%, 52%), hsl(200, 98%, 52%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(0, 0%, 100%);
    font-size: 1.8rem;
    flex-shrink: 0;
}

.review-card__info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.review-card__name {
    font-size: 1.2rem;
    color: hsl(220, 30%, 20%);
    font-weight: 600;
    margin: 0;
}

.review-card__stars {
    display: flex;
    gap: 0.2rem;
    color: hsl(40, 100%, 52%);
    font-size: 0.9rem;
}

.review-card__content {
    flex: 1;
}

.review-card__content p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: hsl(220, 15%, 40%);
    margin: 0;
    font-style: italic;
}

.review-card__meta {
    border-top: 1px solid hsl(220, 20%, 88%);
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-card__date {
    font-size: 0.9rem;
    color: hsl(220, 20%, 55%);
    font-weight: 500;
}

@media (max-width: 992px) {
    .reviews-section {
        padding: 4rem 1.5rem;
    }
    .reviews-section__grid {
        gap: 2rem;
    }
    .review-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 3rem 1rem;
    }
    .reviews-section__title {
        font-size: 2rem;
    }
    .reviews-section__subtitle {
        font-size: 1rem;
    }
    .reviews-section__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        gap: 1.5rem;
    }
}

.contact-form-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, hsl(210, 40%, 98%) 0%, hsl(220, 20%, 96%) 100%);
}

.contact-form-section__container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form-section__header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.contact-form-section__title {
    font-size: 2.5rem;
    color: hsl(220, 30%, 15%);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.contact-form-section__subtitle {
    font-size: 1.1rem;
    color: hsl(220, 20%, 45%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-form {
    background: hsl(0, 0%, 100%);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 50px hsla(220, 30%, 20%, 0.08);
    border: 1px solid hsl(220, 20%, 90%);
}

.contact-form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field__label {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(220, 30%, 25%);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.form-field__label i {
    color: hsl(216, 98%, 52%);
}

.form-field__input,
.form-field__textarea {
    padding: 1rem 1.2rem;
    border: 2px solid hsl(220, 20%, 88%);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    color: hsl(220, 30%, 20%);
    background: hsl(220, 30%, 98%);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-field__input:focus,
.form-field__textarea:focus {
    outline: none;
    border-color: hsl(216, 98%, 52%);
    box-shadow: 0 0 0 3px hsla(216, 98%, 52%, 0.2);
}

.form-field__input::placeholder,
.form-field__textarea::placeholder {
    color: hsl(220, 20%, 70%);
}

.form-field__textarea {
    resize: vertical;
    min-height: 120px;
}

.form-field__error {
    font-size: 0.85rem;
    color: hsl(0, 80%, 55%);
    min-height: 1.2em;
    font-weight: 500;
}

.contact-form__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.contact-form__submit {
    background: hsl(216, 98%, 52%);
    color: hsl(0, 0%, 100%);
    padding: 1rem 3rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px hsla(216, 98%, 52%, 0.3);
}

.contact-form__submit:hover:not(:disabled) {
    background: hsl(216, 98%, 45%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px hsla(216, 98%, 52%, 0.4);
}

.contact-form__submit:disabled {
    background: hsl(220, 20%, 80%);
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
}

.contact-form__note {
    font-size: 0.9rem;
    color: hsl(220, 20%, 50%);
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.contact-form__note a {
    color: hsl(216, 98%, 52%);
    font-weight: 600;
}

.success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: hsla(220, 30%, 10%, 0.7);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.success-modal[aria-hidden="false"] {
    pointer-events: auto;
}

.success-modal__content {
    background: hsl(0, 0%, 100%);
    border-radius: 24px;
    padding: 3.5rem 3rem;
    max-width: min(500px, 90vw);
    text-align: center;
    box-shadow: 0 30px 80px hsla(220, 30%, 10%, 0.3);
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.success-modal[aria-hidden="false"] .success-modal__content {
    transform: scale(1);
    opacity: 1;
}

.success-modal__icon {
    font-size: 4rem;
    color: hsl(160, 84%, 42%);
    margin-bottom: 1.5rem;
}

.success-modal__title {
    font-size: 1.8rem;
    color: hsl(220, 30%, 20%);
    margin-bottom: 1rem;
    font-weight: 600;
}

.success-modal__text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: hsl(220, 20%, 45%);
    margin-bottom: 2.5rem;
}

.success-modal__button {
    background: hsl(216, 98%, 52%);
    color: hsl(0, 0%, 100%);
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.25s ease;
}

.success-modal__button:hover {
    background: hsl(216, 98%, 45%);
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .contact-form-section {
        padding: 4rem 1.5rem;
    }
    .contact-form {
        padding: 2.5rem;
    }
    .contact-form__fields {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 3rem 1rem;
    }
    .contact-form-section__title {
        font-size: 2rem;
    }
    .contact-form__header {
        margin-bottom: 2.5rem;
    }
    .contact-form {
        padding: 2rem 0.3rem;
        border-radius: 20px;
    }
    .success-modal__content {
        padding: 2.5rem 2rem;
    }
    .success-modal__icon {
        font-size: 3.5rem;
    }
}

.site-footer {
    background: hsl(220, 30%, 15%);
    color: hsl(220, 20%, 85%);
    padding: 3rem 2rem 1.5rem;
    border-top: 1px solid hsl(220, 30%, 25%);
}

.site-footer__container {
    max-width: 1170px;
    margin: 0 auto;
}

.site-footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid hsl(220, 30%, 25%);
    margin-bottom: 1.5rem;
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.site-footer__logo {
    font-size: 2.5rem;
    color: hsl(216, 98%, 62%);
}

.site-footer__title {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
}

.site-footer__tagline {
    font-size: 0.95rem;
    color: hsl(220, 20%, 75%);
    margin: 0;
}

.site-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-end;
}

.site-footer__link {
    color: hsl(220, 20%, 85%);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.site-footer__link:hover {
    color: hsl(216, 98%, 62%);
}

.site-footer__bottom {
    text-align: center;
}

.site-footer__copyright {
    font-size: 0.9rem;
    color: hsl(220, 20%, 70%);
}

@media (max-width: 768px) {
    .site-footer {
        padding: 2.5rem 1rem 1.25rem;
    }
    .site-footer__main {
        flex-direction: column;
        gap: 2.5rem;
        align-items: center;
        text-align: center;
        padding-bottom: 2rem;
    }
    .site-footer__links {
        align-items: center;
        gap: 1rem;
    }
}