/* === Centered Footer === */
.footer {
    width: 100%;
    text-align: center;
    padding: 2rem 0 1rem 0;
    background: transparent;
    color: var(--text);
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer p {
    margin: 0;
    color: var(--text);
    opacity: 0.8;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
/* === Ultra Modern Website Developer Section === */
.ultra-modern-section {
    border-radius: 32px;
    box-shadow: 0 0 60px 0 rgba(0,255,204,0.13), 0 2px 24px 0 rgba(255,0,204,0.10);
    padding: 5rem 2rem 4rem 2rem;
    margin: 4rem auto 4rem auto;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    animation: fadeInUp 1.5s cubic-bezier(0.68,-0.55,0.27,1.55);
}
.ultra-modern-title {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #00ffcc 20%, #00aaff 60%, #ff00cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px #00ffcc, 0 0 60px #ff00cc;
    animation: ultraTitleGlow 2.5s infinite alternate;
    margin-bottom: 2.2rem;
}
.ultra-modern-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.25rem;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,255,204,0.10), transparent 70%);
    border-radius: 18px;
    padding: 1.5rem 2rem;
    box-shadow: 0 0 18px 0 rgba(0,255,204,0.08);
    margin-bottom: 2.5rem;
    animation: fadeIn 2.2s;
}
.ultra-glow-icon {
    font-size: 2.5rem;
    animation: ultraGlowPulse 2.5s infinite alternate;
    filter: drop-shadow(0 0 16px #00ffcc);
}
.ultra-modern-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.7rem;
    margin: 3rem 0 2rem 0;
    justify-items: center;
    perspective: 1200px;
}
.ultra-modern-card {
    background: linear-gradient(135deg, rgba(0,255,204,0.13), rgba(255,0,204,0.08) 80%);
    border-radius: 22px;
    box-shadow: 0 0 40px 0 rgba(0,255,204,0.18), 0 2px 12px 0 rgba(255,0,204,0.10);
    padding: 2.5rem 1.7rem 1.7rem 1.7rem;
    text-align: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.68,-0.55,0.27,1.55), box-shadow 0.5s;
    border: 2px solid transparent;
    animation: ultraFloatCard 4.5s ease-in-out infinite alternate;
    will-change: transform;
}
.ultra-3d:hover {
    transform: rotateY(18deg) scale(1.07) translateY(-12px);
    box-shadow: 0 0 60px 0 #00ffcc, 0 8px 32px 0 #ff00cc;
    border: 2px solid #00ffcc;
    z-index: 4;
}
.ultra-modern-icon {
    font-size: 3.2rem;
    margin-bottom: 1.3rem;
    animation: ultraIconSpin 6s linear infinite;
    filter: drop-shadow(0 0 12px #00ffcc);
    transition: filter 0.3s;
}
.ultra-glow {
    animation: ultraGlowPulse 2.5s infinite alternate;
}
.ultra-modern-card h3 {
    font-size: 1.4rem;
    color: #00ffcc;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 12px #00ffcc;
}
.ultra-modern-card p {
    font-size: 1.08rem;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 8px #00aaff;
}
.ultra-modern-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    font-size: 1.18rem;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,255,204,0.10), transparent 70%);
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 0 18px 0 rgba(0,255,204,0.08);
    margin-top: 2.5rem;
    animation: fadeIn 2.2s;
}
.ultra-modern-link {
    color: #00ffcc;
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 0 0 8px #00ffcc;
    transition: color 0.3s, text-shadow 0.3s;
}
.ultra-modern-link:hover {
    color: #ff00cc;
    text-shadow: 0 0 18px #ff00cc;
}
/* === Ultra Futuristic 2050 Section Styles === */
.ultra-future-section {
    position: relative;
    overflow: hidden;
    z-index: 2;
    animation: fadeInUp 1.5s cubic-bezier(0.68,-0.55,0.27,1.55);
}
.ultra-future-title {
    font-size: 2.7rem;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #00ffcc 20%, #00aaff 60%, #ff00cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px #00ffcc, 0 0 60px #ff00cc;
    animation: ultraTitleGlow 2.5s infinite alternate;
    margin-bottom: 2.5rem;
}
.ultra-future-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.7rem;
    margin: 3rem 0 2rem 0;
    justify-items: center;
    perspective: 1200px;
}
.ultra-card {
    background: linear-gradient(135deg, rgba(0,255,204,0.13), rgba(255,0,204,0.08) 80%);
    border-radius: 22px;
    box-shadow: 0 0 40px 0 rgba(0,255,204,0.18), 0 2px 12px 0 rgba(255,0,204,0.10);
    padding: 2.5rem 1.7rem 1.7rem 1.7rem;
    text-align: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.68,-0.55,0.27,1.55), box-shadow 0.5s;
    border: 2px solid transparent;
    animation: ultraFloatCard 4.5s ease-in-out infinite alternate;
    will-change: transform;
}
.ultra-3d:hover {
    transform: rotateY(18deg) scale(1.07) translateY(-12px);
    box-shadow: 0 0 60px 0 #00ffcc, 0 8px 32px 0 #ff00cc;
    border: 2px solid #00ffcc;
    z-index: 4;
}
.ultra-icon {
    font-size: 3.2rem;
    margin-bottom: 1.3rem;
    animation: ultraIconSpin 6s linear infinite;
    filter: drop-shadow(0 0 12px #00ffcc);
    transition: filter 0.3s;
}
.ultra-glow {
    animation: ultraGlowPulse 2.5s infinite alternate;
}
.ultra-card h3 {
    font-size: 1.4rem;
    color: #00ffcc;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 12px #00ffcc;
}
.ultra-card p {
    font-size: 1.08rem;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 8px #00aaff;
}
.ultra-future-description {
    margin: 2.7rem auto 0 auto;
    max-width: 750px;
    text-align: center;
    font-size: 1.22rem;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,255,204,0.10), transparent 70%);
    border-radius: 14px;
    padding: 1.7rem 1.2rem;
    box-shadow: 0 0 28px 0 rgba(0,255,204,0.10);
    animation: fadeIn 2.2s;
}
@keyframes ultraFloatCard {
    0% { transform: translateY(0) scale(1) rotateY(0deg); }
    50% { transform: translateY(-12px) scale(1.04) rotateY(6deg); }
    100% { transform: translateY(0) scale(1) rotateY(0deg); }
}
@keyframes ultraIconSpin {
    0% { filter: drop-shadow(0 0 12px #00ffcc); transform: rotate(0deg); }
    100% { filter: drop-shadow(0 0 28px #ff00cc); transform: rotate(360deg); }
}
@keyframes ultraGlowPulse {
    0% { filter: drop-shadow(0 0 12px #00ffcc); }
    100% { filter: drop-shadow(0 0 32px #ff00cc); }
}
@keyframes ultraTitleGlow {
    0% { text-shadow: 0 0 30px #00ffcc, 0 0 60px #ff00cc; }
    100% { text-shadow: 0 0 60px #00ffcc, 0 0 120px #ff00cc; }
}
/* === Animated SEO Section Styles === */
.animated-section {
    position: relative;
    overflow: hidden;
    z-index: 2;
    animation: fadeInUp 1.2s cubic-bezier(0.68,-0.55,0.27,1.55);
}

.animated-title {
    animation: titlePulse 2.5s infinite alternate;
    letter-spacing: 1px;
}

.animated-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
    margin: 3rem 0 2rem 0;
    justify-items: center;
}

.animated-card {
    background: var(--card-bg);
    border-radius: 18px;
    box-shadow: 0 0 30px 0 rgba(0,255,204,0.12), 0 2px 8px 0 rgba(0,0,0,0.12);
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.68,-0.55,0.27,1.55), box-shadow 0.4s;
    animation: floatCard 3.5s ease-in-out infinite alternate;
    border: 2px solid transparent;
}
.animated-card:hover {
    transform: translateY(-10px) scale(1.04) rotate(-1deg);
    box-shadow: 0 0 40px 0 var(--primary), 0 4px 16px 0 rgba(0,255,204,0.18);
    border: 2px solid var(--primary);
    z-index: 3;
}
.animated-icon {
    font-size: 2.7rem;
    margin-bottom: 1.1rem;
    animation: iconSpin 4s linear infinite;
    filter: drop-shadow(0 0 8px var(--primary));
}
.animated-card h3 {
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 0.7rem;
    text-shadow: 0 0 8px var(--primary);
}
.animated-card p {
    font-size: 1.05rem;
    color: var(--text);
    margin: 0;
}
.animated-section-description {
    margin: 2.5rem auto 0 auto;
    max-width: 700px;
    text-align: center;
    font-size: 1.18rem;
    color: var(--text);
    background: linear-gradient(90deg, rgba(0,255,204,0.08), transparent 70%);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    box-shadow: 0 0 18px 0 rgba(0,255,204,0.08);
    animation: fadeIn 2.2s;
}
.animated-divider {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), transparent, var(--primary));
    margin: 0 auto 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 18px 2px var(--primary);
    animation: divider-glow 2.5s infinite alternate;
}

@keyframes floatCard {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.03); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes iconSpin {
    0% { filter: drop-shadow(0 0 8px var(--primary)); transform: rotate(0deg); }
    100% { filter: drop-shadow(0 0 18px var(--primary)); transform: rotate(360deg); }
}
@keyframes divider-glow {
    0% { box-shadow: 0 0 18px 2px var(--primary); }
    100% { box-shadow: 0 0 38px 8px var(--primary); }
}
:root {
    --primary: #00ffcc;
    --background: #0a0a23;
    --text: #ffffff;
    --card-bg: rgba(255, 255, 255, 0.1);
}

[data-theme="light"] {
    --primary: #ffd000;
    --background: #f0f0f5;
    --text: #0a0a23;
    --card-bg: rgba(0, 0, 0, 0.1);
}

body {
    margin: 0;
    font-family: 'Baloo 2', Arial, sans-serif;
    background: var(--background);
    color: var(--text);
    overflow-x: hidden;
    cursor: url('images/rocket.png') 16 16, auto;
    transition: background 0.5s ease, color 0.5s ease;
}

.stars, .stars-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.star {
    position: absolute;
    background: var(--text);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    animation: twinkle linear infinite;
    opacity: 0.8;
}


.stars-layer.layer1 .star { animation-duration: 3s; }
.stars-layer.layer2 .star { animation-duration: 5s; }

@keyframes twinkle {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 3rem;
    background: linear-gradient(90deg, rgba(10, 10, 35, 0.9), rgba(0, 50, 100, 0.7));
    backdrop-filter: blur(8px);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 255, 204, 0.2);
    transition: background 0.5s ease, box-shadow 0.5s ease;
}

[data-theme="light"] .navbar {
    background: linear-gradient(90deg, rgba(240, 240, 245, 0.9), rgba(200, 200, 220, 0.7));
    box-shadow: 0 4px 15px rgba(255, 77, 77, 0.2);
}

.logo img {
    height: 65px;
    width: auto;
    margin-left: -10px;
    filter: drop-shadow(0 0 8px var(--primary));
    transition: filter 0.3s ease, transform 0.3s ease;
}

.logo:hover img {
    filter: drop-shadow(0 0 15px var(--primary));
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: var(--text);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links a.active, .nav-links a:hover {
    color: var(--primary);
    background: rgba(0, 255, 204, 0.1);
    box-shadow: 0 0 10px var(--primary);
    transform: translateY(-2px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: linear-gradient(90deg, var(--primary), transparent);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.cart-icon {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--primary);
    z-index: 1100;
}

.cart-icon img.cart-image {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 5px var(--primary));
    transition: filter 0.3s ease, transform 0.3s ease;
}

@keyframes cart-spin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

@keyframes cart-glow {
    0% { filter: drop-shadow(0 0 5px var(--primary)) brightness(1); }
    100% { filter: drop-shadow(0 0 15px var(--primary)) brightness(1.3); }
}

.cart-icon:hover img.cart-image {
    animation-duration: 4s;
    transform: scale(1.2);
}

.theme-toggle {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 0.6rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 1100;
}

.theme-toggle:hover {
    transform: rotate(360deg);
    box-shadow: 0 0 15px var(--primary);
    text-shadow: 0 0 8px var(--primary);
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1100;
    padding: 0.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.burger div {
    width: 25px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px var(--primary);
}

.burger:hover div {
    box-shadow: 0 0 10px var(--primary);
    transform: scale(1.1);
}

.burger.toggle div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.toggle div:nth-child(2) {
    opacity: 0;
}

.burger.toggle div:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.hero {
    height: 60vh;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, var(--modal-bg), rgba(10, 10, 50, 0.6), rgba(0, 50, 100, 0.4));
    margin-top: 60px;
    transition: background 0.5s ease;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: var(--primary);
    text-shadow: 0 0 20px var(--primary);
}

.hero-content p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.cta-button {
    padding: 0.7rem 1.5rem;
    background: var(--primary);
    color: var(--background);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.cta-button:hover {
    box-shadow: 0 0 20px var(--primary), 0 0 40px var(--primary);
    transform: translateY(-2px);
}

.cta-button.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 5px var(--primary); }
    50% { box-shadow: 0 0 25px var(--primary), 0 0 50px var(--primary); }
    100% { box-shadow: 0 0 5px var(--primary); }
}

.content-section {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content-section h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: var(--primary);
    text-shadow: 0 0 15px var(--primary);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    justify-items: center;
}

.card {
    background: var(--card-bg, #ffffff); /* Domyślnie biały, jeśli --card-bg nie jest zdefiniowany */
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    max-width: 300px;
    display: flex;
    flex-direction: column; /* Dla spójności z package-card */
}

.card.tilt:hover, .card.tilt:active {
    transform: translateY(-5px) !important; /* !important dla priorytetu nad VanillaTilt */
    box-shadow: 0 0 20px var(--primary);
    border: 2px solid var(--primary);
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.card p {
    font-size: 1rem;
    margin: 0;
}

.package-card {
    flex: 1; /* Zapewnia, że karta wypełnia przestrzeń */
}

.package-card .price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary);
    margin: 0.5rem 0;
}

.package-card .cta-button {
    margin-top: 1rem;
}

.package-card ul {
    list-style: none; /* Usuwa domyślne kropki listy */
    padding: 0;
    margin: 1rem 0; /* Odstęp wokół listy */
    text-align: left; /* Wyrównanie tekstu do lewej dla lepszej czytelności */
}

.package-card ul li {
    position: relative;
    padding-left: 1.5rem; /* Miejsce na ptaszek */
    margin-bottom: 0.75rem; /* Odstęp między elementami listy */
    font-size: 1rem;
    color: #ffffff; /* Ciemnoszary tekst, zgodny z text-gray-700 */
}

.package-card ul li:before {
    content: "✔"; /* Symbol ptaszka */
    position: absolute;
    left: 0;
    color: #22c55e; /* Zielony kolor ptaszka, zgodny z text-green-500 */
    font-size: 1rem;
    line-height: 1.5rem;
}

.package-card .price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary);
    margin: 0.5rem 0;
}

.package-card .cta-button {
    margin-top: 1rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2rem;
}

.gallery-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.gallery-item.right {
    transform: translateY(50px);
}

.gallery-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 10px var(--primary);
}

.blog-caption {
    text-align: center;
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.2), rgba(0, 255, 204, 0.1));
    border: 1px solid var(--primary);
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    text-shadow: 0 0 10px rgba(0, 255, 204, 0.5);
    box-shadow: 0 4px 15px rgba(0, 255, 204, 0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.gallery-item a {
    text-decoration: none;
    color: inherit;
}

.gallery-item a:hover, 
.gallery-item a:focus, 
.gallery-item a:active, 
.gallery-item a:visited {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.blog-caption::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(0, 255, 204, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.gallery-item:hover .blog-caption {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 255, 204, 0.5);
    border-color: rgba(0, 255, 204, 0.8);
}

.gallery-item:hover .blog-caption::before {
    transform: translateX(100%);
}

/* Light theme styles for blog captions */
[data-theme="light"] .blog-caption {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.2), rgba(255, 247, 0, 0.1));
    border: 1px solid #ffd000;
    color: #0a0a23;
    text-shadow: 0 0 10px rgba(255, 208, 0, 0.5);
    box-shadow: 0 4px 15px rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .blog-caption::before {
    background: linear-gradient(45deg, transparent, rgba(255, 208, 0, 0.1), transparent);
}

[data-theme="light"] .gallery-item:hover .blog-caption {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 208, 0, 0.5);
    border-color: rgba(255, 208, 0, 0.8);
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.3), rgba(255, 247, 0, 0.2));
}

.video-player {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 320px;
    z-index: 1000;
    transition: all 0.5s ease;
}

.video-player.minimized {
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
}

.video-player video {
    width: 100%;
    border-radius: 15px;
    border: 2px solid var(--primary);
    box-shadow: 0 0 15px var(--primary);
}

.video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    gap: 0.5rem;
    z-index: 1001;
}

.video-player:hover .video-controls, .video-player:active .video-controls {
    opacity: 1;
}

.video-control-btn, .progress-bar, .volume-bar {
    padding: 0.5rem;
    background: rgba(0, 255, 204, 0.7);
    color: var(--background);
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1002;
}

.video-control-btn:hover, .progress-bar:hover, .volume-bar:hover,
.video-control-btn:active, .progress-bar:active, .volume-bar:active {
    background: var(--primary);
    box-shadow: 0 0 10px var(--primary);
    transform: scale(1.1);
}


.video-minimized {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: var(--primary);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1002;
    display: none;
}

.video-player.minimized .video-minimized {
    display: block;
}

.video-player.minimized-active .video-controls,
.video-player.minimized-active video {
    display: none;
}

.cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 255, 204, 0.1));
    backdrop-filter: blur(15px);
    display: none;
    place-items: center;
    z-index: 2000;
    animation: fadeIn 0.5s ease;
    padding: 1rem;
}

.cart-modal.hidden {
    display: none;
}

.cart-modal:not(.hidden) {
    display: grid;
}

.cart-content {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 255, 204, 0.05));
    backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 20px;
    max-width: 500px;
    width: 95%;
    max-height: 80vh;
    overflow-y: auto;
    border: 2px solid #00ffcc;
    box-shadow: 
        0 0 30px rgba(0, 255, 204, 0.3),
        inset 0 0 20px rgba(0, 255, 204, 0.1);
    position: relative;
    z-index: 2001;
}

.cart-content h2 {
    color: #00ffcc;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-shadow: 0 0 10px #00ffcc;
    background: linear-gradient(45deg, #00ffcc, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cart-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 255, 204, 0.3);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.05), rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(10px);
    animation: slideIn 0.3s ease;
    transition: all 0.3s ease;
}

.cart-item:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.2);
    transform: translateY(-2px);
}

.cart-item-info h4 {
    color: #00ffcc;
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.cart-item-info p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.9rem;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.quantity-btn, .remove-btn {
    background: linear-gradient(45deg, #00ffcc, #007a99);
    color: #000;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    min-width: 35px;
}

.quantity-btn:hover, .remove-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 255, 204, 0.5);
}

.remove-btn {
    background: linear-gradient(45deg, #ff4d4d, #cc0000);
    color: #fff;
}

.remove-btn:hover {
    box-shadow: 0 0 10px rgba(255, 77, 77, 0.5);
}

.quantity {
    color: #00ffcc;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

.cart-item-total {
    color: #00ffcc;
    font-weight: bold;
    font-size: 1.1rem;
    text-shadow: 0 0 5px #00ffcc;
    align-self: center;
    text-align: right;
}

#cart-total {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1.5rem 0;
    text-align: center;
    color: #00ffcc;
    text-shadow: 0 0 15px #00ffcc;
    padding: 1rem;
    border: 2px solid rgba(0, 255, 204, 0.3);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.1), rgba(0, 0, 0, 0.3));
}

.empty-cart {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    padding: 2rem;
}

#close-cart, #finalize-purchase {
    padding: 1rem 2rem;
    margin: 0.5rem;
    background: linear-gradient(45deg, #00ffcc, #007a99);
    color: #000;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 140px;
}

#finalize-purchase {
    background: linear-gradient(45deg, #00ff88, #00ffcc);
    box-shadow: 0 0 20px rgba(0, 255, 204, 0.3);
}

#close-cart:hover, #finalize-purchase:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 255, 204, 0.4);
}

#finalize-purchase:hover {
    box-shadow: 0 5px 30px rgba(0, 255, 136, 0.5);
}

.cart-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

/* Payment Page Futuristic Styling */
.futuristic-payment {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.payment-header {
    text-align: center;
    margin-bottom: 3rem;
}

.payment-header .futuristic-title {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #00ffcc, #ffffff, #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 255, 204, 0.5);
    margin-bottom: 1rem;
}

.payment-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.order-summary-card {
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.1), rgba(0, 0, 0, 0.5));
    border: 2px solid #00ffcc;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 0 30px rgba(0, 255, 204, 0.2);
    backdrop-filter: blur(15px);
}

.order-summary-card h2 {
    color: #00ffcc;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.order-items-list {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 255, 204, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.order-total-display {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00ffcc;
    text-align: center;
    text-shadow: 0 0 15px #00ffcc;
    padding: 1rem;
    border: 2px solid rgba(0, 255, 204, 0.5);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.1), rgba(0, 0, 0, 0.3));
}

.payment-methods-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "paypal paypal"
        "crypto bank";
    gap: 2rem;
    margin-bottom: 3rem;
}

.paypal-method {
    grid-area: paypal;
    text-align: center;
}

.crypto-method {
    grid-area: crypto;
}

.bank-method {
    grid-area: bank;
}

.payment-method {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 255, 204, 0.05));
    border: 2px solid rgba(0, 255, 204, 0.3);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.payment-method:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 25px rgba(0, 255, 204, 0.3);
    transform: translateY(-5px);
}

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

.payment-method:hover::before {
    left: 100%;
}

.payment-method-header {
    text-align: center;
    margin-bottom: 2rem;
}

.payment-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.payment-method h3 {
    color: #00ffcc;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.payment-method p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.futuristic-form {
    position: relative;
    z-index: 1;
}

.form-group {
    margin-bottom: 2rem;
    position: relative;
}

.futuristic-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #00ffcc;
    font-weight: bold;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

.label-icon {
    font-size: 1.2rem;
}

.futuristic-input {
    width: 100%;
    max-width: 400px;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 255, 204, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

/* Specific style for PayPal email field on desktop */
#paypal-email {
    max-width: 320px;
}

.futuristic-input:focus {
    outline: none;
    border-color: #00ffcc;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
}

.futuristic-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.futuristic-btn {
    width: 100%;
    padding: 1.2rem 2rem;
    background: linear-gradient(45deg, #00ffcc, #007a99);
    border: none;
    border-radius: 12px;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.futuristic-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 255, 204, 0.4);
}

.btn-icon {
    font-size: 1.3rem;
}

.crypto-options {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.crypto-btn {
    flex: 1;
    min-width: 120px;
    padding: 1rem;
    background: linear-gradient(45deg, rgba(255, 165, 0, 0.8), rgba(255, 215, 0, 0.8));
    border: 2px solid rgba(255, 165, 0, 0.5);
    border-radius: 12px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.crypto-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 165, 0, 0.3);
}

.crypto-icon {
    font-size: 1.5rem;
}

.bank-details {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 255, 204, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
}

.bank-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bank-info-item:last-child {
    border-bottom: none;
}

.bank-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.bank-value {
    color: #00ffcc;
    font-weight: bold;
}

.bank-note {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 255, 204, 0.1);
    border-left: 4px solid #00ffcc;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

.contact-support {
    text-align: center;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.05), rgba(0, 0, 0, 0.3));
    border: 2px solid rgba(0, 255, 204, 0.2);
    border-radius: 20px;
    padding: 2rem;
}

.contact-support h3 {
    color: #00ffcc;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.contact-support p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.support-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.support-btn {
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #00ff88, #00ffcc);
    border: none;
    border-radius: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.support-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 255, 136, 0.4);
}

.support-icon {
    font-size: 1.2rem;
}

/* Mobile Responsiveness for Payment Page */
@media (max-width: 768px) {
    .futuristic-payment {
        padding: 0.5rem;
        max-width: 100%;
    }
    
    .payment-header {
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
    
    .payment-header .futuristic-title {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    
    .payment-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .order-summary-card {
        margin: 0 0.5rem 2rem;
        padding: 1rem;
    }
    
    .order-summary-card h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .order-items-list {
        padding: 1rem;
        font-size: 0.9rem;
        word-wrap: break-word;
    }
    
    .order-total-display {
        font-size: 1.4rem;
        padding: 0.8rem;
        margin: 0;
    }
    
    .payment-methods-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "paypal"
            "crypto"
            "bank";
        gap: 1rem;
        margin: 0 0.5rem 2rem;
    }
    
    .payment-method {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .payment-method-header {
        margin-bottom: 1rem;
    }
    
    .payment-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .payment-method h3 {
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }
    
    .payment-method p {
        font-size: 0.9rem;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .futuristic-label {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .futuristic-input {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    #paypal-email {
        max-width: 100%;
    }
    
    .futuristic-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .btn-icon {
        font-size: 1.1rem;
    }
    
    .crypto-options {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .crypto-btn {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    
    .crypto-icon {
        font-size: 1.2rem;
    }
    
    .bank-details {
        padding: 1rem;
    }
    
    .bank-info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
        padding: 0.6rem 0;
    }
    
    .bank-label {
        font-size: 0.8rem;
    }
    
    .bank-value {
        font-size: 0.9rem;
    }
    
    .bank-note {
        font-size: 0.8rem;
        padding: 0.8rem;
    }
    
    .contact-support {
        margin: 0 0.5rem;
        padding: 1.5rem;
    }
    
    .contact-support h3 {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .contact-support p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .support-options {
        flex-direction: column;
        gap: 0.8rem;
        align-items: stretch;
    }
    
    .support-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        justify-content: center;
    }
    
    .support-icon {
        font-size: 1rem;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .futuristic-payment {
        padding: 0.25rem;
    }
    
    .payment-header .futuristic-title {
        font-size: 1.4rem;
    }
    
    .payment-subtitle {
        font-size: 0.9rem;
    }
    
    .order-summary-card,
    .payment-method,
    .contact-support {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    
    .payment-method {
        padding: 0.8rem;
    }
    
    .order-summary-card {
        padding: 0.8rem;
    }
    
    .order-total-display {
        font-size: 1.2rem;
    }
    
    .futuristic-input {
        padding: 0.7rem 0.8rem;
        font-size: 1rem;
        min-height: 48px;
        box-sizing: border-box;
    }
    
    .futuristic-btn {
        padding: 0.7rem 1rem;
        min-height: 48px;
    }
}

/* Landscape orientation fixes */
@media (max-width: 768px) and (orientation: landscape) {
    .payment-header .futuristic-title {
        font-size: 1.8rem;
    }
    
    .payment-methods-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "paypal"
            "crypto"
            "bank";
    }
}

/* Extra small devices - better form responsiveness */
@media (max-width: 480px) {
    .payment-methods-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "paypal"
            "crypto"
            "bank";
        gap: 1rem;
        margin: 0 0.2rem 2rem;
    }
    
    .payment-method {
        padding: 1rem;
    }
    
    .futuristic-input {
        padding: 0.75rem 0.8rem;
        font-size: 16px; /* Prevents zoom on iOS */
        border-radius: 8px;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .futuristic-label {
        font-size: 0.85rem;
    }
}

/* Mobile Responsiveness for Cart Modal */
@media (max-width: 768px) {
    .cart-modal {
        padding: 0.4rem;
    }
    
    .cart-content {
        padding: 0.6rem;
        max-width: 90%;
        max-height: 80vh;
        margin: 0.4rem auto;
        border-radius: 10px;
        width: 90%;
        box-sizing: border-box;
    }
    
    .cart-content h2 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
    
    .cart-item {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        padding: 0.6rem;
        margin-bottom: 0.4rem;
    }
    
    .cart-item-info h4 {
        font-size: 0.9rem;
        margin-bottom: 0.1rem;
    }
    
    .cart-item-info p {
        font-size: 0.75rem;
    }
    
    .cart-item-actions {
        justify-content: space-between;
        margin-top: 0.3rem;
        flex-wrap: nowrap;
    }
    
    .quantity-btn, .remove-btn {
        padding: 0.2rem 0.4rem;
        font-size: 0.75rem;
        min-width: 30px;
    }
    
    .quantity {
        font-size: 0.9rem;
        min-width: 25px;
    }
    
    .cart-item-total {
        text-align: center;
        margin-top: 0.5rem;
        font-size: 1rem;
        padding: 0.5rem;
        background: rgba(0, 255, 204, 0.1);
        border-radius: 8px;
    }
    
    #cart-total {
        font-size: 1rem;
        padding: 0.6rem;
        margin: 0.6rem 0;
    }
    
    .cart-buttons {
        flex-direction: column;
        gap: 0.4rem;
        margin-top: 0.6rem;
    }
    
    #close-cart, #finalize-purchase {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
        border-radius: 6px;
        width: 100%;
    }
    
    .empty-cart {
        padding: 1.5rem;
        font-size: 0.9rem;
    }
}

/* Extra small mobile devices for cart */
@media (max-width: 480px) {
    .cart-modal {
        padding: 0.3rem;
    }
    
    .cart-content {
        padding: 0.4rem;
        max-width: 88%;
        margin: 0.2rem auto;
        width: 88%;
        max-height: 85vh;
        box-sizing: border-box;
    }
    
    .cart-content h2 {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }
    
    .cart-item {
        padding: 0.4rem;
        gap: 0.3rem;
        margin-bottom: 0.3rem;
    }
    
    .cart-item-info h4 {
        font-size: 0.85rem;
        margin-bottom: 0.1rem;
    }
    
    .cart-item-info p {
        font-size: 0.7rem;
        line-height: 1.1;
    }
    
    .quantity-btn, .remove-btn {
        padding: 0.15rem 0.3rem;
        font-size: 0.65rem;
        min-width: 20px;
        height: 24px;
    }
    
    #cart-total {
        font-size: 0.8rem;
        padding: 0.3rem;
        margin: 0.3rem 0;
    }
    
    #close-cart, #finalize-purchase {
        padding: 0.5rem 0.6rem;
        font-size: 0.75rem;
        border-radius: 6px;
        width: 100%;
        margin: 0.1rem 0;
    }
    
    .cart-buttons {
        gap: 0.3rem;
        margin-top: 0.4rem;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateX(-20px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@media (max-width: 768px) {
    .navbar {
        height: 60px;
        padding: 0 1.5rem;
        box-shadow: 0 2px 10px rgba(0, 255, 204, 0.15);
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 40px;
        left: 0;
        background: linear-gradient(90deg, rgba(10, 10, 35, 0.9), rgba(0, 50, 100, 0.7));
        backdrop-filter: blur(8px);
        width: 100%;
        padding: 1rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 1100;
    }
    [data-theme="light"] .nav-links {
        background: rgba(255,255,255,0.85) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        font-size: 1rem;
        padding: 10px;
        border-radius: 8px;
        margin: 0.5rem 0;
    }

    .nav-links a.active, .nav-links a:hover {
        background: rgba(0, 255, 204, 0.15);
        box-shadow: 0 0 8px var(--primary);
    }

    .logo img {
        height: 50px;
        filter: drop-shadow(0 0 3px var(--primary));
    }

    .logo:hover img {
        filter: drop-shadow(0 0 10px var(--primary));
        transform: scale(1.03);
    }

    .cart-icon img.cart-image {
        width: 24px;
        height: 24px;
        filter: drop-shadow(0 0 4px var(--primary));
    }

    .cart-icon:hover img.cart-image {
        filter: drop-shadow(0 0 8px var(--primary));
        transform: scale(1.1);
    }

    .theme-toggle {
        padding: 0.5rem;
        font-size: 1rem;
        border-width: 1px;
        color: var(--text);
        text-shadow: 0 0 4px var(--primary), 0 0 8px var(--primary);
        box-shadow: 0 0 8px var(--primary); /* Neonowy cień obramówki w stanie domyślnym */
    }

    .theme-toggle:hover {
        text-shadow: 0 0 6px var(--primary), 0 0 10px var(--primary);
        box-shadow: 0 0 12px var(--primary); /* Wzmocniony cień na hover */
    }

    .burger {
        display: flex;
        background: rgba(0, 255, 204, 0.1);
        border: 1px solid var(--primary);
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .video-player {
        width: 90%;
        max-width: 220px;
        bottom: 1rem;
        right: 1rem;
    }

    .video-player.minimized {
        bottom: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    .progress-bar, .volume-bar {
        width: 80px;
    }

    .card-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .card {
        padding: 1.5rem;
        max-width: 250px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .cart-content {
        padding: 1.5rem;
        max-width: 90%;
    }

    .cart-item button, #close-cart, #finalize-purchase {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .blog-caption {
        font-size: 1rem;
        padding: 0.6rem 1rem;
        margin-top: 0.8rem;
        border-radius: 20px;
        text-decoration: none !important;
    }

    .gallery-item a {
        text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Light theme mobile styles for blog captions */
    [data-theme="light"] .blog-caption {
        background: linear-gradient(135deg, rgba(255, 208, 0, 0.25), rgba(255, 247, 0, 0.15));
        border: 1px solid #ffd000;
        color: #0a0a23;
        text-shadow: 0 0 8px rgba(255, 208, 0, 0.4);
        box-shadow: 0 3px 12px rgba(255, 208, 0, 0.25);
    }
}

[data-theme="light"] .nav-links a.active,
[data-theme="light"] .nav-links a:hover {
    background: rgba(255, 208, 0, 0.15);
    box-shadow: 0 0 8px var(--primary);
    color: var(--primary);
}

@media (max-width: 768px) {
    [data-theme="light"] .burger {
        background: rgba(255, 208, 0, 0.1);
        border: 1px solid var(--primary);
    }
}

.hidden {
    display: none !important;
}

.cta-button.get-in-touch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1.2rem 3.5rem;
    background: linear-gradient(90deg, var(--primary) 0%, #00fff7 100%);
    color: var(--background);
    border: none;
    border-radius: 2rem;
    box-shadow: 0 0 24px 6px var(--primary), 0 0 40px 10px #00fff7 inset;
    text-shadow: 0 0 10px var(--primary), 0 0 20px #00fff7;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.2s, background 0.3s, color 0.3s;
}

.cta-button.get-in-touch:hover {
    background: linear-gradient(90deg, #00fff7 0%, var(--primary) 100%);
    box-shadow: 0 0 48px 18px #00fff7, 0 0 80px 20px var(--primary) inset;
    transform: scale(1.07);
    color: var(--background);
}

/* Jasny motyw */
[data-theme="light"] .cta-button.get-in-touch {
    background: linear-gradient(90deg, #ffe066 0%, #d9ff00 100%);
    color: #222;
    box-shadow: 0 0 24px 6px #ffe066, 0 0 40px 10px #ffee00 inset;
    text-shadow: 0 0 10px #ffe066, 0 0 20px #fbff00;
}

[data-theme="light"] .cta-button.get-in-touch:hover {
    background: linear-gradient(90deg, #eeff00 0%, #ffe066 100%);
    box-shadow: 0 0 48px 18px #e6ff00, 0 0 80px 20px #ffe066 inset;
    color: #222;
}

.section-divider {
    width: 70vw;
    height: 3px;
    margin: 3rem auto 3rem auto;
    border-radius: 2px;
    background: linear-gradient(90deg, #00fff7, #00ccff, #00fff7);
    box-shadow: 0 0 24px 6px #00fff7, 0 0 24px 6px #ffe066;
    opacity: 0.8;
    animation: divider-glow 3s linear infinite alternate;
}
@keyframes divider-glow {
    0% { filter: brightness(1) blur(0px);}
    100% { filter: brightness(1.5) blur(2px);}
}

/* Jasny motyw: żółte neonowe linie i nagłówki */
[data-theme="light"] .section-divider {
    background: linear-gradient(90deg, #ffe066 0%, #fff700 50%, #ffe066 100%);
    box-shadow: 0 0 24px 6px #ffe066, 0 0 24px 6px #fff700;
}

.futuristic-title {
    font-family: 'Orbitron', 'Montserrat', Arial, sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #00fff7 0%, #04e2ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: neon-glow 2s infinite alternate;
    text-align: center;
    margin-bottom: 1.5rem;
}
@keyframes neon-glow {
    from { text-shadow: 0 0 8px #00fff7, 0 0 16px #ffe066; }
    to   { text-shadow: 0 0 24px #00fff7, 0 0 32px #ffe066; }
}

[data-theme="light"] .futuristic-title {
    background: linear-gradient(90deg, #ffe066 0%, #fff700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 24px #ffe066, 0 0 32px #fff700;
    color: #222;
}

/* Light theme for innovation section */
[data-theme="light"] .discover-title {
    color: #ffd000;
    text-shadow: 0 0 30px rgba(255, 208, 0, 0.8);
}

[data-theme="light"] .innovation-card {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.1), rgba(255, 102, 0, 0.1));
    color: #0a0a23;
    border: 2px solid #ffd000;
}

[data-theme="light"] .innovation-card h3 {
    background: linear-gradient(45deg, #ffd000, #ff6600);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="light"] .innovation-glow {
    background: radial-gradient(circle, rgba(255, 208, 0, 0.3) 0%, transparent 70%);
}

[data-theme="light"] .innovation-card:hover {
    box-shadow: 0 20px 40px rgba(255, 208, 0, 0.4), 0 0 60px rgba(255, 102, 0, 0.3);
    border-color: #ff6600;
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.2), rgba(255, 102, 0, 0.2));
}

.content-section {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1.2s forwards;
    animation-delay: 0.2s;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card.tilt:hover, .cta-button:hover {
    filter: brightness(1.2) drop-shadow(0 0 16px #00fff7);
}

/* Discover Innovation Magic Styles */
.discover-title {
    font-family: 'Orbitron', 'Montserrat', Arial, sans-serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #00fff7;
    text-shadow: 0 0 30px rgba(0, 255, 247, 0.8);
    animation: titlePulse 2s ease-in-out infinite alternate;
    position: relative;
}

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

@keyframes titlePulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.innovation-grid {
    position: relative;
    z-index: 2;
}

.innovation-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.1), rgba(255, 0, 255, 0.1));
    border: 2px solid var(--primary);
    animation: cardFloat 6s ease-in-out infinite;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.innovation-card:nth-child(1) {
    animation-delay: 0s;
}

.innovation-card:nth-child(2) {
    animation-delay: 2s;
}

.innovation-card:nth-child(3) {
    animation-delay: 4s;
}

@keyframes cardFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-10px) rotate(1deg); }
    66% { transform: translateY(5px) rotate(-1deg); }
}

.innovation-icon {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 1rem;
    animation: iconSpin 8s linear infinite, iconGlow 2s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 15px currentColor);
}

@keyframes iconSpin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

@keyframes iconGlow {
    0% { filter: drop-shadow(0 0 15px currentColor) brightness(1); }
    100% { filter: drop-shadow(0 0 25px currentColor) brightness(1.5); }
}

.innovation-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, var(--primary), #ff00ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmer 3s ease-in-out infinite;
}

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

.innovation-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 204, 0.3) 0%, transparent 70%);
    opacity: 0;
    animation: glowPulse 4s ease-in-out infinite;
    pointer-events: none;
}

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

.innovation-card:hover {
    transform: translateY(-15px) scale(1.08);
    box-shadow: 0 20px 40px rgba(0, 255, 204, 0.4), 0 0 60px rgba(255, 0, 255, 0.3);
    border-color: rgba(0, 255, 204, 0.8);
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.2), rgba(255, 0, 255, 0.2));
}

.innovation-card:hover .innovation-glow {
    opacity: 0.8;
    animation-duration: 1s;
}

.innovation-card:hover .innovation-icon {
    animation-duration: 2s;
    transform: scale(1.2);
}

[data-theme="light"] .futuristic-title {
    background: linear-gradient(90deg, #ffcc00 0%, #f0c401 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 16px #ffe066, 0 0 32px #fff700, 0 0 48px #fff700;
    color: #222;
    animation: neon-glow-yellow 2s infinite alternate;
}

@keyframes neon-glow-yellow {
    from { text-shadow: 0 0 8px #ffe066, 0 0 16px #fff700; }
    to   { text-shadow: 0 0 24px #ffe066, 0 0 48px #fff700; }
}

[data-theme="light"] .card.tilt:hover,
[data-theme="light"] .cta-button:hover {
    filter: brightness(1.2) drop-shadow(0 0 16px #ffe066);
    box-shadow: 0 0 24px 6px #ffe066, 0 0 32px 12px #fff700;
    border-color: #ffe066;
}

.text-center {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.max-w-3xl {
    max-width: 700px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Enhanced Contact Page Styles */
.contact-card {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.05), rgba(128, 0, 255, 0.05));
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

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

.contact-card:hover::before {
    left: 100%;
}

.contact-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 255, 247, 0.2);
    border-color: #ff6b35;
}

.contact-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.contact-form-container {
    max-width: 800px;
    margin: 4rem auto 0;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.02), rgba(128, 0, 255, 0.02));
    border-radius: 25px;
    border: 1px solid rgba(0, 255, 247, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
}

.form-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 255, 247, 0.5);
}

.form-subtitle {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    line-height: 1.6;
}

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

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: var(--primary);
    font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1.2rem 1.5rem;
    border: 2px solid rgba(0, 255, 247, 0.3);
    border-radius: 15px;
    background: rgba(0, 255, 247, 0.05);
    color: var(--text);
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    background: rgba(0, 255, 247, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 247, 0.3);
    transform: translateY(-2px);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
    font-family: inherit;
}

.form-group select {
    cursor: pointer;
}

.glow-effect {
    position: relative;
    overflow: hidden;
}

.glow-effect::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.6s ease;
}

.glow-effect:hover::before {
    left: 100%;
}

.confirmation-card {
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(0, 255, 0, 0.1), rgba(0, 255, 247, 0.1));
    border: 2px solid #00ff00;
    border-radius: 20px;
    margin-top: 2rem;
    animation: fadeInScale 0.6s ease-out;
}

.success-animation {
    font-size: 4rem;
    animation: bounce 2s infinite;
    margin-bottom: 1rem;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-section {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.02), rgba(128, 0, 255, 0.02));
    border-radius: 25px;
    margin: 4rem auto;
    padding: 3rem;
    border: 1px solid rgba(0, 255, 247, 0.2);
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.8;
}

/* Light theme adjustments for contact page */
[data-theme="light"] .contact-card {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.05), rgba(255, 102, 0, 0.05));
    border-color: #ffd000;
}

[data-theme="light"] .contact-card:hover {
    border-color: #ff6600;
    box-shadow: 0 20px 40px rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .contact-card h3 {
    color: #ffd000;
}

[data-theme="light"] .contact-form-container {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.02), rgba(255, 102, 0, 0.02));
    border-color: rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .form-group input,
[data-theme="light"] .form-group select,
[data-theme="light"] .form-group textarea {
    border-color: rgba(255, 208, 0, 0.3);
    background: rgba(255, 208, 0, 0.05);
}

[data-theme="light"] .form-group input:focus,
[data-theme="light"] .form-group select:focus,
[data-theme="light"] .form-group textarea:focus {
    border-color: #ffd000;
    background: rgba(255, 208, 0, 0.1);
    box-shadow: 0 0 20px rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .gallery-section {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.02), rgba(255, 102, 0, 0.02));
    border-color: rgba(255, 208, 0, 0.2);
}

/* Mobile responsiveness for contact page */
@media (max-width: 768px) {
    .innovation-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form-container {
        padding: 2rem 1.5rem;
        margin: 2rem auto 0;
    }

    .form-title {
        font-size: 2rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 1rem;
    }

    .gallery-section {
        padding: 2rem 1.5rem;
        margin: 2rem auto;
    }

    .section-title {
        font-size: 2rem;
    }
}

/* Enhanced About Page Styles */
.about-card {
    text-align: center;
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
}

.about-card .card-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    animation: float 3s ease-in-out infinite;
}

.about-card:nth-child(1) .card-icon {
    animation-delay: 0s;
}

.about-card:nth-child(2) .card-icon {
    animation-delay: 1s;
}

.about-card:nth-child(3) .card-icon {
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.section-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.team-section {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.02), rgba(128, 0, 255, 0.02));
    border-radius: 25px;
    margin: 4rem auto;
    padding: 4rem 2rem;
    border: 1px solid rgba(0, 255, 247, 0.2);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.team-card {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.05), rgba(128, 0, 255, 0.05));
    border: 2px solid rgba(0, 255, 247, 0.3);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

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

.team-card:hover::before {
    left: 100%;
}

.team-card:hover {
    transform: translateY(-15px) scale(1.03);
    border-color: var(--primary);
    box-shadow: 0 25px 50px rgba(0, 255, 247, 0.2);
}

.team-avatar {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-glow {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: conic-gradient(from 0deg, var(--primary), #ff6b35, var(--primary));
    border-radius: 50%;
    z-index: -1;
    animation: rotate 4s linear infinite;
}

.team-avatar img,
.avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-placeholder {
    background: linear-gradient(135deg, var(--primary), #ff6b35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.team-card h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.role {
    font-size: 1rem;
    color: #ff6b35;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bio {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.skill-tag {
    background: linear-gradient(45deg, rgba(0, 255, 247, 0.2), rgba(128, 0, 255, 0.2));
    border: 1px solid rgba(0, 255, 247, 0.4);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.skill-tag:hover {
    background: rgba(0, 255, 247, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 247, 0.3);
}

.journey-section {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.02), rgba(128, 0, 255, 0.02));
    border-radius: 25px;
    margin: 4rem auto;
    padding: 4rem 2rem;
    border: 1px solid rgba(0, 255, 247, 0.2);
}

.timeline-container {
    max-width: 800px;
    margin: 3rem auto;
    position: relative;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    background: linear-gradient(45deg, var(--primary), #cc00ff);
    color: var(--background);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 2rem;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 255, 247, 0.3);
    z-index: 2;
    position: relative;
}

.timeline-content {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.05), rgba(128, 0, 255, 0.05));
    border: 2px solid rgba(0, 255, 247, 0.3);
    border-radius: 15px;
    padding: 2rem;
    flex: 1;
    max-width: 300px;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 255, 247, 0.2);
    border-color: var(--primary);
}

.timeline-content h3 {
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.timeline-content p {
    line-height: 1.6;
    opacity: 0.9;
}

.journey-gallery {
    margin-top: 4rem;
}

/* Light theme adjustments for about page */
[data-theme="light"] .team-section,
[data-theme="light"] .journey-section {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.02), rgba(255, 102, 0, 0.02));
    border-color: rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .team-card {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.05), rgba(255, 102, 0, 0.05));
    border-color: rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .team-card:hover {
    border-color: #ffd000;
    box-shadow: 0 25px 50px rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .team-card h3 {
    color: #ffd000;
}

[data-theme="light"] .role {
    color: #ff6600;
}

[data-theme="light"] .skill-tag {
    background: linear-gradient(45deg, rgba(255, 208, 0, 0.2), rgba(255, 102, 0, 0.2));
    border-color: rgba(255, 208, 0, 0.4);
    color: #ffd000;
}

[data-theme="light"] .skill-tag:hover {
    background: rgba(255, 208, 0, 0.3);
    box-shadow: 0 5px 15px rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .timeline-year {
    background: linear-gradient(45deg, #ffd000, #ff6600);
    box-shadow: 0 10px 30px rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .timeline-content {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.05), rgba(255, 102, 0, 0.05));
    border-color: rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .timeline-content:hover {
    border-color: #ffd000;
    box-shadow: 0 15px 35px rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .timeline-content h3 {
    color: #ffd000;
}

/* Mobile responsiveness for about page */
@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .team-card {
        padding: 2rem 1.5rem;
    }

    .timeline-container::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: row !important;
        padding-left: 60px;
    }

    .timeline-year {
        position: absolute;
        left: 0;
        margin: 0;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        padding: 0;
    }

    .timeline-content {
        max-width: none;
        flex: 1;
    }

    .about-card {
        padding: 2rem 1.5rem;
    }

    .team-section,
    .journey-section {
        padding: 2rem 1.5rem;
        margin: 2rem auto;
    }
}

/* Enhanced Offer Page Styles */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.service-card {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.05), rgba(128, 0, 255, 0.05));
    border: 2px solid rgba(0, 255, 247, 0.3);
    border-radius: 25px;
    padding: 3rem 2.5rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-card.premium {
    border-color: #9910f5;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(0, 255, 247, 0.05));
    transform: scale(1.05);
}

.service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #ff6b35, #ff8c42);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: pulse 2s infinite;
}

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

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.03);
    border-color: var(--primary);
    box-shadow: 0 30px 60px rgba(0, 255, 247, 0.2);
}

.service-card.premium:hover {
    transform: translateY(-15px) scale(1.08);
    box-shadow: 0 30px 60px rgba(255, 107, 53, 0.3);
}

.service-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    display: block;
    animation: float 3s ease-in-out infinite;
}

.service-card:nth-child(1) .service-icon {
    animation-delay: 0s;
}

.service-card:nth-child(2) .service-icon {
    animation-delay: 1s;
}

.service-card:nth-child(3) .service-icon {
    animation-delay: 2s;
}

.service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2.5rem;
    align-items: center;
}

.feature {
    background: linear-gradient(45deg, rgba(0, 255, 247, 0.1), rgba(128, 0, 255, 0.1));
    border: 1px solid rgba(0, 255, 247, 0.3);
    color: var(--primary);
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
}

.feature:hover {
    background: rgba(0, 255, 247, 0.2);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 255, 247, 0.2);
}

.service-price {
    margin-bottom: 2rem;
    text-align: center;
}

.price-from {
    display: block;
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-amount {
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 255, 247, 0.5);
}

.service-cta {
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    color: var(--background);
    border: none;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.service-cta::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.6s ease;
}

.service-cta:hover::before {
    left: 100%;
}

.service-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 255, 247, 0.4);
    background: linear-gradient(45deg, #ff6b35, var(--primary));
}

.showcase-section {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.02), rgba(128, 0, 255, 0.02));
    border-radius: 25px;
    margin: 4rem auto;
    padding: 4rem 2rem;
    border: 1px solid rgba(0, 255, 247, 0.2);
}

/* Light theme adjustments for offer page */
[data-theme="light"] .service-card {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.05), rgba(255, 102, 0, 0.05));
    border-color: rgba(255, 208, 0, 0.3);
}

[data-theme="light"] .service-card.premium {
    border-color: #9910f5;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.05), rgba(255, 208, 0, 0.05));
}

[data-theme="light"] .service-card:hover {
    border-color: #ffd000;
    box-shadow: 0 30px 60px rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .service-card.premium:hover {
    box-shadow: 0 30px 60px rgba(255, 102, 0, 0.3);
}

[data-theme="light"] .service-card h3 {
    background: linear-gradient(45deg, #ffd000, #ff6600);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="light"] .feature {
    background: linear-gradient(45deg, rgba(255, 208, 0, 0.1), rgba(255, 102, 0, 0.1));
    border-color: rgba(255, 208, 0, 0.3);
    color: #ffd000;
}

[data-theme="light"] .feature:hover {
    background: rgba(255, 208, 0, 0.2);
    box-shadow: 0 5px 15px rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .service-cta {
    background: linear-gradient(45deg, #ffd000, #ff6600);
}

[data-theme="light"] .service-cta:hover {
    background: linear-gradient(45deg, #ff6600, #ffd000);
    box-shadow: 0 15px 35px rgba(255, 208, 0, 0.4);
}

[data-theme="light"] .showcase-section {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.02), rgba(255, 102, 0, 0.02));
    border-color: rgba(255, 208, 0, 0.2);
}

/* Mobile responsiveness for offer page */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-card {
        padding: 2.5rem 2rem;
    }

    .service-card.premium {
        transform: none;
    }

    .service-card.premium:hover {
        transform: translateY(-15px) scale(1.03);
    }

    .service-features {
        align-items: stretch;
    }

    .feature {
        width: 100%;
        text-align: center;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    .showcase-section {
        padding: 2rem 1.5rem;
        margin: 2rem auto;
    }
}

/* Cart Notification Styles */
.cart-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    color: var(--background);
    padding: 1rem 1.5rem;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 255, 247, 0.3);
    z-index: 10000;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
}

.cart-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notification-icon {
    font-size: 1.2rem;
    animation: sparkle 0.6s ease-in-out;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2) rotate(15deg); }
}

.notification-text {
    font-weight: 600;
    font-size: 0.9rem;
}

/* Enhanced Cart Modal Styles */
.cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 80px;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.05), rgba(128, 0, 255, 0.05));
    border: 1px solid rgba(0, 255, 247, 0.2);
    border-radius: 15px;
    margin-bottom: 1rem;
    align-items: center;
    transition: all 0.3s ease;
}

.cart-item:hover {
    border-color: var(--primary);
    box-shadow: 0 5px 20px rgba(0, 255, 247, 0.1);
}

.cart-item-info h4 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.cart-item-info p {
    opacity: 0.8;
    font-size: 0.9rem;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.quantity-btn {
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    color: var(--background);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(0, 255, 247, 0.3);
}

.quantity {
    min-width: 30px;
    text-align: center;
    font-weight: bold;
    color: var(--primary);
}

.remove-btn {
    background: linear-gradient(45deg, #ff4757, #ff3742);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
}

.remove-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(255, 71, 87, 0.3);
}

.cart-item-total {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--primary);
    text-align: right;
}

.empty-cart {
    text-align: center;
    padding: 2rem;
    opacity: 0.6;
    font-style: italic;
}

/* Light theme adjustments for cart */
[data-theme="light"] .cart-notification {
    background: linear-gradient(45deg, #ffd000, #ff6600);
}

[data-theme="light"] .cart-item {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.05), rgba(255, 102, 0, 0.05));
    border-color: rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .cart-item:hover {
    border-color: #ffd000;
    box-shadow: 0 5px 20px rgba(255, 208, 0, 0.1);
}

[data-theme="light"] .cart-item-info h4,
[data-theme="light"] .quantity,
[data-theme="light"] .cart-item-total {
    color: #ffd000;
}

[data-theme="light"] .quantity-btn {
    background: linear-gradient(45deg, #ffd000, #ff6600);
}

[data-theme="light"] .quantity-btn:hover {
    box-shadow: 0 3px 10px rgba(255, 208, 0, 0.3);
}

/* Mobile responsiveness for cart */
@media (max-width: 768px) {
    .cart-notification {
        right: 10px;
        left: 10px;
        transform: translateY(-100px);
    }

    .cart-notification.show {
        transform: translateY(0);
    }

    .cart-item {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .cart-item-actions {
        justify-content: center;
    }

    .cart-item-total {
        text-align: center;
    }
}

/* Futuristic Package Styles */
.packages-section {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.02), rgba(128, 0, 255, 0.02));
    border-radius: 25px;
    margin: 4rem auto;
    padding: 4rem 2rem;
    border: 1px solid rgba(0, 255, 247, 0.2);
}

.packages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.modern-package {
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.05), rgba(128, 0, 255, 0.05));
    border: 2px solid rgba(0, 255, 247, 0.3);
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.modern-package:hover::before {
    left: 100%;
}

.modern-package:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 0 30px 60px rgba(0, 255, 247, 0.2);
}

.premium-highlight {
    border: 1px solid rgba(153, 16, 245, 0.3);
    background: linear-gradient(135deg, rgba(153, 16, 245, 0.08), rgba(187, 68, 255, 0.05));
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(153, 16, 245, 0.3);
}

.premium-highlight:hover {
    transform: translateY(-10px) scale(1.07);
    box-shadow: 0 30px 60px rgba(153, 16, 245, 0.4);
    border-color: rgba(153, 16, 245, 0.5);
}

.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #8b5cf6, #a855f7);
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    animation: pulse 2s infinite;
}

.package-header {
    padding: 3rem 2.5rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.1), rgba(128, 0, 255, 0.1));
    position: relative;
}

.premium-highlight .package-header {
    background: linear-gradient(135deg, rgba(153, 16, 245, 0.1), rgba(187, 68, 255, 0.08));
}

.package-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
    animation: float 3s ease-in-out infinite;
}

.premium-icon {
    background: linear-gradient(45deg, #ff6b35, #ffd700);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(255, 107, 53, 0.5));
}

.package-header h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.5;
    margin-bottom: 0;
}

.package-price {
    padding: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.premium-price {
    background: linear-gradient(135deg, rgba(153, 16, 245, 0.2), rgba(187, 68, 255, 0.15));
}

.price-currency {
    font-size: 1.5rem;
    opacity: 0.8;
    vertical-align: top;
}

.price-amount {
    font-size: 4rem;
    font-weight: bold;
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0.5rem;
}

.price-period {
    font-size: 1rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 0.5rem;
}

.package-features {
    padding: 2.5rem;
    max-height: 600px;
    overflow-y: auto;
    flex: 1;
}

.package-features::-webkit-scrollbar {
    width: 6px;
}

.package-features::-webkit-scrollbar-track {
    background: rgba(0, 255, 247, 0.1);
    border-radius: 10px;
}

.package-features::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, var(--primary), #ff6b35);
    border-radius: 10px;
}

.feature-category {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 255, 247, 0.03), rgba(128, 0, 255, 0.03));
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 247, 0.1);
}

.feature-category h4 {
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feature-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-category li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    line-height: 1.5;
}

.feature-category li:hover {
    background: rgba(0, 255, 247, 0.05);
    transform: translateX(5px);
}

.feature-check {
    color: var(--primary);
    font-weight: bold;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgba(0, 255, 247, 0.5));
}

.premium-check {
    color: #ff6b35;
    filter: drop-shadow(0 0 5px rgba(255, 107, 53, 0.5));
}

.package-cta {
    width: 100%;
    padding: 1.5rem 2rem;
    background: linear-gradient(45deg, #00ffcc, #00d4aa);
    color: var(--background);
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: auto;
}

.package-cta::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.6s ease;
}

.package-cta:hover::before {
    left: 100%;
}

.package-cta:hover {
    background: linear-gradient(45deg, #00d4aa, #00ffcc);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 255, 204, 0.4);
}

.premium-cta {
    background: linear-gradient(45deg, #9910f5, #bb44ff);
}

.premium-cta:hover {
    background: linear-gradient(45deg, #bb44ff, #9910f5);
    box-shadow: 0 15px 35px rgba(153, 16, 245, 0.5);
}

.cta-text {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-icon {
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

/* Light theme adjustments for packages */
[data-theme="light"] .packages-section {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.02), rgba(255, 102, 0, 0.02));
    border-color: rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .modern-package {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.05), rgba(255, 102, 0, 0.05));
    border-color: rgba(255, 208, 0, 0.3);
    color: #333333;
}

[data-theme="light"] .modern-package p {
    color: #555555;
}

[data-theme="light"] .modern-package li {
    color: #444444;
}

[data-theme="light"] .modern-package:hover {
    border-color: #ffd000;
    box-shadow: 0 30px 60px rgba(255, 208, 0, 0.2);
}

[data-theme="light"] .premium-highlight {
    border: 1px solid rgba(153, 16, 245, 0.3);
    background: linear-gradient(135deg, rgba(153, 16, 245, 0.08), rgba(187, 68, 255, 0.05));
}

[data-theme="light"] .premium-highlight:hover {
    box-shadow: 0 30px 60px rgba(153, 16, 245, 0.4);
    border-color: rgba(153, 16, 245, 0.5);
}

[data-theme="light"] .package-header {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.1), rgba(255, 102, 0, 0.1));
}

[data-theme="light"] .premium-highlight .package-header {
    background: linear-gradient(135deg, rgba(153, 16, 245, 0.1), rgba(187, 68, 255, 0.08));
}

[data-theme="light"] .package-header h3 {
    background: linear-gradient(45deg, #ffd000, #ff6600);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="light"] .package-subtitle {
    color: #666666;
}

[data-theme="light"] .price-amount {
    background: linear-gradient(45deg, #ffd000, #ff6600);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="light"] .price-currency,
[data-theme="light"] .price-period {
    color: #777777;
}

[data-theme="light"] .feature-category {
    background: linear-gradient(135deg, rgba(255, 208, 0, 0.03), rgba(255, 102, 0, 0.03));
    border-color: rgba(255, 208, 0, 0.1);
}

[data-theme="light"] .feature-category h4 {
    color: #ffd000;
}

[data-theme="light"] .feature-check {
    color: #ffd000;
    filter: drop-shadow(0 0 5px rgba(255, 208, 0, 0.5));
}

[data-theme="light"] .premium-check {
    color: #ff6600;
    filter: drop-shadow(0 0 5px rgba(255, 102, 0, 0.5));
}

[data-theme="light"] .package-cta {
    background: linear-gradient(45deg, #00ffcc, #00d4aa);
}

[data-theme="light"] .package-cta:hover {
    background: linear-gradient(45deg, #00d4aa, #00ffcc);
    box-shadow: 0 15px 35px rgba(0, 255, 204, 0.4);
}

[data-theme="light"] .premium-cta {
    background: linear-gradient(45deg, #9910f5, #bb44ff);
}

[data-theme="light"] .premium-cta:hover {
    background: linear-gradient(45deg, #bb44ff, #9910f5);
    box-shadow: 0 15px 35px rgba(153, 16, 245, 0.5);
}

/* Mobile responsiveness for packages */
@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
        gap: calc(2rem + 3px);
    }

    .modern-package {
        margin: 0;
    }

    .premium-highlight {
        transform: none;
    }

    .premium-highlight:hover {
        transform: translateY(-10px) scale(1.02);
    }
    
    .package-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.6rem;
        top: 15px;
        right: 15px;
        border-radius: 15px;
    }

    .package-header {
        padding: 2rem 1.5rem;
    }

    .package-icon {
        font-size: 3rem;
    }

    .package-header h3 {
        font-size: 1.8rem;
    }

    .price-amount {
        font-size: 3rem;
    }

    .package-features {
        padding: 1.5rem;
        max-height: none;
    }

    .feature-category {
        padding: 1rem;
    }

    .packages-section {
        padding: 2rem 1rem;
    }
}

/* Extra small mobile devices for packages */
@media (max-width: 480px) {
    .package-badge {
        padding: 0.3rem 0.6rem;
        font-size: 0.55rem;
        top: 10px;
        right: 10px;
        border-radius: 12px;
        letter-spacing: 0.5px;
    }
    
    .package-header {
        padding: 1.5rem 1rem;
    }
}

/* === LOADING SCREEN STYLES === */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #0a0a23, #1a1a3a);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: loadingFadeOut 1s ease-out 3s forwards;
    padding: 1rem;
    box-sizing: border-box;
}

.loading-content {
    text-align: center;
    animation: loadingPulse 2s ease-in-out infinite;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.loading-logo {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-logo-img {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 20px var(--primary));
    animation: logoFloat 3s ease-in-out infinite;
    display: block;
    margin: 0 auto;
}

.loading-glow {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(0, 255, 204, 0.3) 0%, transparent 70%);
    animation: glowExpand 2s ease-in-out infinite;
}

.loading-text {
    margin-bottom: 2rem;
}

.loading-text h2 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px var(--primary);
    text-align: center;
}

.loading-dots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.loading-dots span {
    width: 12px;
    height: 12px;
    background: var(--primary);
    border-radius: 50%;
    animation: dotBounce 1.4s ease-in-out infinite both;
}

.loading-dots span:nth-child(1) { animation-delay: -0.32s; }
.loading-dots span:nth-child(2) { animation-delay: -0.16s; }
.loading-dots span:nth-child(3) { animation-delay: 0s; }

.progress-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.progress-bar {
    background: rgba(0, 255, 204, 0.2);
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    width: 100%;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #00ff88);
    width: 0%;
    transition: width 0.1s ease-out;
}

.progress-percentage {
    color: var(--primary);
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1rem;
}

.loading-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

@keyframes glowExpand {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
}

@keyframes dotBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

@keyframes progressFillAnimation {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes loadingPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes loadingFadeOut {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-100%); pointer-events: none; }
}

/* === PORTFOLIO FILTERS & OVERLAY STYLES === */
.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.8rem 1.5rem;
    background: transparent;
    border: 2px solid rgba(0, 255, 204, 0.3);
    color: var(--primary);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--primary);
    color: var(--background);
    box-shadow: 0 5px 20px rgba(0, 255, 204, 0.3);
    transform: translateY(-2px);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2rem;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 255, 204, 0.2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-info {
    text-align: center;
    margin-bottom: 2rem;
}

.portfolio-info h3 {
    color: var(--primary);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.portfolio-info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.portfolio-stats {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio-stats span {
    background: rgba(0, 255, 204, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.portfolio-actions {
    display: flex;
    gap: 1rem;
}

.portfolio-btn {
    padding: 0.8rem 1.5rem;
    background: linear-gradient(45deg, var(--primary), #00ff88);
    color: var(--background);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.portfolio-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 255, 204, 0.4);
}

/* === BLOG CONTROLS & SEARCH STYLES === */
.blog-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.05), rgba(128, 0, 255, 0.05));
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 204, 0.2);
}

.blog-search {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 400px;
}

.search-input {
    flex: 1;
    padding: 1rem 1.5rem;
    background: rgba(0, 255, 204, 0.05);
    border: 2px solid rgba(0, 255, 204, 0.3);
    border-radius: 25px;
    color: var(--text);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(0, 255, 204, 0.3);
}

.search-btn {
    padding: 1rem;
    background: linear-gradient(45deg, var(--primary), #00ff88);
    border: none;
    border-radius: 50%;
    color: var(--background);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(0, 255, 204, 0.4);
}

.blog-tags {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.tag-btn {
    padding: 0.6rem 1.2rem;
    background: transparent;
    border: 2px solid rgba(0, 255, 204, 0.3);
    color: var(--primary);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 600;
}

.tag-btn.active,
.tag-btn:hover {
    background: var(--primary);
    color: var(--background);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 204, 0.3);
}

.blog-item {
    position: relative;
}

.blog-meta {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-date,
.reading-time {
    background: rgba(0, 0, 0, 0.8);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.blog-tags-post {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background: linear-gradient(45deg, var(--primary), #00ff88);
    color: var(--background);
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-caption h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.blog-caption p {
    font-size: 0.9rem;
    opacity: 0.8;
    line-height: 1.4;
}

/* === ANALYTICS DASHBOARD STYLES === */
.analytics-dashboard {
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.05), rgba(128, 0, 255, 0.05));
    border: 2px solid rgba(0, 255, 204, 0.2);
    border-radius: 25px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    text-align: center;
}

.analytics-dashboard h3 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 2rem;
    text-shadow: 0 0 20px var(--primary);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.stat-card {
    background: linear-gradient(135deg, rgba(0, 255, 204, 0.1), rgba(128, 0, 255, 0.1));
    border: 1px solid rgba(0, 255, 204, 0.3);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 255, 204, 0.2);
    border-color: var(--primary);
}

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    animation: statFloat 3s ease-in-out infinite;
}

.stat-card:nth-child(1) .stat-icon { animation-delay: 0s; }
.stat-card:nth-child(2) .stat-icon { animation-delay: 0.5s; }
.stat-card:nth-child(3) .stat-icon { animation-delay: 1s; }
.stat-card:nth-child(4) .stat-icon { animation-delay: 1.5s; }

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 15px var(--primary);
}

.stat-label {
    font-size: 1rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.performance-bars {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.performance-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.performance-item span {
    min-width: 200px;
    text-align: left;
    font-weight: 600;
}

.performance-item .progress-bar {
    flex: 1;
    height: 30px;
    background: rgba(0, 255, 204, 0.1);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.performance-item .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #00ff88);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    color: var(--background);
    font-weight: bold;
    font-size: 0.9rem;
    animation: progressSlide 2s ease-out;
}

@keyframes statFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes progressSlide {
    0% { width: 0%; }
    100% { width: var(--target-width, 100%); }
}

/* === MOBILE RESPONSIVENESS === */
@media (max-width: 768px) {
    .loading-screen {
        padding: 2rem 1rem;
        min-height: 100vh;
        height: 100vh;
    }
    
    .loading-content {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .loading-logo {
        margin-bottom: 1.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .loading-logo-img {
        width: 80px;
        height: auto;
    }
    
    .loading-glow {
        width: 120px;
        height: 120px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .loading-text {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .loading-text h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .loading-dots {
        justify-content: center;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .progress-container {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }
    
    .progress-bar {
        width: 100%;
        margin-bottom: 1rem;
        background: rgba(0, 255, 204, 0.2);
        height: 6px;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, var(--primary), #00ff88);
        width: 0%;
        transition: width 0.1s ease-out;
    }
    
    .progress-percentage {
        text-align: center;
        width: 100%;
        color: var(--primary);
        font-weight: bold;
        font-size: 1rem;
    }
    
    .portfolio-filters {
        gap: 0.5rem;
    }
    
    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    
    .portfolio-overlay {
        padding: 1rem;
    }
    
    .portfolio-info h3 {
        font-size: 1.5rem;
    }
    
    .portfolio-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .portfolio-btn {
        width: 100%;
    }
    
    .blog-controls {
        padding: 1.5rem;
        gap: 1.5rem;
    }
    
    .blog-search {
        max-width: 100%;
    }
    
    .search-input {
        padding: 0.8rem 1rem;
    }
    
    .search-btn {
        width: 45px;
        height: 45px;
    }
    
    .blog-tags {
        gap: 0.5rem;
    }
    
    .tag-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .blog-meta {
        position: static;
        margin-bottom: 1rem;
        justify-content: center;
    }
    
    .blog-tags-post {
        position: static;
        margin-bottom: 1rem;
        justify-content: center;
    }
    
    .analytics-dashboard {
        padding: 2rem 1rem;
    }
    
    .analytics-dashboard h3 {
        font-size: 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-card {
        padding: 1.5rem 1rem;
    }
    
    .stat-icon {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .performance-item {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .performance-item span {
        min-width: auto;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
}

/* Small Video Player Styles - Override existing styles */
.video-player.small-video {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 280px !important;
    max-width: 85vw !important;
    height: auto !important;
    z-index: 1000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 255, 204, 0.3);
    border: 1px solid var(--primary);
    background: rgba(10, 10, 35, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.video-player.small-video:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 12px 35px rgba(0, 255, 204, 0.4);
}

.video-player.small-video video {
    width: 100% !important;
    height: auto !important;
    max-height: 560px !important;
    display: block !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: none !important;
    object-fit: cover !important;
}

.video-player.small-video .video-controls {
    position: absolute !important;
    bottom: 6px !important;
    left: 50% !important;
    top: auto !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
    display: flex !important;
    gap: 6px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 4px 10px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(5px);
    z-index: 1001;
}

.video-player.small-video .video-control-btn {
    background: none !important;
    border: none !important;
    color: var(--text) !important;
    font-size: 20px !important;
    cursor: pointer !important;
    padding: 10px 14px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    transform: none !important;
    min-width: 48px !important;
    height: 48px !important;
}

.video-player.small-video .video-control-btn:hover {
    background: var(--primary) !important;
    color: var(--background) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 6px var(--primary) !important;
}

.video-player.small-video .video-minimized {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 24px !important;
    color: var(--primary) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 1002 !important;
    display: none !important;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--primary) !important;
}

.video-player.small-video.minimized {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.video-player.small-video.minimized video {
    display: none !important;
}

.video-player.small-video.minimized .video-controls {
    display: none !important;
}

.video-player.small-video.minimized .video-minimized {
    display: flex !important;
}

@media (max-width: 768px) {
    .video-player.small-video {
        width: 240px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
    
    .video-player.small-video video {
        max-height: 460px !important;
    }
}

@media (max-width: 480px) {
    .video-player.small-video {
        width: 160px !important;
        bottom: 10px !important;
        right: 10px !important;
    }
    
    .video-player.small-video video {
        max-height: 240px !important;
    }
    
    .video-player.small-video .video-controls {
        padding: 3px 8px !important;
        gap: 4px !important;
    }
    
    .video-player.small-video .video-control-btn {
        font-size: 16px !important;
        padding: 6px 8px !important;
        min-width: 38px !important;
        height: 38px !important;
    }
}