:root{--primary-red:#cc0000;--dark-red:#990000;--text-dark:#1f2937;--text-muted:#6b7280;--bg-white:#ffffff;--bg-gray:#f9fafb;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);}*{margin:0;padding:0;box-sizing:border-box;font-family:'Montserrat',sans-serif;}body{background-color:var(--bg-white);color:var(--text-dark);line-height:1.6;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.top-bar{background-color:#111;color:#fff;font-size:0.85rem;padding:8px 0;}.top-bar .container{display:flex;justify-content:space-between;align-items:center;}.navbar{background:var(--bg-white);border-bottom:1px solid var(--border-color);padding:15px 0;position:sticky;top:0;z-index:100;}.navbar .container{display:flex;justify-content:space-between;align-items:center;}.logo{font-size:2rem;font-weight:900;color:var(--primary-red);text-decoration:none;letter-spacing:1px;}.logo img{height:55px;width:auto;display:block;}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:600;margin:0 15px;font-size:0.95rem;}.nav-links a:hover{color:var(--primary-red);}.btn-outline{text-decoration:none;border:2px solid var(--primary-red);color:var(--primary-red);padding:8px 24px;border-radius:4px;font-weight:700;transition:all 0.2s;}.btn-outline:hover{background:var(--primary-red);color:#fff;}.hero{background:linear-gradient(to right,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.85) 40%,rgba(255,255,255,0.3) 100%),url('assets/hero_bg_v3.webp') center/cover;padding:120px 0 140px;border-bottom:1px solid var(--border-color);position:relative;}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2;}.badge{display:inline-block;background:rgba(204,0,0,0.1);color:var(--primary-red);padding:6px 18px;border-radius:20px;font-size:0.85rem;font-weight:800;margin-bottom:25px;letter-spacing:1px;}.hero-text h1{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:25px;color:#111;letter-spacing:-1px;}.text-red{color:var(--primary-red);}.hero-text p{font-size:1.2rem;color:#4b5563;margin-bottom:40px;font-weight:500;max-width:90%;}.pts-scanner-demo{background:#111;border:2px solid #333;border-radius:16px;padding:25px;max-width:480px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);position:relative;overflow:hidden;}.pts-scanner-demo::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(204,0,0,0.15) 0%,transparent 60%);z-index:0;}.scanner-header{font-size:0.85rem;color:#9ca3af;text-transform:uppercase;font-weight:800;margin-bottom:15px;letter-spacing:1.5px;position:relative;z-index:1;}.plate-box{position:relative;display:flex;align-items:stretch;border:4px solid #fff;border-radius:8px;background:#fff;overflow:hidden;height:auto;min-height:80px;box-shadow:0 0 20px rgba(255,255,255,0.2);z-index:1;}.tr-band{background:#0033A0;color:#fff;width:50px;display:flex;align-items:flex-end;justify-content:center;font-size:0.9rem;font-weight:800;padding-bottom:8px;border-right:2px solid #111;}.plate-text{flex:1;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:900;color:#111;letter-spacing:4px;font-family:'Arial',sans-serif;padding:10px 0;}.laser-line{position:absolute;top:0;left:0;width:100%;height:4px;background:#ff0000;box-shadow:0 0 15px 5px rgba(255,0,0,0.8);animation:scan 2s infinite ease-in-out;z-index:10;}@keyframes scan{0%{top:0;opacity:0;}15%{opacity:1;}50%{top:calc(100% - 4px);}85%{opacity:1;}100%{top:0;opacity:0;}}.scan-status{margin-top:20px;font-size:1rem;color:#10b981;font-weight:800;display:flex;align-items:center;gap:10px;position:relative;z-index:1;}.pulse-dot{width:12px;height:12px;background:#10b981;border-radius:50%;animation:pulse 1.5s infinite;}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,0.8);}70%{box-shadow:0 0 0 10px rgba(16,185,129,0);}100%{box-shadow:0 0 0 0 rgba(16,185,129,0);}}.form-card{background:#fff;padding:50px 40px;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.15);border:1px solid var(--border-color);border-top:5px solid var(--primary-red);}.form-card h3{font-size:1.8rem;margin-bottom:8px;color:#111;font-weight:800;}.form-card p{color:var(--text-muted);font-size:1rem;margin-bottom:30px;}.input-group{margin-bottom:25px;}.input-group label{display:block;font-size:0.9rem;font-weight:700;margin-bottom:10px;color:#374151;}.input-group input,.input-group select{width:100%;padding:15px 18px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;outline:none;transition:all 0.2s;background:#f9fafb;font-weight:500;}.input-group input:focus,.input-group select:focus{border-color:var(--primary-red);background:#fff;box-shadow:0 0 0 4px rgba(204,0,0,0.1);}.btn-solid{width:100%;background:var(--primary-red);color:#fff;border:none;padding:18px;border-radius:8px;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all 0.2s;margin-top:10px;}.btn-solid:hover{background:var(--dark-red);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(204,0,0,0.3);}.features{padding:80px 0;background:#fff;}.section-title{text-align:center;margin-bottom:60px;}.section-title h2{font-size:2rem;color:#111;font-weight:800;}.title-line{width:60px;height:4px;background:var(--primary-red);margin:15px auto 0;border-radius:2px;}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}.feature-card{background:var(--bg-gray);padding:40px 30px;border-radius:8px;border:1px solid var(--border-color);text-align:center;transition:transform 0.2s;}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);}.feature-card .icon{width:60px;height:60px;background:rgba(204,0,0,0.1);color:var(--primary-red);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}.feature-card h4{font-size:1.2rem;margin-bottom:15px;color:#111;}.feature-card p{font-size:0.95rem;color:var(--text-muted);}.solutions-section{padding:80px 0;background:var(--bg-gray);border-top:1px solid var(--border-color);}.solutions-list{display:flex;flex-direction:column;gap:80px;}.solution-row{display:flex;align-items:center;gap:50px;background:#fff;padding:30px;border-radius:16px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);}.solution-row.reverse{flex-direction:row-reverse;}.solution-img{flex:1;border-radius:12px;overflow:hidden;height:350px;}.solution-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s;}.solution-row:hover .solution-img img{transform:scale(1.03);}.solution-text{flex:1;padding:20px;}.solution-text .badge{display:inline-block;padding:5px 12px;border-radius:20px;font-weight:700;margin-bottom:15px;}.solution-text h3{font-size:2rem;color:#111;font-weight:800;margin-bottom:15px;line-height:1.2;}.solution-text p{color:var(--text-muted);font-size:1.05rem;margin-bottom:20px;}.solution-text ul{list-style:none;}.solution-text ul li{font-size:0.95rem;font-weight:600;color:#374151;margin-bottom:10px;display:flex;align-items:center;}.whatsapp-btn{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:1000;transition:transform 0.3s ease;}.whatsapp-btn:hover{transform:scale(1.1);}@media (max-width:992px){.hero-grid{grid-template-columns:1fr;}.features-grid{grid-template-columns:1fr;}.hero-text h1{font-size:2.5rem;}.nav-links,.btn-outline{display:none;}.solution-row,.solution-row.reverse{flex-direction:column;}.solution-img{width:100%;}}.software-section{background-color:#0d0d0d;background-image:radial-gradient(circle at top right,#1a1a1a 0%,#0d0d0d 50%);color:#ffffff;padding:100px 0;border-top:2px solid var(--primary-red);}.software-header{text-align:center;margin-bottom:60px;}.software-header h2{font-size:2.8rem;font-weight:900;margin-top:20px;letter-spacing:-1px;}.software-header p{color:#a1a1aa;max-width:650px;margin:20px auto 0;font-size:1.1rem;line-height:1.7;}.software-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;}.soft-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);padding:40px 30px;border-radius:16px;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);backdrop-filter:blur(10px);}.soft-card:hover{border-color:var(--primary-red);transform:translateY(-8px);background:rgba(255,255,255,0.05);box-shadow:0 20px 40px rgba(220,38,38,0.1);}.soft-icon{background:rgba(220,38,38,0.1);width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;}.soft-card h4{font-size:1.3rem;font-weight:700;margin-bottom:15px;color:#fff;}.soft-card p{color:#a1a1aa;font-size:1rem;line-height:1.6;}.tech-specs-section{background:#f8fafc;padding:100px 0;position:relative;overflow:hidden;}.tech-content{display:flex;align-items:center;justify-content:space-between;gap:60px;}.tech-text{flex:1.2;}.specs-list{list-style:none;padding:0;}.specs-list li{padding:16px 0;border-bottom:1px solid #e2e8f0;font-size:1.15rem;color:#1f2937;display:flex;align-items:center;}.specs-list li::before{content:'✓';color:var(--primary-red);font-size:1.4rem;font-weight:900;margin-right:15px;background:rgba(220,38,38,0.1);width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;}.tech-visual{flex:0.8;display:flex;justify-content:center;align-items:center;position:relative;}.tech-visual::before{content:'';position:absolute;width:100%;height:100%;background:radial-gradient(circle,rgba(220,38,38,0.1) 0%,rgba(255,255,255,0) 70%);z-index:1;}.spec-circle{width:280px;height:280px;border-radius:50%;background:#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,0.15);display:flex;flex-direction:column;justify-content:center;align-items:center;border:12px solid var(--primary-red);position:relative;z-index:2;animation:pulse-ring 3s infinite alternate;}@keyframes pulse-ring{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(220,38,38,0.4);}100%{transform:scale(1.02);box-shadow:0 0 0 20px rgba(220,38,38,0);}}.spec-number{font-size:4rem;font-weight:900;color:#111;letter-spacing:-2px;}.spec-label{font-size:1.1rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-top:5px;}.global-ticker-wrap{background:#111;color:#fff;padding:20px 0;overflow:hidden;display:flex;flex-direction:column;align-items:center;}.ticker-title{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;color:#a1a1aa;}.ticker-container{width:100%;overflow:hidden;white-space:nowrap;position:relative;}.ticker-container::before,.ticker-container::after{content:'';position:absolute;top:0;width:150px;height:100%;z-index:2;}.ticker-container::before{left:0;background:linear-gradient(to right,#111,transparent);}.ticker-container::after{right:0;background:linear-gradient(to left,#111,transparent);}.ticker-content{display:inline-block;animation:ticker 35s linear infinite;font-weight:700;font-size:1.4rem;color:var(--primary-red);}.ticker-content span{margin:0 25px;}@keyframes ticker{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}@media (max-width:992px){.tech-content{flex-direction:column;text-align:center;}.specs-list li{justify-content:center;}.spec-circle{margin-top:50px;}}.premium-solutions{padding:100px 0;background-color:#ffffff;}.solution-grid-premium{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:30px;}.sol-card-premium{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px -10px rgba(0,0,0,0.08);border:1px solid #f1f5f9;transition:all 0.4s ease;display:flex;flex-direction:column;}.sol-card-premium:hover{transform:translateY(-10px);box-shadow:0 20px 40px -10px rgba(220,38,38,0.15);border-color:rgba(220,38,38,0.3);}.sol-img-wrapper{position:relative;width:100%;aspect-ratio:4/3;height:auto;overflow:hidden;}.sol-img-wrapper img{width:100%;height:100%;object-fit:cover;color:transparent;transition:transform 0.6s ease;}.sol-card-premium:hover .sol-img-wrapper img{transform:scale(1.08);}.sol-badge{position:absolute;bottom:15px;left:15px;transform:none;background:#111;color:#fff;padding:8px 18px;font-size:0.85rem;font-weight:800;letter-spacing:1px;border-radius:4px;z-index:10;}.sol-content{padding:40px 30px 30px;flex:1;display:flex;flex-direction:column;}.sol-content h3{font-size:1.5rem;font-weight:800;color:#111;margin-bottom:15px;}.sol-content p{color:#6b7280;font-size:1.05rem;line-height:1.6;margin-bottom:25px;}.sol-features{list-style:none;padding:0;margin-top:auto;}.sol-features li{display:flex;align-items:center;gap:12px;font-size:1rem;color:#374151;font-weight:600;margin-bottom:12px;}@media (max-width:768px){.solution-grid-premium{grid-template-columns:1fr;}}.accordion-container{max-width:900px;margin:0 auto;}.acc-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:15px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow:hidden;transition:all 0.3s ease;}.acc-item:hover{border-color:var(--primary-red);}.acc-header{width:100%;text-align:left;background:#fff;border:none;padding:20px 25px;display:flex;align-items:center;cursor:pointer;font-size:1.15rem;font-weight:700;color:#111;transition:background 0.3s ease;}.acc-header:hover{background:#fafafa;}.acc-icon{font-size:1.4rem;margin-right:15px;}.acc-title{flex:1;}.acc-arrow{font-size:0.9rem;color:#9ca3af;transition:transform 0.3s ease;}.acc-item.active .acc-arrow{transform:rotate(180deg);color:var(--primary-red);}.acc-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease-out;background:#f8fafc;}.acc-content{padding:10px 25px 30px;}.acc-list{list-style:none;padding:0;margin:0;}.acc-list li{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px solid #e2e8f0;}.acc-list li:last-child{border-bottom:none;}.acc-bullet{color:var(--primary-red);margin-right:15px;margin-top:2px;flex-shrink:0;}.acc-bullet svg{width:20px;height:20px;}.acc-text{font-size:1rem;line-height:1.6;color:#4b5563;}.acc-text strong{color:#111;font-weight:700;}.rich-hero{position:relative;padding:200px 0 120px;background-size:cover;background-position:center;color:white;text-align:center;}.rich-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(10,15,28,0.95) 0%,rgba(26,31,46,0.85) 100%);z-index:1;}.rich-hero .container{position:relative;z-index:2;}.rich-hero h1{font-size:3.5rem;font-weight:900;margin:25px 0;line-height:1.2;}.rich-hero p{font-size:1.25rem;color:#e5e7eb;max-width:850px;margin:0 auto;line-height:1.8;}.rich-overview{padding:80px 0;background:#fff;text-align:center;}.rich-overview h2{font-size:2.2rem;font-weight:800;margin-bottom:25px;color:#111;}.rich-overview p{font-size:1.15rem;color:#4b5563;max-width:900px;margin:0 auto;line-height:1.8;}.rich-features{padding:80px 0;background:#f8fafc;}.rich-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}.rich-feature-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);border:1px solid #e2e8f0;transition:transform 0.3s ease,box-shadow 0.3s ease;}.rich-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);border-color:var(--primary-red);}.rich-icon{width:60px;height:60px;background:rgba(220,38,38,0.1);color:var(--primary-red);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;}.rich-icon svg{width:30px;height:30px;}.rich-feature-card h3{font-size:1.4rem;font-weight:800;margin-bottom:15px;color:#111;}.rich-feature-card p{color:#4b5563;line-height:1.7;font-size:1.05rem;}.rich-technical{padding:80px 0;background:#111;color:white;}.rich-technical h2{text-align:center;font-size:2.2rem;font-weight:800;margin-bottom:50px;}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;}.tech-item{display:flex;align-items:flex-start;}.tech-item svg{color:var(--primary-red);width:32px;height:32px;margin-right:20px;flex-shrink:0;}.tech-item h4{font-size:1.2rem;font-weight:700;margin-bottom:10px;}.tech-item p{color:#9ca3af;line-height:1.6;}.rich-cta{background:var(--primary-red);padding:80px 0;text-align:center;color:white;}.rich-cta h2{font-size:2.5rem;font-weight:900;margin-bottom:20px;}.rich-cta p{font-size:1.2rem;margin-bottom:40px;opacity:0.9;}.rich-cta .btn-white{background:white;color:var(--primary-red);padding:15px 40px;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block;transition:transform 0.3s ease;}.rich-cta .btn-white:hover{transform:scale(1.05);}@media (max-width:900px){.rich-hero h1{font-size:2.5rem;}.rich-features-grid{grid-template-columns:1fr;}.tech-grid{grid-template-columns:1fr;}}.hamburger-btn{display:none;background:none;border:none;color:var(--text-dark);cursor:pointer;padding:10px;z-index:1000;}@media (max-width:900px){.hamburger-btn{display:block;}.nav-links,.btn-outline{display:none !important;}#mobile-menu.active{display:flex !important;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#ffffff;box-shadow:0 10px 20px rgba(0,0,0,0.1);padding:20px 0;z-index:999;border-top:1px solid #eee;}#mobile-menu.active a{margin:15px 30px;font-size:1.1rem;}}
/* --- WHATSAPP FLOATING WIDGET --- */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse-wa 2s infinite;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
    color: #FFF;
}
.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}
@keyframes pulse-wa {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (max-width: 768px) {
    .whatsapp-float { bottom: 20px; right: 20px; width: 50px; height: 50px; }
    .whatsapp-float svg { width: 30px; height: 30px; }
}

/* --- BLOG ENRICHMENT STYLES --- */
.hero-image-container {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.enriched-quote {
    background: #f8fafc;
    border-left: 5px solid #e50914;
    padding: 20px 30px;
    margin: 30px 0;
    font-size: 1.2rem;
    font-style: italic;
    color: #334155;
    border-radius: 0 10px 10px 0;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.feature-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #e50914;
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- MOBILE UI FIXES --- */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    .contact-info {
        font-size: 0.9rem;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }
    .contact-info a {
        white-space: normal;
        word-break: break-all;
    }
    .pts-scanner-demo {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        min-height: 250px;
        margin: 20px auto;
    }
    
    .top-bar {
        padding: 10px;
    }
}

/* --- ULTRA MOBILE FIXES --- */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}
@media (max-width: 768px) {
    .pts-scanner-demo {
        padding: 15px;
        width: 100%;
        max-width: 100vw;
        aspect-ratio: auto !important;
        min-height: 200px;
    }
    .plate-text {
        font-size: 1.5rem !important;
        letter-spacing: 2px !important;
        padding: 10px 0 !important;
    }
    .tr-band {
        width: 30px !important;
        font-size: 0.7rem !important;
    }
    .hero-text h1 {
        font-size: 2rem !important;
        word-wrap: break-word;
    }
    .hero-text p {
        font-size: 1rem !important;
    }
}

/* NEW FEATURES */
.dropdown { position: relative; display: inline-block; padding-bottom: 20px; margin-bottom: -20px; }
.dropdown .dropbtn { display: flex; align-items: center; gap: 5px; }
.dropdown-content { border-top: 15px solid transparent; background-clip: padding-box;  display: none; position: absolute; background-color: #fff; min-width: 220px; box-shadow: 0px 15px 30px rgba(0,0,0,0.15); z-index: 100; border-radius: 12px; overflow: hidden; margin-top: 0; top: 100%; opacity: 0; transition: all 0.3s ease; transform: none; padding-top:0; border: 1px solid #eee; }
.dropdown:hover .dropdown-content { border-top: 15px solid transparent; background-clip: padding-box;  display: block; opacity: 1; transform: translateY(0); }
.dropdown-content a { color: #111; padding: 12px 20px; text-decoration: none; display: block; font-weight: 600; font-size: 0.95rem; border-bottom: 1px solid #f1f5f9; transition: background 0.3s; }
.dropdown-content a:last-child { border-bottom: none; }
.dropdown-content a:hover { background-color: #fafafa; color: var(--primary-red); padding-left: 25px; }

.stats-section { padding: 100px 0; background: linear-gradient(135deg, #111, #1a1f2e); color: white; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 50px; }
.stat-card { background: rgba(255,255,255,0.05); padding: 40px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); }
.stat-number { font-size: 4rem; font-weight: 900; color: var(--primary-red); margin-bottom: 10px; display: flex; justify-content: center; align-items: baseline; }
.stat-suffix { font-size: 2rem; margin-left: 5px; }
.stat-label { font-size: 1.2rem; font-weight: 600; color: #cbd5e1; }

.cloud-section { padding: 100px 0; background: #fff; }
.cloud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.cloud-text h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 25px; color: #111; }
.cloud-text p { font-size: 1.15rem; color: #4b5563; line-height: 1.8; margin-bottom: 30px; }
.cloud-list li { display: flex; align-items: center; margin-bottom: 15px; font-size: 1.1rem; font-weight: 600; color: #1f2937; }
.cloud-list li svg { margin-right: 15px; color: var(--primary-red); flex-shrink: 0; }
.cloud-image { position: relative; }
.cloud-image img { width: 100%; border-radius: 20px; box-shadow: 0 30px 60px rgba(0,0,0,0.15); }
.cloud-badge { position: absolute; bottom: -20px; left: -20px; background: white; padding: 20px 30px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 15px; }
.cloud-badge h4 { font-size: 1.2rem; font-weight: 800; color: #111; margin: 0; }
.cloud-badge p { font-size: 0.9rem; color: #6b7280; margin: 0; }
@media(max-width:768px) { .stats-grid, .cloud-grid { grid-template-columns: 1fr; } }

html { scroll-behavior: smooth; }
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 1.2rem;
    border: none;
    outline: none;
    background-color: #111;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}
#scrollTopBtn.show {
    opacity: 1;
    pointer-events: auto;
}
#scrollTopBtn:hover {
    background-color: var(--primary-red);
    transform: translateY(-5px);
}

/* Audit Fixes */
.footer-links a { padding: 10px 0; display: inline-block; }

/* QA Audit Fixes */
.calculator-wrap, .simulation-wrap, .stats-container, .roi-calculator { box-sizing: border-box; max-width: 100vw; overflow-x: hidden; }
.article-header img, .cozum-header img, .hero-bg, .article-content img { object-fit: cover; background-position: center; width: 100%; }

/* Legal Audit Fixes */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(17, 24, 39, 0.95); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: #fff; padding: 15px 20px; z-index: 99999; display: flex; flex-direction: column; md:flex-row; justify-content: space-between; align-items: center; font-size: 0.9rem; border-top: 1px solid rgba(255,255,255,0.1); }
.cookie-banner .btn-accept { background: #e50914; color: #fff; border: none; padding: 8px 20px; border-radius: 6px; cursor: pointer; font-weight: 600; margin-top: 10px; }
.kvkk-check { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; color: #64748b; margin-bottom: 15px; text-align: left; }
.kvkk-check input { margin-top: 4px; }
.kvkk-check a { color: #e50914; text-decoration: underline; }
