 :root { --bg-color: #000000; --card-bg: #111111; --card-hover: #161616; --text-main: #ffffff; --text-muted: #888888; --accent-blue: #007aff; --accent-red: #ff3e3e; --accent-hover: #0060c9; --border-color: #222; --font-family: 'Inter', sans-serif; --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; overflow-x: hidden; }
        body { background-color: var(--bg-color); color: var(--text-main); font-family: var(--font-family); line-height: 1.6; overflow-x: hidden; width: 100%; }
        h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.5px; }
        a { text-decoration: none; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; }
        .bigfont { text-transform: uppercase; }
        .hero-logo { margin-top: 50px; max-width: 200px; width: 100%; height: auto; z-index: 20; position: relative; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)); }
        header { position: fixed; top: 0; width: 100%; padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; background: rgba(0, 0, 0, 0.43); backdrop-filter: blur(20px); z-index: 1000; border-bottom: 1px solid var(--border-color); transition: top 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease; }
        .logo { font-size: 20px; font-weight: 800; color: #fff; z-index: 1001; }
        .logo span { color: var(--accent-red); }
        nav ul { display: flex; gap: 25px; }
        nav a { color: #fff; font-size: 13px; font-weight: 500; transition: var(--transition); opacity: 0.8; }
        nav a:hover { opacity: 1; color: var(--accent-red); }
        .menu-toggle { display: none; font-size: 24px; color: white; cursor: pointer; z-index: 1001; }
        .social-icons { display: flex; align-items: center; gap: 12px; }
        .social-icons a { color: #444; font-size: 1.3rem; transition: all 0.3s ease; text-decoration: none; }
        .social-icons a:hover { color: var(--accent-red); transform: translateY(-2px); }
        .social-icons .call-btn { background-color: #28a745; color: white; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1rem; }
        .social-icons .call-btn:hover { background-color: #218838; transform: scale(1.1); color: white; }
        .btn { background-color: var(--accent-red); color: white; padding: 10px 25px; border-radius: 50px; font-size: 14px; font-weight: 600; border: 1px solid var(--accent-red); transition: var(--transition); display: inline-block; cursor: pointer; text-align: center; }
        .btn:hover { background: transparent; color: var(--accent-red); }
        .btn.full-width { width: 100%; text-align: center; }
        .btn-primary { background: var(--accent-red); color: #fff; padding: 16px 32px; border-radius: 12px; font-weight: 700; transition: 0.3s; display: inline-block; text-align: center; }
        .btn-outline { border: 1px solid #333; color: #fff; padding: 16px 32px; border-radius: 12px; font-weight: 700; transition: 0.3s; display: inline-block; text-align: center; background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(5px) saturate(180%); }
        .btn-outline:hover { background: #fff; color: #000; }
        .hero-modern { min-height: 100vh; background-color: #050505; position: relative; display: flex; align-items: center; overflow: hidden; padding: 120px 5% 60px 5%; }
        .hero-bg-effects { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
        .dot-matrix { position: absolute; inset: 0; background: url('img/2954453.webp') center/cover no-repeat; opacity: 0.1; z-index: 0; -webkit-mask-image: linear-gradient(to left, black 40%, transparent 70%), linear-gradient(to top, black 40%, transparent 70%); mask-image: linear-gradient(to left, black 40%, transparent 70%), linear-gradient(to bottom, black 20%, transparent 90%); background-attachment: fixed; }
        .glow-orb { position: absolute; top: 50%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255, 62, 62, 0.1) 0%, transparent 70%); filter: blur(80px); }
        .hero-container { width: 100%; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; position: relative; z-index: 10; align-items: center; }
        .hero-text-content h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.1; margin-bottom: 25px; }
        .text-gradient { background: linear-gradient(90deg, #fff, var(--accent-red)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero-text-content p { font-size: 1.2rem; color: #aaa; max-width: 600px; margin-bottom: 40px; }
        .hero-actions { display: flex; gap: 20px; margin-bottom: 60px; flex-wrap: wrap; }
        .hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
        .stat-item strong { display: block; font-size: 1.8rem; color: #fff; }
        .stat-item span { font-size: 0.9rem; color: #666; }
        .hero-visual-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; position: relative; z-index: 10; }
        .hero-main-logo { max-width: 150px; width: 100%; height: auto; margin-bottom: 0; z-index: 5; position: relative; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)); transition: all 0.3s ease; margin-bottom: 50px; }
        .hero-visual-content { display: flex; justify-content: center; align-items: center; height: 500px; perspective: 1500px; position: relative; width: 100%; margin-top: -130px; z-index: 10; }
        .notification-deck { position: relative; width: 360px; height: 250px; max-width: 100%; }
        .notif-card { position: absolute; top: 50%; left: 50%; width: 100%; background: rgba(255,255,255,0.03); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 25px 50px rgba(0,0,0,0.5); border-radius: 24px; padding: 25px; transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); transform-origin: center center; will-change: transform, opacity; }
        .notif-card.pos-1 { z-index: 10; opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0deg); box-shadow: 0 30px 60px rgba(0,0,0,0.7); }
        .notif-card.pos-2 { z-index: 5; opacity: 0.7; transform: translate(-50%, -65%) scale(0.92) rotate(-3deg); }
        .notif-card.pos-3 { z-index: 1; opacity: 0.4; transform: translate(-50%, -80%) scale(0.84) rotate(3deg); }
        .notif-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
        .notif-header span { font-size: 15px; font-weight: 700; color: #fff; flex: 1; letter-spacing: 0.5px; }
        .notif-header span.highlight { color: #ff3e3e; }
        .notif-header small { color: #777; font-size: 12px; font-weight: 500; }
        .notif-body { color: #ccc; font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
        .notif-action { font-size: 13px; font-weight: 700; color: #ff3e3e; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 1px; }
        .notif-action::after { content: ''; width: 6px; height: 6px; background: #ff3e3e; border-radius: 50%; animation: pulseRed 1.5s infinite; }
        .section { padding: 100px 40px; max-width: 1300px; margin: 0 auto; }
        .section-header { margin-bottom: 50px; }
        .section-header.center { text-align: center; }
        .section-header h2 { font-size: 2.5rem; margin-bottom: 15px; color: #fff; line-height: 1.2; }
        .section-header p { color: var(--text-muted); font-size: 1.1rem; margin: 0 auto; }
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
        .service-card { background: rgba(255, 255, 255, 0.03); text-align: center; padding: 40px 30px; border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.1); transition: var(--transition); }
        .service-card:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 62, 62, 0.4); }
        .card-icon { font-size: 32px; margin-bottom: 25px; color: var(--accent-red); justify-content: flex-start; }
        .service-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #fff; }
        .service-card p { color: rgba(255, 255, 255, 0.6); font-size: 0.95rem; line-height: 1.6; text-align: justify;}
        .ecosystem-modern{position:relative;background:#000;overflow:hidden;z-index:1}
        .ecosystem-modern::before{content:'';position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);width:1000px;height:400px;background:radial-gradient(circle,rgba(30,100,255,0.55) 0%,rgba(0,0,0,0) 65%);filter:blur(90px);mix-blend-mode:screen;z-index:-1;animation:p 6s infinite ease-in-out;pointer-events:none}@keyframes p{0%,100%{opacity:0.5;transform:translate(-50%,-50%) scale(0.9)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}
        .eyebrow { color: var(--accent-red); text-transform: uppercase; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.15em; display: block; margin-bottom: 12px; }
        .brand-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 40px; }
        .eco-card { background: rgba(15, 15, 15, 0.85); backdrop-filter: blur(10px); border: 1px solid #1a1a1a; border-radius: 32px; position: relative; overflow: hidden; height: 340px; transition: all 0.5s; }
        .eco-card:hover { transform: scale(1.02); border-color: #333; }
        .eco-content { padding: 30px; position: relative; z-index: 2; }
        .card-label { font-size: 0.75rem; color: #666; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; display: block; }
        .eco-card h3 { font-size: 1.5rem; margin-bottom: 10px; color: #fff; }
        .eco-text { font-size: 1.3rem; margin-bottom: 10px; color: #fff; font-weight: 700;letter-spacing: -0.5px;}
        .eco-card p {color: #e4dede;font-size: 0.95rem;max-width: 260px;background: black;background: rgba(255, 255, 255, 0);backdrop-filter: blur(10px) saturate(180%);border-radius: 25px; }
        .eco-card.tall { grid-row: span 2; height: 704px; }
        .eco-card.wide { grid-column: span 2; }
        .eco-img-wrapper { position: absolute; bottom: 0; right: 0; width: 85%; height: 80%; display: flex; justify-content: flex-end; align-items: flex-end; opacity: 1; pointer-events: none; padding: 20px; }
        .eco-img-wrapper-fullbg { position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; display: flex; justify-content: flex-end; align-items: flex-end; opacity: 1; pointer-events: none;}
        .eco-card img { max-height: 100%; max-width: 100%; object-fit: contain; transition: transform 0.5s ease; }
        .eco-card:hover img { transform: scale(1.05) translateY(-5px); }
        .logo-marquee-container { margin-top: 80px; padding: 40px 0; overflow: hidden; position: relative; background: #000; -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);}
        .marquee-track { display: flex; width: max-content; gap: 80px; animation: scrollLogos 40s linear infinite; }
        .m-logo-img { height: 50px; opacity: 0.5; filter: grayscale(100%); transition: 0.3s; }
        .m-logo-img:hover { opacity: 1; filter: grayscale(0%); }
        .m-logo-img img { height: 100%; width: auto; }
        .feature-detail-wrapper { margin-top: 40px; }
        .fd-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 60px; flex-wrap: wrap; gap: 50px; }
        .fd-text { flex: 1; min-width: 300px; }
        .fd-visual { flex: 0 0 280px; height: 340px; background: #000; border: 4px solid #F0F0F0; border-bottom: 0; border-radius: 40px 40px 0 0; position: relative; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.8); display: flex; flex-direction: column; margin: 20px auto 0; }
        .phone-screen { background: #000; flex: 1; padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
        .code-dots { display: flex; gap: 8px; margin-bottom: 30px; }
        .code-dots span { font-size: 1.5rem; color: #333; }
        .keypad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 220px; }
        .key { width: 60px; height: 45px; border-radius: 8px; background-color: #1a1a1a; color: white; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; border: none; }
        .key.pressed { background-color: #2a2a2a; }
        .fd-slider-container { width: 100%; max-width: 600px; margin: 0 auto; height: 80px; position: relative; }
        .fd-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px; opacity: 0; transform: translateY(10px); transition: 0.6s; pointer-events: none; }
        .fd-slide.active { opacity: 1; transform: translateY(0); pointer-events: all; }
        .tech-specs-section { padding: 80px 40px; max-width: 1300px; margin: 0 auto; }
        .ts-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; }
        .ts-column { display: flex; flex-direction: column; gap: 20px; height: 100%; }
        .ts-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; flex: 1; }
        .ts-card { border-radius: 24px; padding: 30px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 100%; width: 100%; }
        .ts-card.black { background-color: #050505; color: #ffffff; border: 1px solid #222; }
        .ts-card.white { background-color: #ffffff; color: #000000; border: 1px solid #ddd; }
        .ts-card-large { min-height: 280px; }
        .ts-icon { font-size: 32px; margin-bottom: 15px; }

        .step-content h3 {
            font-size: 1.1rem;
            margin-bottom: 10px;
            color: #fff;
            opacity: 0.5;
            transition: all 0.4s;
        }
        .step-content p {
            font-size: 0.9rem;
            color: var(--text-muted);
            line-height: 1.5;
            opacity: 0.5;
            transition: opacity 0.4s;
        }

        .process-step.active .step-content h3,
        .process-step.active .step-content p {
            opacity: 1;
        }
        .process-step.active .step-content h3 {
            color: var(--accent-blue);
        }


        .process-section { padding: 80px 40px; }
        .process-container { display: flex; justify-content: space-between; align-items: flex-start; position: relative; margin-top: 60px; gap: 20px; }
        .process-step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2; }
        .step-icon-wrapper { width: 80px; height: 80px; background-color: var(--card-bg); border: 2px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; transition: 0.4s; position: relative; }
        .step-icon { font-size: 32px; filter: grayscale(100%); transition: 0.4s; z-index: 2; }
        .process-step.active .step-icon-wrapper { border-color: var(--accent-blue); background-color: rgba(0, 122, 255, 0.1); transform: scale(1.1); box-shadow: 0 0 15px rgba(0, 122, 255, 0.3); }
        .process-step.active .step-icon { filter: grayscale(0%); }
        .process-line { flex: 1; height: 2px; background-color: #333; margin-top: 40px; position: relative; margin-left: -20px; margin-right: -20px; z-index: 1; }
        .line-fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--accent-blue), #fff); transition: width 0.5s linear; }
        .mobile-line { display: none; }
        .faq-modern-section { padding: 100px 40px; }
        .faq-container { max-width: 1300px; margin: 0 auto; }
        .faq-header { text-align: center; max-width: 700px; margin: 0 auto 60px auto; }
        .faq-header h2 { font-size: 2.5rem; color: #fff; margin-bottom: 15px; }
        .faq-header p { color: #888; font-size: 1.1rem; }
        .faq-grid { display: flex; gap: 20px; align-items: flex-start; width: 100%; }
        .faq-column { flex: 1; display: flex; flex-direction: column; gap: 20px; }
        .faq-card { background: #111; border: 1px solid #222; border-radius: 16px; transition: all 0.3s; overflow: hidden; }
        .faq-card:hover { border-color: #333; transform: translateY(-2px); }
        .faq-card.active { background: #161616; border-color: var(--accent-red); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
        .accordion-header { padding: 20px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
        .accordion-header h3 { font-size: 1rem; font-weight: 600; color: #eee; margin: 0; padding-right: 20px; line-height: 1.4; }
        .acc-icon-wrapper { width: 32px; height: 32px; flex-shrink: 0; background: rgba(255,255,255,0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #888; transition: 0.3s; }
        .faq-card.active .acc-icon-wrapper { background: var(--accent-red); color: #fff; transform: rotate(45deg); }
        .accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
        .acc-content { padding: 0 25px 25px 25px; color: #999; font-size: 0.95rem; line-height: 1.6; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; }
        .faq-links a, .faq-grid-links a { color: #fff; text-decoration: none; font-weight: 600; transition: 0.2s; }
        .faq-links a:hover, .faq-grid-links a:hover { color: var(--accent-red); }
        .contact-highlight { background: rgba(255, 62, 62, 0.1); padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-red); color: #ddd; margin-top: 10px; }
        .btn-text { color: var(--accent-red); font-weight: 700; font-size: 0.9rem; margin-top: 10px; display: inline-block; }
        .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; }
        .pricing-card { background-color: var(--card-bg); border: 1px solid var(--border-color); border-radius: 16px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
        .pricing-card.highlight { border-color: var(--accent-red); background-color: #141414; }
        .pricing-card > p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 20px; min-height: 40px; }
        .price { font-size: 2.2rem; font-weight: 800; color: var(--text-main); margin-bottom: 5px; }
        .price-features li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--text-muted); font-size: 0.9rem; }
        .price-features li .check-icon { color: var(--accent-red); }
        .pricing-card .billing-info { color: #666; font-size: 0.8rem; margin-bottom: 30px; }
        .offer-card { background-color: var(--card-bg); border: 1px solid var(--border-color); border-radius: 24px; padding: 50px; max-width: 900px; margin: 0 auto; }
        .offer-form { display: flex; flex-direction: column; gap: 20px; }
        .form-row { display: flex; gap: 20px; }
        .form-group { flex: 1; display: flex; flex-direction: column; gap: 8px; }
        .form-group label { font-size: 0.9rem; color: var(--text-muted); }
        .form-group input, .form-group select { background-color: #1a1a1a; border: 1px solid #333; border-radius: 8px; padding: 15px; color: #fff; font-size: 1rem; width: 100%; }
        .checkbox-group { display: flex; align-items: center; gap: 10px; }
        .trust-modern-section { position: relative; padding: 100px 40px; background-color: #000; background-image: linear-gradient(to right, #000 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.4) 100%), url('img/erd-tavfelugyelet5.webp'); background-size: cover; background-position: center; background-attachment: fixed; overflow: hidden; border-top: 1px solid #222; }
        .trust-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; position: relative; z-index: 2; }
        .trust-intro h2 { font-size: 3rem; line-height: 1.1; margin-bottom: 20px; color: #fff; }
        .trust-lead { font-size: 1.1rem; color: #ccc; margin-bottom: 30px; max-width: 90%; }
        .trust-badges { display: flex; gap: 20px; flex-wrap: wrap; }
        .t-badge { background: rgba(255, 255, 255, 0.05); border: 1px solid #333; padding: 10px 18px; border-radius: 50px; display: flex; align-items: center; gap: 10px; font-size: 0.85rem;font-weight: 600; color: #fff; white-space: nowrap;}
        .t-badge i { color: var(--accent-red); }
        .trust-history-panel { background: rgba(20, 20, 20, 0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 24px; padding: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
        .history-list { display: flex; flex-direction: column; gap: 0; position: relative; }
        .history-list::before { content: ''; position: absolute; left: 24px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(to bottom, #333 0%, var(--accent-red) 100%); z-index: 0; }
        .history-item { display: flex; gap: 30px; position: relative; z-index: 1;  min-height: 120px; }
        .history-item:last-child { padding-bottom: 0; }
        .year-marker { background: #111; border: 2px solid #444; color: #888; width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; flex-shrink: 0; transition: 0.3s; }
        .year-marker.current { background: var(--accent-red); border-color: var(--accent-red); color: #fff; box-shadow: 0 0 15px rgba(255, 62, 62, 0.4); }
        .history-item:hover .year-marker { border-color: var(--accent-red); color: #fff; }
        .history-content h4 { color: #fff; margin-bottom: 5px; font-size: 1.1rem; }
        .history-content p { color: #888; font-size: 0.9rem; line-height: 1.5; margin: 0; }
        footer { border-top: 1px solid var(--border-color); padding: 60px 40px; background: #050505; color: var(--text-muted); margin-top: 80px; }
        .info-bar { display: none; width: 100%; background: linear-gradient(90deg, #ff3e3e, #b32a2a); color: white; padding: 10px 40px; z-index: 2000; position: fixed; top: 0; left: 0; justify-content: center; align-items: center; font-size: 14px; text-align: center; }
        .info-bar.active { display: flex; }
        body.info-bar-active header { top: 40px; }
        .info-content { display: flex; align-items: center; gap: 12px; justify-content: center; width: 100%; }
        .info-close { position: absolute; right: 20px; background: none; border: none; color: white; font-size: 24px; cursor: pointer; }
        .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; }
        .reveal.active { opacity: 1; transform: translateY(0); }
        @keyframes pulseRed { 0% { opacity: 1; scale: 1; } 50% { opacity: 0.3; scale: 1.5; } 100% { opacity: 1; scale: 1; } }
        @keyframes scrollLogos { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - 40px)); } }
        @keyframes bluePulse {0% {opacity: 0.4;transform: translate(-50%, -50%) scale(0.9);}50% {opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }100% {opacity: 0.4;transform: translate(-50%, -50%) scale(0.9);}}
        
        .download-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(8px); z-index: 9999; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: all 0.4s ease; padding: 20px; }
        .download-modal-overlay.active { opacity: 1; visibility: visible; }
        .download-modal-content { background: #111; width: 100%; max-width: 700px; border-radius: 24px; border: 1px solid #333; box-shadow: 0 25px 50px rgba(0,0,0,0.5); transform: translateY(30px) scale(0.95); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; display: flex; flex-direction: column; max-height: 85vh; }
        .download-modal-overlay.active .download-modal-content { transform: translateY(0) scale(1); }
        .modal-header { padding: 25px 30px; border-bottom: 1px solid #222; display: flex; justify-content: space-between; align-items: center; background: #161616; flex-shrink: 0; }
        .modal-header h3 { color: #fff; font-size: 1.2rem; margin: 0; }
        .close-modal { background: none; border: none; color: #888; font-size: 30px; cursor: pointer; line-height: 1; transition: 0.3s; }
        .close-modal:hover { color: var(--accent-red); transform: rotate(90deg); }
        
        .modal-nav { display: flex; gap: 15px; padding: 20px 25px; border-bottom: 1px solid #222; background: #161616; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; flex-shrink: 0; align-items: center;justify-content: center; }
        .modal-nav::-webkit-scrollbar { display: none; }
        .nav-badge { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.05); color: #aaa; border-radius: 12px; font-size: 1.2rem; transition: 0.3s; cursor: pointer; border: 1px solid transparent; text-decoration: none; flex-shrink: 0;}
        .nav-badge:hover { background: rgba(255, 255, 255, 0.1); color: #fff; border-color: #333; transform: translateY(-2px); }
        .nav-badge.active { background: var(--accent-red); color: white; border-color: var(--accent-red); box-shadow: 0 5px 15px rgba(255, 62, 62, 0.3); }

        .file-list { padding: 10px; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; scroll-behavior: smooth; }
        .file-list::-webkit-scrollbar { width: 6px; }
        .file-list::-webkit-scrollbar-track { background: #000; }
        .file-list::-webkit-scrollbar-thumb { background: #333; border-radius: 10px; }
        .file-item { display: flex; align-items: center; padding: 15px 20px; margin: 5px; border-radius: 12px; background: rgba(255, 255, 255, 0.02); border: 1px solid transparent; transition: 0.3s; }
        .file-item:hover { background: rgba(255, 255, 255, 0.05); border-color: #333; transform: translateX(5px); }
        .file-icon { font-size: 24px; color: var(--accent-red); margin-right: 20px; width: 40px; text-align: center; }
        .file-info { flex: 1; display: flex; flex-direction: column; }
        .file-name { color: #fff; font-weight: 500; font-size: 0.95rem; margin-bottom: 4px; }
        .file-meta { color: #666; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; width: 90%;text-align: justify;hyphens: auto;hyphenate-limit-chars: 6 3 3;}
        .download-btn { width: 40px; height: 40px; border-radius: 50%; background: #1a1a1a; color: #fff; display: flex; align-items: center; justify-content: center; transition: 0.3s; border: 1px solid #333; }
        .download-btn:hover { background: var(--accent-red); border-color: var(--accent-red); transform: scale(1.1); box-shadow: 0 0 15px rgba(255, 62, 62, 0.4); }
        .category-title { color: #888; font-size: 0.8rem; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin: 25px 0 10px 10px; padding-bottom: 5px; border-bottom: 1px solid #333; display: block; scroll-margin-top: 10px; }
        .category-title:first-child { margin-top: 10px; }
        
        @media (max-width: 1024px) {
            .brand-showcase-grid { grid-template-columns: repeat(2, 1fr); }
            .eco-card.tall { grid-row: auto; height: 340px; }
            .eco-card.wide { grid-column: span 1; }
            .hero-container { grid-template-columns: 1fr; text-align: center; }
            .hero-text-content { display: flex; flex-direction: column; align-items: center; }
            .hero-actions { justify-content: center; }
            .hero-stats { justify-content: center; }
        }
        @media (max-width: 900px) {
            .hero-text-content { margin-top:30px;}
            .hero-visual-wrapper { margin-top: 30px; position: relative; }
            .hero-main-logo { max-width: 120px; margin-bottom: 30px; z-index: 2; }
            .hero-visual-content { margin-top: 0px !important; height: 280px; padding: 0; z-index: 1; }
            .notification-deck { width: 100%; max-width: 320px; }
            .notif-card { padding: 20px; width: 100%; background: #000 !important; backdrop-filter: none !important; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.8); }
            .notif-body { font-size: 13px; line-height: 1.4; color: #ccc; }
            .notif-card.pos-1 { transform: translate(-50%, -50%) scale(1); z-index: 20; opacity: 1; }
            .notif-card.pos-2 { transform: translate(-50%, -65%) scale(0.9); z-index: 10; opacity: 0.3; }
            .notif-card.pos-3 { transform: translate(-50%, -75%) scale(0.8); z-index: 5; opacity: 0.1; }
            .trust-container { grid-template-columns: 1fr; gap: 50px; }
            .trust-intro h2 { font-size: 2.2rem; }
            .trust-history-panel { padding: 25px; }
            .faq-grid { grid-template-columns: 1fr; flex-direction: column; }
            .faq-header h2 { font-size: 2rem; }
            .faq-column { width: 100%; }
        }
        @media (max-width: 768px) {
            header { padding: 15px 20px; justify-content: space-between; }
            .menu-toggle { display: block; }
            nav { position: fixed; top: -50px; left: 0; width: 100%; height: 100vh; background: #000; z-index: 1000; display: flex; align-items: center; justify-content: center; transform: translateX(100%); transition: transform 0.4s ease-in-out; }
            nav.active { transform: translateX(0); }
            nav ul { flex-direction: column; gap: 30px; text-align: center; padding: 0; }
            nav a { font-size: 1.5rem; }
            .social-icons { display: none; }
            body.info-bar-active header { top: 55px; }
            .info-bar { padding: 10px 35px 10px 10px; font-size: 12px; }
            .hero-modern { padding: 100px 20px 40px 20px; }
            .hero-text-content h1 { font-size: 2.2rem; }
            .dot-matrix { opacity: 0.1; background-attachment: scroll; background-position: center center; background-size: cover; }
            .section { padding: 60px 20px; }
            .section-header h2 { font-size: 1.8rem; }
            .services-grid, .pricing-grid { grid-template-columns: 1fr; }
            .brand-showcase-grid { grid-template-columns: 1fr; margin-top: 40px; padding: 0; }
            .eco-card, .eco-card.tall, .eco-card.wide { grid-column: auto; grid-row: auto; height: 300px; }
            .fd-top { flex-direction: column; }
            .fd-text { width: 100%; min-width: auto; }
            .fd-visual { width: 100%; max-width: 280px; }
            .ts-container { grid-template-columns: 1fr; }
            .ts-row { grid-template-columns: 1fr; }
            .ts-column { height: auto; }
            .ts-card { min-height: 200px; }
            .process-container { flex-direction: column; align-items: flex-start; padding-left: 20px; gap: 0; margin-top: 30px; }
            .process-step { flex-direction: row; text-align: left; align-items: flex-start; max-width: 100%; margin-bottom: 40px; width: 100%; }
            .step-icon-wrapper { margin-bottom: 0; margin-right: 20px; flex-shrink: 0; width: 60px; height: 60px; }
            .step-icon { font-size: 24px; }
            .mobile-line { display: block; position: absolute; left: 49px; top: 0; width: 2px; height: 100%; margin: 0; background: #222; z-index: 0; }
            .desktop-line { display: none; }
            .line-fill { width: 2px; height: 0%; transition: height 0.5s; background: var(--accent-blue); }
            .trust-modern-section { background-attachment: scroll; background-position: center center; }
            .offer-card { padding: 30px 20px; }
            .form-row { flex-direction: column; gap: 15px; }
            footer { padding: 40px 20px; }
        }
        @media (max-width: 480px) {
            .hero-actions { flex-direction: column; width: 100%; }
            .btn, .btn-primary, .btn-outline { width: 100%; display: block; text-align: center; margin-bottom: 10px; }
            .hero-stats { gap: 20px; justify-content: space-between; }
            .stat-item { flex: 1 1 40%; text-align: center; margin-bottom: 10px; }
        }

html.no-scroll, body.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
}