.lc-page.product-zidezi main,
.lc-page.product-ypsilon main,
.lc-page.product-iconflow main {
    padding-top: 0;
}

.lc-page.lc-ai-chatbots .lc-page-hero + section,
.lc-page.lc-ai-chatbots .lc-page-hero + div {
    margin-top: 0;
}
/* === zidezi.html === */

        body {
            background: #f7fafd;
        }
        .zidezi-hero {
            background: linear-gradient(135deg, #3498db 0%, #9b59b6 100%);
            padding: 5rem 0 3.5rem 0;
            text-align: center;
            border-radius: 0 0 3rem 3rem;
            box-shadow: 0 10px 40px 0 rgba(0,0,0,0.12);
            margin-bottom: 3.5rem;
            position: relative;
            overflow: hidden;
        }
        .zidezi-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.2;
            animation: drift 30s linear infinite;
        }
        @keyframes drift {
            from { background-position: 0 0; }
            to { background-position: 100px 100px; }
        }
        .zidezi-hero .content {
            position: relative;
            z-index: 2;
            padding: 0 20px;
        }
        .zidezi-hero img.logo {
            max-width: 130px;
            margin-bottom: 1.5rem;
            filter: drop-shadow(0 8px 16px rgba(0,0,0,0.2));
            transform: translateY(-5px);
            transition: transform 0.3s ease, filter 0.3s ease;
            animation: float 3s ease-in-out infinite;
            border-radius: 28%;
            padding: 8px;
            background: white;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(255,255,255,0.6);
        }
        @keyframes float {
            0% { transform: translateY(-5px); }
            50% { transform: translateY(0px); }
            100% { transform: translateY(-5px); }
        }
        .zidezi-hero img.logo:hover {
            transform: translateY(-12px) rotate(5deg);
            filter: drop-shadow(0 12px 20px rgba(0,0,0,0.25));
        }
        .zidezi-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.2rem;
            color: #fff;
            text-shadow: 0 2px 4px rgba(0,0,0,0.15);
            letter-spacing: -0.01em;
        }
        .zidezi-hero .hero-download-btn {
            display: inline-block;
            margin: 1.5rem 0 2rem 0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .zidezi-hero .hero-download-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 15px 30px rgba(0,0,0,0.25);
        }
        .zidezi-hero .hero-download-btn img {
            height: 60px;
            width: auto;
            border-radius: 8px;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
        }
        .zidezi-hero p {
            font-size: 1.25rem;
            max-width: 750px;
            margin: 0 auto 2.5rem auto;
            color: rgba(255,255,255,0.9);
            line-height: 1.7;
        }
        .zidezi-hero img.screenshot {
            max-width: 340px;
            width: 100%;
            border-radius: 2.5rem;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: 5px solid rgba(255,255,255,0.2);
            animation: float-screenshot 5s ease-in-out infinite;
            animation-delay: 1s;
        }
        @keyframes float-screenshot {
            0% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0); }
        }
        .zidezi-hero img.screenshot:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 30px 50px rgba(0,0,0,0.25);
        }
        .zidezi-container {
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 1.5rem;
        }
        .zidezi-card {
            background: #fff;
            border-radius: 1.5rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 2.5rem 2rem;
            margin-bottom: 2.5rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0,0,0,0.04);
        }
        .zidezi-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        }
        .zidezi-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, #3498db, #3498db);
            border-radius: 3px 0 0 3px;
        }
        .zidezi-card h2 {
            font-size: 1.6rem;
            margin-bottom: 1.5rem;
            color: #2c5282;
            font-weight: 700;
            display: flex;
            align-items: center;
            letter-spacing: -0.01em;
        }
        .zidezi-card h2 span {
            margin-right: 0.6rem;
            font-size: 1.8rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(66, 153, 225, 0.15);
            border-radius: 12px;
            color: #3498db;
        }
        .zidezi-card ul {
            text-align: left;
            font-size: 1.15rem;
            margin-bottom: 2rem;
            color: #4a5568;
            padding-left: 1.5rem;
            line-height: 1.7;
        }
        .zidezi-card li {
            margin-bottom: 0.9rem;
            position: relative;
            list-style-type: none;
            padding-left: 0.5rem;
        }
        .zidezi-card li::before {
            content: '';
            position: absolute;
            left: -1.5rem;
            top: 0.6rem;
            width: 10px;
            height: 10px;
            background-color: #3498db;
            border-radius: 50%;
        }
        .zidezi-card p {
            font-size: 1.15rem;
            color: #4a5568;
            line-height: 1.7;
        }
        .zidezi-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.5rem;
            justify-items: center;
            margin: 1.8rem 0;
        }
        .zidezi-gallery img {
            width: 100%;
            max-width: 180px;
            border-radius: 1.2rem;
            box-shadow: 0 12px 28px rgba(0,0,0,0.15);
            background: #f7fafd;
            border: 3px solid rgba(255,255,255,0.8);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .zidezi-gallery img:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            border-color: rgba(66, 153, 225, 0.5);
        }
        .zidezi-download {
            text-align: center;
            margin: 4rem auto 3rem auto;
            padding: 3.5rem 2rem;
            background: linear-gradient(135deg, #2c5282 0%, #3182ce 100%);
            border-radius: 1.5rem;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            position: relative;
            overflow: hidden;
            color: white;
        }
        .zidezi-download::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.3;
        }
        .zidezi-download .content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
        }
        .zidezi-download h2 {
            color: white;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: -0.01em;
        }
        .zidezi-download h2::before {
            content: '📱';
            font-size: 2rem;
            margin-right: 0.75rem;
            display: inline-block;
        }
        .zidezi-download .appstore-btn {
            display: inline-block;
            opacity: 0.95;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
            transform: scale(1);
            position: relative;
        }
        .zidezi-download .appstore-btn img {
            height: 60px;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
            border-radius: 12px;
        }
        .zidezi-download .appstore-btn::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 70%;
            height: 4px;
            background: rgba(255,255,255,0.2);
            border-radius: 4px;
        }
        .zidezi-download .appstore-btn:hover {
            opacity: 1;
            transform: translateY(-5px) scale(1.05);
        }
        .zidezi-download p {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.7;
            max-width: 600px;
            margin: 0 auto;
        }
        .zidezi-download .coming-soon {
            display: inline-block;
            background: rgba(255,255,255,0.15);
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 1rem;
            margin-top: 1.5rem;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255,255,255,0.2);
            color: rgba(255,255,255,0.9);
        }
        .zidezi-divider {
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(160, 174, 192, 0.5), transparent);
            margin: 3.5rem auto;
            width: 70%;
        }
        @media (max-width: 768px) {
            .zidezi-hero {
                padding: 4.5rem 1rem 3rem;
                border-radius: 0 0 2rem 2rem;
            }
            .zidezi-hero h1 {
                font-size: 2rem;
            }
            .zidezi-hero p {
                font-size: 1.1rem;
                padding: 0 1rem;
            }
            .zidezi-card {
                padding: 2rem 1.5rem;
                border-radius: 1.2rem;
            }
            .zidezi-card h2 {
                font-size: 1.4rem;
            }
            .zidezi-gallery {
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
                gap: 1rem;
            }
            .zidezi-download {
                padding: 2.5rem 1.5rem;
            }
            .zidezi-download h2 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 600px) {
            .zidezi-hero h1 {
                font-size: 1.7rem;
            }
            .zidezi-hero p {
                font-size: 1rem;
            }
            .zidezi-hero .hero-download-btn img {
                height: 50px;
            }
            .zidezi-hero .hero-download-btn {
                margin: 1rem 0 1.5rem 0;
            }
            .zidezi-card h2 {
                font-size: 1.3rem;
            }
            .zidezi-card h2 span {
                width: 32px;
                height: 32px;
                font-size: 1.5rem;
            }
            .zidezi-card ul, .zidezi-card p {
                font-size: 1rem;
            }
            .zidezi-download {
                padding: 2rem 1rem;
            }
            .zidezi-download h2 {
                font-size: 1.3rem;
            }
        }
        footer {
            margin-top: 2rem;
        }
        
        /* Privacy Policy Section */
        .privacy-policy {
            background: #fff;
            border-radius: 1.5rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 3rem 2.5rem;
            margin: 4rem auto;
            max-width: 900px;
            position: relative;
            border: 1px solid rgba(0,0,0,0.04);
        }
        
        .privacy-policy h2 {
            font-size: 1.8rem;
            color: #2c5282;
            font-weight: 700;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            letter-spacing: -0.01em;
        }
        
        .privacy-policy h2 span {
            margin-right: 0.6rem;
            font-size: 1.8rem;
        }
        
        .privacy-policy .date {
            color: #718096;
            font-size: 0.95rem;
            margin-bottom: 2rem;
            font-style: italic;
        }
        
        .privacy-policy p {
            font-size: 1.1rem;
            color: #4a5568;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        
        .privacy-policy .section {
            margin-bottom: 2.5rem;
        }
        
        .privacy-policy .section-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2c5282;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }
        
        .privacy-policy .section-title span {
            margin-right: 0.5rem;
            font-size: 1.4rem;
        }
        
        .privacy-policy ul {
            list-style-type: none;
            padding-left: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .privacy-policy li {
            position: relative;
            padding-left: 0.5rem;
            margin-bottom: 0.7rem;
            font-size: 1.1rem;
            color: #4a5568;
            line-height: 1.6;
        }
        
        .privacy-policy li::before {
            content: '';
            position: absolute;
            left: -1.5rem;
            top: 0.6rem;
            width: 8px;
            height: 8px;
            background-color: #3498db;
            border-radius: 50%;
        }
        
        .privacy-policy .divider {
            height: 1px;
            background: rgba(203, 213, 224, 0.5);
            width: 100%;
            margin: 2rem 0;
        }
        
        .privacy-policy .contact {
            background: rgba(66, 153, 225, 0.1);
            padding: 1.5rem;
            border-radius: 1rem;
            margin-top: 2rem;
        }
        
        .privacy-policy .contact a {
            color: #3182ce;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        
        .privacy-policy .contact a:hover {
            color: #2c5282;
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .privacy-policy {
                padding: 2rem 1.5rem;
                border-radius: 1.2rem;
            }
            
            .privacy-policy h2 {
                font-size: 1.6rem;
            }
            
            .privacy-policy .section-title {
                font-size: 1.2rem;
            }
            
            .privacy-policy p, 
            .privacy-policy li {
                font-size: 1rem;
            }
        }

        /* Update Note Styles */
        .zidezi-update-note {
            margin-bottom: 2.5rem;
            box-shadow: 0 8px 24px rgba(52,152,219,0.08);
            border-left: 5px solid #3498db;
            background: linear-gradient(90deg, #f7fafd 80%, #eaf6ff 100%);
        }
        .zidezi-update-note .update-toggle {
            width: 100%;
            background: none;
            border: none;
            font-size: 1.25rem;
            font-weight: 600;
            color: #2c5282;
            text-align: left;
            padding: 0.5rem 0 0.5rem 0.2rem;
            cursor: pointer;
            outline: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: color 0.2s;
        }
        .zidezi-update-note .update-toggle:focus {
            color: #3498db;
        }
        .zidezi-update-note .arrow {
            margin-left: 1rem;
            font-size: 1.2rem;
            transition: transform 0.3s;
        }
        .zidezi-update-note .update-toggle[aria-expanded="true"] .arrow {
            transform: rotate(180deg);
        }
        .zidezi-update-note .update-content {
            margin-top: 1.2rem;
            padding-left: 0.2rem;
            animation: fadeIn 0.4s;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .zidezi-update-note ul {
            list-style: none;
            padding-left: 1.5rem;
        }
        .zidezi-update-note li {
            position: relative;
            margin-bottom: 1.1rem;
            padding-left: 0.5rem;
            color: #2c5282;
            font-size: 1.08rem;
            line-height: 1.7;
            background: none;
        }
        .zidezi-update-note li::before {
            content: '';
            position: absolute;
            left: -1.5rem;
            top: 0.7rem;
            width: 10px;
            height: 10px;
            background-color: #3498db;
            border-radius: 50%;
        }
        @media (max-width: 600px) {
            .zidezi-update-note .update-toggle {
                font-size: 1.05rem;
            }
            .zidezi-update-note li {
                font-size: 0.98rem;
            }
        }
    

/* === ypsilon.html === */

        :root {
            --ypsilon-primary: #2563eb;
            --ypsilon-secondary: #1e40af;
            --ypsilon-accent: #3b82f6;
            --ypsilon-success: #10b981;
            --ypsilon-dark: #1e293b;
            --ypsilon-gray: #64748b;
            --ypsilon-light: #f1f5f9;
            --ypsilon-border: #e2e8f0;
        }
        
        body {
            background: #ffffff;
            color: var(--ypsilon-dark);
        }
        
        /* Hero Section */
        .ypsilon-hero {
            background: linear-gradient(135deg, var(--ypsilon-primary) 0%, var(--ypsilon-secondary) 100%);
            padding: 5rem 0 4rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .ypsilon-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            max-width: 900px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        
        .app-logo {
            width: 120px;
            height: 120px;
            margin: 0 auto 2rem;
            border-radius: 26px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            display: block;
            transition: transform 0.3s ease;
        }
        
        .app-logo:hover {
            transform: translateY(-5px) scale(1.05);
        }
        
        .ypsilon-hero h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }
        
        .ypsilon-hero .subtitle {
            font-size: 1.25rem;
            line-height: 1.7;
            opacity: 0.95;
            font-weight: 400;
            max-width: 700px;
            margin: 0 auto 2rem;
        }
        
        .download-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin: 1.5rem 0;
        }
        
        .hero-download-btn {
            display: inline-block;
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        
        .hero-download-btn:hover {
            transform: translateY(-3px) scale(1.05);
        }
        
        .hero-download-btn img {
            height: 60px;
            width: auto;
            border-radius: 8px;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
        }
        
        
        /* Container */
        .ypsilon-container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        
        /* Section Styles */
        .ypsilon-section {
            background: white;
            border-radius: 16px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            padding: 3rem 2.5rem;
            margin: 3rem 0;
            border: 1px solid var(--ypsilon-border);
        }
        
        .ypsilon-section h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--ypsilon-dark);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .ypsilon-section h2 .icon {
            font-size: 2rem;
        }
        
        .ypsilon-section h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--ypsilon-dark);
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        
        .ypsilon-section p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: var(--ypsilon-gray);
            margin-bottom: 1.5rem;
        }
        
        .ypsilon-section ul {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0;
        }
        
        .ypsilon-section li {
            padding: 0.75rem 0 0.75rem 2rem;
            position: relative;
            font-size: 1.1rem;
            line-height: 1.6;
            color: var(--ypsilon-gray);
        }
        
        .ypsilon-section li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--ypsilon-success);
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        /* Feature Grid */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }
        
        .feature-item {
            background: var(--ypsilon-light);
            padding: 2rem;
            border-radius: 12px;
            border: 1px solid var(--ypsilon-border);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 16px rgba(37, 99, 235, 0.1);
        }
        
        .feature-item h4 {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--ypsilon-dark);
            margin-bottom: 0.75rem;
        }
        
        .feature-item p {
            font-size: 1rem;
            color: var(--ypsilon-gray);
            margin: 0;
        }
        
        /* Screenshot Gallery */
        .screenshot-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .screenshot-item {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            border: 1px solid var(--ypsilon-border);
        }
        
        .screenshot-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 28px rgba(37, 99, 235, 0.15);
        }
        
        .screenshot-item img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Download buttons in gallery */
        .gallery-download-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            padding: 2rem 1rem;
            background: linear-gradient(135deg, var(--ypsilon-primary) 0%, var(--ypsilon-secondary) 100%);
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
        }
        
        .gallery-download-btn {
            display: block;
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        
        .gallery-download-btn:hover {
            transform: scale(1.05);
        }
        
        .gallery-download-btn img {
            height: 50px;
            width: auto;
            border-radius: 6px;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
        }
        
        
        /* Privacy & Terms Sections */
        .legal-section {
            background: var(--ypsilon-light);
            border-radius: 16px;
            padding: 3rem 2.5rem;
            margin: 3rem 0;
            border: 1px solid var(--ypsilon-border);
        }
        
        .legal-section h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--ypsilon-dark);
            margin-bottom: 1rem;
        }
        
        .legal-section h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--ypsilon-dark);
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        
        .legal-section p {
            font-size: 1rem;
            line-height: 1.7;
            color: var(--ypsilon-gray);
            margin-bottom: 1.25rem;
        }
        
        .legal-section ul {
            list-style: disc;
            padding-left: 2rem;
            margin: 1rem 0;
        }
        
        .legal-section li {
            padding: 0.5rem 0;
            font-size: 1rem;
            line-height: 1.6;
            color: var(--ypsilon-gray);
        }
        
        .legal-section li::before {
            content: none;
        }
        
        .legal-date {
            font-style: italic;
            color: var(--ypsilon-gray);
            font-size: 0.95rem;
            margin-bottom: 2rem;
        }
        
        /* Contact Section */
        .contact-box {
            background: linear-gradient(135deg, var(--ypsilon-primary) 0%, var(--ypsilon-secondary) 100%);
            color: white;
            padding: 2rem;
            border-radius: 12px;
            margin-top: 2rem;
        }
        
        .contact-box h3 {
            color: white;
            margin-top: 0;
        }
        
        .contact-box p {
            color: rgba(255, 255, 255, 0.9);
            margin: 0.5rem 0;
        }
        
        .contact-box a {
            color: white;
            font-weight: 600;
            text-decoration: underline;
        }
        
        .contact-box a:hover {
            opacity: 0.8;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .ypsilon-hero {
                padding: 3rem 0 2rem 0;
            }
            
            .ypsilon-hero h1 {
                font-size: 2.5rem;
            }
            
            .ypsilon-hero .subtitle {
                font-size: 1.1rem;
            }
            
            .app-logo {
                width: 100px;
                height: 100px;
            }
            
            .download-buttons {
                flex-direction: column;
                gap: 0.75rem;
            }
            
            .hero-download-btn img {
                height: 50px;
            }
            
            .ypsilon-section {
                padding: 2rem 1.5rem;
                margin: 2rem 0;
            }
            
            .ypsilon-section h2 {
                font-size: 1.6rem;
            }
            
            .screenshot-gallery {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .legal-section {
                padding: 2rem 1.5rem;
            }
        }
    

/* === iconflow.html === */

        :root {
            --primary-bg: #0d1117;
            --secondary-bg: #161b22;
            --card-bg: #21262d;
            --border-color: #30363d;
            --text-primary: #f0f6fc;
            --text-secondary: #8b949e;
            --accent-blue: #58a6ff;
            --accent-green: #3fb950;
            --accent-purple: #a5a5ff;
            --accent-orange: #ff7b72;
            --gradient-primary: linear-gradient(135deg, #58a6ff 0%, #a5a5ff 50%, #3fb950 100%);
            --gradient-secondary: linear-gradient(135deg, #21262d 0%, #30363d 100%);
            --shadow-primary: 0 16px 32px rgba(0, 0, 0, 0.4);
            --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.6);
        }
        
        body {
            background: var(--primary-bg);
            color: var(--text-primary);
            font-family: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        /* Terminal-style header */
        .iconflow-hero {
            background: var(--secondary-bg);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            margin: 2rem auto;
            max-width: 1200px;
            overflow: hidden;
            box-shadow: var(--shadow-primary);
            position: relative;
        }
        
        .terminal-header {
            background: var(--card-bg);
            border-bottom: 1px solid var(--border-color);
            padding: 12px 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .terminal-buttons {
            display: flex;
            gap: 8px;
        }
        
        .terminal-button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        
        .terminal-button.close { background: #ff5f56; }
        .terminal-button.minimize { background: #ffbd2e; }
        .terminal-button.maximize { background: #27ca3f; }
        
        .terminal-title {
            margin-left: auto;
            margin-right: auto;
            font-size: 14px;
            color: var(--text-secondary);
            font-weight: 500;
        }
        
        .hero-content {
            padding: 3rem 2rem;
            text-align: center;
            position: relative;
        }
        
        .hero-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 20%, rgba(88, 166, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(63, 185, 80, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }
        
        .app-icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 2rem;
            border-radius: 24px;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-primary);
            position: relative;
            z-index: 2;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .app-icon:hover {
            transform: translateY(-8px) rotate(2deg);
            box-shadow: var(--shadow-hover);
        }
        
        .app-icon img {
            width: 80px;
            height: 80px;
            border-radius: 16px;
        }
        
        .hero-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
            margin-bottom: 1rem;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            z-index: 2;
        }
        
        .hero-subtitle {
            font-size: clamp(1rem, 3vw, 1.3rem);
            color: var(--text-secondary);
            max-width: 800px;
            margin: 0 auto 2rem;
            position: relative;
            z-index: 2;
        }
        
        .code-block {
            background: var(--card-bg);
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 1.5rem;
            margin: 2rem auto;
            max-width: 600px;
            text-align: left;
            font-family: 'JetBrains Mono', monospace;
            font-size: 14px;
            position: relative;
            z-index: 2;
        }
        
        .code-line {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        
        .line-number {
            color: var(--text-secondary);
            margin-right: 1rem;
            min-width: 20px;
            font-size: 12px;
        }
        
        .code-content {
            color: var(--text-primary);
        }
        
        .keyword { color: var(--accent-purple); }
        .string { color: var(--accent-green); }
        .comment { color: var(--text-secondary); font-style: italic; }
        .function { color: var(--accent-blue); }
        .number { color: var(--accent-orange); }
        
        .iconflow-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .feature-card {
            background: var(--card-bg);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 2rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--gradient-primary);
        }
        
        .feature-card:hover {
            transform: translateY(-4px);
            border-color: var(--accent-blue);
            box-shadow: 0 8px 24px rgba(88, 166, 255, 0.2);
        }
        
        .feature-icon {
            width: 48px;
            height: 48px;
            background: var(--gradient-primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 24px;
        }
        
        .feature-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--text-primary);
        }
        
        .feature-description {
            color: var(--text-secondary);
            line-height: 1.6;
        }
        
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 1rem 0;
        }
        
        .feature-list li {
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
            color: var(--text-secondary);
        }
        
        .feature-list li::before {
            content: '▶';
            position: absolute;
            left: 0;
            color: var(--accent-green);
            font-size: 12px;
        }
        
        .screenshot-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .screenshot-item {
            background: var(--card-bg);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .screenshot-item:hover {
            transform: translateY(-4px);
            border-color: var(--accent-blue);
            box-shadow: 0 8px 24px rgba(88, 166, 255, 0.2);
        }
        
        .screenshot-item img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .download-section {
            background: var(--card-bg);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 3rem 2rem;
            text-align: center;
            margin: 3rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .download-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-primary);
            opacity: 0.05;
            pointer-events: none;
        }
        
        .download-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .download-description {
            color: var(--text-secondary);
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .download-button {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--gradient-primary);
            color: var(--primary-bg);
            padding: 1rem 2rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(88, 166, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
            position: relative;
            z-index: 1;
        }
        
        .download-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(88, 166, 255, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.3);
        }
        
        .download-button:disabled {
            background: var(--text-secondary);
            cursor: not-allowed;
            transform: none;
        }
        
        .tech-stack {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin: 2rem 0;
        }
        
        .tech-badge {
            background: var(--secondary-bg);
            border: 1px solid var(--border-color);
            color: var(--text-secondary);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .tech-badge:hover {
            border-color: var(--accent-blue);
            color: var(--accent-blue);
        }
        
        .hero-download-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--gradient-primary);
            color: var(--primary-bg);
            padding: 0.8rem 2rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 24px rgba(88, 166, 255, 0.3);
            border: 2px solid rgba(255, 255, 255, 0.1);
            margin: 2rem 0 1.5rem 0;
        }
        
        .hero-download-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 12px 32px rgba(88, 166, 255, 0.4);
            background: linear-gradient(135deg, #3fb950 0%, #58a6ff 50%, #a5a5ff 100%);
        }
        
        .hero-download-btn span {
            margin-right: 0.5rem;
            font-size: 1.2rem;
        }
        
        .section-header {
            text-align: center;
            margin: 4rem 0 2rem;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .section-subtitle {
            color: var(--text-secondary);
            font-size: 1.2rem;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Privacy Policy Styles */
        .privacy-section {
            background: var(--card-bg);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 2rem;
            margin: 2rem 0;
        }
        
        .privacy-section h3 {
            color: var(--text-primary);
            font-size: 1.4rem;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid var(--border-color);
        }
        
        .privacy-section p,
        .privacy-section li {
            color: var(--text-secondary);
            line-height: 1.6;
        }
        
        .privacy-section ul {
            padding-left: 1.5rem;
        }
        
        .privacy-section li {
            margin-bottom: 0.5rem;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .iconflow-hero {
                margin: 1rem;
                border-radius: 8px;
            }
            
            .hero-content {
                padding: 2rem 1rem;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .screenshot-gallery {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .code-block {
                font-size: 12px;
                padding: 1rem;
            }
            
            .tech-stack {
                gap: 0.5rem;
            }
            
            .tech-badge {
                font-size: 0.8rem;
                padding: 0.4rem 0.8rem;
            }
            
            .download-section {
                padding: 2rem 1rem;
                margin: 2rem 0.5rem;
            }
            
            .download-button {
                font-size: 1rem;
                padding: 1.2rem 2rem;
                border-radius: 16px;
                box-shadow: 0 6px 20px rgba(88, 166, 255, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.15);
                font-weight: 800;
                letter-spacing: 0.01em;
            }
            
            .download-title {
                font-size: 1.6rem;
                line-height: 1.3;
            }
            
            .hero-download-btn {
                font-size: 1rem;
                padding: 0.7rem 1.5rem;
                margin: 1.5rem 0 1rem 0;
            }
            
            .hero-download-btn span {
                font-size: 1.1rem;
            }
        }
        
        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        
        ::-webkit-scrollbar-track {
            background: var(--primary-bg);
        }
        
        ::-webkit-scrollbar-thumb {
            background: var(--border-color);
            border-radius: 4px;
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: var(--text-secondary);
        }
        
        /* Footer adjustments */
        footer {
            background: var(--secondary-bg);
            border-top: 1px solid var(--border-color);
            margin-top: 4rem;
        }
        
        /* Header adjustments for dark theme */
        header {
            background: var(--secondary-bg);
            border-bottom: 1px solid var(--border-color);
        }
        
        .nav-links a {
            color: var(--text-secondary);
        }
        
        .nav-links a:hover,
        .nav-links a.active {
            color: var(--accent-blue);
        }
        
        .cta-button {
            background: var(--gradient-primary) !important;
            color: var(--primary-bg) !important;
        }

/* === Product pages: lc shell compatibility === */

body.lc-page.product-zidezi,
body.lc-page.product-ypsilon,
body.lc-page.product-iconflow {
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    width: 100%;
    display: block;
}

body.lc-page.product-zidezi main,
body.lc-page.product-ypsilon main,
body.lc-page.product-iconflow main {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    box-sizing: border-box;
}

body.lc-page.product-zidezi {
    background: #f7fafd;
    color: #1a202c;
    font-family: var(--lc-font-body, 'Inter', sans-serif);
}

body.lc-page.product-ypsilon {
    background: #ffffff;
    color: #1e293b;
    font-family: var(--lc-font-body, 'Inter', sans-serif);
}

body.lc-page.product-iconflow {
    background: #0d1117;
    color: #f0f6fc;
    font-family: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    line-height: 1.6;
}

.product-ypsilon .ypsilon-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.product-iconflow .iconflow-hero .hero-content {
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

.product-ypsilon .ypsilon-hero {
    padding-top: calc(var(--lc-header-h, 72px) + 2rem);
}

.product-zidezi .zidezi-hero {
    padding-top: calc(var(--lc-header-h, 72px) + 2rem);
}

.product-ypsilon .ypsilon-container,
.product-iconflow .iconflow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
    width: 100%;
    box-sizing: border-box;
}

.product-zidezi .zidezi-container {
    padding-bottom: 4rem;
}

.product-iconflow main {
    padding: 0 1rem 3rem;
}

.product-ypsilon .screenshot-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    width: 100%;
}

.product-iconflow .screenshot-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    width: 100%;
}

.product-ypsilon .screenshot-item img,
.product-iconflow .screenshot-item img,
.product-zidezi .zidezi-gallery img {
    max-width: 100%;
    height: auto;
}

.product-ypsilon .ypsilon-section,
.product-iconflow .section-header {
    width: 100%;
}

@media (max-width: 768px) {
    .product-ypsilon .ypsilon-hero h1 {
        font-size: 2.25rem;
    }

    .product-zidezi .zidezi-hero h1 {
        font-size: 2rem;
    }

    .product-ypsilon .ypsilon-container,
    .product-iconflow .iconflow-container,
    .product-iconflow main {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .product-ypsilon .screenshot-gallery,
    .product-iconflow .screenshot-gallery {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
