:root{--primary: #00d1f9;--primary-dark: #0099c9;--dark: #002c8f;--accent: #f1c734;--heading-color: #061a3a;--text-color: #555;--light-bg: #f7f9fc}.uk-flag{display:inline-block;width:20px;height:14px;margin-right:6px;vertical-align:middle}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:999999;background:var(--dark);color:#fff;padding:16px 24px;display:none;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:14px}.cookie-banner.show{display:flex}.cookie-banner p{color:#ddd;margin:0;flex:1;min-width:240px}.cookie-banner .cookie-btns{display:flex;gap:10px}.cookie-banner .cookie-btn{padding:8px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:13px}.cookie-banner .cookie-btn.accept{background:var(--primary);color:#fff}.cookie-banner .cookie-btn.decline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.product-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 12px #0000000f;transition:transform .3s,box-shadow .3s;border:1px solid #eee;text-align:center}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-card .icon{font-size:40px;color:var(--primary);margin-bottom:12px}.product-card h4{font-size:17px;margin-bottom:8px}.product-card h4 a{color:var(--heading-color)}.product-card h4 a:hover{color:var(--primary)}.product-card p{font-size:14px;color:var(--text-color);line-height:1.6}.product-card .btn-link{display:inline-block;margin-top:12px;color:var(--primary);font-weight:600;font-size:14px}.product-card .btn-link:hover{color:var(--dark)}.page-hero{background:linear-gradient(135deg,var(--dark) 0%,#001a5e 100%);padding:80px 0 60px;text-align:center;position:relative}.page-hero h1{color:#fff;font-size:36px;font-weight:700;margin-bottom:12px}.page-hero p{color:#ffffffb3;font-size:16px;max-width:600px;margin:0 auto}.page-hero .breadcrumb-custom{color:#ffffff80;font-size:13px;margin-bottom:16px}.page-hero .breadcrumb-custom a{color:var(--primary)}.page-hero .breadcrumb-custom a:hover{text-decoration:underline}.section-title{text-align:center;margin-bottom:48px}.section-title h2{font-size:30px;font-weight:700;color:var(--heading-color)}.section-title p{color:var(--text-color);max-width:600px;margin:12px auto 0}.content-section{padding:80px 0}.content-section.bg-light{background:var(--light-bg)}.article-content h1{font-size:32px;font-weight:700;color:var(--heading-color);margin-bottom:16px}.article-content h2{font-size:24px;font-weight:700;color:var(--heading-color);margin-top:40px;margin-bottom:16px}.article-content h3{font-size:20px;font-weight:600;color:var(--heading-color);margin-top:32px;margin-bottom:12px}.article-content p{color:var(--text-color);line-height:1.8;margin-bottom:16px;font-size:15px}.article-content ul,.article-content ol{color:var(--text-color);line-height:1.8;margin-bottom:16px;padding-left:24px}.article-content li{margin-bottom:8px}.article-content .stat-highlight{background:var(--light-bg);border-left:4px solid var(--primary);padding:20px 24px;margin:24px 0;border-radius:0 8px 8px 0}.article-content .stat-highlight strong{color:var(--dark);font-size:18px}.feature-block-article{display:flex;gap:32px;align-items:center;margin:48px 0;padding:32px;background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000000d}.feature-block-article:nth-child(2n){flex-direction:row-reverse}.feature-block-article .icon-wrap{flex:0 0 80px;width:80px;height:80px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff}.feature-block-article .feature-text{flex:1}.feature-block-article .feature-text h3{margin-top:0}.feature-block-article .feature-text .cta-link{display:inline-block;margin-top:8px;color:var(--primary);font-weight:600}.feature-block-article .feature-text .cta-link:hover{color:var(--dark)}.faq-grid{max-width:1120px;margin:0 auto}.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;overflow:hidden}.faq-item .faq-question{padding:18px 24px;cursor:pointer;font-weight:600;color:var(--heading-color);display:flex;justify-content:space-between;align-items:center;background:#fff;transition:background .3s}.faq-item .faq-question:hover{background:var(--light-bg)}.faq-item .faq-question .faq-toggle{color:var(--primary);font-size:18px;transition:transform .3s}.faq-item.active .faq-question .faq-toggle{transform:rotate(45deg)}.faq-item .faq-answer{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{padding:0 24px 18px;max-height:500px}.faq-item .faq-answer p{color:var(--text-color);line-height:1.7;margin:0}.cta-block{background:linear-gradient(135deg,var(--dark) 0%,#001a5e 100%);padding:60px;border-radius:12px;text-align:center;margin:48px 0}.cta-block h2{color:#fff;font-size:28px;font-weight:700;margin-bottom:12px}.cta-block p{color:#ffffffb3;max-width:500px;margin:0 auto 24px}.cta-block .theme-btn{background:var(--primary);color:#fff;padding:14px 36px;border-radius:6px;font-weight:600;display:inline-block}.cta-block .theme-btn:hover{background:var(--accent);color:var(--dark)}.references{font-size:13px;color:#999;border-top:1px solid #eee;padding-top:24px;margin-top:48px}.references p{margin-bottom:4px;color:#999;font-size:13px}.back-link{display:inline-block;color:var(--primary);font-size:14px;font-weight:600;margin-bottom:16px}.back-link:hover{color:var(--dark)}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.hub-card{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 2px 12px #0000000f;text-align:center;border:1px solid #eee;transition:transform .3s}.hub-card:hover{transform:translateY(-4px)}.hub-card .icon{font-size:48px;color:var(--primary);margin-bottom:16px}.hub-card h3{font-size:20px;margin-bottom:12px}.hub-card p{color:var(--text-color);font-size:14px;line-height:1.7;margin-bottom:16px}.hub-card .hub-link{color:var(--primary);font-weight:600}.hub-card .hub-link:hover{color:var(--dark)}.step-list{counter-reset:step;max-width:800px;margin:0 auto}.step-item{counter-increment:step;display:flex;gap:24px;margin-bottom:32px;align-items:flex-start}.step-item .step-num{flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.step-item .step-content h4{font-size:18px;margin-bottom:6px}.step-item .step-content p{color:var(--text-color);line-height:1.7}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000000f;border:1px solid #eee;transition:transform .3s}.blog-card:hover{transform:translateY(-4px)}.blog-card .blog-img{width:100%;height:200px;object-fit:cover}.blog-card .blog-body{padding:20px}.blog-card .blog-body .blog-meta{font-size:13px;color:#999;margin-bottom:8px}.blog-card .blog-body h3{font-size:18px;margin-bottom:10px}.blog-card .blog-body h3 a{color:var(--heading-color)}.blog-card .blog-body h3 a:hover{color:var(--primary)}.blog-card .blog-body p{font-size:14px;color:var(--text-color);line-height:1.7;margin-bottom:12px}.blog-card .blog-body .read-more{color:var(--primary);font-weight:600;font-size:14px}.blog-card .blog-body .read-more:hover{color:var(--dark)}@media(max-width:768px){.page-hero{padding:60px 0 40px}.page-hero h1{font-size:26px}.feature-block-article{flex-direction:column!important;padding:24px;text-align:center}.feature-block-article .icon-wrap{flex:0 0 60px;width:60px;height:60px;font-size:28px}.cta-block{padding:40px 24px}.cta-block h2{font-size:22px}.section-title h2{font-size:24px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hub-grid{grid-template-columns:1fr}.step-item{flex-direction:column;gap:12px}.step-item .step-num{flex:0 0 40px;width:40px;height:40px;font-size:16px}}.page-title{background:linear-gradient(135deg,var(--dark) 0%,#001a5e 100%);padding:60px 0 50px}.page-title h1{color:#fff;font-size:32px;font-weight:700}.page-title .bread-crumb{margin-top:8px}.page-title .bread-crumb li{display:inline;color:#fff9;font-size:14px}.page-title .bread-crumb li a{color:var(--primary)}.page-title .bread-crumb li a:hover{color:#fff}.contact-form-wrapper{max-width:640px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 16px #0000000f}.contact-form-wrapper .form-group{margin-bottom:20px}.contact-form-wrapper .form-group label{display:block;font-weight:600;color:var(--heading-color);margin-bottom:6px;font-size:14px}.contact-form-wrapper .form-group input,.contact-form-wrapper .form-group textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:15px;transition:border-color .3s}.contact-form-wrapper .form-group input:focus,.contact-form-wrapper .form-group textarea:focus{border-color:var(--primary);outline:none}.contact-form-wrapper .form-group textarea{height:150px;resize:vertical}.contact-form-wrapper .submit-btn{background:var(--primary);color:#fff;border:none;padding:14px 36px;border-radius:6px;font-weight:600;cursor:pointer;font-size:16px;transition:background .3s}.contact-form-wrapper .submit-btn:hover{background:var(--primary-dark)}.contact-form-wrapper .form-success{display:none;color:#22c55e;font-weight:600;text-align:center;padding:20px;background:#f0fdf4;border-radius:8px;margin-top:16px}.main-footer .footer-top .text h2{font-size:24px}.brand-wordmark{display:inline-flex;align-items:center;font-size:30px;font-weight:800;letter-spacing:-.04em;color:#061a3a;line-height:1;text-decoration:none}.brand-wordmark span{color:var(--primary)}.main-header .brand-wordmark,.sticky-header .brand-wordmark{white-space:nowrap}.mobile-menu .brand-wordmark{color:#fff;font-size:26px}.mobile-menu .brand-wordmark span{color:var(--primary)}.theme-toggle{display:flex;align-items:center;margin-right:8px}.theme-toggle-btn{background:none;border:none;cursor:pointer;font-size:18px;color:#94a3b8;padding:6px 8px;line-height:1;transition:color .3s;display:flex;align-items:center}.theme-toggle-btn:hover{color:var(--primary)}.theme-toggle-btn .fa-sun,html[data-theme=dark] .theme-toggle-btn .fa-moon{display:none}html[data-theme=dark] .theme-toggle-btn .fa-sun{display:inline}html[data-theme=dark]{--heading-color: #e2e8f0;--text-color: #94a3b8;--light-bg: #111827;--primary: #38bdf8;--primary-dark: #0ea5e9;--accent: #fbbf24;--dark: #0ea5e9}html[data-theme=dark],html[data-theme=dark] *:before,html[data-theme=dark] *:after{border-color:#1e293b}html[data-theme=dark] ::selection{background:#1e40af;color:#fff}html[data-theme=dark] ::-webkit-scrollbar-track{background:#0f172a}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}html[data-theme=dark]{background:#0f172a}html[data-theme=dark] body,html[data-theme=dark] .boxed_wrapper{background:#0f172a;color:#94a3b8}html[data-theme=dark] a{color:#38bdf8}html[data-theme=dark] a:hover{color:#7dd3fc}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:var(--heading-color)}html[data-theme=dark] p,html[data-theme=dark] li,html[data-theme=dark] .text{color:var(--text-color)}html[data-theme=dark] .brand-wordmark{color:#e2e8f0}html[data-theme=dark] .loader-wrap{background:#0f172a}html[data-theme=dark] .spinner{border-color:#1e293b;border-top-color:#38bdf8}html[data-theme=dark] .letters-loading{color:#1e293b}html[data-theme=dark] .letters-loading:before{color:#38bdf8}html[data-theme=dark] .product-card{background:#1a1f2e;border-color:#1e293b}html[data-theme=dark] .product-card h4 a{color:var(--heading-color)}html[data-theme=dark] .product-card p{color:var(--text-color)}html[data-theme=dark] .product-card .btn-link:hover{color:#38bdf8}html[data-theme=dark] .page-hero{background:linear-gradient(135deg,#0c1a3a,#07102a)}html[data-theme=dark] .page-hero p{color:#ffffff8c}html[data-theme=dark] .page-title{background:linear-gradient(135deg,#0c1a3a,#07102a)}html[data-theme=dark] .page-title h1{color:#fff}html[data-theme=dark] .page-title .bread-crumb li{color:#ffffff73}html[data-theme=dark] .feature-block-article{background:#111827;box-shadow:0 2px 16px #0000004d}html[data-theme=dark] .feature-block-article .feature-text .cta-link:hover{color:#38bdf8}html[data-theme=dark] .hub-card{background:#111827;border-color:#1e293b}html[data-theme=dark] .hub-card p{color:var(--text-color)}html[data-theme=dark] .hub-card .hub-link:hover{color:#38bdf8}html[data-theme=dark] .blog-card{background:#111827;border-color:#1e293b}html[data-theme=dark] .blog-card .blog-body .blog-meta{color:#475569}html[data-theme=dark] .blog-card .blog-body h3 a{color:var(--heading-color)}html[data-theme=dark] .blog-card .blog-body h3 a:hover{color:#38bdf8}html[data-theme=dark] .blog-card .blog-body p{color:var(--text-color)}html[data-theme=dark] .blog-card .blog-body .read-more:hover{color:#38bdf8}html[data-theme=dark] .faq-item{border-color:#1e293b}html[data-theme=dark] .faq-item .faq-question{background:#111827;color:var(--heading-color)}html[data-theme=dark] .faq-item .faq-question:hover{background:#1a1f2e}html[data-theme=dark] .faq-item .faq-answer p{color:var(--text-color)}html[data-theme=dark] .contact-form-wrapper{background:#111827}html[data-theme=dark] .contact-form-wrapper .form-group label{color:var(--heading-color)}html[data-theme=dark] .contact-form-wrapper .form-group input,html[data-theme=dark] .contact-form-wrapper .form-group textarea{background:#0f172a;border-color:#1e293b;color:#e2e8f0}html[data-theme=dark] .contact-form-wrapper .form-group input:focus,html[data-theme=dark] .contact-form-wrapper .form-group textarea:focus{border-color:#38bdf8}html[data-theme=dark] .contact-form-wrapper .submit-btn:hover{background:var(--primary-dark)}html[data-theme=dark] .contact-form-wrapper .form-success{background:#064e3b;color:#6ee7b7}html[data-theme=dark] .references{color:#475569;border-top-color:#1e293b}html[data-theme=dark] .references p{color:#475569}html[data-theme=dark] .content-section.bg-light{background:var(--light-bg)}html[data-theme=dark] .section-title h2,html[data-theme=dark] .section-title p{color:var(--heading-color)}html[data-theme=dark] .back-link:hover,html[data-theme=dark] .article-content a{color:#38bdf8}html[data-theme=dark] .article-content a:hover{color:#7dd3fc}html[data-theme=dark] .article-content h1,html[data-theme=dark] .article-content h2,html[data-theme=dark] .article-content h3{color:var(--heading-color)}html[data-theme=dark] .article-content p,html[data-theme=dark] .article-content ul,html[data-theme=dark] .article-content ol{color:var(--text-color)}html[data-theme=dark] .article-content .stat-highlight{background:#111827}html[data-theme=dark] .article-content .stat-highlight strong{color:#38bdf8}html[data-theme=dark] .step-item .step-content h4{color:var(--heading-color)}html[data-theme=dark] .step-item .step-content p{color:var(--text-color)}html[data-theme=dark] .cookie-banner{background:#111827}html[data-theme=dark] .cookie-banner p{color:#64748b}html[data-theme=dark] .cookie-banner a{color:#38bdf8}html[data-theme=dark] .cookie-banner .cookie-btn.decline{border-color:#ffffff1a}html[data-theme=dark] .scroll-top{background:#1e293b;color:#94a3b8}html[data-theme=dark] .scroll-top:hover{background:#334155;color:#e2e8f0}html[data-theme=dark] .main-footer{background:#0a0f1a}html[data-theme=dark] .support-box a{background:#1e293b;color:#e2e8f0}html[data-theme=dark] .support-box a:hover{background:#334155}html[data-theme=dark] .main-header .header-lower{background:#0f172a}html[data-theme=dark] .main-header .menu-area .navigation li a{color:#94a3b8}html[data-theme=dark] .main-header .menu-area .navigation li a:hover,html[data-theme=dark] .main-header .menu-area .navigation li.current a{color:#38bdf8}html[data-theme=dark] .search-box-btn{color:#94a3b8}html[data-theme=dark] .search-box-btn:hover{color:#38bdf8}html[data-theme=dark] .sticky-header,html[data-theme=dark] .mobile-menu .menu-box{background:#0f172a}html[data-theme=dark] .mobile-menu .menu-outer ul li a{color:#94a3b8}html[data-theme=dark] .mobile-menu .menu-outer ul li a:hover,html[data-theme=dark] .mobile-menu .menu-outer ul li.current a{color:#38bdf8}html[data-theme=dark] .mobile-menu .close-btn{color:#94a3b8}html[data-theme=dark] .mobile-menu .menu-backdrop{background:#000000b3}html[data-theme=dark] .theme-btn.btn-one{background:#38bdf8;color:#0f172a}html[data-theme=dark] .theme-btn.btn-one:hover{background:#7dd3fc}html[data-theme=dark] .theme-btn.btn-two{background:#1e293b;color:#e2e8f0}html[data-theme=dark] .theme-btn.btn-two:hover{background:#334155}html[data-theme=dark] .cta-block .theme-btn:hover{background:#fbbf24;color:#0f172a}html[data-theme=dark] blockquote{border-left-color:#38bdf8;background:#111827;color:#94a3b8}html[data-theme=dark] table,html[data-theme=dark] th,html[data-theme=dark] td{border-color:#1e293b}html[data-theme=dark] .error-page-section .inner-box h1{color:var(--heading-color)}
