/* Reset и базовые стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
}

@media (max-width: 768px) {
    body {
/*        padding-bottom: 100px;*/
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Prata', serif;
    font-weight: 400;
}

h1 {
    font-size: 64px;
    line-height: 1.1;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    line-height: 1.3;
}

/* Container и layout */
.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
}

.section-spacing {
    margin-top: 120px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    padding: 0 32px;
    border-radius: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn:active {
    transform: scale(0.98);
}

.btn-primary {
    background-color: #B78035;
    color: white;
}

.btn-primary:hover {
    background-color: #A06F2F;
}

.btn-secondary {
    background-color: rgba(34, 34, 34, 0.4);
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background-color: rgba(34, 34, 34, 0.6);
}

/* Header */


/*


.header {
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 24px 20px;
    max-width: 1760px;
    margin: 0 auto;
}

.logo-img {
    height: 40px;
    width: auto;
}

.nav {
    display: flex;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
}

.nav a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: inherit;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.nav a img {
    margin-left: 8px;
}
.nav a:hover {
    color: #B78035;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.phone-number {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.work-hours {
    font-size: 12px;
    color: #666;
}

.header-btn {
    width: 132px;
    height: 40px;
    padding: 0;
    font-size: 14px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
    margin-top: 96px;
    padding-top: 24px;
}

*/

@media (max-width: 768px) {
    .main {
        margin-top: 80px;
        padding-top: 16px;
    }
}

/* Hero Section */
/*
.hero {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 800px;
    margin: 0 auto;
    border-radius: 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 1240px;
    padding: 0 20px;
}

.hero-title {
    font-size: 64px;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.divider {
    opacity: 0.5;
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-badge {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 320px;
    min-height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Stolzl', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    padding: 12px 16px;
    text-align: center;
}*/

/* Premium Services Section */
.premium-services {
    background-color: #222;
    color: white;
    padding: 60px;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.premium-services-bg {
    position: absolute;
    right: -42px;
    top: 19px;
    width: 345px;
    height: 200px;
    z-index: 1;
}

.premium-services-content {
    position: relative;
    z-index: 10;
}

.premium-services h2 {
    max-width: 821px;
    margin-bottom: 40px;
}

.premium-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
}

.premium-card {
    position: relative;
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.premium-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-card-content {
    position: relative;
    z-index: 10;
}

.premium-badge {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    width: fit-content;
    margin-bottom: 20px;
}

.premium-card h3 {
    margin-bottom: 8px;
}

.premium-card p {
    font-size: 20px;
    line-height: 1.4;
}

.premium-actions {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.premium-actions .btn-secondary {
    border: 2px solid white;
}

/* Team Section */
.team-section {
    text-align: center;
}

.team-header h2 {
    margin-bottom: 16px;
}

.team-header p {
    font-size: 20px;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto 40px;
}

.team-slider {
    margin-top: 40px;
}

.team-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.team-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.team-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.team-content h3 {
    margin-bottom: 8px;
}

.team-position {
    color: #888;
    margin-bottom: 16px;
}

.team-description {
    line-height: 1.6;
    flex: 1;
    margin-bottom: 32px;
}

.team-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-link {
    background: none;
    border: none;
    color: #B78035;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    transition: color 0.2s ease;
}

.btn-link:hover {
    color: #A06F2F;
}

.btn-outline {
    background: transparent;
    border: 2px solid #B78035;
    color: #B78035;
}

.btn-outline:hover {
    background: rgba(183, 128, 53, 0.1);
}

/* Awards Section */
.awards-section {
    background: #f7f7f7;
    padding: 60px;
    border-radius: 36px;
}

.awards-header {
    max-width: 672px;
}

.awards-header h2 {
    margin-bottom: 16px;
}

.awards-header p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.stat-card {
    background: white;
    padding: 40px;
    border-radius: 36px;
    position: relative;
    border: 1px solid #e5e5e5;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.stat-card.featured {
    background: #FAF3D8;
}

.stat-number {
    font-family: 'Prata', serif;
    font-size: 40px;
    color: #B78035;
    margin-bottom: 24px;
}

.stat-card:not(.featured) .stat-number {
    color: #222;
}

.stat-card p {
    font-size: 20px;
    line-height: 1.4;
}

.stat-card:not(.featured) p {
    color: #888;
    font-size: 16px;
}

.stat-decoration {
    position: absolute;
    right: 1px;
    top: 13px;
    width: 154px;
    height: 149px;
    z-index: 1;
}

.awards-showcase {
    background: #f7f7f7;
    padding: 40px 0 0;
    margin-top: 20px;
    position: relative;
}

.awards-showcase-header {
    padding-top: 0;
}

.awards-showcase-header h3 {
    font-family: 'Prata', serif;
    font-size: 32px;
    color: #222;
    margin-bottom: 16px;
}

.awards-showcase-header p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.award-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 480px;
    display: flex;
    flex-direction: column;
}

.award-image {
    background: #E9EBD8;
    padding: 16px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.award-image img {
    width: 164px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    object-fit: contain;
}

.award-content {
    padding: 24px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.award-content h4 {
    font-family: 'Prata', serif;
    font-size: 20px;
    margin-bottom: 8px;
}

.award-year {
    color: #888;
    margin-bottom: 16px;
}

.award-description {
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
}


/* Swiper Customization */
.swiper {
    padding: 20px 0 60px;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: #B78035 !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #B78035 !important;
    background: white;
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
    margin-top: -22px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .services-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .service-card {
        width: 100%;
        max-width: 500px;
    }
    
    .about-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .about-text {
        min-width: auto;
    }
    
    .about-image {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .destinations-grid {
        flex-direction: column;
        gap: 16px;
    }
    
    .destination-card {
        min-width: auto;
    }
    
    .premium-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .premium-card {
        min-height: 300px;
    }
    
    .process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .privileges-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    /* Floating App Block Tablet */
    .floating-app-block {
        width: 380px;
        height: 140px;
        padding: 16px;
    }
    
    .floating-app-content h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .app-store-btn {
        height: 36px;
    }
}

@media (max-width: 1200px) {
    .floating-app-block {
        display: none !important;
    }

}
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    /*.header {
        height: 80px;
    }

    .header-content {
        padding: 0 16px;
        gap: 16px;
    }
    
    .logo-img {
        height: 32px;
    }
    
    .nav {
        display: none;
    }
    
    .header-contact {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }
    
    .header-phone {
        align-items: flex-end;
        text-align: right;
    }
    
    .phone-number {
        font-size: 12px;
        font-weight: 600;
    }
    
    .work-hours {
        font-size: 10px;
    }
    
    .header-btn {
        width: 100px;
        height: 32px;
        font-size: 12px;
        padding: 0;
        flex-shrink: 0;
    }*/
/*
    .hero {
        height: 500px;
        margin: 0 16px;
        border-radius: 24px;
    }
    
    .hero-content {
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .hero-features {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 24px;
        font-size: 14px;
    }
    
    .hero-features .divider {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .hero-actions .btn {
        width: 100%;
        max-width: 280px;
        font-size: 14px;
    }

    .hero-badge {
        width: calc(100% - 32px);
        max-width: 320px;
        font-size: 11px;
        top: 16px;
        left: 16px;
        right: 16px;
        height: auto;
        min-height: 40px;
        padding: 8px 12px;
    }*/

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .section-spacing {
        margin-top: 60px;
    }



    /*
        .about-section
    */



    .about-section {
        padding: 30px 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 24px;
    }

    .about-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-image {
        width: 100%;
        height: 300px;
        max-width: none;
    }
    
    .about-stats {
        flex-direction: column;
        gap: 16px;
    }
    
    .about-stats .stat-card {
        min-width: auto;
        padding: 24px;
    }

    .destinations-grid {
        flex-direction: column;
        gap: 16px;
    }

    .services-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .service-card {
        width: 100%;
        height: 300px;
        max-width: none;
    }

    /*
    
    .travel-styles-section {
        padding: 30px 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 24px;
    }
    
    .travel-styles-accordion {
        gap: 12px;
    }

    .travel-style-item {
        border-radius: 16px;
    }

    .travel-style-header {
        flex-direction: row;
        gap: 16px;
        text-align: left;
        padding: 16px;
        align-items: center;
    }
    
    .travel-style-image {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        flex-shrink: 0;
    }
    
    .travel-style-header h3 {
        font-size: 18px;
        line-height: 1.3;
        flex: 1;
    }
    
    .travel-style-toggle {
        width: 32px;
        height: 32px;
        border-radius: 12px;
        margin-right: 0;
    }
    
    .travel-style-content {
        padding: 0 16px;
    }
    
    .travel-style-item.active .travel-style-content {
        padding: 16px;
        margin-top: -8px;
    }
    
    .travel-style-features {
        margin-bottom: 16px;
    }
    */
    .feature-item {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .premium-services {
        padding: 30px 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 24px;
    }

    .premium-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .premium-card {
        min-height: 200px;
        padding: 20px;
        border-radius: 12px;
    }
    
    .premium-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }
    
    .premium-actions .btn {
        width: 100%;
        font-size: 14px;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .process-step {
        padding: 30px 20px;
    }
    
    .step-number {
        font-size: 64px;
    }

    .privileges-section {
        padding: 30px 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .privileges-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .privilege-card {
        height: 200px;
        border-radius: 16px;
    }
    /*

    .expert-section {
        padding: 30px 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 24px;
    }

    .expert-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .expert-form {
        gap: 16px;
    }
    
    .expert-form input {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .expert-form .form-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .expert-card {
        padding: 20px;
        max-width: none;
    }
    
    .expert-photo {
        width: 100px;
        height: 100px;
    }*/

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .stat-decoration {
        display: none;
    }

    .awards-section {
        padding: 30px 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 24px;
    }
    
    .award-card {
        height: 400px;
    }
    
    .award-content {
        padding: 20px;
        height: 160px;
    }
    
    .award-content h4 {
        font-size: 16px;
    }

    
    /* Floating App Block Mobile */
    .floating-app-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        transform: none;
        width: 100%;
        height: 80px;
        border-radius: 16px 16px 0 0;
        padding: 16px 20px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        background: linear-gradient(135deg, #B78035 0%, #D4AF37 100%);
        animation: slideInUp 0.5s ease-out;
    }
    
    @keyframes slideInUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .floating-app-close {
        top: 8px;
        right: 12px;
        width: 24px;
        height: 24px;
    }
    
    .floating-app-content {
        display: flex;
        align-items: center;
        gap: 12px;
        height: 100%;
    }
    
    .floating-app-content h3 {
        font-size: 13px;
        margin-bottom: 0;
        flex: 1;
        line-height: 1.2;
    }
    
    .floating-app-buttons {
        flex-direction: row;
        gap: 8px;
        flex-shrink: 0;
    }
    
    .app-store-btn {
        height: 32px;
        width: 80px;
        border-radius: 6px;
    }
    
    .app-store-btn img {
        object-fit: contain;
    }
}

/* About Section */
/*
.about-section {
    background: rgba(233, 235, 216, 1);
    padding: 60px;
    border-radius: 36px;
}

.about-container {
    max-width: 1240px;
    margin: 0 auto;
}

.about-content {
    display: flex;
    gap: 100px;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.about-text {
    flex: 1;
    min-width: 400px;
    max-width: 720px;
}

.about-header h2 {
    font-size: 40px;
    color: #222;
    margin-bottom: 16px;
}

.about-header p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 59px;
}

.about-quote {
    margin-bottom: 59px;
}

.about-quote blockquote {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 16px;
    font-style: normal;
}

.founders-info {
    display: flex;
    gap: 16px;
    align-items: center;
}

.founders-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    object-fit: cover;
}

.founders-name {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.founders-title {
    font-size: 14px;
    color: #888;
    line-height: 1;
    margin-top: 4px;
}

.whatsapp-btn {
    margin-top: 59px;
}

.about-image {
    width: 403px;
    height: 460px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}

.about-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.about-stats .stat-card {
    flex: 1;
    min-width: 250px;
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.about-stats .stat-card h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.3;
}

.about-stats .stat-card p {
    font-size: 16px;
    color: #888;
    line-height: 1.5;
}*/

/* Destinations Section */
.destinations-section {
    margin-top: 80px;
}

.destinations-header {
    text-align: center;
    margin-bottom: 40px;
}

.destinations-header h2 {
    font-size: 40px;
    color: #222;
    margin-bottom: 16px;
}

.destinations-header p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.destinations-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    min-height: 200px;
}

.destination-card {
    position: relative;
    min-height: 200px;
    min-width: 240px;
    flex: 1;
    border-radius: 36px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding-top: 124px;
    padding-bottom: 24px;
    cursor: pointer; /* Добавляем курсор pointer */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Добавляем плавные переходы */
}

/* Ховер-эффекты */
.destination-card:hover {
    transform: translateY(-5px); /* Карточка немного поднимается */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Добавляем тень */
}

.destination-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

.destination-info {
    position: relative;
    z-index: 10;
}

.destination-info h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 4px;
}

.destination-info p {
    font-size: 16px;
    opacity: 0.8;
}

/* Services Section */
/*
.services-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 80px;
}

.services-section h2 {
    font-size: 40px;
    color: #222;
    margin-bottom: 40px;
}

.services-grid {
    display: flex;
    gap: 17px;
    justify-content: center;
    margin-bottom: 40px;
}

.service-card {
    position: relative;
    width: 442px;
    height: 400px;
    border-radius: 36px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

.service-content {
    position: relative;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.service-content h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    line-height: 1.3;
    color: white;
}

.service-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(183, 128, 53, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 15;
}

.service-card:hover .service-hover {
    opacity: 1;
}

.service-card:hover .service-content {
    opacity: 0;
}

.service-hover h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    color: white;
    margin-bottom: 16px;
}

.service-hover p {
    font-size: 16px;
    line-height: 1.5;
    color: white;
}



.services-cta {
    margin-top: 40px;
}*/

/* Travel Styles Section */
/*
.travel-styles-section {
    background: rgba(233, 235, 216, 1);
    padding: 60px;
    border-radius: 36px;
    margin-top: 80px;
}

.travel-styles-header h2 {
    font-family: 'Prata', serif;
    font-size: 40px;
    color: #222;
    margin-bottom: 16px;
}

.travel-styles-header p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 40px;
}

.travel-styles-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.travel-style-item {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.travel-style-header {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 8px;
    cursor: pointer;
}

.travel-style-image {
    width: 118px;
    height: 118px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}

.travel-style-header h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    color: #222;
    line-height: 1;
    flex: 1;
    min-width: 240px;
}

.travel-style-toggle {
    width: 42px;
    height: 42px;
    background: rgba(247, 247, 247, 1);
    border: none;
    border-radius: 16px;
    color: #222;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 16px;
    flex-shrink: 0;
}

.travel-style-toggle:hover {
    background: rgba(230, 230, 230, 1);
}

.travel-style-item.active .travel-style-toggle {
    transform: rotate(90deg);
}

.travel-style-content {
    padding: 0 138px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.travel-style-item.active .travel-style-content {
    max-height: 300px;
    padding: 24px 138px 24px;
}

.travel-style-features {
    margin-bottom: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: #B78035;
    border-radius: 50%;
    flex-shrink: 0;
}*/

/* Process Section */
.process-section {
    margin-top: 120px;
}

.process-header {
    text-align: center;
    margin-bottom: 40px;
}

.process-header h2 {
    font-family: 'Prata', serif;
    font-size: 40px;
    color: #222;
    margin-bottom: 16px;
}

.process-header p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.process-steps {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.process-step {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    height: 358px;
    background: rgba(247, 247, 247, 1);
    border-radius: 36px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-number {
    font-size: 40px;
    color: #222;
    font-weight: normal;
    margin-bottom: 16px;
}

.process-step h3 {
    font-family: 'Prata', serif;
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 16px;
}

.process-step p {
    font-size: 16px;
    color: #888;
    line-height: 1.5;
    margin-bottom: auto;
}

.process-step .btn {
    margin-top: auto;
    align-self: flex-start;
}

.whatsapp-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

/* Privileges Section */
.privileges-section {
    background: #222;
    color: white;
    padding: 60px;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
}

.privileges-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.privileges-bg-1 {
    position: absolute;
    top: 0;
    right: -113px;
    width: 412px;
    height: 412px;
    border-radius: 24px;
}

.privileges-bg-2 {
    position: absolute;
    top: 0;
    right: 142px;
    width: 286px;
    height: 286px;
    border-radius: 24px;
}

.privileges-content {
    position: relative;
    z-index: 10;
}

.privileges-header {
    max-width: 821px;
    text-align: left;
    margin-bottom: 40px;
}

.privileges-header h2 {
    margin-bottom: 16px;
}

.privileges-header p {
    font-size: 20px;
    line-height: 1.4;
}

.privileges-grid {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.privilege-card {
    position: relative;
    flex: 1;
    min-width: 320px;
    max-width: 380px;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.privilege-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.privilege-content {
    position: relative;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.privilege-content h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    line-height: 1.3;
    color: white;
}

.privilege-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(183, 128, 53, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 15;
}

.privilege-card:hover .privilege-hover {
    opacity: 1;
}

.privilege-card:hover .privilege-content {
    opacity: 0;
}

.privilege-hover h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    color: white;
    margin-bottom: 16px;
}

.privilege-hover p {
    font-size: 16px;
    line-height: 1.5;
    color: white;
}

/* Contact Form Section */
.contact-form-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-header h2 {
    margin-bottom: 16px;
}

.contact-form-header p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #666;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input {
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    font-size: 16px;
    transition: border-color 0.2s ease;
}

.contact-form input:focus {
    outline: none;
    border-color: #B78035;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #B78035;
    border-color: #B78035;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark:after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.checkbox-label a {
    color: #B78035;
    text-decoration: underline;
}

.form-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Expert Section */
/*
.expert-section {
    background: rgba(233, 235, 216, 1);
    padding: 60px;
    border-radius: 36px;
    margin-top: 80px;
}

.expert-container {
    display: flex;
    gap: 100px;
    align-items: center;
    flex-wrap: wrap;
}

.expert-content {
    flex: 1;
    min-width: 400px;
}

.expert-content h2 {
    font-family: 'Prata', serif;
    font-size: 40px;
    color: #222;
    margin-bottom: 16px;
}

.expert-content p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 40px;
}

.expert-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.expert-form input {
    padding: 16px 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-size: 16px;
    background: white;
    transition: border-color 0.2s ease;
}

.expert-form input:focus {
    outline: none;
    border-color: #B78035;
}

.expert-card {
    flex-shrink: 0;
    background: white;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    text-align: center;
}

.expert-photo {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
    object-position: center top;
    margin: 0 auto 16px;
    display: block;
}

.expert-info h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    color: #222;
    margin-bottom: 4px;
}

.expert-specialty {
    color: #888;
    font-size: 16px;
    margin-bottom: 16px;
}

.expert-info blockquote {
    font-style: italic;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 24px;
}

.expert-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.online-status {
    font-size: 14px;
    color: #22C55E;
    text-align: center;
    margin-top: 8px;
}*/

/* Final CTA Section */

.final-cta-section {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    min-height: 592px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.final-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.final-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

.final-cta-content {
    position: relative;
    z-index: 10;
    color: white;
    max-width: 720px;
}

.final-cta-content h2 {
    margin-bottom: 16px;
}

.final-cta-content p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}
/*
.final-cta-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.final-cta-form input {
    padding: 16px 20px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    background: white;
    color: #222;
}

.final-cta-form input::placeholder {
    color: #999;
}

.final-cta-form .checkbox-label {
    color: white;
    font-size: 12px;
}

.final-cta-form .checkmark {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.final-cta-form .checkbox-label a {
    color: white;
}
*/
/* Offices Section */
.offices-section {
    
}

.offices-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 40px;
}

.offices-text {
    flex: 1;
}

.offices-text h2 {
    margin-bottom: 16px;
}

.offices-text p {
    font-size: 20px;
    line-height: 1.4;
}

.offices-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    min-height: 680px;
    margin-bottom: 4rem;
}

.offices-list {
    background: #f7f7f7;
    padding: 16px;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: auto;
    height: 680px;
}

.office-card {
    background: white;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    gap: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.office-info {
    flex: 1;
}

.office-info h3 {
    margin-bottom: 8px;
}

.office-status {
    color: #B78035;
    font-size: 16px;
    margin-bottom: 24px;
    display: block;
}

.office-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.office-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.office-detail svg {
    color: #B78035;
    flex-shrink: 0;
}

.office-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.office-image {
    width: 118px;
    height: 118px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    display: none !important;
}

.office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offices-map {
    background: #f0f0f0;
    border-radius: 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 40px;*/
}

.offices-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Additional Responsive Styles for Offices */
@media (max-width: 1200px) {
    .offices-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .offices-header {
        flex-direction: column;
        text-align: center;
    }
    
    .office-card {
        flex-direction: column;
        text-align: center;
    }
    
    .office-image {
        width: 100%;
        height: 200px;
        align-self: center;
    }
}

/* Floating App Block */
.floating-app-block {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 460px;
    height: 168px;
    background: linear-gradient(135deg, #B78035 0%, #D4AF37 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 20px;
    color: white;
    animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateY(-50%) translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
}

.floating-app-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.floating-app-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.floating-app-content {
    flex: 1;
}

.floating-app-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3;
    color: white;
}

.floating-app-buttons {
    display: flex;
    gap: 12px;
}

.app-store-btn {
    flex: 1;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.app-store-btn:hover {
    transform: scale(1.05);
}

.app-store-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floating-app-block.hidden {
    display: none;
}

/* Section Separator */
.section-separator {
    width: 120px;
    height: 4px;
    background: rgba(183, 128, 53, 1);
    margin: 0 auto;
    border-radius: 2px;
}

.section-separator.gold {
    width: 160px;
    height: 6px;
    background: linear-gradient(90deg, #D4AF37, #B78035, #D4AF37);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
    margin-top: 16px;
    margin-bottom: 16px;
} 


@media (max-width: 991px) {

    .privileges-bg-1, .privileges-bg-2 {
        display: none;
    }

    .premium-services-bg {
        zoom: .25;
    }
}