/* Accessibility - Görsel olarak gizli ama ekran okuyucular için erişilebilir */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* SABIT FOOTER - HER ZAMAN ALT KISIMDA */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    
    backdrop-filter: blur(50px);
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.6);
    z-index: 999999;
    padding: 0;
    margin: 0;
}

/* Footer butonlarındaki icon'ları animasyonlardan koru */
.fixed-footer .footer-btn i {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 20px !important;
    color: inherit !important;
    display: inline-block !important;
}

/* Footer butonlarını tüm animasyonlardan koru */
.fixed-footer .footer-btn {
    animation: none !important;
    transform: none !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
}
    /* Footer'ı tüm animasyonlardan koru */
    .fixed-footer {
        animation: none !important;
        transform: none !important;
        transition: none !important;
        position: fixed !important;
        left: 0 !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        backdrop-filter: blur(40px) !important;
    }

.footer-content {
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.footer-btn {
    flex: 1;
    max-width: 200px;
    padding: 18px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    backdrop-filter: blur(20px);
}

.footer-btn i {
    font-size: 20px;
}

.footer-btn span {
    font-size: 15px;
    font-weight: 600;
}

.call-btn {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.9), rgba(32, 201, 151, 0.9));
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.call-btn:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
}

.whatsapp-btn {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.9), rgba(18, 140, 126, 0.9));
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #1ea952, #0f7a5f);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

/* Body padding ekle ki footer altında içerik kalsın */
body {
    padding-bottom: 100px;
    min-height: 100vh;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    /* Mobilde dağ arka planını gizle */
    .mountain-background {
        display: none !important;
    }
    
    .mountain {
        display: none !important;
    }
    
    .snow-peak {
        display: none !important;
    }
    
    .clouds {
        display: none !important;
    }
    
    .cloud {
        display: none !important;
    }
    
    .celestial-body {
        display: none !important;
    }
    
    .glow {
        display: none !important;
    }
    
    /* Kar tanelerini gizle */
    .snowflakes {
        display: none !important;
    }
    
    .snowflake {
        display: none !important;
    }
    
    /* Floating elementleri gizle */
    .floating-elements {
        display: none !important;
    }
    
    .floating-icon {
        display: none !important;
    }
    
    /* Container mobilde optimize et */
    .container {
        padding: 1rem 0.5rem !important;
        min-height: 100vh !important;
        justify-content: flex-start !important;
    }
    
    /* MOBILDE BOŞLUKLARI DRAMATIK AZALT */
    .content {
        padding: 2rem 1.5rem !important;
        margin-bottom: 1rem !important;
        max-width: 95% !important;
        min-height: calc(100vh - 150px) !important;
        justify-content: flex-start !important;
    }
    
    .main-content {
        min-height: auto !important;
        justify-content: flex-start !important;
    }
    
    .logo-section {
        margin-bottom: 1rem !important;
    }
    
    .logo {
        max-width: 200px !important;
    }
    
    .logo-glow {
        width: 230px !important;
        height: 230px !important;
    }
    
    .title-container {
        margin-bottom: 1rem !important;
    }
    
    .subtitle {
        margin-bottom: 0.8rem !important;
    }
    
    .description {
        margin-bottom: 1.5rem !important;
    }
    
    .progress-section {
        margin-bottom: 1.5rem !important;
    }
    
    .features {
        margin-bottom: 1.5rem !important;
    }
    
    .feature {
        margin-bottom: 1rem !important;
    }
    
    .contact-section {
        margin-bottom: 1.5rem !important;
    }
    
    .contact-cards {
        margin-bottom: 1.5rem !important;
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        justify-items: center !important;
    }
    
    .contact-card {
        margin-bottom: 1rem !important;
        max-width: 100% !important;
        padding: 1.5rem !important;
    }
    
    .contact-info {
        gap: 0.6rem !important;
        align-items: center !important;
    }
    
    .location-btn {
        padding: 0.7rem 1.3rem !important;
        font-size: 0.85rem !important;
        margin-top: 0.2rem !important;
        align-self: center !important;
    }
    
    .location-btn i {
        font-size: 1rem !important;
    }
    
    /* Sosyal medya linklerinden sonraki boşluğu DRAMATIK AZALT */
    .social-links {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        gap: 1rem !important;
    }
    
    .social-link {
        margin-bottom: 0.5rem !important;
        padding: 0.8rem 1.5rem !important;
        min-width: 120px !important;
    }
    
    /* Footer ayarları */
    .footer-content {
        padding: 15px 10px;
    }
    
    .footer-buttons {
        gap: 10px;
    }
    
    .footer-btn {
        padding: 16px 20px;
        font-size: 15px;
        max-width: none;
    }
    
    .footer-btn i {
        font-size: 18px;
    }
    
    .footer-btn span {
        font-size: 14px;
    }
    
    /* Mobilde body padding artır */
    body {
        padding-bottom: 100px;
    }
}

@media (max-width: 480px) {
    /* Mobilde dağ arka planını gizle */
    .mountain-background {
        display: none !important;
    }
    
    .mountain {
        display: none !important;
    }
    
    .snow-peak {
        display: none !important;
    }
    
    .clouds {
        display: none !important;
    }
    
    .cloud {
        display: none !important;
    }
    
    .celestial-body {
        display: none !important;
    }
    
    .glow {
        display: none !important;
    }
    
    /* Kar tanelerini gizle */
    .snowflakes {
        display: none !important;
    }
    
    .snowflake {
        display: none !important;
    }
    
    /* Floating elementleri gizle */
    .floating-elements {
        display: none !important;
    }
    
    .floating-icon {
        display: none !important;
    }
    
    /* Container küçük mobilde optimize et */
    .container {
        padding: 0.5rem 0.3rem !important;
        min-height: 100vh !important;
        justify-content: flex-start !important;
    }
    
    /* KÜÇÜK MOBILDE BOŞLUKLARI ÇOK DAHA AZALT */
    .content {
        padding: 1.5rem 1rem !important;
        margin-bottom: 0.5rem !important;
        max-width: 98% !important;
        min-height: calc(100vh - 120px) !important;
        justify-content: flex-start !important;
    }
    
    .main-content {
        min-height: auto !important;
        justify-content: flex-start !important;
    }
    
    .logo-section {
        margin-bottom: 0.8rem !important;
    }
    
    .logo {
        max-width: 180px !important;
    }
    
    .logo-glow {
        width: 210px !important;
        height: 210px !important;
    }
    
    .title-container {
        margin-bottom: 0.8rem !important;
    }
    
    .subtitle {
        margin-bottom: 0.6rem !important;
    }
    
    .description {
        margin-bottom: 1rem !important;
    }
    
    .progress-section {
        margin-bottom: 1rem !important;
    }
    
    .features {
        margin-bottom: 1rem !important;
    }
    
    .feature {
        margin-bottom: 0.8rem !important;
    }
    
    .contact-section {
        margin-bottom: 1rem !important;
    }
    
    .contact-cards {
        margin-bottom: 1rem !important;
        grid-template-columns: 1fr !important;
        gap: 0.8rem !important;
        justify-items: center !important;
    }
    
    .contact-card {
        margin-bottom: 0.8rem !important;
        max-width: 100% !important;
        padding: 1.2rem !important;
    }
    
    .contact-info {
        gap: 0.5rem !important;
        align-items: center !important;
    }
    
    .location-btn {
        padding: 0.6rem 1.1rem !important;
        font-size: 0.8rem !important;
        margin-top: 0.2rem !important;
        align-self: center !important;
    }
    
    .location-btn i {
        font-size: 0.9rem !important;
    }
    
    /* Sosyal medya linklerinden sonraki boşluğu ÇOK AZALT */
    .social-links {
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
        gap: 0.8rem !important;
    }
    
    .social-link {
        margin-bottom: 0.4rem !important;
        padding: 0.6rem 1.2rem !important;
        min-width: 100px !important;
        font-size: 0.9rem !important;
    }
    
    /* Footer ayarları */
    .footer-content {
        padding: 12px 8px;
    }
    
    .footer-btn {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .footer-btn i {
        font-size: 16px;
    }
    
    .footer-btn span {
        font-size: 13px;
    }
}

/* Reset ve temel stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}



.container {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1rem;
    z-index: 1;
}

/* Dağ arka planı */
.mountain-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.mountain {
    position: absolute;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(45deg, #2c3e50, #34495e, #2c3e50);
    box-shadow: inset 0 0 50px rgba(0,0,0,0.3);
}

.mountain-1 {
    width: 300px;
    height: 200px;
    left: 10%;
    animation: mountainFloat 8s ease-in-out infinite;
    background: linear-gradient(45deg, #1a252f, #2c3e50, #34495e);
}

.mountain-2 {
    width: 400px;
    height: 250px;
    left: 35%;
    animation: mountainFloat 10s ease-in-out infinite;
    background: linear-gradient(45deg, #2c3e50, #34495e, #2c3e50);
}

.mountain-3 {
    width: 350px;
    height: 220px;
    right: 15%;
    animation: mountainFloat 12s ease-in-out infinite;
    background: linear-gradient(45deg, #34495e, #2c3e50, #34495e);
}

.mountain-4 {
    width: 250px;
    height: 180px;
    left: 5%;
    animation: mountainFloat 14s ease-in-out infinite;
    background: linear-gradient(45deg, #1a252f, #2c3e50, #1a252f);
}

.mountain-5 {
    width: 320px;
    height: 200px;
    right: 5%;
    animation: mountainFloat 16s ease-in-out infinite;
    background: linear-gradient(45deg, #2c3e50, #1a252f, #2c3e50);
}

@keyframes mountainFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

/* Kar zirveleri */
.snow-peak {
    position: absolute;
    background: linear-gradient(45deg, #ffffff, #f8f9fa, #e9ecef);
    border-radius: 50% 50% 0 0;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.peak-1 {
    width: 60px;
    height: 40px;
    left: 15%;
    bottom: 200px;
    animation: peakGlow 4s ease-in-out infinite alternate;
}

.peak-2 {
    width: 80px;
    height: 50px;
    left: 40%;
    bottom: 250px;
    animation: peakGlow 6s ease-in-out infinite alternate;
}

.peak-3 {
    width: 70px;
    height: 45px;
    right: 20%;
    bottom: 220px;
    animation: peakGlow 5s ease-in-out infinite alternate;
}

@keyframes peakGlow {
    from { box-shadow: 0 0 20px rgba(255,255,255,0.5); }
    to { box-shadow: 0 0 40px rgba(255,255,255,0.8); }
}

/* Bulutlar */
.clouds {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.cloud {
    position: absolute;
    background: linear-gradient(45deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border-radius: 50px;
    opacity: 0.8;
    filter: blur(1px);
}

.cloud-1 {
    width: 100px;
    height: 40px;
    top: 20%;
    left: 20%;
    animation: cloudFloat 15s linear infinite;
}

.cloud-2 {
    width: 80px;
    height: 30px;
    top: 30%;
    right: 25%;
    animation: cloudFloat 20s linear infinite reverse;
}

.cloud-3 {
    width: 120px;
    height: 45px;
    top: 15%;
    left: 60%;
    animation: cloudFloat 18s linear infinite;
}

.cloud-4 {
    width: 90px;
    height: 35px;
    top: 25%;
    left: 80%;
    animation: cloudFloat 22s linear infinite;
}

.cloud-5 {
    width: 110px;
    height: 40px;
    top: 10%;
    right: 10%;
    animation: cloudFloat 25s linear infinite reverse;
}

@keyframes cloudFloat {
    0% { transform: translateX(-100px) scale(1); }
    50% { transform: translateX(50vw) scale(1.1); }
    100% { transform: translateX(calc(100vw + 100px)) scale(1); }
}

/* Göksel cisim (güneş/ay) */
.celestial-body {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, #ffd700, #ffed4e, #ffd700);
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.8);
    animation: celestialGlow 8s ease-in-out infinite alternate;
}

.glow {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3), transparent);
    border-radius: 50%;
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes celestialGlow {
    from { box-shadow: 0 0 50px rgba(255, 215, 0, 0.8); }
    to { box-shadow: 0 0 100px rgba(255, 215, 0, 1); }
}

@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.2); opacity: 0.6; }
}

/* Ana içerik */
.content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    min-height: calc(100vh - 200px);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: contentFadeIn 2s ease-out;
    margin: 0 auto 1.5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Ana içerik container'ı */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

@keyframes contentFadeIn {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Logo bölümü */
.logo-section {
    margin-bottom: 2rem;
}

.logo-container {
    position: relative;
    display: inline-block;
}

.logo {
    max-width: 250px;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    animation: logoFloat 6s ease-in-out infinite;
}

.logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(79, 172, 254, 0.3), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: logoGlow 4s ease-in-out infinite alternate;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes logoGlow {
    from { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    to { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
}

/* Ana başlık */
.title-container {
    margin-bottom: 1.5rem;
}

.title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(45deg, #ffffff, #4facfe, #00f2fe, #ffffff);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: titleGradient 8s ease-in-out infinite, titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes titleGlow {
    from { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
    to { text-shadow: 2px 2px 30px rgba(79, 172, 254, 0.8); }
}

.title-underline {
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #4facfe, transparent);
    margin: 0 auto;
    border-radius: 2px;
    animation: underlineGlow 3s ease-in-out infinite alternate;
}

@keyframes underlineGlow {
    from { box-shadow: 0 0 10px rgba(79, 172, 254, 0.5); }
    to { box-shadow: 0 0 30px rgba(79, 172, 254, 1); }
}

.subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #f8f9fa;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.description {
    font-size: 1.3rem;
    color: #e9ecef;
    margin-bottom: 3rem;
    line-height: 1.8;
    font-weight: 400;
}

/* İlerleme bölümü */
.progress-section {
    margin: 3rem 0;
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring-circle {
    stroke-dasharray: 326.73;
    stroke-dashoffset: 326.73;
    transition: stroke-dashoffset 3s ease-in-out;
    filter: drop-shadow(0 0 10px rgba(79, 172, 254, 0.5));
}

.progress-text-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.progress-percentage {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4facfe;
}

.progress-label {
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 500;
}

.progress-details h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.progress-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.step.completed {
    background: rgba(76, 175, 80, 0.2);
    border: 1px solid rgba(76, 175, 80, 0.5);
}

.step.active {
    background: rgba(79, 172, 254, 0.2);
    border: 1px solid rgba(79, 172, 254, 0.5);
    animation: activePulse 2s ease-in-out infinite;
}

.step:not(.completed):not(.active) {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.step i {
    font-size: 1.2rem;
    width: 20px;
}

.step.completed i {
    color: #4caf50;
}

.step.active i {
    color: #4facfe;
}

.step:not(.completed):not(.active) i {
    color: #9e9e9e;
}

.step span {
    color: #ffffff;
    font-weight: 500;
}

@keyframes activePulse {
    0%, 100% { box-shadow: 0 0 10px rgba(79, 172, 254, 0.3); }
    50% { box-shadow: 0 0 20px rgba(79, 172, 254, 0.6); }
}

/* Özellikler */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin: 4rem 0;
}

.feature {
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.feature:hover::before {
    left: 100%;
}

.feature:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-color: rgba(79, 172, 254, 0.5);
}

.feature-adventure:hover {
    border-color: rgba(76, 175, 80, 0.6);
    box-shadow: 0 25px 50px rgba(76, 175, 80, 0.2);
}

.feature-adventure:hover .feature-icon i {
    color: #4caf50;
    transform: scale(1.1) rotate(5deg);
}

.feature-premium {
    border-color: rgba(255, 193, 7, 0.3);
}

.feature-luxury {
    border-color: rgba(156, 39, 176, 0.3);
}

.feature-exclusive {
    border-color: rgba(244, 67, 54, 0.3);
}

.feature-adventure {
    border-color: rgba(76, 175, 80, 0.3);
}

.feature-icon {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.feature-icon i {
    font-size: 3.5rem;
    color: #4facfe;
    position: relative;
    z-index: 2;
}

.icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(79, 172, 254, 0.3), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: iconGlow 3s ease-in-out infinite alternate;
}

@keyframes iconGlow {
    from { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    to { opacity: 0.6; transform: translate(-50%, -50%) scale(1.2); }
}

.feature h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.feature p {
    color: #e9ecef;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-premium .feature-badge {
    background: linear-gradient(45deg, #ffc107, #ff9800);
    color: #000;
}

.feature-luxury .feature-badge {
    background: linear-gradient(45deg, #9c27b0, #673ab7);
    color: #fff;
}

.feature-exclusive .feature-badge {
    background: linear-gradient(45deg, #f44336, #e91e63);
    color: #fff;
}

.feature-adventure .feature-badge {
    background: linear-gradient(45deg, #4caf50, #8bc34a);
    color: #fff;
}

.feature-adventure .icon-glow {
    background: radial-gradient(circle, rgba(76, 175, 80, 0.4), transparent);
}

/* İstatistikler */
.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.stat-item {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(79, 172, 254, 0.5);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #4facfe;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(79, 172, 254, 0.5);
}

.stat-label {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* İletişim bölümü */
.contact-section {
    margin: 4rem auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.contact-section h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    justify-items: center;
    align-items: start;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 320px;
    justify-content: flex-start;
    text-align: center;
}

.contact-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(79, 172, 254, 0.5);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.3);
    margin-bottom: 0.5rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    text-align: center;
    width: 100%;
}

.contact-info h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.contact-info span {
    color: #e9ecef;
    font-size: 1rem;
}

.location-text {
    color: #e9ecef;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* Konuma Git Butonu */
.location-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 0.8rem;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    backdrop-filter: blur(10px);
    align-self: center;
    min-width: 160px;
    justify-content: center;
}

.location-btn:hover {
    background: linear-gradient(135deg, #ee5a24, #d63031);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.location-btn i {
    font-size: 1.1rem;
    color: white;
}

.location-btn span {
    color: white;
    font-weight: 600;
}

/* Action Butonları */
.action-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 4rem 0;
    flex-wrap: wrap;
}

/* Mobilde sabit alt butonlar - EN ÜSTTE VE EN GÜÇLÜ */
@media (max-width: 768px) {
    /* Body ve container padding */
    body {
        padding-bottom: 120px !important;
        margin: 0 !important;
    }
    
    .container {
        
    }
    
    /* Action buttons - KESINLIKLE SABIT */
    .action-buttons {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: #000000 !important;
        background: rgba(0, 0, 0, 0.98) !important;
        padding: 20px 15px !important;
        margin: 0 !important;
        z-index: 99999 !important;
        border-top: 3px solid #ffffff !important;
        border-top: 3px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.8) !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 15px !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
    
    /* Action button individual styles */
    .action-btn {
        flex: 1 !important;
        max-width: none !important;
        min-width: 0 !important;
        width: auto !important;
        height: auto !important;
        padding: 18px 20px !important;
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        border-radius: 30px !important;
        text-align: center !important;
        text-decoration: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
    
    .action-btn i {
        font-size: 22px !important;
        margin-right: 10px !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .action-btn span {
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Call button specific */
    .call-btn {
        background: linear-gradient(135deg, #28a745, #20c997) !important;
        color: white !important;
        border: none !important;
    }
    
    /* WhatsApp button specific */
    .whatsapp-btn {
        background: linear-gradient(135deg, #25d366, #128c7e) !important;
        color: white !important;
        border: none !important;
    }
    
    /* Hover effects */
    .action-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    }
    
    /* Force override any other styles */
    .action-buttons * {
        position: static !important;
        float: none !important;
        clear: none !important;
    }
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.call-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
    color: #ffffff;
    border-color: #25d366;
}

.call-btn:hover {
    background: linear-gradient(45deg, #128c7e, #25d366);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
    border-color: #128c7e;
}

.whatsapp-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
    color: #ffffff;
    border-color: #25d366;
}

.whatsapp-btn:hover {
    background: linear-gradient(45deg, #128c7e, #25d366);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
    border-color: #128c7e;
}

.action-btn i {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.action-btn:hover i {
    transform: scale(1.2);
}

.action-btn span {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Sosyal medya linkleri */
.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    min-width: 150px;
    justify-content: center;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(79, 172, 254, 0.5);
}

.social-link.facebook:hover {
    background: linear-gradient(45deg, #1877f2, #0d6efd);
    border-color: #1877f2;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #e4405f, #f77737);
    border-color: #e4405f;
}

.social-link.twitter:hover {
    background: linear-gradient(45deg, #1da1f2, #0d8bd9);
    border-color: #1da1f2;
}

.social-link.youtube:hover {
    background: linear-gradient(45deg, #ff0000, #cc0000);
    border-color: #ff0000;
}

.social-link i {
    font-size: 1.2rem;
}

/* Kar taneleri */
.snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.snowflake {
    position: absolute;
    color: #ffffff;
    font-size: 1.5rem;
    animation: snowfall linear infinite;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.snowflake:nth-child(1) { left: 10%; animation-duration: 10s; animation-delay: 0s; }
.snowflake:nth-child(2) { left: 20%; animation-duration: 12s; animation-delay: 1s; }
.snowflake:nth-child(3) { left: 30%; animation-duration: 8s; animation-delay: 2s; }
.snowflake:nth-child(4) { left: 40%; animation-duration: 15s; animation-delay: 3s; }
.snowflake:nth-child(5) { left: 50%; animation-duration: 11s; animation-delay: 4s; }
.snowflake:nth-child(6) { left: 60%; animation-duration: 13s; animation-delay: 5s; }
.snowflake:nth-child(7) { left: 70%; animation-duration: 9s; animation-delay: 6s; }
.snowflake:nth-child(8) { left: 80%; animation-duration: 14s; animation-delay: 7s; }
.snowflake:nth-child(9) { left: 90%; animation-duration: 10s; animation-delay: 8s; }
.snowflake:nth-child(10) { left: 95%; animation-duration: 12s; animation-delay: 9s; }
.snowflake:nth-child(11) { left: 15%; animation-duration: 9s; animation-delay: 10s; }
.snowflake:nth-child(12) { left: 25%; animation-duration: 11s; animation-delay: 11s; }
.snowflake:nth-child(13) { left: 35%; animation-duration: 13s; animation-delay: 12s; }
.snowflake:nth-child(14) { left: 45%; animation-duration: 10s; animation-delay: 13s; }
.snowflake:nth-child(15) { left: 55%; animation-duration: 12s; animation-delay: 14s; }

@keyframes snowfall {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Floating elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
    font-size: 2rem;
    animation: floating 6s ease-in-out infinite;
    animation-delay: var(--delay);
}

.floating-icon:nth-child(1) { top: 20%; left: 10%; }
.floating-icon:nth-child(2) { top: 30%; right: 15%; }
.floating-icon:nth-child(3) { top: 60%; left: 20%; }
.floating-icon:nth-child(4) { top: 70%; right: 25%; }

@keyframes floating {
    0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.6; }
    50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .content {
        margin: 1rem;
        padding: 2rem;
    }
    
    .title {
        font-size: 3rem;
    }
    
    .subtitle {
        font-size: 2rem;
    }
    
    .features {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .progress-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
    }
    
    .stats-section {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mountain-1, .mountain-2, .mountain-3, .mountain-4, .mountain-5 {
        width: 200px;
        height: 150px;
    }
    
    .action-buttons {
        gap: 1.5rem;
        margin: 3rem 0;
    }
    
    .action-btn {
        padding: 1.3rem 2.2rem;
        font-size: 1.1rem;
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 2.5rem;
    }
    
    .subtitle {
        font-size: 1.5rem;
    }
    
    .description {
        font-size: 1.1rem;
    }
    
    .feature {
        padding: 2rem;
    }
    
    .stats-section {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        flex-direction: column;
        align-items: center;
    }
    

}




