@font-face {
	font-family: 'BB Editor';
	src: url('webfonts/bb-editor.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Font Awesome';
	src: url('webfonts/fa-light-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Font Awesome';
	src: url('webfonts/fa-regular-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Font Awesome';
	src: url('webfonts/fa-solid-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-100.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-200.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Inter;
	src: url('webfonts/inter-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-200.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Unbounded;
	src: url('webfonts/Unbounded-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}
:root {
    --primary-dark-bg: #121212;
    --content-bg: #1e1e1e;
    --glass-bg: rgba(35, 35, 35, 0.6);
    --glass-border: rgba(255, 255, 255, 0.1);
    --text-primary-dark-theme: #e0e0e0;
    --text-secondary-dark-theme: #a0a0a0;
    --accent-orange: #ff6600;
    --accent-green: #70e000;
    --header-height: 70px;
    --shadow-glow: 0 0 15px rgba(255, 102, 0, 0.3);
}

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

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-dark-bg);
    color: var(--text-primary-dark-theme);
    line-height: 1.6;
    padding-top: var(--header-height);
}

h1, h2, h3, h4 {
    font-weight: 700;
	font-family: Unbounded, sans-serif;
    color: var(--text-primary-dark-theme);
}

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

header {
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid var(--glass-border);
    top: 0;
}

.header-scrolled {
    padding: 10px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: flex-end;
    color: #fff;
    height: 30px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    text-decoration: none;
    font-family: Unbounded, sans-serif;
	
}

.logo, .logo span {
    position: relative;
    font-weight: 900;
}

.logo span {
    color: var(--accent-orange);
    font-size: 2.3em;
    bottom: -5px;
    margin-right: 2px;
}

.logo div {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0;
    background-color: var(--accent-orange);
    color: #fff;
    height: 18px;
    padding: 4px 10px;
}

nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    color: var(--text-primary-dark-theme);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

nav ul li a:hover {
    color: var(--accent-orange);
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-orange);
    transition: all 0.3s ease;
}

nav ul li a:hover::after {
    width: 100%;
}

#mirror {
    color: var(--accent-green);
}

.hero {
    padding: 100px 0 10px;
    background: var(--primary-dark-bg) url('bg-main.png') top repeat-x;
    text-align: center;
    position: relative;
    color: var(--text-primary-dark-theme);
    border-bottom: 1px solid var(--glass-border);
}

.hero-content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-content img {
    width: 100%;
    margin: 20px 0;
}

.hero h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero p {
    font-size: 20px;
    margin-bottom: 40px;
    color: var(--text-secondary-dark-theme);
}

.download-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--accent-orange);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-glow);
    position: relative;
    overflow: hidden;
}

.download-btn:hover {
    background-color: #e65c00;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.6);
}

.download-btn i {
    margin-right: 10px;
    font-size: 20px;
}

.download-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 0.3s ease;
}

.download-btn:hover::after {
    left: 100%;
}

.features {
    background-color: var(--content-bg);
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: var(--text-primary-dark-theme);
}

.section-title p {
    font-size: 18px;
    color: var(--text-secondary-dark-theme);
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card {
    background-color: var(--glass-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid var(--glass-border);
    opacity: 0;
    transform: translateY(30px);
}

.feature-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: var(--accent-orange);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent-orange), #e65c00);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}

.feature-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--text-primary-dark-theme);
}

.feature-card p {
    color: var(--text-secondary-dark-theme);
}

.compatibility {
    padding: 80px 0;
    background-color: var(--primary-dark-bg);
    text-align: center;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

.compatibility p {
    font-size: 20px;
    margin-top: 20px;
    color: var(--text-secondary-dark-theme);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.devices {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
}

.device {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.device.visible {
    opacity: 1;
    transform: translateY(0);
}

.device i {
    font-size: 50px;
    color: var(--accent-orange);
    margin-bottom: 15px;
}

.device span {
    font-weight: 500;
    color: var(--text-primary-dark-theme);
}

.download-section {
    background: var(--content-bg);
    text-align: center;
    border-bottom: 1px solid var(--glass-border);
    padding: 80px 0;
}

.download-instructions {
    background-color: var(--glass-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 30px;
    margin: 40px auto;
    max-width: 800px;
    border: 1px solid var(--glass-border);
}

.download-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--accent-orange);
}

.download-steps {
    text-align: left;
    list-style-position: inside;
    color: var(--text-secondary-dark-theme);
}

.download-steps li {
    margin-bottom: 15px;
    padding-left: 10px;
}

.download-info {
    margin-top: 20px;
    color: var(--text-secondary-dark-theme);
}

.stats {
    padding: 80px 0;
    background-color: var(--primary-dark-bg);
    border-bottom: 1px solid var(--glass-border);
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

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

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-orange), #e65c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 30px;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: var(--text-primary-dark-theme);
    margin-bottom: 10px;
}

.stat-label {
    color: var(--text-secondary-dark-theme);
    font-weight: 500;
}

.about-section {
    padding: 80px 0;
    background-color: var(--content-bg);
    border-bottom: 1px solid var(--glass-border);
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.about-content h3 {
    color: var(--accent-orange);
    margin: 30px 0 15px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s;
}

.about-content p, .about-content ul {
    margin-bottom: 20px;
    color: var(--text-secondary-dark-theme);
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s;
}

.about-content ul {
    list-style-type: none;
    padding-left: 20px;
}

.about-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.about-content ul li::before {
    content: '•';
    color: var(--accent-orange);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.about-content h3.visible,
.about-content p.visible,
.about-content ul.visible {
    opacity: 1;
    transform: translateX(0);
}

.cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1e1e 0%, #121212 100%);
    text-align: center;
    border-bottom: 1px solid var(--glass-border);
}

.cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--text-primary-dark-theme);
}

.cta p {
    font-size: 20px;
    margin-bottom: 40px;
    color: var(--text-secondary-dark-theme);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    color: var(--text-secondary-dark-theme);
    padding: 60px 0 20px;
    border-top: 1px solid var(--glass-border);
	background: url(footer-bg2.jpg) top center no-repeat;
    background-size: cover;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary-dark-theme);
    margin-bottom: 20px;
}

.footer-logo i {
    color: var(--accent-orange);
}

.footer-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--glass-bg);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid var(--glass-border);
}

.badge i {
    color: var(--accent-orange);
}

.footer-links h3,
.footer-social h3 {
    color: var(--text-primary-dark-theme);
    margin-bottom: 20px;
    font-size: 18px;
}

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

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: var(--text-secondary-dark-theme);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: var(--accent-orange);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--glass-bg);
    border-radius: 50%;
    color: var(--text-secondary-dark-theme);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--glass-border);
}

.social-link:hover {
    background-color: var(--accent-orange);
    color: white;
    transform: translateY(-3px);
}

.app-version {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary-dark-theme);
}

.app-version i {
    color: var(--accent-orange);
}

.footer-bottom {
    border-top: 1px solid var(--glass-border);
    padding-top: 20px;
    text-align: center;
}

.copyright {
    font-size: 14px;
    color: var(--text-secondary-dark-theme);
}

.qr-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.qr-modal.active {
    opacity: 1;
    visibility: visible;
}

.qr-modal-content {
    background-color: var(--content-bg);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    border: 1px solid var(--glass-border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.qr-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: var(--text-secondary-dark-theme);
    cursor: pointer;
    transition: color 0.3s ease;
}

.qr-modal-close:hover {
    color: var(--accent-orange);
}

.qr-image {
    max-width: 250px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.qr-instructions {
    text-align: left;
    color: var(--text-secondary-dark-theme);
}

.qr-instructions h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--accent-orange);
}

.qr-instructions ol {
    list-style-position: inside;
    padding-left: 0;
}

.qr-instructions li {
    margin-bottom: 10px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1001;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: var(--text-primary-dark-theme);
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger.active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger.active .hamburger-inner::before {
    top: 0;
    transform: rotate(0);
    opacity: 0;
}

.hamburger.active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

.download-buttons {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: var(--header-height);
        left: -100%;
        width: 100%;
        height: calc(100vh - var(--header-height));
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: left 0.3s ease;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 30px;
    }

    .nav-menu ul li {
        margin-left: 0;
    }

    .nav-menu ul li a {
        font-size: 24px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    .download-btn {
        padding: 12px 25px;
        font-size: 16px;
    }

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

    .devices {
        gap: 20px;
    }

    .device i {
        font-size: 40px;
    }

    .stats-container {
        gap: 30px;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .stat-number {
        font-size: 30px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-badges {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }

    .qr-modal-content {
        padding: 30px 20px;
    }

    .qr-image {
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 60px 0 10px;
    }

    .hero h1 {
        font-size: 24px;
    }

    .download-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .download-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 16px;
    }

    .feature-card {
        padding: 20px;
    }

    .devices {
        flex-direction: column;
        align-items: center;
    }

    .stats-container {
        flex-direction: column;
        gap: 40px;
    }
}

.search-form-container {
    max-width: 700px;
    margin: 0 auto;
}
.search-form {
    display: flex;
    border-radius: 8px; 
    overflow: hidden;
    background-color: var(--glass-bg);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.search-form input[type="text"] {
    flex-grow: 1;
    padding: 15px 25px;
    border: none;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    color: var(--text-primary-dark-theme);
}
.search-form input[type="text"]::placeholder {
    color: var(--text-secondary-dark-theme);
}
.search-form button {
    background-color: var(--accent-orange);
    color: var(--primary-white);
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
}
.search-form button:hover {
    background-color: #e65c00;
    box-shadow: var(--shadow-glow);
}
.search-form button i {
    margin-right: 8px;
}