
:root{--bg:#041324;--bg2:#062c3d;--card:#08243a;--stroke:rgba(89,180,210,.28);--text:#f7fbff;--muted:#9bb2c5;--cyan:#19e1ee;--cyan2:#0bb8d4;--shadow:0 18px 45px rgba(0,0,0,.34)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at 78% 2%,rgba(7,157,184,.42),transparent 33%),radial-gradient(circle at 2% 85%,rgba(4,117,151,.42),transparent 36%),linear-gradient(135deg,#030a16 0%,#04172a 46%,#02101f 100%);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 44px));margin:0 auto}.topbar{padding:20px 0 14px;border-bottom:1px solid rgba(169,225,244,.12)}.navrow{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px}.bag{width:30px;height:30px;border-radius:8px;background:linear-gradient(160deg,#29eff2,#08799a);display:grid;place-items:center;box-shadow:0 0 24px rgba(25,225,238,.25)}.bag svg{width:21px}.brand-name{font-size:30px;line-height:1;font-weight:900;letter-spacing:-.03em}.brand-name span{color:var(--cyan)}.brand-sub{font-size:13px;color:var(--muted);margin-top:4px}.nav{display:flex;gap:10px;flex-wrap:wrap}.nav a{border:1px solid rgba(180,231,245,.18);border-radius:999px;padding:9px 13px;color:#dff8ff;background:rgba(7,29,50,.55);font-weight:800;font-size:13px}.nav a:hover{color:#061424;background:linear-gradient(180deg,#43f2ee,#16c5dc);border-color:transparent}.hero{padding:25px 0 18px}.hero h1{max-width:820px;margin:0 0 8px;font-size:42px;line-height:1.08;letter-spacing:-.04em}.hero h1 .accent,.accent{color:var(--cyan);text-shadow:0 0 30px rgba(25,225,238,.34)}.hero p{margin:0;color:var(--muted);font-size:17px;max-width:860px}.hero-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.hero-actions a{border-radius:999px;padding:12px 18px;font-weight:900}.hero-actions .primary{background:linear-gradient(180deg,#25e3ef,#09acc8);color:#00111d}.hero-actions .secondary{border:1px solid rgba(180,231,245,.25);color:#e6fbff;background:rgba(7,28,47,.65)}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0 22px}.cat-card{min-height:122px;border-radius:14px;background:linear-gradient(145deg,rgba(12,48,76,.88),rgba(7,30,52,.94));border:1px solid var(--stroke);box-shadow:inset 0 1px rgba(255,255,255,.04),0 12px 24px rgba(0,0,0,.16);padding:17px 18px;display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;transition:.2s}.cat-card:hover,.guide-card:hover,.product-card:hover{transform:translateY(-3px);border-color:rgba(25,225,238,.62)}.cat-icon{width:54px;height:54px;border-radius:13px;border:1px solid rgba(132,211,237,.34);background:rgba(6,26,46,.6);display:grid;place-items:center}.cat-icon svg{width:36px;height:36px;filter:drop-shadow(0 0 8px rgba(25,225,238,.25))}.cat-card h3{font-size:16px;margin:0 0 5px}.cat-card p{margin:0 0 12px;color:#b8c9d8;font-size:12.5px;line-height:1.45}.cat-card strong{font-size:12.5px;color:var(--cyan);font-weight:800}.section-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 14px}.section-head h2{font-size:27px;margin:0;letter-spacing:-.02em}.view-all{color:var(--cyan);font-weight:800;font-size:15px}.filterbar{display:flex;gap:10px;margin:4px 0 15px;flex-wrap:wrap}.filterbar button{cursor:pointer;border:1px solid rgba(159,225,244,.22);color:#cfe5ef;background:rgba(7,29,50,.72);border-radius:999px;padding:8px 13px;font-weight:800}.filterbar button.active,.filterbar button:hover{color:#02111e;background:linear-gradient(180deg,#43f2ee,#16c5dc);border-color:transparent}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.product-card{border-radius:10px;overflow:hidden;background:linear-gradient(180deg,rgba(9,43,70,.96),rgba(5,24,43,.98));border:1px solid var(--stroke);box-shadow:var(--shadow);min-height:268px;display:flex;flex-direction:column;transition:.2s}.product-img{height:124px;background:#0c2131;display:block;overflow:hidden}.product-img img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.product-card:hover .product-img img{transform:scale(1.04)}.product-body{padding:12px;display:flex;flex-direction:column;flex:1}.product-title{font-size:15.5px;font-weight:900;margin:0 0 5px;line-height:1.15}.product-meta{font-size:11.5px;line-height:1.45;color:#b9c9d7;margin-bottom:9px}.product-meta b{font-weight:800;color:#e8f9ff}.actions{display:flex;gap:9px;margin-top:auto}.btn{border:1px solid rgba(199,232,244,.38);border-radius:7px;padding:8px 12px;font-size:12px;font-weight:900;text-align:center;line-height:1;white-space:nowrap}.btn.details{background:rgba(4,16,30,.54);color:#fff;min-width:64px}.btn.view{background:linear-gradient(180deg,#23d6e7,#0aafcf);color:#fff;border-color:rgba(25,225,238,.28);box-shadow:0 7px 18px rgba(25,225,238,.18);flex:1}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:12px 0 24px}.guide-card{border-radius:14px;background:linear-gradient(145deg,rgba(12,48,76,.9),rgba(7,30,52,.95));border:1px solid var(--stroke);padding:18px;transition:.2s;min-height:190px}.guide-card .mini-icon{width:46px;height:46px;border-radius:12px;background:rgba(6,26,46,.7);display:grid;place-items:center;border:1px solid rgba(132,211,237,.34);margin-bottom:12px}.guide-card svg{width:29px}.guide-card h3{margin:0 0 8px;font-size:18px}.guide-card p{margin:0 0 14px;color:#b8c9d8;font-size:13px;line-height:1.55}.guide-card strong{color:var(--cyan);font-size:13px}.article,.faq-wrap{margin:20px 0 28px;background:linear-gradient(145deg,rgba(10,40,65,.96),rgba(5,21,40,.96));border:1px solid var(--stroke);border-radius:18px;padding:26px 30px;box-shadow:var(--shadow)}.article h2{font-size:31px;line-height:1.15;margin:0 0 14px}.article h3{font-size:21px;margin:28px 0 10px}.article p{color:#c5d4df;font-size:16px;line-height:1.8;margin:0 0 15px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.faq-item{border:1px solid rgba(180,231,245,.16);border-radius:14px;background:rgba(4,20,37,.52);padding:16px}.faq-item h3{margin:0 0 8px;font-size:16px}.faq-item p{margin:0;color:#c5d4df;line-height:1.65;font-size:14px}.trust{margin:18px auto 24px;border-radius:13px;background:linear-gradient(145deg,rgba(7,31,53,.96),rgba(5,22,41,.96));border:1px solid rgba(25,225,238,.16);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.trust-item{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;padding:18px 24px;border-right:1px solid rgba(180,231,245,.12)}.trust-item:last-child{border-right:0}.trust-ico{font-size:34px;color:var(--cyan)}.trust h3{margin:0 0 3px;font-size:15px}.trust p{margin:0;color:var(--muted);font-size:12.5px}.detail-card{display:grid;grid-template-columns:270px 1fr;gap:22px;margin:18px 0;padding:20px;border-radius:18px;background:linear-gradient(145deg,rgba(10,40,65,.96),rgba(5,21,40,.96));border:1px solid var(--stroke)}.detail-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.detail-card h2{margin:0 0 8px;font-size:28px}.detail-card p{color:var(--muted);line-height:1.6}.detail-actions{display:flex;gap:12px;flex-wrap:wrap}.footer{padding:18px 0 38px;color:#7f99ad;text-align:center;font-size:13px}.seo-note{color:#7f99ad;font-size:13px;margin-top:14px}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.cat-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:37px}.navrow{align-items:flex-start;flex-direction:column}.faq-grid{grid-template-columns:1fr}}@media(max-width:720px){.wrap{width:min(100% - 24px,1120px)}.topbar{padding:16px 0 12px}.navrow{align-items:flex-start;flex-direction:column;gap:12px}.brand-name{font-size:25px}.brand-sub{font-size:11.5px;line-height:1.3}.nav{overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:4px;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{white-space:nowrap;font-size:11.5px;padding:8px 10px}.hero{padding:22px 0 12px}.hero h1{font-size:29px;line-height:1.05}.hero p{font-size:13.5px;line-height:1.5}.hero-actions{gap:8px;margin-top:14px}.hero-actions a{padding:10px 12px;font-size:13px}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 20px}.cat-card{grid-template-columns:1fr;text-align:center;min-height:154px;padding:12px 10px;gap:8px;align-content:start}.cat-icon{width:46px;height:46px;margin:0 auto}.cat-icon svg{width:30px;height:30px}.cat-card h3{font-size:13.5px;margin-bottom:4px}.cat-card p{font-size:10.8px;line-height:1.35;margin-bottom:8px}.cat-card strong{font-size:11px}.section-head{align-items:flex-start;gap:6px;flex-direction:column;margin:20px 0 10px}.section-head h2{font-size:22px;line-height:1.1}.view-all{font-size:12.5px}.filterbar{display:flex;gap:8px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.filterbar::-webkit-scrollbar{display:none}.filterbar button{white-space:nowrap;font-size:11.5px;padding:7px 10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-height:auto;border-radius:12px}.product-img{height:122px}.product-body{padding:10px}.product-title{font-size:13.2px;line-height:1.18;margin-bottom:5px}.product-meta{font-size:10.5px;line-height:1.4;margin-bottom:8px}.actions{gap:6px}.btn{padding:7px 8px;font-size:10.5px;border-radius:7px}.btn.details{min-width:57px}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.guide-card{min-height:auto;padding:14px 12px}.guide-card .mini-icon{width:40px;height:40px;margin-bottom:10px}.guide-card h3{font-size:14px;line-height:1.2}.guide-card p{font-size:11px;line-height:1.45}.guide-card strong{font-size:11.5px}.faq-grid{grid-template-columns:1fr}.article,.faq-wrap{padding:18px;border-radius:16px;margin:18px 0}.article h2{font-size:23px;line-height:1.2}.article h3{font-size:18px}.article p{font-size:14px;line-height:1.72}.faq-item{padding:14px}.trust{grid-template-columns:1fr;margin:18px auto 20px}.trust-item{border-right:0;border-bottom:1px solid rgba(180,231,245,.12);grid-template-columns:42px 1fr;padding:14px}.trust-item:last-child{border-bottom:0}.trust-ico{font-size:28px}.detail-card{grid-template-columns:1fr;padding:16px}.detail-card img{max-height:260px;object-fit:cover}.footer{font-size:12px;padding:16px 14px 28px}}


/* Mobile compact deployment refinement: two-column cards to reduce scroll length. */
@media(max-width:720px){
  body{overflow-x:hidden;}
  .wrap{width:calc(100% - 24px)!important;}
  .topbar{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,rgba(3,10,22,.98),rgba(3,10,22,.82));backdrop-filter:blur(12px);padding:14px 0 10px;}
  .navrow{display:block!important;}
  .brand{gap:9px}.brand-name{font-size:24px}.brand-sub{font-size:10.8px;line-height:1.25}.bag{width:25px;height:25px;border-radius:7px}.bag svg{width:18px}
  .nav{margin-top:10px;display:flex;gap:7px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{white-space:nowrap;font-size:11px;padding:7px 9px}
  .hero{padding:22px 0 10px}.hero h1{font-size:28px;line-height:1.05;letter-spacing:-.045em}.hero p{font-size:13px;line-height:1.5}.hero-actions{gap:8px;margin-top:13px}.hero-actions a{padding:10px 12px;font-size:13px;text-align:center}
  .cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:12px 0 18px!important}.cat-card{grid-template-columns:1fr!important;text-align:center;min-height:150px;padding:11px 9px;border-radius:13px;gap:7px;align-content:start}.cat-icon{width:44px;height:44px;margin:0 auto}.cat-icon svg{width:29px;height:29px}.cat-card h3{font-size:13px;margin-bottom:4px}.cat-card p{font-size:10.5px;line-height:1.32;margin-bottom:7px}.cat-card strong{font-size:10.8px}
  .section-head{align-items:flex-start;gap:6px;flex-direction:column;margin:18px 0 10px}.section-head h2{font-size:22px;line-height:1.1}.view-all{font-size:12.3px}
  .filterbar{display:flex;gap:7px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.filterbar::-webkit-scrollbar{display:none}.filterbar button{white-space:nowrap;font-size:11.3px;padding:7px 9px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card{min-height:auto;border-radius:12px}.product-img{height:120px}.product-body{padding:9px}.product-title{font-size:13px;line-height:1.15;margin-bottom:5px}.product-meta{font-size:10.3px;line-height:1.36;margin-bottom:7px}.actions{gap:6px}.btn{padding:7px 7px;font-size:10.2px;border-radius:7px}.btn.details{min-width:54px}
  .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.guide-card{min-height:auto;padding:13px 11px;border-radius:13px}.guide-card .mini-icon{width:38px;height:38px;margin-bottom:9px}.guide-card svg{width:25px}.guide-card h3{font-size:13.5px;line-height:1.2}.guide-card p{font-size:10.6px;line-height:1.42}.guide-card strong{font-size:11px}
  .faq-grid{grid-template-columns:1fr!important;gap:10px!important}.article,.faq-wrap{padding:17px;border-radius:16px;margin:17px 0}.article h2{font-size:23px;line-height:1.2}.article h3{font-size:18px}.article p{font-size:14px;line-height:1.72}.faq-item{padding:14px}
  .trust{grid-template-columns:1fr!important;margin:18px auto 20px}.trust-item{grid-template-columns:42px 1fr;padding:14px;border-right:0!important;border-bottom:1px solid rgba(180,231,245,.12)}.trust-item:last-child{border-bottom:0}.trust-ico{font-size:28px}
  .detail-card{grid-template-columns:1fr!important;padding:16px}.detail-card img{max-height:250px;object-fit:cover}.footer{font-size:12px;padding:16px 14px 28px}
}

/* Direct CNFansHP product links: make the remaining product CTA cleaner. */
.actions{display:flex;gap:8px;align-items:center}.actions .view{flex:1;text-align:center}.product-img{cursor:pointer}

/* Visible homepage guides/FAQ hub */
.quick-hub{margin:8px 0 18px;padding:16px;border-radius:18px;background:linear-gradient(145deg,rgba(10,45,72,.82),rgba(4,22,40,.86));border:1px solid rgba(25,225,238,.26);box-shadow:0 15px 36px rgba(0,0,0,.22)}
.quick-hub .section-head{margin:0 0 12px}.quick-hub .guide-grid{margin:0}.quick-hub .guide-card{min-height:150px}.nav a.hot-link{background:linear-gradient(180deg,#28eaf0,#0db8d2);color:#02111e;border-color:transparent}
.faq-teaser{margin-top:18px}.faq-teaser .faq-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:720px){.quick-hub{padding:12px;margin:6px 0 14px}.quick-hub .section-head h2{font-size:20px}.faq-teaser .faq-grid{grid-template-columns:1fr}}


/* Ultra-compact mobile layout: keeps all sections, but reduces vertical length. */
@media (max-width: 720px){
  .wrap{width:calc(100% - 18px)!important;}
  .topbar{padding:8px 0 7px!important;}
  .brand{gap:7px!important;}
  .bag{width:22px!important;height:22px!important;border-radius:6px!important;}
  .bag svg{width:16px!important;}
  .brand-name{font-size:22px!important;}
  .brand-sub{font-size:9.5px!important;margin-top:2px!important;line-height:1.15!important;}
  .nav{margin-top:7px!important;gap:5px!important;}
  .nav a{font-size:10px!important;padding:6px 7px!important;border-radius:999px!important;}

  .hero{padding:14px 0 7px!important;}
  .hero h1{font-size:23px!important;line-height:1.03!important;margin-bottom:5px!important;letter-spacing:-.05em!important;}
  .hero p{font-size:11.5px!important;line-height:1.35!important;max-width:100%!important;}
  .hero-actions{margin-top:9px!important;gap:6px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .hero-actions a{font-size:10.5px!important;padding:8px 6px!important;text-align:center!important;}

  .quick-hub{padding:9px!important;border-radius:14px!important;margin:5px 0 10px!important;}
  .quick-hub .section-head{margin:0 0 8px!important;}
  .quick-hub .section-head h2{font-size:17px!important;}
  .quick-hub .view-all{font-size:10.5px!important;}
  .guide-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:0!important;}
  .guide-card{padding:8px 5px!important;min-height:82px!important;border-radius:11px!important;text-align:center!important;}
  .guide-card .mini-icon{width:30px!important;height:30px!important;margin:0 auto 5px!important;border-radius:8px!important;}
  .guide-card svg{width:20px!important;}
  .guide-card h3{font-size:10.5px!important;line-height:1.1!important;margin:0 0 4px!important;}
  .guide-card p{display:none!important;}
  .guide-card strong{font-size:9.5px!important;line-height:1.1!important;}

  .cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:9px 0 12px!important;}
  .cat-card{display:block!important;min-height:86px!important;padding:8px 5px!important;border-radius:11px!important;text-align:center!important;}
  .cat-icon{width:32px!important;height:32px!important;border-radius:9px!important;margin:0 auto 5px!important;}
  .cat-icon svg{width:22px!important;height:22px!important;}
  .cat-card h3{font-size:10.2px!important;line-height:1.05!important;margin:0 0 4px!important;}
  .cat-card p{display:none!important;}
  .cat-card strong{font-size:9.2px!important;}

  .section-head{margin:13px 0 8px!important;gap:3px!important;}
  .section-head h2{font-size:18px!important;line-height:1.05!important;}
  .view-all{font-size:10.5px!important;}
  .filterbar{gap:5px!important;margin:0 0 8px!important;padding-bottom:2px!important;}
  .filterbar button{font-size:9.8px!important;padding:5px 7px!important;}

  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;}
  .product-card{border-radius:10px!important;min-height:0!important;}
  .product-img{height:88px!important;}
  .product-body{padding:7px!important;}
  .product-title{font-size:11.4px!important;line-height:1.1!important;margin:0 0 4px!important;min-height:24px!important;}
  .product-meta{font-size:0!important;line-height:1!important;margin-bottom:6px!important;}
  .product-meta b{font-size:10.2px!important;line-height:1.1!important;}
  .actions{gap:0!important;}
  .btn.view{font-size:10px!important;padding:7px 6px!important;border-radius:7px!important;width:100%!important;}

  .faq-wrap.faq-teaser{padding:10px!important;border-radius:14px!important;margin:12px 0!important;}
  .faq-teaser .faq-grid{grid-template-columns:1fr!important;gap:7px!important;}
  .faq-teaser .faq-item{padding:9px!important;border-radius:10px!important;}
  .faq-teaser .faq-item h3{font-size:12px!important;margin-bottom:4px!important;}
  .faq-teaser .faq-item p{font-size:10.7px!important;line-height:1.4!important;}

  .trust{grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:12px!important;margin:12px 0 14px!important;}
  .trust-item{display:block!important;text-align:center!important;padding:10px 5px!important;border-bottom:0!important;border-right:1px solid rgba(180,231,245,.12)!important;}
  .trust-item:last-child{border-right:0!important;}
  .trust-ico{font-size:22px!important;line-height:1!important;margin-bottom:4px!important;}
  .trust h3{font-size:10.5px!important;margin:0!important;}
  .trust p{display:none!important;}

  .footer{padding:12px 10px 18px!important;font-size:10.5px!important;}
}

@media (max-width: 380px){
  .hero h1{font-size:21.5px!important;}
  .cat-card h3,.guide-card h3{font-size:9.6px!important;}
  .cat-card strong,.guide-card strong{font-size:8.8px!important;}
  .product-img{height:80px!important;}
  .product-title{font-size:10.6px!important;}
}


/* Extra mobile compression for bottom article and FAQ preview sections. */
@media (max-width: 720px){
  /* Homepage quick FAQ: turn into tiny question tiles instead of long cards. */
  #faq-preview.faq-wrap{
    padding:8px!important;
    border-radius:12px!important;
    margin:8px 0 10px!important;
  }
  #faq-preview .section-head{
    margin:0 0 6px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:6px!important;
  }
  #faq-preview .section-head h2{font-size:15px!important;line-height:1!important;}
  #faq-preview .view-all{font-size:9.5px!important;white-space:nowrap!important;}
  #faq-preview .faq-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:5px!important;
  }
  #faq-preview .faq-item{
    padding:7px 5px!important;
    border-radius:9px!important;
    min-height:50px!important;
  }
  #faq-preview .faq-item h3{
    font-size:9.2px!important;
    line-height:1.15!important;
    margin:0!important;
  }
  #faq-preview .faq-item p{display:none!important;}

  /* Standalone mobile preview only: compress the appended full SEO article. */
  #seo-article{
    margin-top:10px!important;
  }
  #seo-article .section-head{
    margin:8px 0 6px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:6px!important;
  }
  #seo-article .section-head h2{font-size:15px!important;line-height:1!important;}
  #seo-article .view-all{font-size:9.5px!important;white-space:nowrap!important;}
  #seo-article .article{
    margin:6px 0 8px!important;
    padding:9px!important;
    border-radius:12px!important;
    box-shadow:0 8px 18px rgba(0,0,0,.22)!important;
  }
  #seo-article .article h2{
    font-size:14.5px!important;
    line-height:1.15!important;
    margin:0 0 6px!important;
  }
  #seo-article .article p{
    display:none!important;
  }
  #seo-article .article p:first-of-type{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    font-size:10px!important;
    line-height:1.32!important;
    margin:0 0 6px!important;
    color:#bcd0dc!important;
  }
  #seo-article .article h3{
    display:inline-flex!important;
    align-items:center!important;
    margin:3px 3px 0 0!important;
    padding:5px 6px!important;
    border-radius:999px!important;
    border:1px solid rgba(25,225,238,.22)!important;
    background:rgba(6,25,44,.62)!important;
    color:#dffbff!important;
    font-size:9.2px!important;
    line-height:1!important;
    font-weight:800!important;
    max-width:100%!important;
  }
  #seo-article .seo-note{display:none!important;}

  /* Standalone mobile preview only: full FAQ becomes a compact question grid. */
  #full-faq.faq-wrap{
    margin:8px 0 10px!important;
    padding:8px!important;
    border-radius:12px!important;
  }
  #full-faq .section-head{
    margin:0 0 6px!important;
    flex-direction:row!important;
    align-items:center!important;
  }
  #full-faq .section-head h2{font-size:15px!important;line-height:1!important;}
  #full-faq .faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
  }
  #full-faq .faq-item{
    padding:7px 5px!important;
    border-radius:9px!important;
    min-height:44px!important;
  }
  #full-faq .faq-item h3{
    font-size:9.3px!important;
    line-height:1.15!important;
    margin:0!important;
  }
  #full-faq .faq-item p{display:none!important;}

  /* Standalone shipping preview at very bottom. */
  #shipping-guide.article{
    padding:8px!important;
    margin:8px 0 10px!important;
    border-radius:12px!important;
  }
  #shipping-guide.article h2{font-size:14px!important;margin:0 0 4px!important;}
  #shipping-guide.article p{font-size:9.8px!important;line-height:1.3!important;margin:0!important;}
}

@media (max-width: 380px){
  #faq-preview .faq-item h3,
  #full-faq .faq-item h3,
  #seo-article .article h3{font-size:8.6px!important;}
  #faq-preview .view-all,
  #seo-article .view-all{font-size:8.8px!important;}
}
