*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;font-size:15px;color:#1a1a2e;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* UTILITIES */
.section-tag{display:inline-block;background:#e8f4fd;color:#1a73e8;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:10px}
.section-title{font-size:2rem;font-weight:800;color:#0d1b2a;margin-bottom:10px}
.section-subtitle{color:#6b7280;font-size:.95rem;max-width:600px;margin:0 auto 40px}
.btn-primary{background:linear-gradient(135deg,#1a73e8,#0d5bc9);color:#fff;padding:12px 28px;border-radius:6px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:8px}
.btn-primary:hover{background:linear-gradient(135deg,#1558b0,#0a4ca0);transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,115,232,.3)}
.btn-secondary{background:transparent;color:#fff;padding:12px 28px;border-radius:6px;font-weight:600;font-size:.9rem;border:2px solid rgba(255,255,255,.7);cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:8px}
.btn-secondary:hover{background:rgba(255,255,255,.15)}
.btn-outline{background:transparent;color:#1a73e8;padding:9px 20px;border-radius:6px;font-weight:600;font-size:.82rem;border:2px solid #1a73e8;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:6px}
.btn-outline:hover{background:#1a73e8;color:#fff}

/* ALERT */
.alert-banner{background:#1a73e8;color:#fff;text-align:center;padding:9px 20px;font-size:.8rem;font-weight:500}
.alert-banner a{color:#a8d4ff;font-weight:700;margin-left:6px}

/* TOPBAR */
.topbar{background:#0d1b2a;color:#a8bccf;font-size:12px;padding:7px 0;text-align:center}
.topbar span{margin:0 10px}
.topbar a{color:#7eb3d8}
.topbar a:hover{color:#fff}

/* NAVBAR */
.navbar{background:#fff;border-bottom:1px solid #e8ecf0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:1200px;margin:0 auto}
.logo{display:flex;align-items:center;gap:10px}
.logo-icon{width:42px;height:42px;background:linear-gradient(135deg,#1a73e8,#0d5bc9);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}
.logo-text{display:flex;flex-direction:column}
.logo-name{font-size:1.1rem;font-weight:800;color:#0d1b2a;line-height:1.1}
.logo-sub{font-size:.65rem;color:#6b7280;font-weight:500;letter-spacing:.5px;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{font-size:.88rem;font-weight:600;color:#374151;transition:color .2s;position:relative}
.nav-links a::after{content:'';position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#1a73e8;transition:width .3s}
.nav-links a:hover{color:#1a73e8}
.nav-links a:hover::after{width:100%}
.nav-actions{display:flex;align-items:center;gap:14px}
.nav-phone{font-size:.82rem;font-weight:700;color:#0d1b2a;display:flex;align-items:center;gap:6px}
.nav-phone i{color:#1a73e8}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{display:block;width:24px;height:2.5px;background:#0d1b2a;border-radius:3px;transition:all .3s}
.mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid #e8ecf0;padding:20px;gap:14px;position:absolute;width:100%;left:0;top:100%;box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:999}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:.95rem;font-weight:600;color:#374151;padding:8px 0;border-bottom:1px solid #f3f4f6}

/* HERO */
.hero{background:linear-gradient(135deg,#0d1b2a 0%,#1a3a5c 40%,#1a73e8 100%);color:#fff;padding:90px 20px 80px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-60px;right:-60px;width:350px;height:350px;background:rgba(255,255,255,.04);border-radius:50%}
.hero::after{content:'';position:absolute;bottom:-80px;left:-60px;width:280px;height:280px;background:rgba(255,255,255,.03);border-radius:50%}
.hero-tag{display:inline-block;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:#a8d4ff;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:20px}
.hero h1{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:20px;max-width:700px;margin-left:auto;margin-right:auto}
.hero h1 span{color:#60b3ff}
.hero p{font-size:1rem;color:rgba(255,255,255,.82);max-width:580px;margin:0 auto 36px}
.hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-stats{display:flex;justify-content:center;gap:50px;margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}
.hero-stat .num{font-size:2rem;font-weight:800;color:#60b3ff}
.hero-stat .label{font-size:.78rem;color:rgba(255,255,255,.65);margin-top:2px}

/* PARTNER STRIP */
.partner-strip{background:#f8fafc;border-bottom:1px solid #e8ecf0;padding:20px 0}
.partner-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.partner-item{font-size:.8rem;font-weight:700;color:#9ca3af;letter-spacing:1px;text-transform:uppercase}

/* WHY US */
.why-us{padding:80px 20px}
.why-us-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.why-left h2{font-size:1.9rem;font-weight:800;line-height:1.2;color:#0d1b2a;margin-bottom:18px}
.why-left p{color:#4b5563;margin-bottom:14px;font-size:.92rem}
.why-badges{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.why-badge{display:flex;align-items:center;gap:6px;background:#f0f7ff;border:1px solid #c8dff7;padding:7px 14px;border-radius:20px;font-size:.8rem;font-weight:600;color:#1a73e8}
.why-card{background:#f8fafc;border:1px solid #e8ecf0;border-radius:12px;padding:22px;margin-bottom:14px;display:flex;align-items:flex-start;gap:16px;transition:all .3s}
.why-card:hover{background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.08);transform:translateX(4px)}
.why-icon{width:44px;height:44px;background:linear-gradient(135deg,#1a73e8,#0d5bc9);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}
.why-card h4{font-size:.95rem;font-weight:700;color:#0d1b2a;margin-bottom:4px}
.why-card p{font-size:.82rem;color:#6b7280}

/* PRODUCTS */
.featured{padding:80px 20px;background:#f8fafc}
.featured-header{text-align:center;margin-bottom:50px}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:#fff;border:1px solid #e8ecf0;border-radius:14px;overflow:hidden;transition:all .3s;position:relative}
.product-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.product-badge{position:absolute;top:12px;left:12px;background:#1a73e8;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:12px;letter-spacing:.5px;z-index:1}
.product-badge.feat{background:#f59e0b}
.product-badge.newb{background:#10b981}
.product-img{height:160px;background:linear-gradient(135deg,#e8f4fd,#f0f7ff);display:flex;align-items:center;justify-content:center;font-size:60px}
.product-info{padding:16px}
.product-sku{font-size:10px;font-weight:700;color:#9ca3af;letter-spacing:1px;text-transform:uppercase}
.product-name{font-size:1rem;font-weight:700;color:#0d1b2a;margin:4px 0 6px}
.product-desc{font-size:.78rem;color:#6b7280;margin-bottom:10px;line-height:1.5}
.product-features{margin-bottom:14px}
.product-features li{font-size:.75rem;color:#4b5563;padding:2px 0;display:flex;align-items:center;gap:6px}
.product-features li i{color:#1a73e8;font-size:10px}
.product-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f3f4f6}
.product-price{font-size:.75rem;color:#6b7280}
.product-price span{color:#10b981;font-weight:700}
.btn-cart{background:linear-gradient(135deg,#1a73e8,#0d5bc9);color:#fff;font-size:.75rem;font-weight:600;padding:7px 14px;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .3s}
.btn-cart:hover{background:linear-gradient(135deg,#1558b0,#0a4ca0)}

/* CATEGORIES */
.categories{padding:80px 20px}
.categories-header{text-align:center;margin-bottom:50px}
.cat-layout{display:grid;grid-template-columns:260px 1fr;gap:30px}
.cat-item{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:10px;cursor:pointer;transition:all .3s;border:1px solid transparent;margin-bottom:8px}
.cat-item:hover{background:#f0f7ff;border-color:#c8dff7}
.cat-item.active{background:#1a73e8;border-color:#1a73e8}
.cat-item.active .cat-name{color:#fff}
.cat-item.active .cat-count{color:rgba(255,255,255,.7)}
.cat-item.active .cat-icon-wrap{background:rgba(255,255,255,.2);color:#fff}
.cat-icon-wrap{width:38px;height:38px;background:#e8f4fd;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#1a73e8;font-size:16px;flex-shrink:0}
.cat-name{font-size:.88rem;font-weight:600;color:#0d1b2a}
.cat-count{font-size:.75rem;color:#6b7280}
.cat-panel{background:#f8fafc;border:1px solid #e8ecf0;border-radius:14px;padding:36px}
.cat-panel h3{font-size:1.4rem;font-weight:800;color:#0d1b2a;margin-bottom:10px}
.cat-panel p{color:#4b5563;font-size:.88rem;margin-bottom:24px}
.cat-panel-items{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.cat-sub-item{background:#fff;border:1px solid #e8ecf0;border-radius:10px;padding:16px;text-align:center;transition:all .3s;cursor:pointer}
.cat-sub-item:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-2px);border-color:#1a73e8}
.cat-sub-item .icon{font-size:28px;margin-bottom:8px}
.cat-sub-item .name{font-size:.8rem;font-weight:600;color:#0d1b2a}

/* CATALOG */
.catalog{padding:80px 20px;background:#f8fafc}
.catalog-header{text-align:center;margin-bottom:50px}
.catalog-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid #e8ecf0;background:#fff}
.catalog-table{width:100%;border-collapse:collapse}
.catalog-table thead{background:#0d1b2a}
.catalog-table thead th{color:#fff;font-size:.8rem;font-weight:600;padding:14px 20px;text-align:left;letter-spacing:.5px}
.catalog-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s}
.catalog-table tbody tr:last-child{border-bottom:none}
.catalog-table tbody tr:hover{background:#f0f7ff}
.catalog-table tbody td{padding:14px 20px;font-size:.85rem;color:#374151;vertical-align:top}
.td-name{font-weight:700;color:#0d1b2a}
.td-sku{font-size:.72rem;color:#9ca3af;margin-top:2px}
.td-desc{color:#6b7280;font-size:.82rem}

/* DELIVERY BANNER */
.delivery-banner{background:linear-gradient(135deg,#0d1b2a 0%,#1a3a5c 100%);color:#fff;padding:60px 20px}
.delivery-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.delivery-text h2{font-size:1.8rem;font-weight:800;margin-bottom:10px}
.delivery-text p{color:rgba(255,255,255,.75);font-size:.9rem;max-width:500px}
.delivery-icon{font-size:100px;opacity:.2;color:#60b3ff}
.delivery-features{display:flex;gap:30px;flex-wrap:wrap;margin-top:24px}
.delivery-feature{display:flex;align-items:center;gap:10px;font-size:.85rem;color:rgba(255,255,255,.85)}
.delivery-feature i{color:#60b3ff;font-size:18px}

/* ABOUT */
.about{padding:80px 20px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-img{background:linear-gradient(135deg,#e8f4fd,#f0f7ff);border-radius:20px;height:420px;display:flex;align-items:center;justify-content:center;font-size:120px;border:1px solid #c8dff7;position:relative;overflow:hidden}
.about-img-badge{position:absolute;bottom:20px;right:20px;background:#1a73e8;color:#fff;padding:14px 18px;border-radius:12px;font-size:.78rem;font-weight:700;text-align:center;line-height:1.3}
.about-img-badge .num{font-size:1.6rem;font-weight:800;display:block}
.about-content h2{font-size:1.9rem;font-weight:800;color:#0d1b2a;margin-bottom:16px;line-height:1.2}
.about-content p{color:#4b5563;font-size:.9rem;margin-bottom:14px}
.about-value{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #f3f4f6}
.about-value:last-child{border-bottom:none}
.about-value-icon{width:36px;height:36px;background:#f0f7ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1a73e8;font-size:15px;flex-shrink:0}
.about-value h4{font-size:.9rem;font-weight:700;color:#0d1b2a;margin-bottom:3px}
.about-value p{font-size:.8rem;color:#6b7280;margin:0}

/* TESTIMONIALS */
.testimonials{padding:80px 20px;background:#f8fafc}
.testimonials-header{text-align:center;margin-bottom:50px}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testi-card{background:#fff;border:1px solid #e8ecf0;border-radius:14px;padding:28px;transition:all .3s}
.testi-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.08);transform:translateY(-3px)}
.testi-stars{color:#f59e0b;font-size:13px;margin-bottom:14px}
.testi-text{font-size:.88rem;color:#4b5563;font-style:italic;margin-bottom:20px;line-height:1.6}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-avatar{width:42px;height:42px;background:linear-gradient(135deg,#1a73e8,#0d5bc9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700}
.testi-name{font-size:.88rem;font-weight:700;color:#0d1b2a}
.testi-role{font-size:.75rem;color:#6b7280}

/* TRUST STRIP */
.trust-strip{background:#fff;padding:50px 20px;border-bottom:1px solid #e8ecf0}
.trust-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center}
.trust-item i{font-size:38px;color:#1a73e8;margin-bottom:14px}
.trust-item h4{font-size:.95rem;font-weight:700;color:#0d1b2a;margin-bottom:6px}
.trust-item p{font-size:.82rem;color:#6b7280}

/* CONTACT */
.contact{padding:80px 20px}
.contact-header{text-align:center;margin-bottom:50px}
.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:40px}
.contact-info h3{font-size:1.2rem;font-weight:800;color:#0d1b2a;margin-bottom:18px}
.contact-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}
.contact-icon{width:44px;height:44px;background:linear-gradient(135deg,#1a73e8,#0d5bc9);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}
.contact-item h4{font-size:.88rem;font-weight:700;color:#0d1b2a;margin-bottom:3px}
.contact-item p{font-size:.82rem;color:#6b7280}
.contact-hours{background:#f0f7ff;border:1px solid #c8dff7;border-radius:12px;padding:20px;margin-top:24px}
.contact-hours h4{font-size:.9rem;font-weight:700;color:#0d1b2a;margin-bottom:12px}
.hour-row{display:flex;justify-content:space-between;font-size:.82rem;color:#4b5563;padding:5px 0;border-bottom:1px solid #e8ecf0}
.hour-row:last-child{border-bottom:none}
.hour-row span{font-weight:600;color:#1a73e8}
.contact-form{background:#f8fafc;border:1px solid #e8ecf0;border-radius:16px;padding:36px}
.contact-form h3{font-size:1.2rem;font-weight:800;color:#0d1b2a;margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-group label{font-size:.82rem;font-weight:600;color:#374151}
.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:11px 14px;font-size:.88rem;color:#0d1b2a;font-family:inherit;transition:border .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.12)}
.form-group textarea{min-height:110px;resize:vertical}
.form-submit{width:100%}

/* FOOTER */
.footer{background:#0d1b2a;color:rgba(255,255,255,.75)}
.footer-main{padding:60px 20px 40px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}
.footer-brand .logo-name{color:#fff;font-size:1.2rem}
.footer-brand .logo-sub{color:rgba(255,255,255,.5)}
.footer-brand p{font-size:.82rem;margin-top:14px;line-height:1.7;color:rgba(255,255,255,.6)}
.footer-social{display:flex;gap:10px;margin-top:20px}
.social-btn{width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);font-size:14px;transition:all .3s}
.social-btn:hover{background:#1a73e8;color:#fff}
.footer-col h4{color:#fff;font-size:.9rem;font-weight:700;margin-bottom:16px}
.footer-col ul{display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{font-size:.82rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-col ul li a:hover{color:#60b3ff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.4)}

/* SCROLL TOP */
.scroll-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;background:#1a73e8;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 4px 16px rgba(26,115,232,.4);transition:all .3s;opacity:0;pointer-events:none;z-index:999}
.scroll-top.visible{opacity:1;pointer-events:all}
.scroll-top:hover{background:#0d5bc9;transform:translateY(-2px)}

/* ANIMATIONS */
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* RESPONSIVE */
@media(max-width:1024px){
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cat-layout{grid-template-columns:1fr}
  .cat-panel-items{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .hero h1{font-size:2rem}
  .why-us-grid,.about-grid,.contact-grid,.testi-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .nav-links,.nav-actions{display:none}
  .hamburger{display:flex}
  .navbar{position:relative}
  .hero-stats{gap:28px}
  .trust-inner{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .delivery-inner{flex-direction:column}
}
@media(max-width:500px){
  .products-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
/* === MODAL OVERLAY === */
.nxq-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(13, 27, 42, 0.72);
  z-index: 9999;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: flex-start;
  justify-content: center;
  padding: 30px 16px;
  overflow-y: auto;
}
.nxq-modal-overlay.active {
  display: flex;
}

/* === MODAL BOX === */
.nxq-modal {
  background: #ffffff;
  border-radius: 18px;
  width: 100%;
  max-width: 820px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: modalSlideIn 0.35s cubic-bezier(0.34, 1.3, 0.64, 1) both;
  margin: auto;
}
@keyframes modalSlideIn {
  from { opacity: 0; transform: translateY(40px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* === MODAL HEADER === */
.nxq-modal-header {
  background: linear-gradient(135deg, #0d1b2a 0%, #1a3a5c 50%, #1a73e8 100%);
  padding: 32px 36px 28px;
  position: relative;
}
.nxq-modal-header-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #a8d4ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.nxq-modal-header h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.2;
}
.nxq-modal-header p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.nxq-modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}
.nxq-modal-close:hover { background: rgba(255,255,255,0.25); }

/* === MODAL META BAR === */
.nxq-modal-meta {
  background: #f0f7ff;
  border-bottom: 1px solid #c8dff7;
  padding: 12px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.nxq-modal-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1a73e8;
}
.nxq-modal-meta-item i { font-size: 13px; }

/* === MODAL BODY === */
.nxq-modal-body {
  padding: 36px;
  max-height: 62vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.nxq-modal-body::-webkit-scrollbar { width: 6px; }
.nxq-modal-body::-webkit-scrollbar-track { background: #f3f4f6; border-radius: 3px; }
.nxq-modal-body::-webkit-scrollbar-thumb { background: #c8dff7; border-radius: 3px; }
.nxq-modal-body::-webkit-scrollbar-thumb:hover { background: #1a73e8; }

/* === CONTENT STYLES === */
.nxq-section {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f3f4f6;
}
.nxq-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nxq-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #1a73e8, #0d5bc9);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 7px;
  margin-right: 10px;
  flex-shrink: 0;
}
.nxq-section-title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 12px;
}
.nxq-section p {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 10px;
}
.nxq-section p:last-child { margin-bottom: 0; }
.nxq-list {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}
.nxq-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.855rem;
  color: #374151;
  padding: 6px 0;
  border-bottom: 1px solid #f9fafb;
  line-height: 1.6;
}
.nxq-list li:last-child { border-bottom: none; }
.nxq-list li i {
  color: #1a73e8;
  font-size: 11px;
  margin-top: 4px;
  flex-shrink: 0;
}
.nxq-highlight-box {
  background: #f0f7ff;
  border: 1px solid #c8dff7;
  border-left: 4px solid #1a73e8;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 14px 0;
  font-size: 0.845rem;
  color: #1a3a5c;
  line-height: 1.65;
}
.nxq-highlight-box strong { color: #0d1b2a; }
.nxq-warning-box {
  background: #fff8ed;
  border: 1px solid #fcd5a0;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 14px 0;
  font-size: 0.845rem;
  color: #78450a;
  line-height: 1.65;
}
.nxq-warning-box strong { color: #92400e; }

/* === MODAL FOOTER === */
.nxq-modal-footer {
  background: #f8fafc;
  border-top: 1px solid #e8ecf0;
  padding: 20px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.nxq-modal-footer p {
  font-size: 0.78rem;
  color: #9ca3af;
}
.nxq-modal-footer p a {
  color: #1a73e8;
  font-weight: 600;
}
.nxq-btn-close-footer {
  background: linear-gradient(135deg, #1a73e8, #0d5bc9);
  color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.84rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.3s;
}
.nxq-btn-close-footer:hover {
  background: linear-gradient(135deg, #1558b0, #0a4ca0);
  transform: translateY(-1px);
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .nxq-modal-header { padding: 24px 20px 20px; }
  .nxq-modal-body { padding: 22px 18px; max-height: 55vh; }
  .nxq-modal-meta { padding: 10px 18px; gap: 14px; }
  .nxq-modal-footer { padding: 16px 18px; }
  .nxq-modal-header h2 { font-size: 1.25rem; }
}