@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css";
:root{--primary:#0b1e3d;--primary-mid:#122b55;--primary-light:#1e3a5f;--accent:#e87722;--accent-light:#f5a543;--accent-dark:#c46318;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-700:#334155;--gray-900:#0f172a;--text:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-xl:0 25px 50px -12px #00000040;--radius-sm:4px;--radius:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--container:1280px;--nav-height:76px;--transition:all .25s ease;--transition-slow:all .4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea,button{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.2rem,2vw,1.75rem)}h4{font-size:1.25rem}p{line-height:1.7}.text-accent{color:var(--accent)}.text-white{color:var(--white)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--text);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800}.section-title.white{color:var(--white)}.section-subtitle{color:var(--text-muted);max-width:640px;font-size:1.0625rem;line-height:1.7}.section-subtitle.white{color:#ffffffbf}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.section-header{margin-bottom:3rem}.section-header.center{text-align:center}.section-header.center .section-subtitle{margin:0 auto}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.w-full{width:100%}.max-w-lg{max-width:640px}.mx-auto{margin-left:auto;margin-right:auto}.site-header{z-index:1000;background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;box-shadow:0 1px 8px #0000000f}.navbar{height:var(--nav-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-logo img{width:auto;height:40px}.nav-menu{align-items:center;gap:.125rem;display:flex}.nav-menu>li>a{color:var(--gray-700);border-radius:var(--radius-sm);white-space:nowrap;transition:var(--transition);align-items:center;gap:.35rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;display:flex}.nav-menu>li>a:hover,.nav-menu>li>a.active{color:var(--accent);background:var(--gray-50)}.nav-dropdown{position:relative}.nav-dropdown-toggle .fa-chevron-down{font-size:.6rem;transition:transform .2s}.nav-dropdown:hover .nav-dropdown-toggle .fa-chevron-down,.nav-dropdown.open .nav-dropdown-toggle .fa-chevron-down{transform:rotate(180deg)}.nav-dropdown-menu{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;z-index:1001;flex-direction:column;min-width:210px;padding:.375rem;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(-6px)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu li a{border-radius:var(--radius-sm);color:var(--text);white-space:nowrap;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:block}.nav-dropdown-menu li a:hover{color:var(--accent);background:var(--gray-50)}.nav-toggle{flex-direction:column;gap:5px;padding:8px;display:none}.nav-toggle span{background:var(--gray-700);border-radius:var(--radius-full);width:24px;height:2px;transition:var(--transition);display:block}.btn{border-radius:var(--radius);transition:var(--transition);white-space:nowrap;cursor:pointer;text-align:center;border:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px);box-shadow:0 4px 14px #e8772266}.btn-outline{color:var(--white);border-color:var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--primary)}.btn-outline-dark{color:var(--primary);border-color:var(--primary);background:0 0}.btn-outline-dark:hover{background:var(--primary);color:var(--white)}.btn-outline-accent{color:var(--accent);border-color:var(--accent);background:0 0}.btn-outline-accent:hover{background:var(--accent);color:var(--white)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.btn-lg{padding:1rem 2.5rem;font-size:1.0625rem}.hero{min-height:calc(100vh - var(--nav-height));align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(105deg,#0b1e3ded 0%,#0b1e3d9e 55%,#0b1e3d38 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:700px;position:relative}.hero-label{color:var(--accent-light);border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;background:#e877222e;border:1px solid #e8772261;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);margin-bottom:1.25rem;font-weight:900;line-height:1.1}.hero h1 span{color:var(--accent)}.hero>div>p{color:#fffc;max-width:540px;margin-bottom:2.5rem;font-size:1.125rem}.hero .hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.page-hero{background:var(--primary);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-hero-bg{opacity:.18;background-position:50%;background-size:cover;position:absolute;inset:0}.page-hero-content{z-index:1;text-align:center;position:relative}.page-hero h1{color:var(--white);margin-bottom:1rem}.page-hero p{color:#ffffffbf;max-width:600px;margin:0 auto;font-size:1.0625rem}.breadcrumb{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.breadcrumb a{color:#ffffff8c}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span{color:#ffffff4d}.breadcrumb .current{color:var(--accent);font-weight:600}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-img{aspect-ratio:16/9;overflow:hidden}.card-img img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.card:hover .card-img img{transform:scale(1.05)}.card-body{padding:1.5rem}.card-meta{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem;display:flex}.card-title{margin-bottom:.75rem;font-size:1.125rem;font-weight:700;line-height:1.4}.card-text{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.quicklink-card{border-radius:var(--radius-md);aspect-ratio:4/3;cursor:pointer;position:relative;overflow:hidden}.quicklink-card img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.quicklink-card:hover img{transform:scale(1.06)}.quicklink-card-overlay{background:linear-gradient(#0b1e3d26 40%,#0b1e3de0 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.quicklink-card h3{color:var(--white);margin-bottom:.4rem;font-size:1.25rem}.quicklink-card p{color:#ffffffbf;margin-bottom:1rem;font-size:.875rem}.feature-card{border-radius:var(--radius-md);background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);padding:2rem}.feature-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), var(--shadow-md)}.feature-icon{border-radius:var(--radius);width:56px;height:56px;color:var(--accent);background:#e877221a;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.125rem}.feature-card p{color:var(--text-muted);font-size:.9375rem}.stats-strip{background:var(--primary);padding:3rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{padding:1rem}.stat-number{color:var(--accent);margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.stat-label{color:#ffffffbf;font-size:.9375rem}.product-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-img{background:var(--gray-50);aspect-ratio:4/3;justify-content:center;align-items:center;padding:2rem;display:flex}.product-card-img img{object-fit:contain;max-height:160px;transition:var(--transition-slow)}.product-card:hover .product-card-img img{transform:scale(1.05)}.product-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-napulse{color:var(--accent);background:#e877221a}.badge-naforce{color:#1565c0;background:#1565c01a}.product-card h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.product-card .product-model{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.product-specs li{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.375rem 0;font-size:.875rem;display:flex}.product-specs li:last-child{border-bottom:none}.spec-label{color:var(--text-muted)}.spec-value{font-weight:600}.product-card-footer{margin-top:auto;padding-top:1rem}.comparison-table{border-collapse:collapse;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow);overflow:hidden}.comparison-table thead{background:var(--primary);color:var(--white)}.comparison-table th{text-align:left;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600}.comparison-table th.highlight{background:var(--accent)}.comparison-table td{border-bottom:1px solid var(--gray-100);padding:.875rem 1.5rem;font-size:.9375rem}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tbody tr:nth-child(2n){background:var(--gray-50)}.comparison-table .check{color:#16a34a;font-size:1.1rem}.comparison-table .cross{color:#dc2626;font-size:1.1rem}.comparison-table .highlight-col{background:#e877220d}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.faq-question{background:var(--white);width:100%;color:var(--text);cursor:pointer;text-align:left;transition:var(--transition);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-question:hover{background:var(--gray-50)}.faq-question.active{background:var(--primary);color:var(--white)}.faq-icon{width:26px;height:26px;color:var(--accent);transition:var(--transition);background:#e877221a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:flex}.faq-question.active .faq-icon{color:var(--white);background:#fff3;transform:rotate(45deg)}.faq-answer{background:var(--gray-50);color:var(--text-muted);border-top:1px solid var(--gray-100);padding:1.25rem 1.5rem;font-size:.9375rem;line-height:1.7;display:none}.faq-answer.open{display:block}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-control{border:2px solid var(--gray-200);border-radius:var(--radius);width:100%;color:var(--text);background:var(--white);transition:var(--transition);outline:none;padding:.75rem 1rem;font-size:.9375rem}.form-control:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e877221a}.form-control::placeholder{color:var(--text-light)}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.5rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.form-hint{color:var(--text-muted);margin-top:.375rem;font-size:.8125rem}.tabs{border-bottom:2px solid var(--gray-200);margin-bottom:2rem;display:flex}.tab-btn{color:var(--text-muted);transition:var(--transition);border-bottom:2px solid #0000;margin-bottom:-2px;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-content{display:none}.tab-content.active{display:block}.section-dark{background:var(--primary);color:var(--white)}.section-dark .section-title{color:var(--white)}.section-dark .section-subtitle{color:#ffffffb3}.section-gray{background:var(--gray-50)}.cta-banner{padding:5rem 0;position:relative;overflow:hidden}.cta-banner-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.cta-banner-bg:after{content:"";background:linear-gradient(135deg,#0b1e3df2 0%,#0b1e3dcc 100%);position:absolute;inset:0}.cta-banner-content{z-index:1;text-align:center;position:relative}.cta-banner h2{color:var(--white);margin-bottom:1rem}.cta-banner p{color:#ffffffbf;max-width:600px;margin:0 auto 2rem;font-size:1.0625rem}.cta-banner .btn-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.benefit-section{grid-template-columns:1fr 1fr;gap:0;min-height:500px;display:grid}.benefit-img{overflow:hidden}.benefit-img img{object-fit:cover;width:100%;height:100%}.benefit-content{flex-direction:column;justify-content:center;padding:4rem 3rem;display:flex}.icon-list li{align-items:flex-start;gap:.875rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.icon-list .icon{width:22px;height:22px;color:var(--accent);background:#e877221a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.6875rem;display:flex}.news-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.news-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow);border:1px solid var(--gray-200);transition:var(--transition);overflow:hidden}.news-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.news-card-img{height:200px;overflow:hidden}.news-card-img img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.news-card:hover .news-card-img img{transform:scale(1.05)}.news-card-body{padding:1.25rem}.news-source{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.news-date{color:var(--text-muted);margin-bottom:.625rem;font-size:.8125rem}.news-title{margin-bottom:.625rem;font-size:1rem;font-weight:700;line-height:1.4}.news-excerpt{color:var(--text-muted);font-size:.875rem;line-height:1.6}.site-footer{background:var(--gray-900);color:#ffffffbf;padding-top:4rem}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand img{height:36px;margin-bottom:1rem}.footer-brand p{margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.social-links{gap:.75rem;display:flex}.social-links a{color:#ffffffb3;width:38px;height:38px;transition:var(--transition);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:.9375rem;display:flex}.social-links a:hover{background:var(--accent);color:var(--white)}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1.25rem;font-size:.8125rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.625rem;display:flex}.footer-col ul li a{color:#ffffff8c;font-size:.875rem}.footer-col ul li a:hover{color:var(--accent);padding-left:4px}.footer-contact-info{flex-direction:column;gap:.875rem;display:flex}.footer-contact-row{align-items:flex-start;gap:.75rem;font-size:.875rem;display:flex}.footer-contact-row i{color:var(--accent);flex-shrink:0;width:14px;margin-top:3px}.footer-bottom{color:#ffffff61;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8125rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#ffffff61}.footer-bottom-links a:hover{color:var(--accent)}.back-to-top{background:var(--accent);width:44px;height:44px;color:var(--white);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:var(--transition);z-index:999;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{background:var(--accent-dark);transform:translateY(-2px)}.alert{border-radius:var(--radius);align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9375rem;display:flex}.alert-success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.alert-info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.alert-warning{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.tag{border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.8125rem;font-weight:600;display:inline-block}.tag-primary{color:var(--primary);background:#0b1e3d1a}.tag-accent{color:var(--accent);background:#e877221a}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.hidden{display:none!important}.divider{background:var(--gray-200);height:1px;margin:2rem 0}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}@media (max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr}.grid-4,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){:root{--nav-height:68px}.nav-menu{top:var(--nav-height);background:var(--white);border-top:1px solid var(--gray-200);box-shadow:var(--shadow-xl);z-index:999;max-height:calc(100vh - var(--nav-height));flex-direction:column;align-items:stretch;gap:0;padding:.5rem 0 2rem;display:none;position:fixed;left:0;right:0;overflow-y:auto}.nav-menu.open{display:flex}.nav-menu>li>a{border-bottom:1px solid var(--gray-100);color:var(--gray-700);border-radius:0;padding:.875rem 1.5rem;font-size:1rem}.nav-dropdown-toggle{justify-content:space-between}.nav-dropdown-menu{box-shadow:none;opacity:1;visibility:visible;background:var(--gray-50);border:none;border-radius:0;padding:0;transition:none;display:none;position:static;transform:none}.nav-dropdown.open .nav-dropdown-menu{display:flex}.nav-dropdown-menu li a{border-bottom:1px solid var(--gray-100);border-radius:0;padding:.75rem 1.5rem .75rem 2.5rem;font-size:.9375rem}.nav-toggle{display:flex}.grid-2,.grid-3,.news-grid{grid-template-columns:repeat(2,1fr)}.benefit-section{grid-template-columns:1fr}.benefit-img{height:320px}.hero{min-height:600px}}@media (max-width:768px){:root{--nav-height:64px}.section{padding:3.5rem 0}.section-lg{padding:5rem 0}.grid-2,.grid-3,.news-grid,.grid-4{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.hero .hero-cta{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.cta-banner .btn-group{flex-direction:column;align-items:center}.benefit-content{padding:2.5rem 1.5rem}.page-hero{padding:3.5rem 0 3rem}}@media (max-width:480px){.partner-grid{grid-template-columns:1fr}}
