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

/* Style Reset & Tokens */
.yt-temp-wrapper {
    --bg-primary: #f2f6f9;
    --text-primary: #0f1c30;
    --text-secondary: #4a5c75;
    --color-gold: #c89d3c;
    --color-gold-hover: #ac8022;
    --glass-bg: rgba(255, 255, 255, 0.75);
    --glass-border: rgba(255, 255, 255, 0.4);
    --font-heading: 'Outfit', 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition-smooth: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

.yt-temp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Glassmorphism Common Class */
.glass-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 rgba(15, 28, 48, 0.05);
}

/* Section Header styling */
.yt-sec-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
}
.yt-section-sub {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-gold);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}
.yt-sec-header h2 {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: var(--text-primary);
    letter-spacing: -0.5px;
}
.yt-sec-header p {
    color: var(--text-secondary);
    font-size: 16px;
    margin: 0;
}

/* 1. Hero Section */
.yt-temp-hero {
    height: 95vh;
    min-height: 720px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 80px;
}
.yt-temp-hero-content {
    max-width: 780px;
    padding: 56px 48px;
    background: rgba(10, 15, 30, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.yt-temp-badge-wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
    border: 1px solid rgba(200, 157, 60, 0.4);
    border-radius: 50%;
    padding: 4px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 10px 30px rgba(200, 157, 60, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.yt-temp-badge {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.yt-temp-hero-sub {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--color-gold) !important;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.yt-temp-hero h1 {
    font-family: var(--font-heading);
    font-size: 82px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 0 0 20px 0;
    color: #ffffff !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    text-transform: uppercase;
}
.yt-temp-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0 0 36px 0;
    line-height: 1.8;
    max-width: 580px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Scroll Chevron Animation */
.yt-temp-hero-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}
.yt-temp-hero-scroll .chevron {
    width: 20px;
    height: 10px;
    position: relative;
    margin-top: 8px;
}
.yt-temp-hero-scroll .chevron::before,
.yt-temp-hero-scroll .chevron::after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 50%;
    background-color: var(--color-gold);
}
.yt-temp-hero-scroll .chevron::before {
    left: 0;
    transform: skewY(30deg);
}
.yt-temp-hero-scroll .chevron::after {
    right: 0;
    transform: skewY(-30deg);
}


/* 2. Polar Discovery Section */
.yt-temp-discovery {
    padding: 100px 0;
}
.yt-temp-discovery-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.yt-temp-discovery-content h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}
.yt-editorial-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 20px;
}
.yt-editorial-text:last-child {
    margin-bottom: 0;
}
.yt-temp-discovery-visual {
    display: flex;
    justify-content: center;
}
.yt-map-card {
    border-radius: 20px;
    padding: 24px;
    width: 100%;
    max-width: 440px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}
.yt-map-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
    background-color: #ffffff;
    transition: var(--transition-smooth);
}
.yt-map-card:hover {
    transform: scale(1.03);
    box-shadow: 0 16px 40px rgba(15, 28, 48, 0.08);
}
.yt-map-card:hover img {
    transform: scale(1.03);
}
.yt-map-label {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--color-gold);
    text-transform: uppercase;
    margin-top: 16px;
}

/* 3. 3D Coverflow Carousel Section */
.yt-temp-carousel-sec {
    padding: 100px 0;
    background-color: #ffffff;
}
.yt-carousel-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yt-carousel {
    position: relative;
    width: 100%;
    height: 380px;
    perspective: 1000px;
    overflow: hidden;
}
.yt-carousel-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: var(--transition-smooth);
    box-shadow: 0 12px 30px rgba(15, 28, 48, 0.15);
    opacity: 0;
    pointer-events: none;
}
.yt-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yt-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(15, 28, 48, 0.8) 0%, rgba(15, 28, 48, 0) 100%);
    padding: 30px 24px 20px 24px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transform: translateZ(20px);
}

/* 3D Slide States */
.yt-carousel-slide.active {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}
.yt-carousel-slide.prev {
    transform: translate(-95%, -50%) scale(0.82) rotateY(32deg);
    opacity: 0.7;
    z-index: 5;
}
.yt-carousel-slide.next {
    transform: translate(-5%, -50%) scale(0.82) rotateY(-32deg);
    opacity: 0.7;
    z-index: 5;
}
.yt-carousel-slide.far-prev {
    transform: translate(-140%, -50%) scale(0.68) rotateY(45deg);
    opacity: 0.2;
    z-index: 2;
}
.yt-carousel-slide.far-next {
    transform: translate(40%, -50%) scale(0.68) rotateY(-45deg);
    opacity: 0.2;
    z-index: 2;
}

/* Controls */
.yt-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.yt-control-btn {
    background: none;
    border: 2px solid var(--text-primary);
    color: var(--text-primary);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}
.yt-control-btn:hover {
    background-color: var(--text-primary);
    color: #ffffff;
}
.yt-carousel-dots {
    display: flex;
    gap: 12px;
}
.yt-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cbd5e1;
    cursor: pointer;
    transition: var(--transition-smooth);
}
.yt-dot.active {
    width: 24px;
    border-radius: 4px;
    background-color: var(--color-gold);
}

/* 4. Luxury Tours Grid Section */
.yt-temp-tours {
    padding: 100px 0;
}
.yt-temp-balance-tours {
    padding: 100px 0;
    background-color: #ffffff;
}
.yt-tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.yt-tour-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--transition-smooth);
}
.yt-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(15, 28, 48, 0.1);
}
.yt-card-img {
    height: 230px;
    overflow: hidden;
    position: relative;
    background-color: #e2e8f0;
}
.yt-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.yt-tour-card:hover .yt-card-img img {
    transform: scale(1.05);
}
.yt-tour-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: var(--color-gold);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
}
.yt-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.yt-tour-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.yt-tour-tag {
    font-size: 11px;
    font-weight: 600;
    color: var(--color-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.yt-tour-card h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.yt-tour-desc {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0 0 24px 0;
    line-height: 1.6;
    flex-grow: 1;
}
.yt-tour-footer {
    border-top: 1px solid var(--glass-border);
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yt-tour-price {
    display: flex;
    flex-direction: column;
}
.yt-tour-price .label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-secondary);
}
.yt-tour-price .value {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
}
.yt-card-btn {
    background-color: var(--text-primary);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 6px;
    transition: var(--transition-smooth);
    border: 1px solid var(--text-primary);
}
.yt-card-btn:hover {
    background-color: transparent;
    color: var(--text-primary);
}

/* 5. Modern Promo Section */
.yt-temp-promo {
    padding: 60px 0 100px 0;
}
.yt-promo-banner-card {
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(11, 19, 37, 0.15);
}
.yt-promo-banner-card.dark-panel {
    background-color: #0b1325;
    background-image: radial-gradient(circle at 10% 20%, rgba(200, 157, 60, 0.08) 0%, transparent 40%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.yt-promo-content {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promo-badge {
    background-color: rgba(200, 157, 60, 0.15);
    color: var(--color-gold);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.yt-promo-banner-card h2 {
    font-family: var(--font-heading);
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
}
.yt-promo-banner-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0 0 32px 0;
    line-height: 1.7;
}
.yt-btn-gold {
    background-color: var(--color-gold);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    transition: var(--transition-smooth);
}
.yt-btn-gold:hover {
    background-color: var(--color-gold-hover);
    box-shadow: 0 4px 16px rgba(200, 157, 60, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .yt-temp-hero h1 { font-size: 64px; }
    .yt-temp-discovery-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .yt-temp-discovery-visual { order: -1; }
    .yt-carousel-wrapper { height: 420px; }
    .yt-carousel { height: 320px; }
    .yt-carousel-slide { width: 380px; height: 240px; }
    .yt-carousel-slide.active { transform: translate(-50%, -50%) scale(1); }
    .yt-carousel-slide.prev { transform: translate(-90%, -50%) scale(0.85); }
    .yt-carousel-slide.next { transform: translate(-10%, -50%) scale(0.85); }
    .yt-tours-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .yt-temp-hero h1 { font-size: 48px; }
    .yt-temp-hero-desc { font-size: 16px; }
    .yt-temp-discovery-content h2 { font-size: 36px; }
    .yt-carousel-wrapper { height: 360px; }
    .yt-carousel { height: 260px; }
    .yt-carousel-slide { width: 280px; height: 180px; }
    .yt-slide-caption { font-size: 16px; }
    .yt-tours-grid { grid-template-columns: 1fr; }
    .yt-promo-banner-card { padding: 40px 24px; }
    .yt-promo-banner-card h2 { font-size: 28px; }
}
