
        :root {
            --t1207-primary: #FF9400;
            --t1207-secondary: #FF1D42;
            --t1207-accent: #7122FA;
            --t1207-text-dark: #000b29;
            --t1207-text-light: #ffffff;
            --t1207-bg-soft: #f9f9fb;
            --t1207-gradient: linear-gradient(135deg, #FF9400 0%, #FF1D42 50%, #7122FA 100%);
            --t1207-spacing-unit: 8px;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
            color: var(--t1207-text-dark);
            background-color: #ffffff;
            line-height: 1.6;
            word-break: break-word;
            overflow-x: hidden;
        }

        /* Layout Containers */
        .t1207-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .t1207-section {
            padding: 96px 0;
            display: flex;
            flex-wrap: wrap;
        }

        /* Navigation */
        .t1207-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(15px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .t1207-nav-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 16px 24px;
        }

        .t1207-logo {
            min-width: 0;
            flex-shrink: 0;
        }

        .t1207-logo img {
            height: 40px;
            display: block;
        }

        .t1207-menu {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 24px;
        }

        .t1207-menu li {
            min-width: 0;
        }

        .t1207-menu a {
            text-decoration: none;
            color: var(--t1207-text-dark);
            font-weight: 500;
            font-size: 1rem;
            transition: color 0.3s ease;
            white-space: normal;
        }

        .t1207-menu a:hover, .t1207-menu a.t1207-active {
            color: var(--t1207-secondary);
        }

        /* Hero Section */
        .t1207-hero {
            padding-top: 160px;
            padding-bottom: 80px;
            background: radial-gradient(circle at 90% 10%, rgba(255, 148, 0, 0.05), transparent 40%),
                        radial-gradient(circle at 10% 90%, rgba(113, 34, 250, 0.05), transparent 40%);
        }

        .t1207-hero-content {
            flex: 1;
            min-width: 320px;
            padding-right: 48px;
        }

        .t1207-hero-title {
            font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 24px;
            background: var(--t1207-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            word-break: keep-all;
        }

        .t1207-hero-subtitle {
            font-size: clamp(1.1rem, 1vw + 0.8rem, 1.4rem);
            color: #555;
            max-width: 600px;
            margin-bottom: 40px;
        }

        .t1207-hero-image {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .t1207-hero-image img {
            width: 100%;
            height: auto;
            border-radius: 24px;
            box-shadow: 0 40px 80px rgba(0,0,0,0.1);
            transition: transform 0.5s ease;
        }

        .t1207-hero-image img:hover {
            transform: translateY(-10px);
        }

        /* Download Buttons */
        .t1207-cta-group {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .t1207-btn {
            display: inline-block;
            padding: 18px 40px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-align: center;
        }

        .t1207-btn-main {
            background: var(--t1207-gradient);
            color: white;
            box-shadow: 0 10px 30px rgba(255, 29, 66, 0.3);
        }

        .t1207-btn-main:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(255, 29, 66, 0.4);
        }

        /* OS Support Section */
        .t1207-os-section {
            background-color: var(--t1207-bg-soft);
            border-radius: 48px;
            margin: 40px 0;
            overflow: hidden;
        }

        .t1207-os-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            width: 100%;
        }

        .t1207-card {
            background: #ffffff;
            padding: 40px;
            border-radius: 24px;
            border: 1px solid rgba(0,0,0,0.03);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .t1207-card:hover {
            border-color: var(--t1207-primary);
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        }

        .t1207-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 24px;
        }

        .t1207-card h3 {
            font-size: 1.5rem;
            margin-bottom: 16px;
            color: var(--t1207-text-dark);
        }

        /* Community Section */
        .t1207-community {
            background: var(--t1207-text-dark);
            color: white;
            border-radius: 48px;
            position: relative;
            overflow: hidden;
        }

        .t1207-community-bg {
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            opacity: 0.4;
        }

        .t1207-community-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .t1207-community-text {
            position: relative;
            z-index: 2;
            flex: 1;
            min-width: 320px;
            padding: 80px 64px;
        }

        .t1207-community-text h2 {
            font-size: 3rem;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .t1207-community-text p {
            font-size: 1.2rem;
            max-width: 500px;
            opacity: 0.9;
            margin-bottom: 32px;
        }

        /* Footer */
        .t1207-footer {
            background: #ffffff;
            padding: 80px 0 40px;
            border-top: 1px solid #eee;
        }

        .t1207-footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 48px;
            margin-bottom: 64px;
        }

        .t1207-footer-brand h4 {
            font-size: 1.4rem;
            font-weight: 800;
            margin-bottom: 16px;
            background: var(--t1207-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .t1207-footer-links h5 {
            font-size: 1rem;
            margin-bottom: 24px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .t1207-footer-links ul {
            list-style: none;
        }

        .t1207-footer-links li {
            margin-bottom: 12px;
        }

        .t1207-footer-links a {
            text-decoration: none;
            color: #666;
            transition: color 0.3s;
        }

        .t1207-footer-links a:hover {
            color: var(--t1207-secondary);
        }

        .t1207-copyright {
            padding-top: 32px;
            border-top: 1px solid #f0f0f0;
            text-align: center;
            color: #aaa;
            font-size: 0.9rem;
        }

        /* Responsive Breakpoints */
        @media (max-width: 992px) {
            .t1207-hero-content {
                padding-right: 0;
                margin-bottom: 64px;
            }
            .t1207-community-bg {
                position: relative;
                width: 100%;
                height: 300px;
            }
            .t1207-community-text {
                padding: 48px 24px;
            }
        }

        @media (max-width: 768px) {
            .t1207-section {
                padding: 64px 0;
            }
            .t1207-menu {
                display: none; /* In a real app, this would be a mobile toggle */
            }
            .t1207-os-grid {
                grid-template-columns: 1fr;
            }
            .t1207-hero-title {
                font-size: 2.5rem;
            }
        }
    