/* ============================================
   Product Page Styles - GeoSaaS
   Premium Redesign with Enhanced Visual Quality
   ============================================ */

/* ---------- Hero Section - Premium Design ---------- */
.product-hero {
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e2a4a 0%, #1e3a5f 40%, #2a2a5e 100%);
    min-height: 600px;
}

/* Base gradient layer */
.product-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse 120% 80% at 30% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 100% 60% at 70% 80%, rgba(59, 130, 246, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(139, 92, 246, 0.25) 0%, transparent 60%);
    pointer-events: none;
}

/* Animated aurora background */
.product-hero::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: 
        conic-gradient(from 0deg at 30% 70%, 
            transparent 0deg, 
            rgba(99, 102, 241, 0.18) 60deg, 
            transparent 120deg,
            rgba(59, 130, 246, 0.15) 180deg,
            transparent 240deg,
            rgba(139, 92, 246, 0.18) 300deg,
            transparent 360deg);
    animation: auroraRotate 30s linear infinite;
    pointer-events: none;
}

@keyframes auroraRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 3D Perspective Grid Floor */
.hero-grid-floor {
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 60%;
    background: 
        linear-gradient(to top, transparent 0%, rgba(99, 102, 241, 0.08) 100%),
        repeating-linear-gradient(90deg, transparent 0px, transparent 99px, rgba(99, 102, 241, 0.2) 99px, rgba(99, 102, 241, 0.2) 100px),
        repeating-linear-gradient(0deg, transparent 0px, transparent 99px, rgba(99, 102, 241, 0.15) 99px, rgba(99, 102, 241, 0.15) 100px);
    transform: perspective(500px) rotateX(60deg);
    transform-origin: bottom center;
    pointer-events: none;
    z-index: 0;
    mask-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
}

/* Floating particles */
.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.hero-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(99, 102, 241, 1), 0 0 24px rgba(99, 102, 241, 0.6);
    animation: particleFloat 15s linear infinite;
}

.hero-particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 12s; }
.hero-particle:nth-child(2) { left: 20%; animation-delay: 2s; animation-duration: 14s; }
.hero-particle:nth-child(3) { left: 30%; animation-delay: 4s; animation-duration: 16s; }
.hero-particle:nth-child(4) { left: 40%; animation-delay: 1s; animation-duration: 13s; }
.hero-particle:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 15s; }
.hero-particle:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 11s; }
.hero-particle:nth-child(7) { left: 70%; animation-delay: 2.5s; animation-duration: 14s; }
.hero-particle:nth-child(8) { left: 80%; animation-delay: 4.5s; animation-duration: 12s; }
.hero-particle:nth-child(9) { left: 90%; animation-delay: 1.5s; animation-duration: 16s; }
.hero-particle:nth-child(10) { left: 15%; animation-delay: 3.5s; animation-duration: 13s; }
.hero-particle:nth-child(11) { left: 25%; animation-delay: 0.5s; animation-duration: 15s; }
.hero-particle:nth-child(12) { left: 35%; animation-delay: 2.5s; animation-duration: 14s; }
.hero-particle:nth-child(13) { left: 45%; animation-delay: 4.5s; animation-duration: 12s; }
.hero-particle:nth-child(14) { left: 55%; animation-delay: 1.5s; animation-duration: 16s; }
.hero-particle:nth-child(15) { left: 65%; animation-delay: 3.5s; animation-duration: 13s; }
.hero-particle:nth-child(16) { left: 75%; animation-delay: 5.5s; animation-duration: 11s; }
.hero-particle:nth-child(17) { left: 85%; animation-delay: 0.8s; animation-duration: 14s; }
.hero-particle:nth-child(18) { left: 95%; animation-delay: 2.8s; animation-duration: 15s; }
.hero-particle:nth-child(19) { left: 5%; animation-delay: 4.2s; animation-duration: 12s; }
.hero-particle:nth-child(20) { left: 12%; animation-delay: 1.2s; animation-duration: 16s; }

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: translateY(90vh) scale(1);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-10vh) scale(0.5);
        opacity: 0;
    }
}

/* Glowing orbs */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
    animation: orbPulse 8s ease-in-out infinite;
}

.hero-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.6) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.hero-orb-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.55) 0%, transparent 70%);
    bottom: -50px;
    left: -50px;
    animation-delay: 2s;
}

.hero-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.5) 0%, transparent 70%);
    top: 40%;
    left: 30%;
    animation-delay: 4s;
}

@keyframes orbPulse {
    0%, 100% {
        transform: scale(1) translate(0, 0);
        opacity: 0.8;
    }
    33% {
        transform: scale(1.1) translate(10px, -10px);
        opacity: 1;
    }
    66% {
        transform: scale(0.95) translate(-5px, 5px);
        opacity: 0.7;
    }
}

/* Light beams */
.hero-beam {
    position: absolute;
    width: 2px;
    height: 200%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(99, 102, 241, 0.3) 20%, 
        rgba(99, 102, 241, 0.1) 50%,
        transparent 100%);
    pointer-events: none;
    z-index: 0;
    animation: beamSweep 20s linear infinite;
    transform-origin: top center;
}

.hero-beam-1 { left: 20%; animation-delay: 0s; }
.hero-beam-2 { left: 50%; animation-delay: 5s; }
.hero-beam-3 { left: 80%; animation-delay: 10s; }

@keyframes beamSweep {
    0% {
        transform: rotate(-15deg) translateY(-100%);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: rotate(15deg) translateY(100%);
        opacity: 0;
    }
}

/* Hexagon pattern overlay */
.hero-hex-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%236366f1' fill-opacity='0.03'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

/* Wave decoration at bottom */
.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    pointer-events: none;
    z-index: 1;
}

.hero-wave svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wave-path {
    fill: rgba(99, 102, 241, 0.05);
    animation: waveMove 10s linear infinite;
}

.hero-wave-path:nth-child(2) {
    fill: rgba(59, 130, 246, 0.03);
    animation-delay: -5s;
    animation-duration: 12s;
}

@keyframes waveMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.product-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.product-hero-bg.gradient-1 {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e40af 100%);
}

.product-hero-bg.gradient-2 {
    background: linear-gradient(135deg, #0c4a6e 0%, #0ea5e9 50%, #06b6d4 100%);
}

.product-hero-bg.gradient-3 {
    background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #a855f7 100%);
}

.product-hero-bg.gradient-4 {
    background: linear-gradient(135deg, #064e3b 0%, #059669 50%, #14b8a6 100%);
}

/* New Hero Layout with Two Columns */
.product-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.product-hero-content {
    text-align: left;
    color: white;
}

.product-hero-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-hero-icon:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.product-hero h1 {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.product-hero p {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 0 2rem 0;
    line-height: 1.7;
}

.product-hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* New Screenshot Display - Device Frame Style */
.product-hero-screenshot {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.device-frame {
    position: relative;
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    padding: 14px 14px 28px 14px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 100px rgba(59, 130, 246, 0.15);
    max-width: 520px;
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.device-frame:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-8px);
    box-shadow: 
        0 35px 60px -12px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 120px rgba(59, 130, 246, 0.25);
}

.device-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    margin-bottom: 10px;
}

.device-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.device-frame:hover .device-dot {
    transform: scale(1.1);
}

.device-dot.red { background: #ef4444; }
.device-dot.yellow { background: #f59e0b; }
.device-dot.green { background: #10b981; }

.device-title {
    flex: 1;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.device-screen {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
    aspect-ratio: 16/10;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.device-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.device-frame:hover .device-screen img {
    transform: scale(1.02);
}

.device-reflection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, transparent 100%);
    pointer-events: none;
}

.device-stand {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 20px;
    background: linear-gradient(180deg, #334155 0%, #1e293b 100%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.device-base {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 8px;
    background: linear-gradient(180deg, #475569 0%, #334155 100%);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn-white {
    background: white;
    color: #1e40af;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    background: #f8fafc;
}

.btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.6);
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-outline-white:hover {
    background: white;
    color: #1e40af;
    border-color: white;
    transform: translateY(-2px);
}

/* ---------- Product Navigation Section ---------- */
.product-navigation {
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    z-index: 1;
}

.product-navigation .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.product-nav-label {
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 0.5rem;
}

.product-nav-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.product-nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    color: rgba(255,255,255,0.9);
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.product-nav-link:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.product-nav-link.active {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    color: white;
}

.product-nav-link i {
    font-size: 0.875rem;
    opacity: 0.8;
}

/* ---------- Features Section - White ---------- */
.product-features {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.product-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
}

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

.section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #0ea5e9);
    border-radius: 2px;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.25rem 1.75rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #0ea5e9);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(59, 130, 246, 0.1);
    border-color: transparent;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 16px;
    font-size: 1.75rem;
    color: white;
    margin: 0 auto 1.25rem;
    box-shadow: 
        0 8px 20px rgba(59, 130, 246, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-card-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 
        0 12px 30px rgba(59, 130, 246, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.feature-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.875rem;
    letter-spacing: -0.01em;
}

.feature-card p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.7;
}

/* ---------- Highlights Section - Light Blue ---------- */
.product-highlights {
    padding: 100px 0;
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

.product-highlights::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.highlight-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 
        0 4px 20px rgba(59, 130, 246, 0.08),
        0 0 0 1px rgba(59, 130, 246, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.highlight-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.highlight-item:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 12px 40px rgba(59, 130, 246, 0.15),
        0 0 0 1px rgba(59, 130, 246, 0.1);
}

.highlight-item:hover::after {
    opacity: 1;
}

.highlight-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #3b82f6 0%, #1e40af 100%) border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 
        0 8px 30px rgba(59, 130, 246, 0.25),
        0 0 0 8px rgba(59, 130, 246, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.highlight-item:hover .highlight-circle {
    transform: scale(1.05);
    box-shadow: 
        0 12px 40px rgba(59, 130, 246, 0.35),
        0 0 0 12px rgba(59, 130, 246, 0.12);
}

.highlight-value {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.highlight-unit {
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
    margin-left: 2px;
}

.highlight-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3b82f6;
    margin-top: 0.5rem;
}

.highlight-desc {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
}

.highlight-number {
    color: #2563eb;
    font-weight: 700;
}

/* ---------- Formats Section - Gray ---------- */
.product-formats {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
}

.product-formats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.3), transparent);
}

.formats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    width: 100%;
}

.format-category {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.format-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3b82f6, #0ea5e9);
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.format-category:hover {
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(59, 130, 246, 0.1) inset;
    transform: translateY(-4px);
    border-color: transparent;
}

.format-category:hover::before {
    transform: scaleY(1);
}

.format-category h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.format-category h4::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #3b82f6, #0ea5e9);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.format-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    justify-content: flex-start;
}

.format-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 0 1 auto;
    text-align: center;
    min-width: 60px;
}

.format-tag:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Full width format category for single item display */
.format-category.full-width {
    grid-column: 1 / -1;
}

/* ---------- Coords Section - White ---------- */
.product-coords {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.product-coords::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
}

.coords-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.coord-item {
    text-align: center;
    padding: 1.75rem 1.25rem;
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.coord-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #0ea5e9);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.coord-item:hover {
    transform: translateY(-6px);
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(59, 130, 246, 0.1);
    border-color: transparent;
}

.coord-item:hover::before {
    transform: scaleX(1);
}

.coord-icon {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.coord-item:hover .coord-icon {
    transform: scale(1.15);
}

.coord-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.375rem;
}

.coord-item p {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

/* ---------- Screenshot Showcase Section ---------- */
.product-screenshot-showcase {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.product-screenshot-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.03) 0%, transparent 100%);
    pointer-events: none;
}

.screenshot-showcase-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.screenshot-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background: white;
    padding: 14px;
}

.screenshot-main-frame {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 16/9;
}

.screenshot-main-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.screenshot-thumbnails {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.screenshot-thumb {
    width: 120px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.screenshot-thumb:hover,
.screenshot-thumb.active {
    border-color: #3b82f6;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.screenshot-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.screenshot-caption {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    color: #64748b;
}

/* ---------- CTA Section - Blue ---------- */
.product-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    position: relative;
    overflow: hidden;
}

.product-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.product-cta::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    animation: ctaPulse 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes ctaPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.cta-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 0.875rem;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 1.125rem;
    opacity: 0.95;
    margin-bottom: 1.75rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-content .btn-white {
    padding: 1rem 2.5rem;
    font-size: 1.0625rem;
    border-radius: 12px;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.cta-content .btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

/* ---------- Legacy Screenshots Section ---------- */
.product-screenshots {
    padding: 100px 0;
    background: #f8fafc;
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
}

.screenshot-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.screenshot-item:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.screenshot-item img {
    width: 100%;
    height: auto;
    display: block;
}

.screenshot-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    background: #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.screenshot-placeholder i {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 1024px) {
    .product-hero .container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .product-hero-content {
        text-align: center;
    }

    .product-hero-icon {
        margin: 0 auto 1.5rem;
    }

    .product-hero p {
        margin: 0 auto 2rem;
    }

    .product-hero-actions {
        justify-content: center;
    }

    .device-frame {
        max-width: 480px;
        transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    }

    .features-list {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

    .coords-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 120px 0 60px;
    }

    .product-hero .container {
        gap: 2rem;
    }

    .device-frame {
        max-width: 100%;
    }

    .device-stand,
    .device-base {
        display: none;
    }

    .product-highlights,
    .product-features,
    .product-formats,
    .product-coords,
    .product-cta,
    .product-screenshot-showcase {
        padding: 60px 0;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 320px;
    }

    .highlight-item {
        margin: 0 auto;
    }

    .highlight-circle {
        width: 100px;
        height: 100px;
    }

    .highlight-value {
        font-size: 1.75rem;
    }

    .highlight-label {
        font-size: 1rem;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .coords-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .coord-item {
        padding: 1rem 0.75rem;
    }

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

    .product-hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .product-hero-actions .btn {
        width: 100%;
        max-width: 280px;
    }

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

    .cta-content h2 {
        font-size: 1.75rem;
    }

    .screenshot-thumbnails {
        gap: 0.5rem;
    }

    .screenshot-thumb {
        width: 80px;
        height: 54px;
    }
}

@media (max-width: 480px) {
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .coords-grid {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin: 0 auto;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .format-category {
        padding: 1.25rem;
    }

    .device-frame {
        padding: 10px 10px 20px 10px;
    }

    .device-header {
        padding: 8px 10px;
    }

    .device-dot {
        width: 10px;
        height: 10px;
    }
}
