/*
Theme Name: Dreamgates Theme
Theme URI: https://thedreamgates.com
Author: Dreamgates Team
Author URI: https://thedreamgates.com
Description: A modern landing page theme for Dreamgates - Premium Lofi Hip-Hop and Ambient Music Streaming App.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: landing-page, one-page, app, dreamgates, music, lofi, streaming, radio
Text Domain: dreamgates-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary: #8b5cf6;
    --primary-dark: #7c3aed;
    --secondary: #64748b;
    --accent: #06b6d4;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--gray-700);
    background: var(--white);
    overflow-x: hidden;
}

/* WordPress Admin Bar Gizle */
#wpadminbar {
    display: none !important;
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

body.admin-bar {
    margin-top: 0 !important;
}

/* Modern Header */
.header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: calc(100% - 20px);
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    box-shadow: var(--shadow-xl);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
    text-decoration: none;
    transition: all 0.3s ease;
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
}

.nav-menu a {
    color: var(--gray-600);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: color 0.3s ease;
    font-size: 13px;
    display: block;
}

.nav-menu a:hover {
    color: var(--primary);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-button {
    background: var(--primary) !important;
    color: var(--white) !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.cta-button:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.mobile-menu-toggle {
    display: none;
    background: var(--gray-100);
    border: 1px solid var(--gray-200);
    color: var(--gray-600);
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

/* Premium Background - More & Bigger Colorful Particles */
.premium-bg {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Particle 1 - Green */
.premium-bg::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.4) 0%, rgba(52, 211, 153, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    top: 10%;
    left: 5%;
    animation: float1 8s ease-in-out infinite;
}

/* Particle 2 - Blue */
.premium-bg::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.35) 0%, rgba(147, 197, 253, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    bottom: 20%;
    right: 8%;
    animation: float2 10s ease-in-out infinite reverse;
}

/* Additional Particles for Hero */
.hero-container::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.4) 0%, rgba(251, 191, 36, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    top: 15%;
    right: 10%;
    animation: float3 7s ease-in-out infinite;
    z-index: 0;
}

.hero-container::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(196, 181, 253, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    bottom: 5%;
    left: 5%;
    animation: float4 9s ease-in-out infinite reverse;
    z-index: 0;
}

/* Extra floating particles */
.hero::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.4) 0%, rgba(252, 165, 165, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    right: 20%;
    animation: float5 11s ease-in-out infinite;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.35) 0%, rgba(249, 168, 212, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    top: 30%;
    left: 15%;
    animation: float6 13s ease-in-out infinite reverse;
    z-index: 0;
}

/* Section for extra particles */
.section.fresh-green::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.35) 0%, rgba(134, 239, 172, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    top: 10%;
    right: 25%;
    animation: float1 12s ease-in-out infinite;
    z-index: 0;
}

.section.fresh-green::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, rgba(165, 180, 252, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    bottom: 15%;
    left: 20%;
    animation: float3 10s ease-in-out infinite reverse;
    z-index: 0;
}

/* Different float animations */
@keyframes float1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(10px, -15px) rotate(90deg); }
    50% { transform: translate(-5px, -25px) rotate(180deg); }
    75% { transform: translate(-15px, -10px) rotate(270deg); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-12px, 18px) rotate(120deg); }
    66% { transform: translate(8px, -12px) rotate(240deg); }
}

@keyframes float3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -20px) scale(1.2); }
}

@keyframes float4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(8px, 12px) rotate(90deg) scale(0.8); }
    75% { transform: translate(-8px, -8px) rotate(270deg) scale(1.1); }
}

@keyframes float5 {
    0%, 100% { transform: translate(0, 0); }
    20% { transform: translate(10px, -8px); }
    40% { transform: translate(-5px, 15px); }
    60% { transform: translate(12px, 5px); }
    80% { transform: translate(-8px, -12px); }
}

@keyframes float6 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    30% { transform: translate(-10px, 8px) rotate(108deg); }
    70% { transform: translate(6px, -15px) rotate(252deg); }
}

.hero {
    padding: 40px 20px;
    text-align: center !important;
    color: var(--gray-900);
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 24px;
    color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.hero h1 {
    font-size: clamp(32px, 7vw, 56px);
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
    color: var(--gray-900);
    letter-spacing: -0.02em;
}

.hero p {
    font-size: 18px;
    color: var(--gray-600);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.btn {
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: var(--white);
    color: var(--gray-700);
    border: 1px solid var(--gray-300);
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
    background: var(--gray-50);
    border-color: var(--gray-400);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Content Sections - Fresh Color System */
.section {
    padding: 60px 20px;
    background: var(--white);
}

.section.fresh-green {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.section:nth-child(even) {
    background: var(--gray-50);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--white);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
}

.section h2 {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.section p {
    font-size: 16px;
    color: var(--gray-600);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 60px;
}

.feature-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--gray-200);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: var(--primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--gray-600);
    font-size: 14px;
    line-height: 1.5;
}

/* Premium Pricing Section - Android App Style */
.pricing-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, rgba(52, 211, 153, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    top: 10%;
    left: 5%;
    animation: float1 8s ease-in-out infinite;
}

.pricing-section::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.3) 0%, rgba(251, 191, 36, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    bottom: 15%;
    right: 8%;
    animation: float2 10s ease-in-out infinite reverse;
}

/* Extra particles for pricing */
.pricing-welcome::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, rgba(147, 197, 253, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    top: -20px;
    right: 20%;
    animation: float3 7s ease-in-out infinite;
}

.pricing-welcome::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, rgba(196, 181, 253, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    bottom: -30px;
    left: 15%;
    animation: float4 9s ease-in-out infinite reverse;
}

.pricing-grid::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.3) 0%, rgba(252, 165, 165, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    top: 30%;
    right: 30%;
    animation: float5 11s ease-in-out infinite;
    z-index: 0;
}

.pricing-grid::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.25) 0%, rgba(249, 168, 212, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    bottom: 20%;
    left: 25%;
    animation: float6 13s ease-in-out infinite reverse;
    z-index: 0;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.pricing-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: visible;
    transform-origin: center;
    z-index: 1;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.02) 0%, rgba(16, 185, 129, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card.popular {
    border-color: var(--primary);
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.pricing-card.popular::after {
    display: none;
}

.pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--primary);
}

.pricing-card.popular:hover {
    transform: scale(1.05) translateY(-12px);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary), #34d399);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 100;
    transform: translateZ(0);
}

.pricing-badge::before {
    content: '⭐';
    font-size: 10px;
}

.pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.pricing-price {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.pricing-period {
    font-size: 16px;
    color: var(--gray-500);
    margin-bottom: 24px;
    font-weight: 500;
}

.pricing-original {
    font-size: 16px;
    color: var(--gray-400);
    text-decoration: line-through;
    margin-bottom: 4px;
}

.pricing-savings {
    display: inline-block;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid #fbbf24;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    position: relative;
    z-index: 1;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: var(--gray-700);
    font-weight: 500;
}

.pricing-features li::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--primary), #34d399);
    color: var(--white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.pricing-button {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), #34d399);
    color: var(--white);
    border: none;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.pricing-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.pricing-button:hover::before {
    left: 100%;
}

.pricing-button:hover {
    background: linear-gradient(135deg, #059669, var(--primary));
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.4);
}

.pricing-button.secondary {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--primary);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.1);
}

.pricing-button.secondary:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.pricing-button i {
    font-size: 14px;
}

/* Welcome Section Enhancement */
.pricing-welcome {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.pricing-welcome-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), #34d399);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.3);
    animation: pulse 2s infinite;
}

.pricing-welcome-icon i {
    font-size: 32px;
    color: var(--white);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.pricing-welcome h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 16px;
    line-height: 1.2;
}

.pricing-welcome p {
    font-size: 18px;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Stats Grid */
.stats {
    background: var(--white);
    color: var(--gray-900);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
    text-align: center;
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--gray-900);
}

.stat-item p {
    font-size: 14px;
    color: var(--gray-600);
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary), #34d399);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    color: var(--white);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Download Buttons */
.download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.download-button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: var(--white);
    color: var(--gray-900);
    text-decoration: none;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    position: relative;
    overflow: hidden;
}

.download-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.1), transparent);
    transition: left 0.5s ease;
}

.download-button:hover::before {
    left: 100%;
}

.download-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.download-button.coming-soon {
    opacity: 0.7;
    cursor: not-allowed;
}

.download-button.coming-soon:hover {
    transform: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.download-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary), #34d399);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.download-icon i {
    font-size: 24px;
    color: var(--white);
}

.download-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.download-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-900);
    line-height: 1.2;
}

.download-subtitle {
    font-size: 14px;
    color: var(--gray-600);
    margin-top: 2px;
}



/* Footer */
.footer {
    background: var(--white);
    color: var(--gray-900);
    padding: 60px 20px 32px;
    border-top: 1px solid var(--gray-200);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmin(200px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--gray-900);
}

.footer-section a {
    color: var(--gray-600);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-section a:hover {
    color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid var(--gray-200);
    padding-top: 24px;
    text-align: center;
    color: var(--gray-600);
    font-size: 14px;
}

/* WordPress İçerik Sayfaları Stilleri */
.content-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 20px 80px;
    line-height: 1.7;
}

.content-page h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 32px;
    line-height: 1.2;
}

.content-page h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--gray-900);
    margin: 40px 0 20px 0;
    line-height: 1.3;
}

.content-page h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--gray-900);
    margin: 32px 0 16px 0;
    line-height: 1.4;
}

.content-page h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-900);
    margin: 24px 0 12px 0;
}

.content-page p {
    font-size: 16px;
    color: var(--gray-700);
    margin-bottom: 20px;
    line-height: 1.7;
}

.content-page ul, 
.content-page ol {
    margin: 20px 0;
    padding-left: 32px;
}

.content-page li {
    font-size: 16px;
    color: var(--gray-700);
    margin-bottom: 8px;
    line-height: 1.6;
}

.content-page blockquote {
    background: var(--gray-50);
    border-left: 4px solid var(--primary);
    padding: 20px 24px;
    margin: 24px 0;
    font-style: italic;
    color: var(--gray-600);
}

.content-page a {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 500;
}

.content-page a:hover {
    color: var(--primary-dark);
}

.content-page strong, 
.content-page b {
    font-weight: 600;
    color: var(--gray-900);
}

.content-page em, 
.content-page i {
    font-style: italic;
}

.content-page hr {
    border: none;
    height: 1px;
    background: var(--gray-200);
    margin: 40px 0;
}

.content-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}

.content-page th,
.content-page td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid var(--gray-200);
}

.content-page th {
    background: var(--gray-50);
    font-weight: 600;
    color: var(--gray-900);
}

.content-page td {
    color: var(--gray-700);
}

.content-page code {
    background: var(--gray-100);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: var(--gray-800);
}

.content-page pre {
    background: var(--gray-900);
    color: var(--white);
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 24px 0;
}

.content-page pre code {
    background: none;
    padding: 0;
    color: var(--white);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Scroll animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Loading animation */
body {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.loaded {
    opacity: 1;
}

/* Focus states for accessibility */
.btn:focus-visible,
.nav-menu a:focus-visible,
.logo:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* Enhanced hover effects */
.feature-card,
.btn,
.logo,
.nav-menu a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Performance optimizations */
.feature-card,
.hero-badge {
    will-change: transform;
}

.feature-card:hover {
    will-change: auto;
}

/* Mobil ve Tablet Responsive */
@media (max-width: 768px) {
    /* Header Mobil */
    .header {
        top: 10px;
        width: calc(100% - 20px);
    }
    
    .nav-container {
        padding: 8px 16px;
    }
    
    .logo {
        font-size: 18px;
        gap: 8px;
    }
    
    .logo-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 12px;
        flex-direction: column;
        padding: 16px;
        box-shadow: var(--shadow-xl);
        z-index: 1000;
        gap: 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        padding: 12px 16px;
        border-radius: 8px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid var(--gray-100);
        margin-bottom: 4px;
        font-size: 14px;
    }

    .nav-menu a:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .nav-actions {
        gap: 8px;
    }

    .cta-button {
        padding: 6px 12px !important;
        font-size: 12px !important;
        border-radius: 6px !important;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }

    /* Hero Mobil */
    .hero {
        padding: 20px 16px;
        min-height: calc(100vh - 80px);
    }

    .hero-badge {
        font-size: 11px;
        padding: 4px 12px;
    }

    .hero h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .hero p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 20px;
        font-size: 14px;
    }

    /* Sections Mobil */
    .section {
        padding: 40px 16px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-badge {
        font-size: 11px;
        padding: 4px 12px;
    }

    .section h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .section p {
        font-size: 14px;
    }

    /* Features Grid Mobil */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .feature-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .feature-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .feature-card p {
        font-size: 13px;
    }

    /* Pricing Grid Mobil - Enhanced */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .pricing-card {
        padding: 24px 20px;
        border-radius: 20px;
        margin: 0;
    }

    .pricing-card.popular {
        transform: none;
        margin: 0;
    }

    .pricing-card:hover {
        transform: translateY(-8px);
    }

    .pricing-card.popular:hover {
        transform: translateY(-8px);
    }

    .pricing-welcome {
        margin-bottom: 40px;
    }

    .pricing-welcome-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }

    .pricing-welcome-icon i {
        font-size: 24px;
    }

    .pricing-welcome h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .pricing-welcome p {
        font-size: 16px;
    }

    .pricing-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .pricing-price {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .pricing-period {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pricing-original {
        font-size: 14px;
    }

    .pricing-savings {
        font-size: 11px;
        padding: 3px 10px;
        margin-bottom: 20px;
    }

    .pricing-features {
        margin: 20px 0;
    }

    .pricing-features li {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .pricing-features li::before {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .pricing-button {
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 12px;
    }

    .pricing-badge {
        top: -10px;
        right: 20px;
        padding: 6px 12px;
        font-size: 10px;
    }

    /* Download Section Mobil */
    .download-buttons {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 40px;
    }

    .download-button {
        min-width: 280px;
        padding: 14px 20px;
    }

    .download-icon {
        width: 40px;
        height: 40px;
    }

    .download-icon i {
        font-size: 20px;
    }

    .download-label {
        font-size: 15px;
    }

    .download-subtitle {
        font-size: 13px;
    }



    .cta-section h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .cta-section p {
        font-size: 16px;
        margin-bottom: 32px;
    }

    /* Stats Grid Mobil */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-item h3 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .stat-item p {
        font-size: 13px;
    }

    /* Footer Mobil */
    .footer {
        padding: 30px 16px 16px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 16px;
    }

    .footer-section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .footer-section a {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .footer-bottom {
        padding-top: 12px;
        font-size: 12px;
    }

    /* Responsive Content - İyileştirilmiş */
    .content-page {
        padding: 100px 16px 60px;
        max-width: 100%;
    }
    
    .content-page h1 {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 1.3;
    }
    
    .content-page h2 {
        font-size: 20px;
        margin: 32px 0 16px 0;
        line-height: 1.4;
    }
    
    .content-page h3 {
        font-size: 18px;
        margin: 24px 0 12px 0;
    }
    
    .content-page h4 {
        font-size: 16px;
        margin: 20px 0 8px 0;
    }
    
    .content-page p {
        font-size: 15px;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    
    .content-page ul, 
    .content-page ol {
        margin: 16px 0;
        padding-left: 24px;
    }
    
    .content-page li {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 1.5;
    }
    
    .content-page blockquote {
        padding: 16px 20px;
        margin: 20px 0;
        font-size: 15px;
    }
    
    .content-page table {
        font-size: 13px;
        margin: 20px 0;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
    
    .content-page th,
    .content-page td {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .content-page code {
        font-size: 13px;
        padding: 1px 4px;
    }
    
    .content-page pre {
        padding: 16px;
        margin: 20px 0;
        font-size: 13px;
        overflow-x: auto;
    }
}

/* Ekstra Küçük Mobil */
@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .hero h1 {
        font-size: 22px;
    }
    
    .section h2 {
        font-size: 20px;
    }

    .content-page {
        padding: 90px 12px 50px;
    }
    
    .content-page h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .content-page h2 {
        font-size: 18px;
    }
    
    .content-page p,
    .content-page li {
        font-size: 14px;
    }
    
    .content-page ul, 
    .content-page ol {
        padding-left: 20px;
    }
    
    .content-page blockquote {
        padding: 12px 16px;
        margin: 16px 0;
        font-size: 14px;
    }
}

/* Cache Buster 2025-01-21-v3 */