
/**********************************/
/* QVIA Memorials - QVIA.CSS File */
/**********************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}

:root {

    --primary-gradient: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #9333ea 100%);
    --secondary-gradient: linear-gradient(135deg, #db2777 0%, #ea580c 50%, #d97706 100%);
    --accent-gradient: linear-gradient(135deg, #0891b2 0%, #2563eb 50%, #4338ca 100%);

    --dark-primary: #0f0f23;
    --dark-secondary: #1a1a2e;
    --dark-accent: #16213e;

    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-bg-strong: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.12);
    --glass-border-strong: rgba(255, 255, 255, 0.2);

    --text-primary: #ffffff;
    --text-secondary: #e2e8f0;
    --text-tertiary: rgba(255, 255, 255, 0.8);
    --text-muted: rgba(255, 255, 255, 0.6);
    --text-accent: #a855f7;

    --surface-primary: rgba(15, 15, 35, 0.9);
    --surface-secondary: rgba(26, 26, 46, 0.8);
    --surface-elevated: rgba(22, 33, 62, 0.7);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden;
    background: var(--dark-primary);
    color: var(--text-primary);
    line-height: 1.6;
}

.memorial-container {
    padding-top: 50px;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(15 15 35 / 10%) 0%, rgb(23 25 45 / 10%) 30%, rgb(99 102 241 / 10%) 70%, rgb(139 92 246 / 10%) 85%, rgb(168 85 247 / 10%) 100%);
    background-size: 400% 400%;
    animation: gradientShift 20s ease infinite;
}

@keyframes gradientShift {

    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }

}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.7;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            var(--surface-primary) 0%,
            var(--surface-secondary) 40%,
            rgba(99, 102, 241, 0.15) 70%,
            rgba(139, 92, 246, 0.1) 85%,
            rgba(168, 85, 247, 0.05) 100%);
    z-index: 1;
    pointer-events: none;
}

.particles {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 400vh;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
    max-width: 100vw;
}

.qvia-particles-contact,
.qvia-particles-faq,
.qvia-particles-about,
.qvia-particles-privacy {
    height: 100%;    
}

.qvia-particles-faq {
    height: 100%;    
}

.qvia-particles-about {
    height: 100%;    
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    pointer-events: none;
}

@keyframes floatRandom1 {

    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 0.4;
    }

    25% {
        transform: translate(20px, -30px) rotate(90deg);
        opacity: 0.8;
    }

    50% {
        transform: translate(-15px, -60px) rotate(180deg);
        opacity: 0.6;
    }

    75% {
        transform: translate(30px, -40px) rotate(270deg);
        opacity: 0.9;
    }

    100% {
        transform: translate(0px, -80px) rotate(360deg);
        opacity: 0.4;
    }

}

@keyframes floatRandom2 {

    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 0.5;
    }

    20% {
        transform: translate(-25px, -20px) rotate(72deg);
        opacity: 0.7;
    }

    40% {
        transform: translate(35px, -50px) rotate(144deg);
        opacity: 0.4;
    }

    60% {
        transform: translate(-20px, -70px) rotate(216deg);
        opacity: 0.8;
    }

    80% {
        transform: translate(15px, -45px) rotate(288deg);
        opacity: 0.6;
    }

    100% {
        transform: translate(0px, -90px) rotate(360deg);
        opacity: 0.5;
    }

}

@keyframes floatRandom3 {

    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 0.6;
    }

    30% {
        transform: translate(40px, -25px) rotate(108deg);
        opacity: 0.3;
    }

    60% {
        transform: translate(-30px, -55px) rotate(216deg);
        opacity: 0.9;
    }

    100% {
        transform: translate(10px, -85px) rotate(360deg);
        opacity: 0.6;
    }

}

@keyframes floatRandom4 {

    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 0.7;
    }

    25% {
        transform: translate(-35px, -15px) rotate(90deg);
        opacity: 0.4;
    }

    50% {
        transform: translate(25px, -65px) rotate(180deg);
        opacity: 0.8;
    }

    75% {
        transform: translate(-10px, -35px) rotate(270deg);
        opacity: 0.5;
    }

    100% {
        transform: translate(0px, -75px) rotate(360deg);
        opacity: 0.7;
    }

}

@keyframes floatRandom5 {

    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: translate(30px, -40px) rotate(180deg);
        opacity: 0.8;
    }

    100% {
        transform: translate(-20px, -80px) rotate(360deg);
        opacity: 0.5;
    }

}

.memorial-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.hero-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

.logo-container {
    position: relative;
}

.logo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    animation: logoFloat 6s ease-in-out infinite;
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }

}

.brand-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #e2e8f0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    animation: textReveal 2s ease-out forwards;
    opacity: 0;
}

@keyframes textReveal {

    0% {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        filter: blur(0px);
    }

}

.tagline {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    color: var(--text-light);
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    animation: textReveal 2s ease-out 0.5s forwards;
    opacity: 0;
}

.tagline.secondary {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    opacity: 0.8;
    animation-delay: 1s;
}

.cta-section {
    margin: 3rem 0;
    animation: slideInUp 2s ease-out 1.5s forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes slideInUp {

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.create-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 2.5rem;
    background: var(--primary-gradient);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}


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

.create-btn:hover::before {
    left: 100%;
}

.create-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.5);
}

.description {
    margin-top: 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.showcase-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Trust Showcase */
.trust-showcase {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 2rem 1rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.stat-item:hover {
    background: var(--glass-bg-strong);
    border-color: var(--glass-border-strong);
    transform: translateY(-5px);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    animation: statRotate 10s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover::before {
    opacity: 1;
}

@keyframes statRotate {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    background: #FFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: var(--text-tertiary);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover .stat-glow {
    opacity: 1;
}

.testimonial-carousel-container {
    margin: 2rem 0;
    position: relative;
}

.testimonial-carousel {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: var(--glass-bg-strong);
    backdrop-filter: blur(30px);
    border: 1px solid var(--glass-border-strong);
    border-radius: 25px;
    padding: 2.5rem;
    overflow: hidden;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(102, 126, 234, 0.05) 0%,
            rgba(118, 75, 162, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: rgba(102, 126, 234, 0.3);
    position: absolute;
    top: 1rem;
    left: 2rem;
    line-height: 1;
}

.testimonial-text {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.7;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.testimonial-author {
    position: absolute;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.author-name {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 1rem;
}

.author-relation {
    color: var(--text-tertiary);
    font-size: 0.9rem;
}

.testimonial-stars {
    text-align: right;
    font-size: 1.2rem;
    position: absolute;
    bottom: 2.5rem;
    right: 3rem;
}

.trust-badges {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.badge {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.badge:hover {
    background: var(--glass-bg-strong);
    border-color: var(--glass-border-strong);
}

.badge-icon {
    font-size: 1.5rem;
    opacity: 0.8;
}

.badge span {
    color: var(--text-tertiary);
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(20px);
    color: var(--text-primary);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-nav-btn:hover {
    background: var(--glass-bg-strong);
    border-color: var(--glass-border-strong);
    transform: scale(1.1);
}

.testimonial-dots {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: var(--text-accent);
    transform: scale(1.2);
}

.testimonial-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.floating-cards {
    position: relative;
    width: 100%;
    height: 500px;
    perspective: 1000px;
    display: none;
}

.memorial-card-3d {
    position: absolute;
    width: 320px;
    height: 220px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 1.5rem;
    color: white;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    animation: cardFloat 8s ease-in-out infinite;
}

.memorial-card-3d:nth-child(1) {
    top: -80px;
    left: 10px;
    width: 420px;
    animation-delay: 0s;
    transform: rotateX(10deg) rotateY(-15deg);
}

.memorial-card-3d:nth-child(2) {
    top: 150px;
    right: 30px;
    width: 420px;
    animation-delay: 2.7s;
    transform: rotateX(-10deg) rotateY(20deg);
}

.memorial-card-3d:nth-child(3) {
    bottom: -100px;
    left: 60px;
    width: 420px;
    animation-delay: 5.3s;
    transform: rotateX(5deg) rotateY(-10deg);
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0px) rotateX(10deg) rotateY(-15deg);
    }

    50% {
        transform: translateY(-20px) rotateX(-5deg) rotateY(10deg);
    }
}

.memorial-card-3d:hover {
    transform: translateY(-10px) rotateX(0deg) rotateY(0deg) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.card-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--accent-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
}

.card-info h3 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.card-info span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.qr-code {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.experience-showcase {
    position: relative;
    width: 100%;
    padding: 5rem 2rem;
    background: #000000a6;
    /* background: linear-gradient(135deg,
            rgba(15, 23, 42, 0.98) 0%,
            rgba(30, 41, 59, 0.95) 25%,
            rgba(51, 65, 85, 0.92) 50%,
            rgba(71, 85, 105, 0.95) 75%,
            rgba(30, 41, 59, 0.98) 100%); */
    backdrop-filter: blur(30px);
    overflow: hidden;
}

.experience-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 25% 25%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(124, 58, 237, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(240, 147, 251, 0.04) 0%, transparent 60%);
    animation: experienceGlow 15s ease-in-out infinite;
    z-index: 1;
}

@keyframes experienceGlow {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }

    33% {
        transform: scale(1.1) rotate(120deg);
        opacity: 0.4;
    }

    66% {
        transform: scale(0.9) rotate(240deg);
        opacity: 0.8;
    }

}

.experience-header {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}

.experience-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 7vw, 5rem);
    background: linear-gradient(135deg,
            #ffffff 0%,
            #e2e8f0 20%,
            #cbd5e1 40%,
            #94a3b8 60%,
            #e2e8f0 80%,
            #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
}

.experience-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
    border-radius: 2px;
}

.experience-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300;
}

.experience-carousel-container {
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 2;
    padding: 2rem 0;
}

.experience-carousel {
    display: flex;
    gap: 2rem;
    position: relative;
    left: 20%;
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    align-items: center;
    width: max-content;
}

.experience-card {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 630px;
    width: 380px;
    flex-shrink: 0;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.experience-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 35, 0.95);
    border-radius: 15px;
    z-index: 1;
}

.experience-card.active {
    transform: scale(1.02);
    border-color: rgba(102, 126, 234, 0.4);
    background: rgba(102, 126, 234, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

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

    to {
        transform: rotate(360deg);
    }
}

.experience-card:hover {
    transform: translateY(-4px);
    border-color: rgba(102, 126, 234, 0.3);
    background: rgba(102, 126, 234, 0.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.card-visual {
    position: initial;
    height: 240px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    z-index: 2;
}

.visual-stack {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.visual-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.05);
}

.visual-layer.active {
    opacity: 1;
    transform: scale(1);
}

.visual-layer:nth-child(1) {
    z-index: 3;
}

.visual-layer:nth-child(2) {
    z-index: 2;
}

.visual-layer:nth-child(3) {
    z-index: 1;
}

.card-content {
    padding: 2.5rem;
    position: relative;
    z-index: 2;
    backdrop-filter: inherit;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease-in;
}

.experience-card .card-content:hover {
    backdrop-filter: none;
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 1.5rem;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.experience-card:hover .card-icon {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.card-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature-badge {
    padding: 0.4rem 1rem;
    background: rgba(102, 126, 234, 0.15);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.experience-card:hover .feature-badge {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.experience-cta {
    text-align: center;
    margin-top: 6rem;
    position: relative;
    z-index: 3;
}

.discover-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.8rem 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 200%;
    color: white;
    text-decoration: none;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow:
        0 20px 40px rgba(102, 126, 234, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: btnGradientShift 4s ease infinite;
}

@keyframes btnGradientShift {

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

    50% {
        background-position: 100% 50%;
    }

}

.discover-more-btn::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;
}

.discover-more-btn:hover::before {
    left: 100%;
}

.discover-more-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 30px 60px rgba(102, 126, 234, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.themes-showcase {
    position: relative;
    left: 0;
    width: 100%;
    padding: 8rem 2rem;
    background: linear-gradient(135deg,
            rgba(255, 154, 158, 0.15) 0%,
            rgba(254, 207, 239, 0.15) 25%,
            rgba(168, 237, 234, 0.15) 50%,
            rgba(255, 154, 86, 0.15) 75%);
    backdrop-filter: blur(30px);
    overflow: hidden;
    transition: background 1s ease;
}

.themes-showcase.theme-sunrise {
    background: linear-gradient(135deg,
            rgba(255, 154, 158, 0.2) 0%,
            rgba(254, 207, 239, 0.2) 50%,
            rgba(255, 182, 193, 0.15) 100%);
    backdrop-filter: blur(20px);
    position: relative;
}

.themes-showcase.theme-sunrise::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/bg_sunrise.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45;
    z-index: -1;
    pointer-events: none;
}

.themes-showcase.theme-zenith {
    background: linear-gradient(135deg,
            rgba(168, 237, 234, 0.2) 0%,
            rgba(254, 214, 227, 0.2) 50%,
            rgba(209, 250, 229, 0.15) 100%);
    backdrop-filter: blur(20px);
    position: relative;
}

.themes-showcase.theme-zenith::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/bg_zenith.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45;
    z-index: -1;
    pointer-events: none;
}

.themes-showcase.theme-dawn {
    background: linear-gradient(135deg,
            rgba(255, 154, 86, 0.2) 0%,
            rgba(255, 173, 86, 0.2) 50%,
            rgba(255, 206, 84, 0.15) 100%);
    backdrop-filter: blur(20px);
    position: relative;
}

.themes-showcase.theme-dawn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/bg_dawn.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45;
    z-index: -1;
    pointer-events: none;
}

.themes-showcase.theme-night {
    background: linear-gradient(135deg,
            rgba(44, 62, 80, 0.3) 0%,
            rgba(52, 73, 94, 0.3) 50%,
            rgba(55, 71, 79, 0.25) 100%);
    backdrop-filter: blur(20px);
    position: relative;
}

.themes-showcase.theme-night::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/bg_night.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45;
    z-index: -1;
    pointer-events: none;
}

.themes-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    animation: floatingOrbs 20s ease-in-out infinite;
}

@keyframes floatingOrbs {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(180deg);
    }
}

.themes-header {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.themes-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    background: linear-gradient(135deg, #fff 0%, #e2e8f0 50%, #cbd5e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.themes-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.themes-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: start;
    position: relative;
    z-index: 2;
}

.theme-selector {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 2rem;
}

.theme-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    z-index: 100 !important;
    pointer-events: all !important;
    user-select: none;
}

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

.theme-tab:hover::before {
    left: 100%;
}

.theme-tab.active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.theme-tab:hover {
    background: rgba(255, 255, 255, 0.08);
}

.theme-preview-mini {
    width: 50px;
    height: 35px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    position: relative;
    overflow: hidden;
}

.theme-tab[data-theme="sunrise"] .theme-preview-mini {
    background: linear-gradient(135deg, #ff9a9e, #fecfef, #fecfef);
}

.theme-tab[data-theme="zenith"] .theme-preview-mini {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.theme-tab[data-theme="dawn"] .theme-preview-mini {
    background: linear-gradient(135deg, #ff9a56, #ffad56);
}

.theme-tab[data-theme="night"] .theme-preview-mini {
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

.theme-tab span {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.theme-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
}

.theme-tab.active .theme-glow {
    opacity: 1;
}

.theme-preview-container {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.device-mockup {
    position: relative;
    flex-shrink: 0;
    overflow-x: unset;
}

.device-frame {
    width: 400px;
    height: 600px;
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 25px;
    padding: 15px;
    position: relative;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

.device-screen {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.loading-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f5f9;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading-shimmer.loaded {
    opacity: 0;
    pointer-events: none;
}

.shimmer-line {
    height: 1rem;
    background: linear-gradient(90deg, #e2e8f0 25%, #f8fafc 50%, #e2e8f0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer 1.5s infinite;
}

.shimmer-line:nth-child(2) {
    width: 80%;
    animation-delay: 0.3s;
}

.shimmer-line:nth-child(3) {
    width: 60%;
    animation-delay: 0.6s;
}

@keyframes shimmer {

    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }

}

#theme-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    transition: opacity 0.5s ease;
}

.device-reflection {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 50%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 100%);
    border-radius: 15px 15px 0 0;
    pointer-events: none;
}

.device-shadow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 30px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
}

.theme-info {
    flex: 1;
    position: relative;
}

.theme-details {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.theme-details.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.theme-details h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.theme-details p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.theme-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.feature-tag {
    padding: 0.5rem 1rem;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.themes-cta {
    text-align: center;
    margin-top: 5rem;
    position: relative;
    z-index: 2;
}

.explore-themes-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #9333ea 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(67, 56, 202, 0.4);
}

.explore-themes-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 25px 50px rgba(67, 56, 202, 0.6);
}

.btn-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg,
            transparent 0deg,
            rgba(255, 255, 255, 0.1) 90deg,
            transparent 180deg);
    animation: btnRotate 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.explore-themes-btn:hover .btn-glow {
    opacity: 1;
}

@keyframes btnRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.iframe-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    border-radius: 15px;
}

.fallback-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.theme-preview-sunrise,
.theme-preview-zenith,
.theme-preview-dawn,
.theme-preview-night {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.theme-preview-sunrise.active,
.theme-preview-zenith.active,
.theme-preview-dawn.active,
.theme-preview-night.active {
    opacity: 1;
}

.theme-preview-sunrise {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}

.theme-preview-zenith {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.theme-preview-dawn {
    background: linear-gradient(135deg, #ff9a56 0%, #ffad56 100%);
}

.theme-preview-night {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.mock-header {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.mock-header.zenith {
    background: rgba(255, 255, 255, 0.95);
}

.mock-header.dawn {
    background: rgba(255, 255, 255, 0.9);
}

.mock-header.night {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.mock-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    margin: 0 auto 0.5rem;
}

.mock-avatar.zenith {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.mock-avatar.dawn {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.mock-avatar.night {
    background: linear-gradient(135deg, #434343, #000000);
}

.mock-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.mock-dates {
    font-size: 0.8rem;
    opacity: 0.7;
}

.mock-content {
    flex: 1;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

.mock-content.zenith {
    background: rgba(255, 255, 255, 0.9);
}

.mock-content.dawn {
    background: rgba(255, 255, 255, 0.85);
}

.mock-content.night {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.mock-text-line {
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.mock-text-line:nth-child(2) {
    width: 80%;
}

.mock-gallery {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.mock-photo {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.about-section {
    padding: 8rem 2rem;
    background: linear-gradient(135deg,
            rgba(30, 41, 59, 0.95) 0%,
            rgba(51, 65, 85, 0.9) 100%);
    backdrop-filter: blur(20px);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-header {
    text-align: center;
    margin-bottom: 5rem;
}

.about-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: white;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #fff 0%, #e2e8f0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: start;
}

.about-story h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.about-story p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.trust-indicators {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.indicator {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.indicator-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.indicator-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.values-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.value-card {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.value-card h4 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.value-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.about-cta {
    text-align: center;
}

.learn-more-btn {
    display: inline-flex;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.learn-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.pricing-overview {
    padding: 8rem 2rem;
    background: linear-gradient(135deg,
            rgba(15, 23, 42, 0.95) 0%,
            rgba(30, 41, 59, 0.9) 100%);
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: white;
    margin-bottom: 1rem;
}

.pricing-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pricing-card.featured {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card.featured:hover {
    border-color: rgba(102, 126, 234, 0.7);
    box-shadow: 0 25px 60px rgba(102, 126, 234, 0.3);
    transform: scale(1.05) translateY(-5px);
}

.pricing-card.featured:active {
    border-color: rgba(102, 126, 234, 0.7);
    box-shadow: 0 25px 60px rgba(102, 126, 234, 0.3);
}

.featured-badge {
    position: absolute;
    top: -18px;
    right: 35px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    z-index: 10;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.card-header h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.price {
    margin-bottom: 1rem;
}

.price .amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-accent);
}

.price .currency {
    color: var(--text-tertiary);
    font-size: 1rem;
    margin-left: 0.5rem;
}

.package-subtitle {
    color: var(--text-accent);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.package-description {
    margin: 1.5rem 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border-left: 3px solid var(--text-accent);
}

.package-description p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0.5rem 0;
}

.package-description strong {
    color: var(--text-primary);
}

.card-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.card-footer small {
    color: var(--text-muted);
    font-size: 0.85rem;
    font-style: italic;
    line-height: 1.4;
}

/* Premium card enhancements */
.pricing-card.featured .price .amount {
    background: linear-gradient(135deg, #667eea, #764ba2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
}

.pricing-card.featured .package-subtitle {
    color: #667eea;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(102, 126, 234, 0.2);
}

.pricing-card.featured .package-description {
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.2);
    box-shadow: inset 0 0 20px rgba(102, 126, 234, 0.05);
}

.pricing-card.featured .card-footer {
    border-top-color: rgba(102, 126, 234, 0.3);
}

.pricing-card.featured .card-footer small {
    color: rgba(102, 126, 234, 0.8);
    font-weight: 600;
}

.card-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.feature-icon {
    color: #10b981;
    font-weight: bold;
    width: 20px;
}

.pricing-cta {
    text-align: center;
}

.view-all-prices-btn {
    display: inline-flex;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #9333ea 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(67, 56, 202, 0.3);
}

.view-all-prices-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(67, 56, 202, 0.4);
}

.device-compatibility-section {
    margin: 0rem 0 2rem 0;
    padding: 4rem 2rem;
    z-index: 1;
    position: relative;
}

.device-compatibility-section .device-showcase-header {
    text-align: center;
    margin-bottom: 3rem;
}

.device-compatibility-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    background: var(--primary-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    font-weight: 600;
}

.device-compatibility-section p {
    color: var(--text-tertiary);
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.device-showcase {
    padding: 8rem 2rem;
    background: linear-gradient(135deg,
            var(--surface-primary) 0%,
            var(--surface-secondary) 50%,
            rgba(99, 102, 241, 0.1) 100%);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.device-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    animation: deviceShowcaseFloat 20s ease-in-out infinite;
}

@keyframes deviceShowcaseFloat {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(180deg);
    }
}

.device-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.device-showcase-header {
    text-align: center;
    margin-bottom: 5rem;
}

.device-showcase-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    background: var(--primary-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.device-showcase-header p {
    color: var(--text-tertiary);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

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

.device-item {
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

/* Device background images with backdrop-filter effect */
.device-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px) brightness(0.4) saturate(0.8);
    z-index: 0;
    transition: all 0.4s ease;
}

/* Device-specific background images */
.device-item[data-device="computer"]::before {
    background-image: url('/img/display/qvia_laptop.png');
}

.device-item[data-device="tablet"]::before {
    background-image: url('/img/display/qvia_tablet.png');
}

.device-item[data-device="mobile"]::before {
    background-image: url('/img/display/qvia_phone.png');
}

.device-item[data-device="tv"]::before {
    background-image: url('/img/display/qvia_tv.png');
}

/* Dark overlay for text readability */
.device-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transition: all 0.4s ease;
}

.device-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
}

/* Clear blur on background image hover */
.device-item:hover::before {
    filter: blur(0px) brightness(0.8) saturate(1.2);
}

/* Lighten overlay on hover for better image visibility */
.device-item:hover::after {
    background: rgba(0, 0, 0, 0.3);
}

.device-item-content {
    position: relative;
    z-index: 2;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.device-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem auto;
    background: transparent;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(102, 126, 234, 0.8);
    font-size: 2rem;
    transition: all 0.3s ease;
}

.device-item:hover .device-icon {
    transform: scale(1.05);
    color: rgba(102, 126, 234, 1);
}

.device-icon svg {
    width: 60%;
    height: 60%;
    transition: all 0.3s ease;
}

.device-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.device-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 200px;
    margin: 0 auto;
}

.contact-section {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(30 41 59 / 0%) 0%, rgb(51 65 85 / 76%) 100%);
    backdrop-filter: blur(20px);
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: white;
    margin-bottom: 1rem;
}

.contact-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.contact-info p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.method-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.method-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.method-label {
    font-size: 0.8rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.method-value {
    font-weight: 600;
    font-size: 1.1rem;
}

.company-details {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-style: italic;
}

.quick-contact-form {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.quick-contact-form h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    background: rgba(255, 255, 255, 0.15);
}

.submit-btn {
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.qvia-buttons-create-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.qvia-buttons-create-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-1 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.1s;
}

.scroll-reveal-1.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-2 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.2s;
}

.scroll-reveal-2.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-3 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.3s;
}

.scroll-reveal-3.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-4 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.4s;
}

.scroll-reveal-4.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-5 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.5s;
}

.scroll-reveal-5.revealed {
    opacity: 1;
    transform: translateY(0);
}

.section-divider {
    position: relative;
    width: 100%;
    height: 1px;
    z-index: 9999;
    overflow: hidden;
}

.divider-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgb(255 255 255) 20%, rgb(193 193 193 / 74%) 50%, rgba(102, 126, 234, 0.3) 80%, #ffffff 100%);
    opacity: 0.7;
}

.divider-dot {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    box-shadow:
        0 0 20px rgba(102, 126, 234, 0.6),
        0 0 40px rgba(124, 58, 237, 0.3);
    animation: dotTravel 8s ease-in-out infinite;
}

@keyframes dotTravel {

    0%,
    10%,
    90%,
    100% {
        left: -8px;
        opacity: 0.3;
        transform: translateY(-50%) scale(0.8);
    }

    20%,
    80% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    50% {
        left: calc(100% - 8px);
        opacity: 1;
        transform: translateY(-50%) scale(1.2);
        box-shadow:
            0 0 30px rgba(102, 126, 234, 0.8),
            0 0 60px rgba(124, 58, 237, 0.4);
    }
}

.section-divider.reverse .divider-dot {
    animation: dotTravelReverse 8s ease-in-out infinite;
    animation-delay: 4s;
}

@keyframes dotTravelReverse {

    0%,
    10%,
    90%,
    100% {
        left: calc(100% - 8px);
        opacity: 0.3;
        transform: translateY(-50%) scale(0.8);
    }

    20%,
    80% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    50% {
        left: -8px;
        opacity: 1;
        transform: translateY(-50%) scale(1.2);
        box-shadow:
            0 0 30px rgba(102, 126, 234, 0.8),
            0 0 60px rgba(124, 58, 237, 0.4);
    }
}

.section-divider.pulse-line .divider-line {
    animation: pulseLine 6s ease-in-out infinite;
}

@keyframes pulseLine {

    0%,
    100% {
        opacity: 0.4;
        filter: blur(0px);
    }

    50% {
        opacity: 0.8;
        filter: blur(1px);
    }
}

.cursor-glow {
    position: fixed;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease;
}

@keyframes fadeIn {

    from { opacity: 0; }
    to { opacity: 1; }

}
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.loading {
    animation: pulse 2s ease-in-out infinite;
}

@supports (-webkit-backdrop-filter: blur(1px)) {
    .card {
        -webkit-backdrop-filter: blur(20px);
    }
}

@-moz-document url-prefix() {
    .card {
        background: rgba(15, 15, 35, 0.95);
    }
}

@supports (-ms-ime-align: auto) {
    .memorial-container {
        background-attachment: fixed;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.scroll-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
}

.qvia-memorial-content {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.qvia-contact-section {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

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

.qvia-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 600;
    background: linear-gradient(135deg,
            #ffffff 0%,
            #e2e8f0 20%,
            #cbd5e1 40%,
            #94a3b8 60%,
            #e2e8f0 80%,
            #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.qvia-tagline {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 1.6;
}

.qvia-contact-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.qvia-contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.qvia-contact-info p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.qvia-contact-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.qvia-contact-method {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.qvia-contact-method:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
}

.qvia-contact-method h4 {
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.qvia-contact-method p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.4;
}

.qvia-contact-method small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.whatsapp-contact {
    background: linear-gradient(135deg, #25D366 0%, #20b558 25%, #1da851 75%, #128C7E 100%) !important;
    color: white !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.whatsapp-contact:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.whatsapp-contact h4 {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.whatsapp-contact p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.whatsapp-contact small {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
}

.qvia-contact-form-container {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.qvia-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.qvia-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.qvia-form-group {
    display: flex;
    flex-direction: column;
}

.qvia-form-group label {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.qvia-form-group input,
.qvia-form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.qvia-form-group input:focus,
.qvia-form-group textarea:focus {
    outline: none;
    border-color: rgba(102, 126, 234, 0.5);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.qvia-form-group input::placeholder,
.qvia-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.qvia-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.qvia-contact-submit-btn {
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #9333ea 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.qvia-contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.qvia-contact-cta-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.secondary-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.qvia-faq-section {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

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

.qvia-faq-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.qvia-faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.qvia-faq-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.qvia-faq-item h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.qvia-faq-item p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 1rem;
}

.qvia-faq-cta-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-faq-demo-section {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.qvia-qr-demo {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.qvia-qr-code {
    flex-shrink: 0;
}

.qvia-qr-code img {
    width: 120px;
    height: 120px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 6px solid rgba(255, 255, 255, 1);
}

.qvia-demo-text {
    flex: 1;
}

.qvia-demo-instruction {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.qvia-demo-instruction strong {
    color: #ffffff;
}
    
.qvia-faq-cta-inline {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

.qvia-faq-action-btn {
    padding: 0.75rem 1.5rem !important;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #9333ea 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(67, 56, 202, 0.3);
    transition: all 0.3s ease;
}

.qvia-faq-action-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.4) !important;
    background: linear-gradient(135deg, #5b21b6 0%, #8b5cf6 50%, #a855f7 100%) !important;
}

.qvia-login-notice {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    font-style: italic;
}
    
.qvia-faq-pricing-preview {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.qvia-pricing-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.qvia-price-badge {
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(102, 126, 234, 0.4) !important;
}
    
.qvia-durability-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.qvia-durability-badge {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.qvia-guarantee-badge {
    margin-top: 1rem;
    text-align: center;
}

.qvia-lifetime-guarantee {
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.qvia-content-types {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.qvia-content-type {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(59, 130, 246, 0.3);
}
    
.clickable-contact {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.clickable-contact:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(102, 126, 234, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.clickable-contact:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.clickable-contact::after {
    content: '👆';
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 1.2rem;
}

.clickable-contact:hover::after {
    opacity: 0.7;
}
    
.qvia-about-section {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

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

.qvia-about-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.qvia-about-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.qvia-about-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.qvia-about-icon {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    display: block;
}

.qvia-about-item h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    text-align: center;
}

.qvia-about-item p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
    
.qvia-mission-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.qvia-highlight-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    border: 1px solid rgba(16, 185, 129, 0.5);
}
    
.qvia-story-timeline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.qvia-timeline-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
}

.qvia-year {
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 100%);
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(67, 56, 202, 0.3);
}

.qvia-milestone {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}
    
.qvia-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.qvia-value-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.qvia-value-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.qvia-value-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.qvia-value-card h4 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.qvia-value-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
    
.qvia-commitment-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.qvia-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.qvia-feature-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.qvia-feature-icon {
    font-size: 1.5rem;
    min-width: 30px;
    text-align: center;
}

.qvia-feature-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.qvia-about-cta-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
    
.qvia-gdpr-section, .qvia-privacy-section, .qvia-terms-section {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.qvia-gdpr-header, .qvia-privacy-header, .qvia-terms-header {
    text-align: center;
    margin-bottom: 3rem;
}

.qvia-gdpr-content, .qvia-privacy-content, .qvia-terms-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.qvia-gdpr-item, .qvia-privacy-item, .qvia-terms-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.qvia-gdpr-item:hover, .qvia-privacy-item:hover, .qvia-terms-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.qvia-gdpr-icon, .qvia-privacy-icon, .qvia-terms-icon {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    display: block;
}

.qvia-gdpr-item h3, .qvia-privacy-item h3, .qvia-terms-item h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.qvia-gdpr-item p, .qvia-privacy-item p, .qvia-terms-item p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.qvia-legal-basis, .qvia-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}
    
.qvia-basis-item, .qvia-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.qvia-basis-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.qvia-basis-icon {
    font-size: 1.2rem;
    min-width: 30px;
    text-align: center;
}

.qvia-contact-item strong {
    color: #ffffff;
    min-width: 120px;
}

.qvia-email-link {
    color: #60a5fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.qvia-email-link:hover {
    color: #93c5fd;
    text-decoration: underline;
}

.qvia-data-categories {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.qvia-data-category {
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.qvia-data-category:hover {
    background: rgba(59, 130, 246, 0.2);
    transform: translateX(5px);
}

.qvia-rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.qvia-right-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.qvia-right-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.qvia-right-icon {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    display: block;
}

.qvia-right-card h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.qvia-right-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

.qvia-retention-timeline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}
    
.qvia-retention-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.qvia-retention-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.qvia-retention-icon {
    font-size: 1.5rem;
    min-width: 40px;
    text-align: center;
}

.qvia-retention-content strong {
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}

.qvia-transfer-methods, .qvia-security-measures {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.qvia-transfer-method, .qvia-security-item {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.qvia-transfer-method:hover, .qvia-security-item:hover {
    background: rgba(16, 185, 129, 0.2);
    transform: translateX(3px);
}

.qvia-security-icon {
    font-size: 1.2rem;
    min-width: 25px;
    text-align: center;
}

.qvia-gdpr-footer, .qvia-privacy-footer, .qvia-terms-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-update-info {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.qvia-update-info strong {
    color: #ffffff;
    font-size: 1.1rem;
}

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

.qvia-gdpr-cta-section, .qvia-privacy-cta-section, .qvia-terms-cta-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.qvia-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(37, 99, 235, 0.5);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.qvia-email-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
    border-color: rgba(37, 99, 235, 0.7);
}

.qvia-email-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.qvia-email-btn .qvia-email-icon {
    font-size: 1rem;
}

.qvia-legal-email-btn {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border: 1px solid rgba(220, 38, 38, 0.5);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.qvia-legal-email-btn:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    border-color: rgba(220, 38, 38, 0.7);
}


.qvia-pricing-layout {
    align-items: flex-start !important;
    padding-top: 2rem;
}

.qvia-pricing-section {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
    margin: 2rem auto;
}

.qvia-pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.qvia-pricing-content {
    max-width: 1200px;
    margin: 0 auto;
}

.qvia-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.qvia-pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.qvia-pricing-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.qvia-pricing-card.qvia-featured {
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.qvia-pricing-card.qvia-premium {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(244, 225, 107, 0.05) 100%);
    border-color: #f4e16b;
}

.qvia-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #d4af37;
    margin: 1rem 0;
    text-align: center;
}

.qvia-package-options {
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    border-left: 3px solid #d4af37;
}

.qvia-pricing-notes {
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-products-info-section {
    margin-top: 3rem;
}

.qvia-cta-section {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-faq-item {
    border-radius: 10px;
    margin: 1rem 0;
}

.qvia-faq-item h3 {
    color: #d4af37;
    margin-bottom: 0.5rem;
}

.qvia-product-section {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.qvia-product-section:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.qvia-product-section h2 {
    color: #d4af37;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-family: 'Playfair Display', serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qvia-product-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.qvia-product-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.qvia-product-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.qvia-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.qvia-product-image:hover img {
    transform: scale(1.05);
}

.qvia-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: white;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.qvia-product-image:hover .qvia-image-overlay {
    transform: translateY(0);
}

.qvia-image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
}

.qvia-image-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.qvia-modal-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.qvia-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
}

.qvia-modal-close:hover {
    color: #d4af37;
}

.qvia-process-step {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border-left: 4px solid #d4af37;
    transition: all 0.3s ease;
}

.qvia-process-step:hover {
    background: rgba(255, 255, 255, 0.06);
    border-left-color: #f4e16b;
}

.qvia-step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #d4af37 0%, #f4e16b 100%);
    color: #1a1a1a;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 1rem;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

/* New Pricing Page Styles */
.qvia-pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.qvia-pricing-card-new {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
}

.qvia-pricing-card-new:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.qvia-pricing-card-new.qvia-premium {
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.qvia-premium-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.qvia-card-header h4 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.qvia-price-display {
    font-size: 2rem;
    font-weight: bold;
    color: #3b82f6;
    margin: 1rem 0;
    text-align: center;
}

.qvia-features-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}

.qvia-feature {
    padding: 0.3rem 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.qvia-package-note {
    text-align: center;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}

.qvia-cost-factors {
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
}

.qvia-factor-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.qvia-factor {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.qvia-contact-cta {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.qvia-response-time, .qvia-company-info {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.5rem 0;
}

.qvia-included-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.8rem;
    margin: 1rem 0;
}

.qvia-included-feature {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-materials-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.qvia-material-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.qvia-material-item:hover {
    transform: translateY(-2px);
}

.qvia-material-preview {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    color: white;
    margin-bottom: 0.5rem;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.qvia-process-steps {
    margin: 1.5rem 0;
}

.qvia-process-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.qvia-step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.qvia-step-number {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.qvia-step-header h4 {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.qvia-process-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.qvia-process-demo {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-weight: bold;
}

.qvia-process-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

.qvia-process-demo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.qvia-process-demo p {
    position: relative;
    z-index: 3;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 1rem;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.qvia-process-demo span {
    position: relative;
    z-index: 3;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.qvia-process-demo:hover p {
    transform: translateY(0);
}

.qvia-products-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.qvia-product-demo {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.qvia-product-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.qvia-product-demo img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.qvia-product-info {
    padding: 1rem;
}

.qvia-product-info h5 {
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 0.5rem 0;
}

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

.qvia-warranty-info {
    margin: 1.5rem 0;
}

.qvia-warranty-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
}

.qvia-warranty-item h5 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
}

.qvia-warranty-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1rem 0;
}

.qvia-warranty-badge {
    background: rgba(59, 130, 246, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.nav-glass {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.nav-glass.nav-hidden {
    transform: translateY(-100%);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.nav-container .logoName {
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.nav-glass .logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-menu li a {
    color: #EEE;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.nav-menu li a:hover {
    background: rgba(52, 73, 94, 0.1);
    color: #FFF;
    transform: translateY(-1px);
}

.nav-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ffffff75;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    padding-top: 1px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 0px 10px #ffffff29;
}

.nav-avatar:hover {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 4px;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #34495e;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.footer-glass-comprehensive {
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4rem 2rem 2rem;
    position: relative; z-index: 999;
}

.footer-comprehensive-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand-section h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
    position: relative;
}

.footer-brand-section h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 1px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #34495e, transparent);
    border-radius: 2px;
}

.footer-brand-section .brand-logo {
    font-weight: 800;
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
}

.footer-brand-section p {
    color: #34495e;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.footer-social-comprehensive {
    display: flex;
    gap: 1rem;
}

.footer-social-comprehensive a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 1px 0 0 2px;
    background: linear-gradient(280deg, #212121 0%, #272727 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.footer-bottom-comprehensive p {
    color: #000;
}

.footer-social-comprehensive a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.footer-column h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    position: relative;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 1px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #34495e, transparent);
    border-radius: 2px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.8rem;
}

.footer-column ul li a {
    color: #34495e;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-column ul li a:hover {
    color: #667eea;
    transform: translateX(5px);
}

.footer-bottom-comprehensive {
    border-top: 1px solid rgba(52, 73, 94, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-compliance-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-compliance-links a {
    color: #34495e;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-compliance-links a:hover {
    color: #667eea;
}

.footer-compliance-links img {
    height: 30px;
    width: auto;
    transition: transform 0.2s ease;
}

.footer-compliance-links img:hover {
    transform: scale(1.1);
}

.memorial-content-examples {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.memorial-card {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    contain: layout style paint;
}

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

.examples-theme-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.examples-theme-tab {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--border-radius-lg);
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all var(--transition-normal);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    will-change: background, border-color;
    contain: layout style paint;
}

.examples-expandable-theme {
    flex: 1;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.examples-expandable-theme-selector {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-height: 240px;
    height: 240px;
    align-items: stretch;
}

.expandable-theme .examples-theme-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.examples-expandable-theme .examples-theme-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    justify-content: center;
    transition: text-align 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                align-items 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.6s cubic-bezier(0.6s cubic-bezier(0.4, 0, 0.2, 1));
}

.examples-expandable-theme:hover {
    flex-grow: 2;
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.examples-expandable-theme:hover .examples-theme-content {
    text-align: left;
    align-items: flex-start;
    padding-left: 1rem;
}

.examples-expandable-theme:hover .examples-theme-icon {
    align-self: flex-start;
    margin-bottom: 1rem;
}

.examples-expandable-theme:hover .examples-theme-name {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.examples-expandable-theme:hover .examples-theme-desc {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
}

.examples-expandable-theme.active {
    flex-grow: 2.5;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.25),
        0 12px 30px rgba(0, 0, 0, 0.2),
        0 6px 16px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-color: rgba(255, 255, 255, 0.5);
}

.examples-expandable-theme.active .examples-theme-content {
    text-align: left;
    align-items: flex-start;
    padding-left: 1rem;
}

.examples-expandable-theme.active .examples-theme-icon {
    align-self: flex-start;
    margin-bottom: 1rem;
}

.examples-expandable-theme.active .examples-theme-name {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.examples-expandable-theme.active .examples-theme-desc {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
}

.examples-theme-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.examples-theme-tab:hover::before {
    opacity: 1;
}

.examples-theme-tab.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(255, 255, 255, 0.2);
}

.examples-theme-tab:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.examples-theme-tab.active::before {
    opacity: 1;
}

.examples-theme-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.examples-theme-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.memorial-card:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4)
}

.memorial-preview-container {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.preview-header {
    text-align: center;
    margin-bottom: 1.5rem;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preview-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
}

.preview-header p {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.preview-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: 1.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.preview-frame iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 12px;
    background: white;
    display: block;
    margin: 0;
    padding: 0;
}

.preview-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.create-with-theme-btn {
    background: linear-gradient(135deg, #4b6cb7, #182848);
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(75, 108, 183, 0.3);
}

.create-with-theme-btn:hover {
    box-shadow: 0 12px 30px rgba(75, 108, 183, 0.4), 0 4px 15px rgba(24, 40, 72, 0.3);
    background: linear-gradient(135deg, #5a7bc8, #243759);
}

.fullscreen-preview-btn {
    background: linear-gradient(135deg, #6B73FF, #9A8CDB);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(107, 115, 255, 0.3);
    position: relative;
    overflow: hidden;
}

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

.fullscreen-preview-btn:hover::before {
    left: 100%;
}

.fullscreen-preview-btn:hover {
    background: linear-gradient(135deg, #5A66F0, #8A7BCE);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 16px 40px rgba(107, 115, 255, 0.4), 0 6px 20px rgba(154, 140, 219, 0.3);
}

@media (max-width: 480px) {

    html,
    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        width: 100%;
    }

    * {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }

    .container,
    .section,
    main,
    section,
    div {
        max-width: 100vw;
        overflow-x: hidden;
    }

    h1, h2, h3, h4, h5, h6, p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    img, video, iframe {
        max-width: 100%;
        height: auto;
    }

    *, *::before, *::after {
        max-width: 100vw;
    }

    .absolute, [style*="position: absolute"] {
        max-width: calc(100vw - 2rem);
    }

    .cards-carousel {
        display: none;
        position: relative;
        width: 100%;
        max-width: 380px;
        height: 280px;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    }

    .cards-carousel .memorial-card-3d {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 20px;
        animation: none;
        opacity: 0;
        pointer-events: none;
    }

    .cards-carousel .memorial-card-3d.active {
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }

    .cards-carousel .memorial-card-3d.prev {
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
    }

    .carousel-nav {
        display: none;
        justify-content: center;
        gap: 1rem;
        margin-top: 2rem;
    }

    .carousel-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .carousel-dot.active {
        background: rgba(255, 255, 255, 0.8);
        transform: scale(1.2);
    }

    .grid,
    .devices-grid,
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Extra small screens device optimizations */
    .device-item {
        min-height: 240px;
        backdrop-filter: blur(6px);
    }

    .device-item::before {
        filter: blur(4px) brightness(0.6) saturate(1);
    }

    .device-item:hover {
        backdrop-filter: blur(3px);
    }

    .device-item:hover::before {
        filter: blur(0px) brightness(1) saturate(1.4);
    }

    .device-item-content {
        padding: 1.5rem 0.75rem;
    }

    .device-frame {
        width: 80%;
    }

    .testimonial-carousel {
        height: 400px;
        min-height: 400px;
        position: relative;
        overflow: hidden;
    }

    .testimonial-card {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.5s ease;
    }

    .testimonial-card.active {
        opacity: 1;
        transform: translateX(0);
    }

    .testimonial-author {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        text-align: center;
    }

    .testimonial-info {
        text-align: center;
    }

    .testimonial-name {
        margin-bottom: 0.25rem;
    }

    .testimonial-role {
        margin-bottom: 0.5rem;
    }

    .star-rating {
        justify-content: center;
    }

    .modal-content {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .stats,
    .impact-stats {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 1rem;
        max-width: 100%;
        padding-top: 1rem;
    }

    .stat-item {
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }

    .trust-badges {
        flex-direction: column;
        gap: 1rem;
    }

    .badge {
        width: 100%;
        min-width: auto;
    }

    .card-visual {
        height: 180px;
    }

    .card-content {
        padding: 1.5rem;
        height: auto;
    }

    .about-header h2 {
        font-size: clamp(2rem, 6vw, 2.5rem);
    }

    .about-subtitle {
        font-size: 1rem;
    }

    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .scroll-to-top svg {
        width: 18px;
        height: 18px;
    }

    .feature-badges {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .feature-badge {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .pricing-card.featured {
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    }

    .pricing-card.featured:hover {
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    }

    .pricing-card.featured:active {
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    }

    .trust-indicators {
        flex-direction: column !important;
        gap: 1rem;
    }


    .about-story {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .about-story p {
        max-width: 100%;
        font-size: 1rem;
    }

    .indicator {
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1rem;
    }

    .pricing-card:hover {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }

    .theme-selection {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .theme-tabs {
        min-width: min-content;
        flex-wrap: nowrap;
    }

    .qvia-memorial-content {
        padding: 1rem;
    }

    .qvia-contact-section {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .qvia-brand-name {
        font-size: 2rem;
    }

    .particles {
        width: 100vw;
        overflow: hidden;
        max-width: 4px;
        max-height: 4px;
    }

    .particle {
        max-width: 4px;
        max-height: 4px;
    }

    .qvia-contact-method {
        padding: 1rem;
    }

    .qvia-contact-method h4 {
        font-size: 1rem;
    }

    .qvia-faq-section {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .qvia-about-section {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .qvia-about-item {
        padding: 1.5rem;
    }

    .qvia-about-item h3 {
        font-size: 1.3rem;
    }

    .qvia-story-timeline,
    .qvia-commitment-features {
        padding: 1rem;
    }

    .qvia-timeline-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .qvia-year {
        min-width: auto;
    }

    .qvia-gdpr-section,
    .qvia-privacy-section,
    .qvia-terms-section {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .qvia-gdpr-item h3,
    .qvia-privacy-item h3,
    .qvia-terms-item h3 {
        font-size: 1.2rem;
    }

    .qvia-legal-basis,
    .qvia-contact-info,
    .qvia-retention-timeline,
    .qvia-commitment-features {
        padding: 0.75rem;
    }

    .qvia-basis-item,
    .qvia-retention-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .qvia-email-btn,
    .qvia-legal-email-btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
        text-align: center;
        justify-content: center;
    }

    .qvia-contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.75rem;
    }

    .footer-glass-comprehensive {
        padding: 2rem 1rem;
        border-radius: 15px 15px 0 0;
    }

    .footer-brand-section h3 {
        font-size: 1.4rem;
    }

    .footer-social-comprehensive a {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .footer-compliance-links img {
        height: 25px;
    }

    .theme-selector {
        padding: 1rem;
    }
    
    .expandable-theme-selector {
        padding: 1rem;
        gap: 0.5rem;
    }
    
    .theme-tab {
        padding: 1rem;
    }
    
    .preview-frame iframe {
        height: 300px;
    }

    .theme-tab {
        padding: 1rem 0.8rem !important;
        font-size: 0.9rem;
        gap: 0.8rem;
    }

    .theme-tab span {
        font-size: 0.95rem;
    }

    .theme-preview-mini {
        width: 35px;
        height: 35px;
    }

}

@media (max-width: 680px) {
    .experience-carousel-container {
        position: relative;
        width: 100%;
        height: 700px;
        overflow: hidden;
        padding: 1rem 0;
    }

    .experience-carousel {
        position: relative;
        left: 0 !important;
        width: 100%;
        height: 100%;
        transform: none !important;
        transition: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .experience-card {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 260px;
        height: 550px;
        min-height: 550px;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 1;
    }

    .experience-card.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        z-index: 2;
    }
}

@media (max-width: 768px) {

    .nav-container {
        padding: 0 1rem;
    }
    
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 999;
        will-change: transform, opacity;
        /* Ensure backdrop-filter context */
        isolation: isolate;
        contain: layout style paint;
    }
    
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
    
    .nav-menu li {
        margin: 0;
    }
    
    .nav-menu li a {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        color: #000000c7;
        border-radius: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease;
    }
    
    .nav-menu li a:hover {
        background: rgba(52, 73, 94, 0.05);
        transform: translateX(8px);
        border-left: 3px solid #667eea;
    }
    
    .nav-menu li:last-child a {
        border-bottom: none;
    }

    .footer-glass-comprehensive {
        padding: 3rem 1rem 2rem;
        margin-top: 3rem;
    }

    .footer-brand-section h3 {
        font-size: 1.6rem;
    }

    .footer-brand-section p {
        font-size: 0.9rem;
    }

    .footer-column h4 {
        font-size: 1rem;
    }

    .footer-column ul li a {
        font-size: 0.9rem;
    }

    .footer-bottom-comprehensive {
        flex-direction: column;
        text-align: center;
        font-size: 0.85rem;
    }

    .footer-compliance-links {
        justify-content: center;
    }

    .cursor-glow {
        display: none;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .scroll-to-top svg {
        width: 20px;
        height: 20px;
    }

    .qvia-memorial-content {
        padding: 2rem 1rem;
    }

    .qvia-contact-section {
        padding: 2rem;
    }

    .qvia-brand-name {
        font-size: 2.5rem;
    }

    .qvia-tagline {
        font-size: 1.1rem;
    }

    .qvia-contact-methods {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .qvia-form-row {
        grid-template-columns: 1fr;
    }

    .qvia-contact-cta-section {
        flex-direction: column;
        align-items: center;
    }

    .qvia-qr-demo {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .qvia-faq-pricing-preview .qvia-pricing-highlight {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .qvia-about-section {
        padding: 2rem;
        max-width: 100%;
    }
    
    .qvia-about-item {
        padding: 2rem;
    }
    
    .qvia-values-grid {
        grid-template-columns: 1fr;
    }
    
    .qvia-mission-highlights {
        flex-direction: column;
        align-items: center;
    }
    
    .qvia-about-cta-section {
        flex-direction: column;
        align-items: center;
    }
    
    .qvia-gdpr-section, .qvia-privacy-section, .qvia-terms-section {
        padding: 2rem;
        max-width: 100%;
    }
    
    .qvia-gdpr-item, .qvia-privacy-item, .qvia-terms-item {
        padding: 1.5rem;
    }
    
    .qvia-rights-grid {
        grid-template-columns: 1fr;
    }
    
    .qvia-gdpr-cta-section, .qvia-privacy-cta-section, .qvia-terms-cta-section {
        flex-direction: column;
        align-items: center;
    }
    
    .qvia-faq-section {
        padding: 2rem;
    }

    .qvia-faq-item {
        padding: 1.5rem;
    }

    .qvia-faq-item h3 {
        font-size: 1.2rem;
    }

    .qvia-faq-cta-section {
        flex-direction: column;
        align-items: center;
    }

    .qvia-pricing-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .qvia-pricing-card-new {
        padding: 1.5rem;
    }
    
    .qvia-contact-methods {
        grid-template-columns: 1fr;
    }
    
    .qvia-materials-showcase,
    .qvia-process-showcase,
    .qvia-products-showcase {
        grid-template-columns: 1fr;
    }
    
    .qvia-included-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .memorial-content {
        padding: 1rem;
    }

    .create-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .experience-header {
        margin-bottom: 1rem;
    }

    .cards-carousel {
        height: 220px;
        max-width: 320px;
    }

    .memorial-card-3d {
        padding: 1rem;
    }

    .experience-showcase {
        padding: 5rem 1rem;
        padding: 4rem 1rem 1rem 1rem;
    }

    .experience-header h2 {
        font-size: 2.0rem;
    }

    .experience-card {
        height: 460px;
    }

    .card-visual {
        height: 200px;
    }

    .card-content {
        padding: 2rem;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-description {
        font-size: 0.8rem;
    }

    .themes-showcase {
        padding: 4rem 1rem;
    }

    .themes-header {
        margin-bottom: 1rem;
    }

    .themes-header h2 {
        font-size: 1.5rem;
    }

    .themes-header p {
        font-size: 0.9rem;
    }

    .theme-selector {
        grid-template-columns: 1fr;
        gap: 1rem;
        z-index: 30;
    }

    .theme-tab {
        padding: 0.8rem;
        z-index: 35;
        pointer-events: all;
        touch-action: manipulation;
        position: relative;
        background: rgba(255, 255, 255, 0.15) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        min-height: 50px;
        display: flex !important;
        align-items: center !important;
        font-size: 0.9rem;
    }

    .theme-tab:active {
        transform: scale(0.95) !important;
        background: rgba(255, 255, 255, 0.2) !important;
    }

    .device-frame {
        width: 280px;
        height: 420px;
    }

    .theme-details h3 {
        font-size: 2rem;
    }

    .theme-details p {
        font-size: 1rem;
    }

    .theme-info {
        overflow: hidden;
    }

    .themes-cta {
        overflow: unset;
        margin-top: 1rem;
    }

    .learn-more-btn,
    .view-all-prices-btn,
    .explore-themes-btn,
    .submit-btn {
        padding: 0.7rem 2rem;
        font-size: 0.9rem;
    }

    .pricing-header h2 {
        font-size: 1.7rem;
    }

    .pricing-header p {
        font-size: 0.95rem;
    }

    .about-section,
    .pricing-overview,
    .contact-section {
        padding: 4rem 1rem;
    }

    .indicator {
        padding: 1rem;
    }

    .indicator-number {
        font-size: 1.8rem;
    }

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

    .device-item-content {
        padding: 2rem 1rem;
    }

    .device-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .device-name {
        font-size: 1.2rem;
    }

    .device-description {
        font-size: 0.9rem;
    }

    /* Mobile optimizations for device background images */
    .device-item {
        min-height: 280px;
        backdrop-filter: blur(8px);
    }

    .device-item::before {
        filter: blur(6px) brightness(0.5) saturate(0.9);
    }

    .device-item:hover {
        backdrop-filter: blur(4px);
    }

    .device-item:hover::before {
        filter: blur(0px) brightness(0.9) saturate(1.3);
    }

    .device-frame {
        width: 320px !important;
        height: 540px !important;
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2) !important;
        overflow: hidden;
    }

    .device-screen {
        overflow: hidden !important;
        border-radius: 15px;
    }

    .device-screen iframe {
        width: 100%;
        height: 100%;
        border: none;
        overflow: hidden;
    }

}

@media (max-width: 1024px) {

    .theme-selector {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .expandable-theme-selector {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }
    
    .expandable-theme {
        flex: none;
        min-height: 80px;
    }
    
    .expandable-theme:hover,
    .expandable-theme.active {
        flex-grow: 1;
    }
    
    .memorial-preview-container {
        padding: 1rem;
    }
    
    .preview-frame iframe {
        height: 400px;
    }
    
    .preview-actions {
        flex-direction: column;
        align-items: center;
    }

    .footer-comprehensive-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-social-comprehensive {
        justify-content: center;
    }

    .footer-brand-section h3::after {
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.3;
    }

    .footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.3;
    }

    .experience-subtitle {
        font-size: 0.9rem;
    }

    .about-grid,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .values-section {
        grid-template-columns: 1fr;
        overflow-x: unset;
    }

    .devices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .memorial-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .floating-cards {
        display: none;
    }

    .cards-carousel {
        display: block;
    }

    .carousel-nav {
        display: flex;
    }

    .experience-showcase {
        position: static;
        padding: 6rem 1rem;
    }

    .experience-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .themes-showcase {
        position: static;
        padding: 5rem 1rem;
    }

    .themes-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .theme-selector {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        z-index: 20;
        margin-bottom: 2rem;
    }

    .theme-tab {
        z-index: 25;
        pointer-events: all;
        touch-action: manipulation;
        position: relative;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
    }

    .theme-tab:active {
        transform: scale(0.98);
    }

    .device-frame {
        width: 350px;
        height: 500px;
    }

    .theme-preview-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}

@media (min-width: 1441px) {
    .memorial-content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
    }
    
    .qvia-memorial-content {
        padding: 4rem 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .landing-hero {
        padding: 4rem 2rem;
    }
    
    .landing-features {
        max-width: 1200px;
        margin: 0 auto;
    }
}