/* HL3C PageSpeed Stage 3 bundle. Generated from the existing CSS files in header.php, preserving order. */

/* ===== style.css ===== */

:root{
  --brand:#e8422c;
  --ink:#1f2937;
  --muted:#6b7280;
  --line:#e5e7eb;
  --soft:#f8fafc;
  --dark:#111827;
}
*{box-sizing:border-box}
body{margin:0;font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;color:var(--ink);line-height:1.7;background:white}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:14px 5vw}
.brand{font-weight:800;font-size:22px;color:var(--brand);letter-spacing:.05em}
.top-nav{display:flex;gap:22px;align-items:center;font-size:15px}
.top-nav a{padding:8px 0;border-bottom:2px solid transparent}
.top-nav a:hover{color:var(--brand);border-color:var(--brand)}
.nav-toggle{display:none;border:0;background:var(--brand);color:white;border-radius:8px;padding:8px 12px;font-size:20px}
.hero{min-height:520px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:70px 7vw;background:linear-gradient(135deg,#fff 0%,#f8fafc 55%,#fff4f1 100%)}
.hero h1{font-size:clamp(36px,5vw,68px);line-height:1.18;margin:0 0 24px;font-weight:900;letter-spacing:.02em}
.hero p{font-size:20px;color:#374151;max-width:760px}
.hero-card{background:white;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.08)}
.hero-card h2{margin-top:0;color:var(--brand)}
.btn{display:inline-block;background:var(--brand);color:white;padding:12px 18px;border-radius:10px;margin:8px 8px 0 0;font-weight:700}
.btn.secondary{background:#111827}
.section{padding:70px 7vw}
.section-title{font-size:34px;margin:0 0 14px}
.section-sub{color:var(--muted);margin-bottom:30px}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.card{border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.card-body{padding:24px}
.card h3{font-size:22px;margin:0 0 10px}
.card p{color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card img{width:100%;height:190px;object-fit:cover;background:#f3f4f6}
.price{color:var(--brand);font-weight:800}
.page-wrap{max-width:1080px;margin:auto;padding:60px 24px}
.prose{font-size:18px}
.prose h2{font-size:30px}
.category-hero{padding:60px 7vw;background:#111827;color:white}
.category-hero p{max-width:820px;color:#d1d5db}
.site-footer{background:#3f3f3f;color:white;padding:50px 7vw}
.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.footer-grid h3{font-size:18px;margin-bottom:8px}
.footer-grid a{color:#f3f4f6}
.copyright{margin-top:35px;color:#d1d5db;border-top:1px solid rgba(255,255,255,.15);padding-top:20px}
.admin-layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh}
.admin-sidebar{background:#111827;color:white;padding:24px}
.admin-sidebar a{display:block;padding:10px 0;color:#e5e7eb}
.admin-main{padding:28px;background:#f3f4f6}
.admin-card{background:white;border-radius:14px;padding:20px;margin-bottom:20px;border:1px solid var(--line)}
.form-row{display:grid;grid-template-columns:180px 1fr;gap:16px;margin:12px 0;align-items:start}
input,textarea,select{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:16px}
textarea{min-height:130px}
table{width:100%;border-collapse:collapse;background:white}
th,td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}
.actions a,.actions button{margin-right:8px}
.notice{background:#ecfdf5;border:1px solid #86efac;padding:12px;border-radius:8px;margin-bottom:16px}
@media(max-width:900px){
  .nav-toggle{display:block}
  .top-nav{display:none;position:absolute;left:0;right:0;top:62px;background:white;flex-direction:column;align-items:flex-start;padding:20px 7vw;border-bottom:1px solid var(--line)}
  .nav-open .top-nav{display:flex}
  .hero{grid-template-columns:1fr;padding:46px 7vw}
  .category-grid,.product-grid,.footer-grid{grid-template-columns:1fr}
  .admin-layout{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
}


/* =========================================================
   HL3C Frontend Theme - Soft Professional Bright
   明亮柔和、專業、不刺眼的前台共用配色
========================================================= */
:root{
  --brand:#d96a45;
  --brand-2:#c85d3d;
  --brand-soft:#fff0ea;
  --ink:#1f2937;
  --ink-strong:#172033;
  --muted:#64748b;
  --line:#dbe3ec;
  --soft:#f4f7fa;
  --soft-2:#eef3f7;
  --surface:#ffffff;
  --surface-warm:#fffaf7;
  --dark:#172033;
  --shadow-soft:0 14px 38px rgba(23,32,51,.075);
  --shadow-hover:0 20px 52px rgba(23,32,51,.12);
}
html{scroll-behavior:smooth;background:#f4f7fa}
body{
  color:var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(217,106,69,.08), transparent 28%),
    linear-gradient(180deg,#f7f9fc 0%,#f4f7fa 42%,#eef3f7 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}
.site-header{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(23,32,51,.08);
  box-shadow:0 8px 26px rgba(23,32,51,.045);
}
.brand{color:var(--ink-strong);font-weight:900}
.brand::first-letter{color:var(--brand)}
.top-nav a{color:#334155;border-bottom-color:transparent;font-weight:650}
.top-nav a:hover{color:var(--brand);border-color:rgba(217,106,69,.45)}
.nav-toggle{background:var(--dark);border-radius:12px;box-shadow:0 10px 22px rgba(23,32,51,.18)}
.hero{
  background:
    radial-gradient(circle at 88% 18%, rgba(217,106,69,.13), transparent 30%),
    radial-gradient(circle at 10% 10%, rgba(93,120,150,.13), transparent 34%),
    linear-gradient(135deg,#f8fafc 0%,#eef3f7 52%,#fff7f2 100%);
  color:var(--ink-strong);
}
.hero h1,.section-title,.card h3,.prose h2{color:var(--ink-strong)}
.hero p,.card p,.section-sub{color:var(--muted)}
.hero-card,.card,.admin-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(23,32,51,.08);
  box-shadow:var(--shadow-soft);
}
.btn{
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:white;
  border-radius:999px;
  padding:12px 20px;
  border:1px solid rgba(217,106,69,.18);
  box-shadow:0 10px 24px rgba(217,106,69,.2);
}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(217,106,69,.25)}
.btn.secondary{
  background:var(--dark);
  color:white;
  border-color:rgba(23,32,51,.2);
  box-shadow:0 10px 24px rgba(23,32,51,.16);
}
.section{background:transparent}
.card{border-radius:24px;box-shadow:0 10px 28px rgba(23,32,51,.055)}
.card:hover{box-shadow:var(--shadow-hover)}
.card-body{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.94))}
.product-card img{background:#eef3f7}
.price{color:var(--brand);font-weight:900}
.category-hero{
  background:
    radial-gradient(circle at 88% 18%, rgba(217,106,69,.22), transparent 34%),
    linear-gradient(135deg,#172033 0%,#25364c 100%);
}
.site-footer{
  background:linear-gradient(135deg,#172033 0%,#25364c 100%);
  color:#edf3f8;
}
.footer-grid a{color:#dbe7f1}
.footer-grid a:hover{color:#ffffff}
.copyright{color:#cbd7e3;border-top-color:rgba(255,255,255,.14)}
input,textarea,select{
  border-color:#cfd9e5;
  background:#fff;
  color:#1f2937;
}
input:focus,textarea:focus,select:focus{
  outline:none;
  border-color:rgba(217,106,69,.72);
  box-shadow:0 0 0 4px rgba(217,106,69,.12);
}
@media(max-width:900px){
  .top-nav{background:rgba(255,255,255,.98)}
}

/* =========================================================
   HL3C 前台統一柔和專業主題 v29
   放在最後載入；或覆蓋目前 active 的 site-theme 檔
   風格：明亮柔和、不刺眼、專業影音設備租賃
   ========================================================= */
:root{
  --brand:#d8643f !important;
  --brand-2:#ef8b68 !important;
  --brand-soft:#fff1eb !important;
  --ink:#1e293b !important;
  --muted:#64748b !important;
  --line:#dfe7ef !important;
  --soft:#f3f6fa !important;
  --soft-2:#eaf1f7 !important;
  --dark:#172033 !important;
  --navy:#172033 !important;
  --card:#ffffff !important;
  --shadow:0 14px 36px rgba(30,41,59,.08) !important;
  --shadow-hover:0 20px 52px rgba(30,41,59,.12) !important;
}
html{background:#f3f6fa !important;}
body{
  background:
    radial-gradient(circle at 10% 0%, rgba(216,100,63,.10), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(93,120,150,.12), transparent 32%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f8 52%,#f7f9fc 100%) !important;
  color:var(--ink) !important;
}
a{color:inherit;}
.site-header,
.header,
.main-header,
.navbar{
  background:rgba(255,255,255,.92) !important;
  color:var(--ink) !important;
  border-bottom:1px solid rgba(30,41,59,.08) !important;
  box-shadow:0 10px 28px rgba(30,41,59,.06) !important;
  backdrop-filter:blur(14px) !important;
}
.brand,
.logo,
.site-logo,
.site-title{
  color:var(--navy) !important;
}
.brand::after,
.logo::after{background:var(--brand) !important;}
.top-nav a,
.site-header a,
.navbar a{
  color:var(--ink) !important;
}
.top-nav a:hover,
.site-header a:hover,
.navbar a:hover{
  color:var(--brand) !important;
  border-color:var(--brand) !important;
}
.nav-toggle{background:var(--navy) !important;color:#fff !important;}

/* Hero / 首頁主視覺 */
.hero,
.home-hero-v2,
.category-hero,
.category-hero-v2,
.page-hero-v2,
.product-hero-v2{
  background:
    radial-gradient(circle at 12% 16%, rgba(216,100,63,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(93,120,150,.18), transparent 34%),
    linear-gradient(135deg,#f7f9fc 0%,#eef4f9 52%,#f9f4ef 100%) !important;
  color:var(--ink) !important;
}
.hero h1,
.home-hero-content-v2 h1,
.category-hero h1,
.category-hero-v2 h1,
.page-hero-text-v2 h1,
.product-info-v2 h1{
  color:var(--navy) !important;
  letter-spacing:.01em;
}
.hero p,
.home-hero-content-v2 p,
.category-hero p,
.category-hero-v2 p,
.page-hero-text-v2 p,
.product-summary-v2{
  color:#475569 !important;
}
.eyebrow,
.section-eyebrow,
.product-cat-v2,
.sku-v2{
  color:var(--brand) !important;
}
.hero-card,
.hero-floating-card-v2,
.product-gallery-v2,
.product-content-v2,
.product-spec-v2,
.product-note-v2,
.page-content-card-v2,
.page-side-card-v2,
.home-seo-box-v2,
.card,
.product-card,
.product-card-v2,
.home-service-card-v2,
.category-card,
.case-card,
.service-card,
.area-card,
.feature-card{
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(30,41,59,.08) !important;
  border-radius:24px !important;
  box-shadow:var(--shadow) !important;
  color:var(--ink) !important;
}
.card:hover,
.product-card:hover,
.product-card-v2:hover,
.home-service-card-v2:hover,
.category-card:hover,
.case-card:hover,
.service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-hover) !important;
}
.card p,
.product-card p,
.product-card-v2 p,
.home-service-card-v2 p,
.page-side-card-v2 p,
.page-content-card-v2 p,
.page-content-card-v2 li,
.home-seo-box-v2 p{
  color:#475569 !important;
}
.section,
.home-featured-v2,
.page-body-v2,
.home-seo-v2,
.product-detail-v2{
  background:transparent !important;
}
.section:nth-of-type(even),
.home-featured-v2{
  background:rgba(234,241,247,.55) !important;
}
.section-title,
.section h2,
.home-seo-box-v2 h2,
.page-content-card-v2 h2,
.page-content-card-v2 h3{
  color:var(--navy) !important;
}
.section-sub{color:var(--muted) !important;}

/* 深色區塊改柔和深藍灰 */
.home-cases-v2,
.site-footer,
.footer,
.main-footer{
  background:linear-gradient(135deg,#172033 0%,#243247 100%) !important;
  color:#eef4fa !important;
}
.home-cases-v2 .section-title,
.home-cases-v2 h2,
.site-footer h3,
.footer h3{
  color:#fff !important;
}
.home-cases-v2 .section-sub,
.home-cases-v2 p,
.site-footer p,
.site-footer a,
.footer p,
.footer a{
  color:#d8e3ee !important;
}
.home-case-grid-v2 article{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:none !important;
}
.case-number-v2{color:#f6b69f !important;}
.copyright{color:#cbd8e4 !important;border-top-color:rgba(255,255,255,.16) !important;}

/* CTA / 按鈕 */
.btn,
.primary-btn,
.button,
button.btn,
a.btn,
.home-cta-v2 .btn{
  background:linear-gradient(135deg,#d8643f,#ea805d) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:0 12px 26px rgba(216,100,63,.20) !important;
  font-weight:800 !important;
}
.btn:hover,
.primary-btn:hover,
.button:hover,
a.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(216,100,63,.26) !important;
}
.btn.secondary,
.secondary-btn,
a.btn.secondary{
  background:linear-gradient(135deg,#172033,#2b3a52) !important;
  color:#fff !important;
}
.home-cta-v2{
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg,#d8643f,#b95234) !important;
  color:#fff !important;
}
.home-cta-v2 h2{color:#fff !important;}
.home-cta-v2 p{color:#fff2ed !important;}

/* 圖片與商品卡 */
.hero img,
.home-hero-visual-v2 img,
.page-hero-image-v2 img,
.product-main-img-v2,
.product-card img,
.product-card-img-wrap img{
  border-radius:24px !important;
  box-shadow:0 18px 45px rgba(30,41,59,.12) !important;
}
.product-card-img-wrap,
.product-main-img-v2,
.img-preview-box{
  background:#eef3f8 !important;
}
.product-badge-v2,
.product-card-img-wrap span,
.product-admin-img span,
.service-icon-v2{
  background:#fff0e9 !important;
  color:#c45332 !important;
}
.price,
.product-price-v2{color:var(--brand) !important;}
.product-thumbs-v2 button{border-color:var(--line) !important;background:#fff !important;}
.product-spec-v2 th,
.page-content-card-v2 th{background:#eef3f8 !important;color:var(--navy) !important;}

/* 表單、搜尋 */
input,textarea,select{
  border-color:#cfd9e5 !important;
  background:#fff !important;
  color:var(--ink) !important;
  border-radius:12px !important;
}
input:focus,textarea:focus,select:focus{
  outline:2px solid rgba(216,100,63,.18) !important;
  border-color:#df8a6b !important;
}
.category-search-v2 input{
  box-shadow:0 10px 24px rgba(30,41,59,.05) !important;
}

/* 讓舊版強烈紅黑漸層失效 */
[style*="#111827"],
[style*="#991b1b"],
[style*="#e8422c"]{
  color:inherit;
}

@media(max-width:900px){
  .top-nav{background:rgba(255,255,255,.96) !important;}
  .home-hero-v2,
  .hero,
  .category-hero-v2,
  .page-hero-v2,
  .product-hero-v2{padding-top:48px !important;padding-bottom:48px !important;}
}



/* ===== product-v2.css ===== */

/* HL3C product backend + frontend v2 */
.product-toolbar{display:grid;grid-template-columns:260px 1fr auto;gap:16px;align-items:end}
.product-toolbar label{display:block;margin-bottom:6px;font-weight:700}
.toolbar-actions{display:flex;gap:8px}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid-3{display:grid;grid-template-columns:1fr 1fr 160px;gap:16px}
.product-editor h2{margin-top:0}
.img-preview-box{margin-top:10px;border:1px solid var(--line);border-radius:14px;padding:10px;background:#f8fafc;width:240px}
.img-preview-box img{max-width:100%;height:130px;object-fit:contain;display:block}
.product-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}
.product-admin-card{display:grid;grid-template-columns:190px 1fr;background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.04)}
.product-admin-img{position:relative;background:#f1f5f9}
.product-admin-img img{width:100%;height:100%;min-height:180px;object-fit:cover}
.product-admin-img span{position:absolute;left:10px;top:10px;background:var(--brand);color:white;border-radius:999px;padding:4px 10px;font-size:13px}
.product-admin-body{padding:18px}
.product-admin-body h3{margin:0 0 8px;font-size:20px}
.product-admin-body p{margin:4px 0;color:#4b5563}
.admin-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.admin-card-actions a{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px}
.admin-card-actions a.danger{background:#fff1f2;color:#be123c}

.category-hero-v2{background:linear-gradient(135deg,#111827 0%,#1f2937 60%,#e8422c 160%);padding:76px 7vw}
.eyebrow{font-size:13px;letter-spacing:.18em;color:#fca5a5;font-weight:800;margin-bottom:14px}
.category-search-v2{display:flex;gap:10px;margin-bottom:26px}
.category-search-v2 input{flex:1}
.product-card-v2{transition:.2s ease}
.product-card-v2:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.08)}
.product-card-img-wrap{position:relative;overflow:hidden;background:#f3f4f6}
.product-card-img-wrap img{height:220px}
.product-card-img-wrap span{position:absolute;left:12px;top:12px;background:var(--brand);color:white;border-radius:999px;padding:5px 12px;font-size:14px;font-weight:700}
.sku-v2{font-size:13px;color:#6b7280;margin-bottom:6px}

.product-hero-v2{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding:70px 7vw;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.product-gallery-v2{background:white;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 16px 45px rgba(0,0,0,.06)}
.product-main-img-v2{width:100%;height:480px;object-fit:contain;background:#f8fafc;border-radius:20px}
.product-thumbs-v2{display:flex;gap:10px;margin-top:12px;overflow:auto}
.product-thumbs-v2 button{border:1px solid var(--line);border-radius:12px;background:white;padding:4px;cursor:pointer}
.product-thumbs-v2 img{width:90px;height:70px;object-fit:cover;border-radius:8px}
.product-info-v2{align-self:center}
.product-info-v2 h1{font-size:clamp(34px,4.5vw,58px);line-height:1.15;margin:12px 0 16px}
.product-badge-v2{display:inline-block;background:#fee2e2;color:#b91c1c;border-radius:999px;padding:6px 13px;font-weight:800}
.product-cat-v2{display:inline-block;color:#e8422c;font-weight:800;margin-left:0}
.product-summary-v2{font-size:20px;color:#4b5563}
.product-price-v2{font-size:22px;color:#e8422c;font-weight:900;margin:20px 0}
.product-cta-v2{margin:20px 0}
.product-note-v2{background:white;border:1px solid var(--line);border-radius:16px;padding:16px;color:#4b5563}
.product-detail-v2{display:grid;grid-template-columns:1.3fr .7fr;gap:30px;padding:60px 7vw}
.product-content-v2,.product-spec-v2{background:white;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.product-spec-v2 table{border-collapse:collapse}
.product-spec-v2 th{width:120px;color:#111827;background:#f8fafc}
.product-spec-v2 th,.product-spec-v2 td{border-bottom:1px solid var(--line);padding:13px;text-align:left}

@media(max-width:900px){
  .product-toolbar,.form-grid-2,.form-grid-3,.product-admin-grid,.product-admin-card,.product-hero-v2,.product-detail-v2{grid-template-columns:1fr}
  .category-search-v2{flex-direction:column}
  .product-main-img-v2{height:320px}
}


/* =========================================================
   HL3C Product V2 - Soft Professional Bright Theme
========================================================= */
.category-hero-v2{
  background:
    radial-gradient(circle at 88% 18%, rgba(217,106,69,.2), transparent 34%),
    linear-gradient(135deg,#172033 0%,#25364c 70%,#31465f 100%);
  color:#f8fafc;
}
.eyebrow{color:#f3b49c}
.category-search-v2 input{
  background:#fff;
  border-color:#d7e0ea;
  box-shadow:0 8px 22px rgba(23,32,51,.045);
}
.product-card-v2{
  background:#fff;
  border:1px solid rgba(23,32,51,.08);
  border-radius:24px;
  box-shadow:0 10px 28px rgba(23,32,51,.055);
}
.product-card-v2:hover{transform:translateY(-5px);box-shadow:0 20px 52px rgba(23,32,51,.11)}
.product-card-img-wrap{background:#eef3f7}
.product-card-img-wrap span{background:var(--brand);box-shadow:0 8px 18px rgba(217,106,69,.22)}
.sku-v2{color:#64748b}
.product-hero-v2{
  background:
    radial-gradient(circle at 88% 16%, rgba(217,106,69,.11), transparent 32%),
    linear-gradient(180deg,#f8fafc 0%,#eef3f7 100%);
}
.product-gallery-v2,.product-content-v2,.product-spec-v2{
  background:#fff;
  border:1px solid rgba(23,32,51,.08);
  box-shadow:0 16px 42px rgba(23,32,51,.07);
}
.product-main-img-v2{background:#f3f6f9}
.product-thumbs-v2 button{border-color:#d7e0ea;background:#fff}
.product-thumbs-v2 button:hover{border-color:rgba(217,106,69,.65);box-shadow:0 8px 18px rgba(217,106,69,.13)}
.product-info-v2 h1{color:var(--ink-strong);letter-spacing:-.02em}
.product-badge-v2{background:#fff0ea;color:#b9573b}
.product-cat-v2,.product-price-v2{color:var(--brand)}
.product-summary-v2{color:#475569;line-height:1.85}
.product-note-v2{background:#fffaf7;border-color:#f0ded4;color:#475569}
.product-spec-v2 th{background:#eef3f7;color:var(--ink-strong)}
.product-spec-v2 th,.product-spec-v2 td{border-bottom-color:#dbe3ec}

/* =========================================================
   HL3C 前台統一柔和專業主題 v29
   放在最後載入；或覆蓋目前 active 的 site-theme 檔
   風格：明亮柔和、不刺眼、專業影音設備租賃
   ========================================================= */
:root{
  --brand:#d8643f !important;
  --brand-2:#ef8b68 !important;
  --brand-soft:#fff1eb !important;
  --ink:#1e293b !important;
  --muted:#64748b !important;
  --line:#dfe7ef !important;
  --soft:#f3f6fa !important;
  --soft-2:#eaf1f7 !important;
  --dark:#172033 !important;
  --navy:#172033 !important;
  --card:#ffffff !important;
  --shadow:0 14px 36px rgba(30,41,59,.08) !important;
  --shadow-hover:0 20px 52px rgba(30,41,59,.12) !important;
}
html{background:#f3f6fa !important;}
body{
  background:
    radial-gradient(circle at 10% 0%, rgba(216,100,63,.10), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(93,120,150,.12), transparent 32%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f8 52%,#f7f9fc 100%) !important;
  color:var(--ink) !important;
}
a{color:inherit;}
.site-header,
.header,
.main-header,
.navbar{
  background:rgba(255,255,255,.92) !important;
  color:var(--ink) !important;
  border-bottom:1px solid rgba(30,41,59,.08) !important;
  box-shadow:0 10px 28px rgba(30,41,59,.06) !important;
  backdrop-filter:blur(14px) !important;
}
.brand,
.logo,
.site-logo,
.site-title{
  color:var(--navy) !important;
}
.brand::after,
.logo::after{background:var(--brand) !important;}
.top-nav a,
.site-header a,
.navbar a{
  color:var(--ink) !important;
}
.top-nav a:hover,
.site-header a:hover,
.navbar a:hover{
  color:var(--brand) !important;
  border-color:var(--brand) !important;
}
.nav-toggle{background:var(--navy) !important;color:#fff !important;}

/* Hero / 首頁主視覺 */
.hero,
.home-hero-v2,
.category-hero,
.category-hero-v2,
.page-hero-v2,
.product-hero-v2{
  background:
    radial-gradient(circle at 12% 16%, rgba(216,100,63,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(93,120,150,.18), transparent 34%),
    linear-gradient(135deg,#f7f9fc 0%,#eef4f9 52%,#f9f4ef 100%) !important;
  color:var(--ink) !important;
}
.hero h1,
.home-hero-content-v2 h1,
.category-hero h1,
.category-hero-v2 h1,
.page-hero-text-v2 h1,
.product-info-v2 h1{
  color:var(--navy) !important;
  letter-spacing:.01em;
}
.hero p,
.home-hero-content-v2 p,
.category-hero p,
.category-hero-v2 p,
.page-hero-text-v2 p,
.product-summary-v2{
  color:#475569 !important;
}
.eyebrow,
.section-eyebrow,
.product-cat-v2,
.sku-v2{
  color:var(--brand) !important;
}
.hero-card,
.hero-floating-card-v2,
.product-gallery-v2,
.product-content-v2,
.product-spec-v2,
.product-note-v2,
.page-content-card-v2,
.page-side-card-v2,
.home-seo-box-v2,
.card,
.product-card,
.product-card-v2,
.home-service-card-v2,
.category-card,
.case-card,
.service-card,
.area-card,
.feature-card{
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(30,41,59,.08) !important;
  border-radius:24px !important;
  box-shadow:var(--shadow) !important;
  color:var(--ink) !important;
}
.card:hover,
.product-card:hover,
.product-card-v2:hover,
.home-service-card-v2:hover,
.category-card:hover,
.case-card:hover,
.service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-hover) !important;
}
.card p,
.product-card p,
.product-card-v2 p,
.home-service-card-v2 p,
.page-side-card-v2 p,
.page-content-card-v2 p,
.page-content-card-v2 li,
.home-seo-box-v2 p{
  color:#475569 !important;
}
.section,
.home-featured-v2,
.page-body-v2,
.home-seo-v2,
.product-detail-v2{
  background:transparent !important;
}
.section:nth-of-type(even),
.home-featured-v2{
  background:rgba(234,241,247,.55) !important;
}
.section-title,
.section h2,
.home-seo-box-v2 h2,
.page-content-card-v2 h2,
.page-content-card-v2 h3{
  color:var(--navy) !important;
}
.section-sub{color:var(--muted) !important;}

/* 深色區塊改柔和深藍灰 */
.home-cases-v2,
.site-footer,
.footer,
.main-footer{
  background:linear-gradient(135deg,#172033 0%,#243247 100%) !important;
  color:#eef4fa !important;
}
.home-cases-v2 .section-title,
.home-cases-v2 h2,
.site-footer h3,
.footer h3{
  color:#fff !important;
}
.home-cases-v2 .section-sub,
.home-cases-v2 p,
.site-footer p,
.site-footer a,
.footer p,
.footer a{
  color:#d8e3ee !important;
}
.home-case-grid-v2 article{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:none !important;
}
.case-number-v2{color:#f6b69f !important;}
.copyright{color:#cbd8e4 !important;border-top-color:rgba(255,255,255,.16) !important;}

/* CTA / 按鈕 */
.btn,
.primary-btn,
.button,
button.btn,
a.btn,
.home-cta-v2 .btn{
  background:linear-gradient(135deg,#d8643f,#ea805d) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:0 12px 26px rgba(216,100,63,.20) !important;
  font-weight:800 !important;
}
.btn:hover,
.primary-btn:hover,
.button:hover,
a.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(216,100,63,.26) !important;
}
.btn.secondary,
.secondary-btn,
a.btn.secondary{
  background:linear-gradient(135deg,#172033,#2b3a52) !important;
  color:#fff !important;
}
.home-cta-v2{
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg,#d8643f,#b95234) !important;
  color:#fff !important;
}
.home-cta-v2 h2{color:#fff !important;}
.home-cta-v2 p{color:#fff2ed !important;}

/* 圖片與商品卡 */
.hero img,
.home-hero-visual-v2 img,
.page-hero-image-v2 img,
.product-main-img-v2,
.product-card img,
.product-card-img-wrap img{
  border-radius:24px !important;
  box-shadow:0 18px 45px rgba(30,41,59,.12) !important;
}
.product-card-img-wrap,
.product-main-img-v2,
.img-preview-box{
  background:#eef3f8 !important;
}
.product-badge-v2,
.product-card-img-wrap span,
.product-admin-img span,
.service-icon-v2{
  background:#fff0e9 !important;
  color:#c45332 !important;
}
.price,
.product-price-v2{color:var(--brand) !important;}
.product-thumbs-v2 button{border-color:var(--line) !important;background:#fff !important;}
.product-spec-v2 th,
.page-content-card-v2 th{background:#eef3f8 !important;color:var(--navy) !important;}

/* 表單、搜尋 */
input,textarea,select{
  border-color:#cfd9e5 !important;
  background:#fff !important;
  color:var(--ink) !important;
  border-radius:12px !important;
}
input:focus,textarea:focus,select:focus{
  outline:2px solid rgba(216,100,63,.18) !important;
  border-color:#df8a6b !important;
}
.category-search-v2 input{
  box-shadow:0 10px 24px rgba(30,41,59,.05) !important;
}

/* 讓舊版強烈紅黑漸層失效 */
[style*="#111827"],
[style*="#991b1b"],
[style*="#e8422c"]{
  color:inherit;
}

@media(max-width:900px){
  .top-nav{background:rgba(255,255,255,.96) !important;}
  .home-hero-v2,
  .hero,
  .category-hero-v2,
  .page-hero-v2,
  .product-hero-v2{padding-top:48px !important;padding-bottom:48px !important;}
}



/* ===== home-v2.css ===== */

/* HL3C Home V2 */
.home-hero-v2{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
  padding:82px 7vw;
  min-height:620px;
  background:
    radial-gradient(circle at 8% 8%, rgba(232,66,44,.12), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f8fafc 55%,#fff4f1 100%);
  overflow:hidden;
}
.home-hero-content-v2 h1{
  font-size:clamp(42px,5.8vw,78px);
  line-height:1.12;
  margin:0 0 24px;
  font-weight:950;
  letter-spacing:.01em;
  color:#111827;
}
.home-hero-content-v2 p{
  font-size:21px;
  color:#374151;
  max-width:780px;
}
.home-hero-actions-v2{margin-top:26px;display:flex;flex-wrap:wrap;gap:10px}
.home-hero-visual-v2{position:relative}
.home-hero-visual-v2 img{
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 28px 80px rgba(17,24,39,.16);
  border:1px solid rgba(255,255,255,.7);
  background:#f3f4f6;
}
.hero-floating-card-v2{
  position:absolute;
  left:-26px;
  bottom:34px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(0,0,0,.14);
  border-radius:22px;
  padding:18px 20px;
  max-width:330px;
}
.hero-floating-card-v2 strong{display:block;font-size:18px;margin-bottom:4px}
.hero-floating-card-v2 span{display:block;color:#6b7280;font-size:14px}
.section-head-v2{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}
.home-category-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-service-card-v2{transition:.2s ease;border:1px solid #edf0f4}
.home-service-card-v2:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(0,0,0,.08)}
.service-icon-v2{
  width:54px;height:54px;border-radius:16px;background:#fff1f2;color:#e8422c;
  display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin-bottom:16px;
}
.home-featured-v2{background:#f8fafc}
.home-cases-v2{background:#111827;color:white}
.home-cases-v2 .section-sub{color:#d1d5db}
.home-case-grid-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-case-grid-v2 article{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:24px;
}
.case-number-v2{color:#fca5a5;font-weight:900;font-size:14px;letter-spacing:.18em}
.home-case-grid-v2 h3{font-size:22px;margin:12px 0 8px}
.home-case-grid-v2 p{color:#e5e7eb}
.home-seo-v2{background:white}
.home-seo-box-v2{
  max-width:1080px;
  margin:auto;
  background:linear-gradient(135deg,#f8fafc,#fff);
  border:1px solid var(--line);
  border-radius:28px;
  padding:36px;
}
.home-seo-box-v2 h2{font-size:32px;margin-top:0}
.home-seo-box-v2 p{font-size:18px;color:#374151}
.home-cta-v2{
  margin:0;
  padding:54px 7vw;
  background:linear-gradient(135deg,#e8422c,#991b1b);
  color:white;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.home-cta-v2 h2{font-size:34px;margin:0 0 8px}
.home-cta-v2 p{margin:0;color:#fee2e2;font-size:18px}
.home-cta-v2 .btn{background:white;color:#b91c1c}
.home-v2-admin h2{margin-top:30px;border-top:1px solid var(--line);padding-top:20px}
.home-v2-admin h2:first-child{margin-top:0;border-top:0;padding-top:0}
.form-row label small{display:block;color:#6b7280;font-weight:400;margin-top:4px;font-size:13px}

@media(max-width:1000px){
  .home-hero-v2,.home-category-grid-v2,.home-case-grid-v2{grid-template-columns:1fr}
  .home-hero-v2{padding:54px 7vw}
  .home-hero-visual-v2 img{height:330px}
  .hero-floating-card-v2{position:static;margin-top:14px}
  .home-cta-v2{display:block}
  .home-cta-v2 .btn{margin-top:20px}
}


/* =========================================================
   HL3C Home V2 - Soft Professional Bright Theme
========================================================= */
.home-hero-v2{
  background:
    radial-gradient(circle at 90% 12%, rgba(217,106,69,.13), transparent 32%),
    radial-gradient(circle at 12% 8%, rgba(93,120,150,.14), transparent 34%),
    linear-gradient(135deg,#f8fafc 0%,#eef3f7 52%,#fff7f2 100%);
  color:var(--ink-strong);
}
.home-hero-content-v2 h1{color:var(--ink-strong);letter-spacing:-.02em}
.home-hero-content-v2 p{color:#475569;line-height:1.85}
.home-hero-visual-v2 img{
  border-radius:34px;
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 28px 70px rgba(23,32,51,.14);
}
.hero-floating-card-v2{
  background:rgba(255,255,255,.93);
  border:1px solid rgba(23,32,51,.08);
  box-shadow:0 18px 50px rgba(23,32,51,.13);
}
.hero-floating-card-v2 strong{color:var(--ink-strong)}
.hero-floating-card-v2 span{color:var(--muted)}
.section-head-v2{color:var(--ink-strong)}
.home-service-card-v2{
  background:#fff;
  border:1px solid rgba(23,32,51,.08);
  border-radius:24px;
  box-shadow:0 10px 28px rgba(23,32,51,.055);
}
.home-service-card-v2:hover{transform:translateY(-5px);box-shadow:0 20px 52px rgba(23,32,51,.11)}
.service-icon-v2{
  background:linear-gradient(135deg,#fff0ea,#eef3f7);
  color:var(--brand);
}
.home-featured-v2{
  background:linear-gradient(180deg,#f4f7fa 0%,#eef3f7 100%);
}
.home-cases-v2{
  background:
    radial-gradient(circle at 86% 10%, rgba(217,106,69,.18), transparent 32%),
    linear-gradient(135deg,#172033 0%,#25364c 100%);
  color:#f8fafc;
}
.home-cases-v2 .section-sub{color:#cbd7e3}
.home-case-grid-v2 article{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.12);
}
.case-number-v2{color:#f3b49c}
.home-case-grid-v2 p{color:#e3ebf3}
.home-seo-v2{background:#f4f7fa}
.home-seo-box-v2{
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(238,243,247,.88));
  border:1px solid rgba(23,32,51,.08);
  box-shadow:0 16px 42px rgba(23,32,51,.07);
}
.home-seo-box-v2 h2{color:var(--ink-strong)}
.home-seo-box-v2 p{color:#475569}
.home-cta-v2{
  background:
    radial-gradient(circle at 88% 20%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg,#d96a45 0%,#b9573b 48%,#25364c 130%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}
.home-cta-v2 p{color:#fff3ee}
.home-cta-v2 .btn{background:#fff;color:#b9573b;box-shadow:0 12px 26px rgba(23,32,51,.13)}

/* =========================================================
   HL3C 前台統一柔和專業主題 v29
   放在最後載入；或覆蓋目前 active 的 site-theme 檔
   風格：明亮柔和、不刺眼、專業影音設備租賃
   ========================================================= */
:root{
  --brand:#d8643f !important;
  --brand-2:#ef8b68 !important;
  --brand-soft:#fff1eb !important;
  --ink:#1e293b !important;
  --muted:#64748b !important;
  --line:#dfe7ef !important;
  --soft:#f3f6fa !important;
  --soft-2:#eaf1f7 !important;
  --dark:#172033 !important;
  --navy:#172033 !important;
  --card:#ffffff !important;
  --shadow:0 14px 36px rgba(30,41,59,.08) !important;
  --shadow-hover:0 20px 52px rgba(30,41,59,.12) !important;
}
html{background:#f3f6fa !important;}
body{
  background:
    radial-gradient(circle at 10% 0%, rgba(216,100,63,.10), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(93,120,150,.12), transparent 32%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f8 52%,#f7f9fc 100%) !important;
  color:var(--ink) !important;
}
a{color:inherit;}
.site-header,
.header,
.main-header,
.navbar{
  background:rgba(255,255,255,.92) !important;
  color:var(--ink) !important;
  border-bottom:1px solid rgba(30,41,59,.08) !important;
  box-shadow:0 10px 28px rgba(30,41,59,.06) !important;
  backdrop-filter:blur(14px) !important;
}
.brand,
.logo,
.site-logo,
.site-title{
  color:var(--navy) !important;
}
.brand::after,
.logo::after{background:var(--brand) !important;}
.top-nav a,
.site-header a,
.navbar a{
  color:var(--ink) !important;
}
.top-nav a:hover,
.site-header a:hover,
.navbar a:hover{
  color:var(--brand) !important;
  border-color:var(--brand) !important;
}
.nav-toggle{background:var(--navy) !important;color:#fff !important;}

/* Hero / 首頁主視覺 */
.hero,
.home-hero-v2,
.category-hero,
.category-hero-v2,
.page-hero-v2,
.product-hero-v2{
  background:
    radial-gradient(circle at 12% 16%, rgba(216,100,63,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(93,120,150,.18), transparent 34%),
    linear-gradient(135deg,#f7f9fc 0%,#eef4f9 52%,#f9f4ef 100%) !important;
  color:var(--ink) !important;
}
.hero h1,
.home-hero-content-v2 h1,
.category-hero h1,
.category-hero-v2 h1,
.page-hero-text-v2 h1,
.product-info-v2 h1{
  color:var(--navy) !important;
  letter-spacing:.01em;
}
.hero p,
.home-hero-content-v2 p,
.category-hero p,
.category-hero-v2 p,
.page-hero-text-v2 p,
.product-summary-v2{
  color:#475569 !important;
}
.eyebrow,
.section-eyebrow,
.product-cat-v2,
.sku-v2{
  color:var(--brand) !important;
}
.hero-card,
.hero-floating-card-v2,
.product-gallery-v2,
.product-content-v2,
.product-spec-v2,
.product-note-v2,
.page-content-card-v2,
.page-side-card-v2,
.home-seo-box-v2,
.card,
.product-card,
.product-card-v2,
.home-service-card-v2,
.category-card,
.case-card,
.service-card,
.area-card,
.feature-card{
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(30,41,59,.08) !important;
  border-radius:24px !important;
  box-shadow:var(--shadow) !important;
  color:var(--ink) !important;
}
.card:hover,
.product-card:hover,
.product-card-v2:hover,
.home-service-card-v2:hover,
.category-card:hover,
.case-card:hover,
.service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-hover) !important;
}
.card p,
.product-card p,
.product-card-v2 p,
.home-service-card-v2 p,
.page-side-card-v2 p,
.page-content-card-v2 p,
.page-content-card-v2 li,
.home-seo-box-v2 p{
  color:#475569 !important;
}
.section,
.home-featured-v2,
.page-body-v2,
.home-seo-v2,
.product-detail-v2{
  background:transparent !important;
}
.section:nth-of-type(even),
.home-featured-v2{
  background:rgba(234,241,247,.55) !important;
}
.section-title,
.section h2,
.home-seo-box-v2 h2,
.page-content-card-v2 h2,
.page-content-card-v2 h3{
  color:var(--navy) !important;
}
.section-sub{color:var(--muted) !important;}

/* 深色區塊改柔和深藍灰 */
.home-cases-v2,
.site-footer,
.footer,
.main-footer{
  background:linear-gradient(135deg,#172033 0%,#243247 100%) !important;
  color:#eef4fa !important;
}
.home-cases-v2 .section-title,
.home-cases-v2 h2,
.site-footer h3,
.footer h3{
  color:#fff !important;
}
.home-cases-v2 .section-sub,
.home-cases-v2 p,
.site-footer p,
.site-footer a,
.footer p,
.footer a{
  color:#d8e3ee !important;
}
.home-case-grid-v2 article{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:none !important;
}
.case-number-v2{color:#f6b69f !important;}
.copyright{color:#cbd8e4 !important;border-top-color:rgba(255,255,255,.16) !important;}

/* CTA / 按鈕 */
.btn,
.primary-btn,
.button,
button.btn,
a.btn,
.home-cta-v2 .btn{
  background:linear-gradient(135deg,#d8643f,#ea805d) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:0 12px 26px rgba(216,100,63,.20) !important;
  font-weight:800 !important;
}
.btn:hover,
.primary-btn:hover,
.button:hover,
a.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(216,100,63,.26) !important;
}
.btn.secondary,
.secondary-btn,
a.btn.secondary{
  background:linear-gradient(135deg,#172033,#2b3a52) !important;
  color:#fff !important;
}
.home-cta-v2{
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg,#d8643f,#b95234) !important;
  color:#fff !important;
}
.home-cta-v2 h2{color:#fff !important;}
.home-cta-v2 p{color:#fff2ed !important;}

/* 圖片與商品卡 */
.hero img,
.home-hero-visual-v2 img,
.page-hero-image-v2 img,
.product-main-img-v2,
.product-card img,
.product-card-img-wrap img{
  border-radius:24px !important;
  box-shadow:0 18px 45px rgba(30,41,59,.12) !important;
}
.product-card-img-wrap,
.product-main-img-v2,
.img-preview-box{
  background:#eef3f8 !important;
}
.product-badge-v2,
.product-card-img-wrap span,
.product-admin-img span,
.service-icon-v2{
  background:#fff0e9 !important;
  color:#c45332 !important;
}
.price,
.product-price-v2{color:var(--brand) !important;}
.product-thumbs-v2 button{border-color:var(--line) !important;background:#fff !important;}
.product-spec-v2 th,
.page-content-card-v2 th{background:#eef3f8 !important;color:var(--navy) !important;}

/* 表單、搜尋 */
input,textarea,select{
  border-color:#cfd9e5 !important;
  background:#fff !important;
  color:var(--ink) !important;
  border-radius:12px !important;
}
input:focus,textarea:focus,select:focus{
  outline:2px solid rgba(216,100,63,.18) !important;
  border-color:#df8a6b !important;
}
.category-search-v2 input{
  box-shadow:0 10px 24px rgba(30,41,59,.05) !important;
}

/* 讓舊版強烈紅黑漸層失效 */
[style*="#111827"],
[style*="#991b1b"],
[style*="#e8422c"]{
  color:inherit;
}

@media(max-width:900px){
  .top-nav{background:rgba(255,255,255,.96) !important;}
  .home-hero-v2,
  .hero,
  .category-hero-v2,
  .page-hero-v2,
  .product-hero-v2{padding-top:48px !important;padding-bottom:48px !important;}
}



/* ===== pages-v2.css ===== */

/* HL3C Pages V2 */
.page-content-textarea{min-height:360px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}
.page-toolbar-v2{margin-bottom:18px}
.page-editor-v2 h2{margin-top:0}
.page-editor-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.page-card-grid-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}
.page-admin-card-v2{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(0,0,0,.04)}
.page-admin-card-v2>img{width:100%;height:180px;object-fit:cover;background:#f8fafc}
.page-admin-card-body-v2{padding:18px}
.page-meta-v2{display:flex;gap:8px;margin-bottom:10px}
.page-meta-v2 span{font-size:13px;background:#f3f4f6;color:#374151;border-radius:999px;padding:4px 10px}
.page-admin-card-body-v2 h3{font-size:22px;margin:0 0 8px}
.page-admin-card-body-v2 p{color:#4b5563}

.page-hero-v2{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:72px 7vw;background:linear-gradient(135deg,#111827,#1f2937);color:white}
.page-hero-v2.page-type-faq{background:linear-gradient(135deg,#0f172a,#334155)}
.page-hero-v2.page-type-contact{background:linear-gradient(135deg,#991b1b,#e8422c)}
.page-hero-v2.page-type-landing{background:linear-gradient(135deg,#1f2937,#7f1d1d)}
.page-hero-text-v2 h1{font-size:clamp(38px,5vw,64px);line-height:1.12;margin:0 0 18px}
.page-hero-text-v2 p{font-size:20px;color:#e5e7eb;max-width:820px}
.page-hero-image-v2 img{width:100%;height:360px;object-fit:cover;border-radius:28px;box-shadow:0 26px 70px rgba(0,0,0,.28)}
.page-body-v2{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding:54px 7vw;background:#f8fafc}
.page-content-card-v2,.page-side-card-v2{background:white;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.page-content-card-v2 h2{font-size:30px;margin-top:8px}
.page-content-card-v2 h3{font-size:24px}
.page-content-card-v2 p,.page-content-card-v2 li{font-size:18px;line-height:1.85;color:#374151}
.page-content-card-v2 table{width:100%;border-collapse:collapse;margin:18px 0}
.page-content-card-v2 th,.page-content-card-v2 td{border:1px solid #e5e7eb;padding:12px;text-align:left}
.page-content-card-v2 th{background:#f3f4f6}
.page-side-card-v2{align-self:start;position:sticky;top:90px}
.page-side-card-v2 h2{margin-top:0}
.page-side-card-v2 p{color:#4b5563;line-height:1.7}

@media(max-width:960px){
  .page-card-grid-v2,.page-hero-v2,.page-body-v2{grid-template-columns:1fr}
  .page-hero-v2{padding:52px 7vw}
  .page-hero-image-v2 img{height:260px}
  .page-side-card-v2{position:static}
}


/* =========================================================
   HL3C Pages V2 - Soft Professional Bright Theme
========================================================= */
.page-admin-card-v2,.page-content-card-v2,.page-side-card-v2{
  background:#fff;
  border:1px solid rgba(23,32,51,.08);
  box-shadow:0 14px 38px rgba(23,32,51,.065);
}
.page-meta-v2 span{background:#eef3f7;color:#475569}
.page-hero-v2,
.page-hero-v2.page-type-faq,
.page-hero-v2.page-type-contact,
.page-hero-v2.page-type-landing{
  background:
    radial-gradient(circle at 88% 18%, rgba(217,106,69,.22), transparent 34%),
    linear-gradient(135deg,#172033 0%,#25364c 100%);
  color:#f8fafc;
}
.page-hero-text-v2 h1{letter-spacing:-.02em}
.page-hero-text-v2 p{color:#dbe7f1;line-height:1.85}
.page-hero-image-v2 img{
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 26px 70px rgba(23,32,51,.28);
}
.page-body-v2{
  background:linear-gradient(180deg,#f4f7fa 0%,#eef3f7 100%);
}
.page-content-card-v2 h2,.page-content-card-v2 h3,.page-side-card-v2 h2{color:var(--ink-strong)}
.page-content-card-v2 p,.page-content-card-v2 li,.page-side-card-v2 p{color:#475569}
.page-content-card-v2 th{background:#eef3f7;color:var(--ink-strong)}
.page-content-card-v2 th,.page-content-card-v2 td{border-color:#dbe3ec}

/* =========================================================
   HL3C 前台統一柔和專業主題 v29
   放在最後載入；或覆蓋目前 active 的 site-theme 檔
   風格：明亮柔和、不刺眼、專業影音設備租賃
   ========================================================= */
:root{
  --brand:#d8643f !important;
  --brand-2:#ef8b68 !important;
  --brand-soft:#fff1eb !important;
  --ink:#1e293b !important;
  --muted:#64748b !important;
  --line:#dfe7ef !important;
  --soft:#f3f6fa !important;
  --soft-2:#eaf1f7 !important;
  --dark:#172033 !important;
  --navy:#172033 !important;
  --card:#ffffff !important;
  --shadow:0 14px 36px rgba(30,41,59,.08) !important;
  --shadow-hover:0 20px 52px rgba(30,41,59,.12) !important;
}
html{background:#f3f6fa !important;}
body{
  background:
    radial-gradient(circle at 10% 0%, rgba(216,100,63,.10), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(93,120,150,.12), transparent 32%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f8 52%,#f7f9fc 100%) !important;
  color:var(--ink) !important;
}
a{color:inherit;}
.site-header,
.header,
.main-header,
.navbar{
  background:rgba(255,255,255,.92) !important;
  color:var(--ink) !important;
  border-bottom:1px solid rgba(30,41,59,.08) !important;
  box-shadow:0 10px 28px rgba(30,41,59,.06) !important;
  backdrop-filter:blur(14px) !important;
}
.brand,
.logo,
.site-logo,
.site-title{
  color:var(--navy) !important;
}
.brand::after,
.logo::after{background:var(--brand) !important;}
.top-nav a,
.site-header a,
.navbar a{
  color:var(--ink) !important;
}
.top-nav a:hover,
.site-header a:hover,
.navbar a:hover{
  color:var(--brand) !important;
  border-color:var(--brand) !important;
}
.nav-toggle{background:var(--navy) !important;color:#fff !important;}

/* Hero / 首頁主視覺 */
.hero,
.home-hero-v2,
.category-hero,
.category-hero-v2,
.page-hero-v2,
.product-hero-v2{
  background:
    radial-gradient(circle at 12% 16%, rgba(216,100,63,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(93,120,150,.18), transparent 34%),
    linear-gradient(135deg,#f7f9fc 0%,#eef4f9 52%,#f9f4ef 100%) !important;
  color:var(--ink) !important;
}
.hero h1,
.home-hero-content-v2 h1,
.category-hero h1,
.category-hero-v2 h1,
.page-hero-text-v2 h1,
.product-info-v2 h1{
  color:var(--navy) !important;
  letter-spacing:.01em;
}
.hero p,
.home-hero-content-v2 p,
.category-hero p,
.category-hero-v2 p,
.page-hero-text-v2 p,
.product-summary-v2{
  color:#475569 !important;
}
.eyebrow,
.section-eyebrow,
.product-cat-v2,
.sku-v2{
  color:var(--brand) !important;
}
.hero-card,
.hero-floating-card-v2,
.product-gallery-v2,
.product-content-v2,
.product-spec-v2,
.product-note-v2,
.page-content-card-v2,
.page-side-card-v2,
.home-seo-box-v2,
.card,
.product-card,
.product-card-v2,
.home-service-card-v2,
.category-card,
.case-card,
.service-card,
.area-card,
.feature-card{
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(30,41,59,.08) !important;
  border-radius:24px !important;
  box-shadow:var(--shadow) !important;
  color:var(--ink) !important;
}
.card:hover,
.product-card:hover,
.product-card-v2:hover,
.home-service-card-v2:hover,
.category-card:hover,
.case-card:hover,
.service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-hover) !important;
}
.card p,
.product-card p,
.product-card-v2 p,
.home-service-card-v2 p,
.page-side-card-v2 p,
.page-content-card-v2 p,
.page-content-card-v2 li,
.home-seo-box-v2 p{
  color:#475569 !important;
}
.section,
.home-featured-v2,
.page-body-v2,
.home-seo-v2,
.product-detail-v2{
  background:transparent !important;
}
.section:nth-of-type(even),
.home-featured-v2{
  background:rgba(234,241,247,.55) !important;
}
.section-title,
.section h2,
.home-seo-box-v2 h2,
.page-content-card-v2 h2,
.page-content-card-v2 h3{
  color:var(--navy) !important;
}
.section-sub{color:var(--muted) !important;}

/* 深色區塊改柔和深藍灰 */
.home-cases-v2,
.site-footer,
.footer,
.main-footer{
  background:linear-gradient(135deg,#172033 0%,#243247 100%) !important;
  color:#eef4fa !important;
}
.home-cases-v2 .section-title,
.home-cases-v2 h2,
.site-footer h3,
.footer h3{
  color:#fff !important;
}
.home-cases-v2 .section-sub,
.home-cases-v2 p,
.site-footer p,
.site-footer a,
.footer p,
.footer a{
  color:#d8e3ee !important;
}
.home-case-grid-v2 article{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:none !important;
}
.case-number-v2{color:#f6b69f !important;}
.copyright{color:#cbd8e4 !important;border-top-color:rgba(255,255,255,.16) !important;}

/* CTA / 按鈕 */
.btn,
.primary-btn,
.button,
button.btn,
a.btn,
.home-cta-v2 .btn{
  background:linear-gradient(135deg,#d8643f,#ea805d) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:0 12px 26px rgba(216,100,63,.20) !important;
  font-weight:800 !important;
}
.btn:hover,
.primary-btn:hover,
.button:hover,
a.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(216,100,63,.26) !important;
}
.btn.secondary,
.secondary-btn,
a.btn.secondary{
  background:linear-gradient(135deg,#172033,#2b3a52) !important;
  color:#fff !important;
}
.home-cta-v2{
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg,#d8643f,#b95234) !important;
  color:#fff !important;
}
.home-cta-v2 h2{color:#fff !important;}
.home-cta-v2 p{color:#fff2ed !important;}

/* 圖片與商品卡 */
.hero img,
.home-hero-visual-v2 img,
.page-hero-image-v2 img,
.product-main-img-v2,
.product-card img,
.product-card-img-wrap img{
  border-radius:24px !important;
  box-shadow:0 18px 45px rgba(30,41,59,.12) !important;
}
.product-card-img-wrap,
.product-main-img-v2,
.img-preview-box{
  background:#eef3f8 !important;
}
.product-badge-v2,
.product-card-img-wrap span,
.product-admin-img span,
.service-icon-v2{
  background:#fff0e9 !important;
  color:#c45332 !important;
}
.price,
.product-price-v2{color:var(--brand) !important;}
.product-thumbs-v2 button{border-color:var(--line) !important;background:#fff !important;}
.product-spec-v2 th,
.page-content-card-v2 th{background:#eef3f8 !important;color:var(--navy) !important;}

/* 表單、搜尋 */
input,textarea,select{
  border-color:#cfd9e5 !important;
  background:#fff !important;
  color:var(--ink) !important;
  border-radius:12px !important;
}
input:focus,textarea:focus,select:focus{
  outline:2px solid rgba(216,100,63,.18) !important;
  border-color:#df8a6b !important;
}
.category-search-v2 input{
  box-shadow:0 10px 24px rgba(30,41,59,.05) !important;
}

/* 讓舊版強烈紅黑漸層失效 */
[style*="#111827"],
[style*="#991b1b"],
[style*="#e8422c"]{
  color:inherit;
}

@media(max-width:900px){
  .top-nav{background:rgba(255,255,255,.96) !important;}
  .home-hero-v2,
  .hero,
  .category-hero-v2,
  .page-hero-v2,
  .product-hero-v2{padding-top:48px !important;padding-bottom:48px !important;}
}



/* ===== home-category-v3.css ===== */

/* HL3C Home/Category V3 */
.home-v3-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:70px 7vw;background:linear-gradient(135deg,#111827 0%,#1f2937 55%,#7f1d1d 130%);color:white}
.home-v3-hero-main h1{font-size:clamp(42px,6vw,76px);line-height:1.1;margin:0 0 20px;font-weight:950}
.home-v3-hero-main p{font-size:21px;color:#e5e7eb;max-width:820px}
.home-v3-search,.cat-v3-search{display:flex;gap:10px;margin-top:26px;background:rgba(255,255,255,.1);padding:10px;border:1px solid rgba(255,255,255,.16);border-radius:18px;backdrop-filter:blur(8px)}
.home-v3-search input,.cat-v3-search input{flex:1;border:0;border-radius:12px;padding:14px 16px;font-size:17px}
.home-v3-quick-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.home-v3-quick-tags a{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:8px 12px;border-radius:999px;color:white}
.home-v3-quick-tags a:hover{background:white;color:#111827}
.home-v3-hero-panel{background:rgba(255,255,255,.96);color:#111827;border-radius:30px;padding:24px;box-shadow:0 28px 90px rgba(0,0,0,.24)}
.home-v3-hero-panel h2{margin-top:0}
.home-v3-need-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.home-v3-need-grid a{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:18px;padding:12px;background:#f8fafc}
.home-v3-need-grid a:hover{border-color:#e8422c;background:#fff1f2}
.home-v3-need-grid strong{grid-row:span 2;width:48px;height:48px;border-radius:14px;background:#e8422c;color:white;display:flex;align-items:center;justify-content:center;font-weight:900}
.home-v3-need-grid span{font-weight:800}
.home-v3-need-grid small{color:#6b7280}

.home-v3-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}
.home-v3-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-v3-category-card{display:flex;gap:14px;background:white;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 8px 30px rgba(0,0,0,.04);transition:.18s ease}
.home-v3-category-card:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(0,0,0,.08);border-color:#fecaca}
.home-v3-cat-icon{flex:0 0 54px;width:54px;height:54px;border-radius:16px;background:#fff1f2;color:#e8422c;display:flex;align-items:center;justify-content:center;font-weight:950}
.home-v3-category-card h3{margin:0 0 8px;font-size:20px}
.home-v3-category-card p{margin:0 0 8px;color:#6b7280;font-size:15px;line-height:1.55}
.home-v3-category-card small{color:#e8422c;font-weight:800}
.home-v3-scenarios{background:#f8fafc}
.home-v3-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-v3-scenario-card{background:white;border:1px solid var(--line);border-radius:24px;padding:22px}
.home-v3-scenario-card h3{font-size:24px;margin:0 0 14px}
.home-v3-scenario-card div{display:flex;flex-wrap:wrap;gap:8px}
.home-v3-scenario-card a{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:7px 11px;color:#374151}
.home-v3-scenario-card a:hover{background:#e8422c;color:white}
.home-v3-featured{background:white}
.home-v3-product-grid,.cat-v3-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-v3-product-card,.cat-v3-product-card{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.04);transition:.18s ease}
.home-v3-product-card:hover,.cat-v3-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(0,0,0,.08)}
.home-v3-product-img,.cat-v3-product-img{position:relative;display:block;background:#f8fafc}
.home-v3-product-img img,.cat-v3-product-img img{width:100%;height:210px;object-fit:contain;padding:10px}
.home-v3-product-img span,.cat-v3-product-img span{position:absolute;top:12px;left:12px;background:#e8422c;color:white;border-radius:999px;padding:4px 10px;font-size:13px}
.home-v3-product-body,.cat-v3-product-body{padding:18px}
.home-v3-product-body small,.cat-v3-product-body small{display:block;color:#6b7280;margin-bottom:6px}
.home-v3-product-body h3,.cat-v3-product-body h3{font-size:21px;margin:0 0 8px}
.home-v3-product-body p,.cat-v3-product-body p{color:#4b5563;min-height:54px}
.home-v3-spec,.cat-v3-spec{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px;color:#374151;font-size:14px;margin:12px 0}
.home-v3-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#e8422c,#991b1b);color:white;padding:50px 7vw}
.home-v3-cta h2{font-size:34px;margin:0 0 8px}
.home-v3-cta p{margin:0;color:#fee2e2}
.home-v3-cta .btn{background:white;color:#b91c1c}

.cat-v3-hero{display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:end;background:linear-gradient(135deg,#111827,#1f2937);color:white;padding:58px 7vw}
.cat-v3-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.12;margin:0 0 14px}
.cat-v3-hero p{font-size:20px;color:#e5e7eb;max-width:820px}
.cat-v3-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;padding:34px 7vw;background:#f8fafc}
.cat-v3-sidebar{position:sticky;top:86px;align-self:start;background:white;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.cat-v3-sidebar h2{margin:0 0 14px;font-size:22px}
.cat-v3-side-list{display:flex;flex-direction:column;gap:8px}
.cat-v3-side-list a{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:16px;padding:9px;background:#fff}
.cat-v3-side-list a.active,.cat-v3-side-list a:hover{background:#fff1f2;border-color:#fecaca}
.cat-v3-side-list span{width:42px;height:42px;border-radius:12px;background:#f3f4f6;color:#e8422c;display:flex;align-items:center;justify-content:center;font-weight:900}
.cat-v3-side-list strong{font-size:15px}
.cat-v3-side-list small{color:#6b7280}
.cat-v3-main{min-width:0}
.cat-v3-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;background:white;border:1px solid var(--line);border-radius:22px;padding:18px 22px;margin-bottom:18px}
.cat-v3-bar h2{margin:0;font-size:28px}
.cat-v3-bar p{margin:4px 0 0;color:#6b7280}

@media(max-width:1100px){
  .home-v3-category-grid,.home-v3-product-grid,.cat-v3-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-v3-scenario-grid{grid-template-columns:1fr 1fr}
  .cat-v3-layout{grid-template-columns:1fr}
  .cat-v3-sidebar{position:static}
}
@media(max-width:780px){
  .home-v3-hero,.cat-v3-hero{grid-template-columns:1fr;padding:46px 7vw}
  .home-v3-search,.cat-v3-search{display:block}
  .home-v3-search .btn,.cat-v3-search .btn{margin-top:10px;width:100%}
  .home-v3-need-grid,.home-v3-category-grid,.home-v3-product-grid,.cat-v3-product-grid,.home-v3-scenario-grid{grid-template-columns:1fr}
  .home-v3-cta,.cat-v3-bar{display:block}
  .home-v3-cta .btn,.cat-v3-bar .btn{margin-top:14px}
}



/* ===== brand-catalog-v4.css ===== */

:root{
  --hl-navy:#0b1220;
  --hl-navy2:#111827;
  --hl-slate:#334155;
  --hl-red:#e8422c;
  --hl-red2:#b42318;
  --hl-gold:#f2b84b;
  --hl-card:#ffffff;
  --hl-soft:#f8fafc;
  --hl-border:#e5e7eb;
}
.site-header{
  box-shadow:0 10px 30px rgba(2,6,23,.06);
}
.top-nav a:hover{color:var(--hl-red)}
.brand-v4-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fecaca;
  letter-spacing:.18em;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.brand-v4-kicker:before{
  content:"";
  width:34px;height:2px;background:var(--hl-red);display:inline-block;
}
.brand-v4-hero{
  position:relative;
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:50px;
  align-items:center;
  min-height:720px;
  padding:86px 7vw;
  color:white;
  background:
    radial-gradient(circle at 15% 18%, rgba(232,66,44,.24), transparent 30%),
    radial-gradient(circle at 76% 8%, rgba(242,184,75,.15), transparent 28%),
    linear-gradient(135deg,#08111f 0%,#111827 58%,#2b1110 130%);
  overflow:hidden;
}
.brand-v4-orb{
  position:absolute;border-radius:999px;filter:blur(8px);opacity:.55;pointer-events:none;
  animation:floatOrb 8s ease-in-out infinite alternate;
}
.brand-v4-orb-a{width:260px;height:260px;background:rgba(232,66,44,.15);left:4%;bottom:8%}
.brand-v4-orb-b{width:190px;height:190px;background:rgba(242,184,75,.13);right:8%;top:10%;animation-delay:1.2s}
@keyframes floatOrb{from{transform:translateY(0)}to{transform:translateY(-24px)}}
.brand-v4-hero-copy,.brand-v4-visual{position:relative;z-index:1}
.brand-v4-hero-copy h1{
  font-size:clamp(44px,6.2vw,82px);
  line-height:1.08;
  margin:18px 0 24px;
  font-weight:950;
  letter-spacing:.01em;
}
.brand-v4-hero-copy h1 span{
  background:linear-gradient(90deg,#fff,#fecaca);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.brand-v4-hero-copy p{
  max-width:800px;
  color:#dbe4ef;
  font-size:21px;
}
.brand-v4-search{
  display:flex;
  gap:10px;
  margin-top:28px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  padding:10px;
  border-radius:20px;
  backdrop-filter:blur(10px);
}
.brand-v4-search input{
  flex:1;border:0;border-radius:14px;padding:15px 18px;font-size:17px;
}
.brand-v4-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.brand-v4-visual{min-height:520px}
.brand-v4-image-frame{
  position:absolute;inset:30px 0 30px 20px;
  border-radius:34px;
  transform:rotate(1.5deg);
  box-shadow:0 38px 110px rgba(0,0,0,.38);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  background:#111827;
}
.brand-v4-image-frame:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.48));
}
.brand-v4-image-frame img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}
.brand-v4-metric{
  position:absolute;
  background:rgba(255,255,255,.92);
  color:#111827;
  border:1px solid rgba(255,255,255,.6);
  border-radius:20px;
  padding:16px 18px;
  box-shadow:0 18px 60px rgba(0,0,0,.25);
  backdrop-filter:blur(10px);
  animation:floatCard 5.8s ease-in-out infinite alternate;
}
.brand-v4-metric strong{display:block;font-size:18px}
.brand-v4-metric span{display:block;color:#64748b;font-size:14px}
.brand-v4-metric-a{left:-4px;bottom:68px}
.brand-v4-metric-b{right:-8px;top:72px;animation-delay:1s}
@keyframes floatCard{from{transform:translateY(0)}to{transform:translateY(-14px)}}

.brand-v4-section{padding:72px 7vw}
.brand-v4-section-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:30px;
}
.brand-v4-section-head span,.brand-v4-trust-card>span{
  display:block;
  color:var(--hl-red);
  font-size:13px;
  letter-spacing:.14em;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:8px;
}
.brand-v4-section-head h2,.brand-v4-trust-card h2{
  font-size:clamp(32px,4vw,48px);
  line-height:1.15;
  margin:0 0 10px;
  color:#111827;
}
.brand-v4-section-head p{color:#64748b;font-size:18px;margin:0}
.brand-v4-textlink{color:var(--hl-red);font-weight:900}
.brand-v4-catalog{background:linear-gradient(180deg,#fff,#f8fafc)}
.brand-v4-catalog-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.brand-v4-catalog-card{
  display:flex;
  gap:16px;
  background:white;
  border:1px solid var(--hl-border);
  border-radius:24px;
  padding:22px;
  min-height:172px;
  box-shadow:0 10px 35px rgba(15,23,42,.05);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.brand-v4-catalog-card:hover{
  transform:translateY(-6px);
  border-color:#fecaca;
  box-shadow:0 22px 58px rgba(15,23,42,.1);
}
.brand-v4-catalog-icon{
  flex:0 0 58px;
  width:58px;height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff1f2,#fee2e2);
  color:var(--hl-red);
  display:flex;align-items:center;justify-content:center;
  font-weight:950;
}
.brand-v4-catalog-card h3{margin:0 0 8px;font-size:21px;color:#111827}
.brand-v4-catalog-card p{margin:0 0 10px;color:#64748b;line-height:1.55;font-size:15px}
.brand-v4-catalog-card small{font-weight:900;color:var(--hl-red)}
.brand-v4-scenarios{background:#0b1220;color:white}
.brand-v4-scenarios .brand-v4-section-head h2{color:white}
.brand-v4-scenarios .brand-v4-section-head p{color:#cbd5e1}
.brand-v4-scenario-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.brand-v4-scenario-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 55px rgba(0,0,0,.18);
}
.brand-v4-scenario-card h3{font-size:24px;margin:0 0 16px;color:white}
.brand-v4-scenario-card div{display:flex;flex-wrap:wrap;gap:8px}
.brand-v4-scenario-card a{
  color:white;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:8px 12px;
}
.brand-v4-scenario-card a:hover{background:var(--hl-red)}
.brand-v4-featured{background:white}
.brand-v4-product-grid,.cat-v4-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.brand-v4-product-card,.cat-v4-product-card{
  background:white;
  border:1px solid var(--hl-border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 35px rgba(15,23,42,.05);
  transition:.22s ease;
}
.brand-v4-product-card:hover,.cat-v4-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 58px rgba(15,23,42,.1);
}
.brand-v4-product-img,.cat-v4-product-img{
  position:relative;
  display:block;
  background:linear-gradient(180deg,#f8fafc,#fff);
}
.brand-v4-product-img img,.cat-v4-product-img img{
  width:100%;
  height:220px;
  object-fit:contain;
  padding:16px;
}
.brand-v4-product-img span,.cat-v4-product-img span{
  position:absolute;left:12px;top:12px;
  background:var(--hl-red);
  color:white;border-radius:999px;padding:5px 11px;font-size:13px;font-weight:900;
}
.brand-v4-product-body,.cat-v4-product-body{padding:20px}
.brand-v4-product-body small,.cat-v4-product-body small{display:block;color:#64748b;margin-bottom:6px}
.brand-v4-product-body h3,.cat-v4-product-body h3{font-size:21px;line-height:1.35;margin:0 0 8px;color:#111827}
.brand-v4-product-body p,.cat-v4-product-body p{color:#475569;min-height:56px}
.brand-v4-spec{
  background:#f8fafc;
  border:1px solid var(--hl-border);
  border-radius:14px;
  padding:9px 11px;
  color:#334155;
  font-size:14px;
  margin:12px 0;
}
.brand-v4-trust{background:#f8fafc}
.brand-v4-trust-card{
  background:white;
  border:1px solid var(--hl-border);
  border-radius:34px;
  padding:42px;
  box-shadow:0 20px 70px rgba(15,23,42,.08);
}
.brand-v4-trust-card p{font-size:19px;color:#475569;max-width:940px}
.brand-v4-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:30px;
}
.brand-v4-trust-grid div{
  background:#0b1220;
  color:white;
  border-radius:22px;
  padding:22px;
}
.brand-v4-trust-grid strong{display:block;color:#fca5a5;font-size:26px}
.brand-v4-trust-grid span{font-weight:800}
.brand-v4-cta{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  padding:56px 7vw;
  color:white;
  background:linear-gradient(135deg,var(--hl-red),#7f1d1d);
}
.brand-v4-cta h2{font-size:36px;margin:0 0 8px}
.brand-v4-cta p{margin:0;color:#fee2e2}
.brand-v4-cta .btn{background:white;color:#991b1b}

.cat-v4-hero{
  display:grid;
  grid-template-columns:1fr .88fr;
  gap:32px;
  align-items:end;
  padding:64px 7vw;
  color:white;
  background:
    radial-gradient(circle at 16% 12%, rgba(232,66,44,.22), transparent 28%),
    linear-gradient(135deg,#08111f,#111827 64%,#2b1110);
}
.cat-v4-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.12;margin:16px 0}
.cat-v4-hero p{font-size:20px;color:#dbe4ef}
.cat-v4-search{
  display:flex;gap:10px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  padding:10px;border-radius:20px;
}
.cat-v4-search input{flex:1;border:0;border-radius:14px;padding:14px 16px;font-size:16px}
.cat-v4-layout{
  display:grid;
  grid-template-columns:310px 1fr;
  gap:30px;
  padding:38px 7vw;
  background:#f8fafc;
}
.cat-v4-sidebar{
  position:sticky;top:86px;align-self:start;
  background:white;border:1px solid var(--hl-border);
  border-radius:26px;padding:18px;
  box-shadow:0 12px 40px rgba(15,23,42,.06);
}
.cat-v4-sidebar h2{margin:0 0 14px}
.cat-v4-side-list{display:flex;flex-direction:column;gap:8px}
.cat-v4-side-list a{
  display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;
  border:1px solid var(--hl-border);border-radius:16px;padding:10px;background:white;
}
.cat-v4-side-list a.active,.cat-v4-side-list a:hover{background:#fff1f2;border-color:#fecaca}
.cat-v4-side-list span{
  width:44px;height:44px;border-radius:14px;background:#f8fafc;color:var(--hl-red);
  display:flex;align-items:center;justify-content:center;font-weight:950;
}
.cat-v4-side-list strong{font-size:15px}
.cat-v4-side-list small{color:#64748b}
.cat-v4-bar{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  background:white;border:1px solid var(--hl-border);border-radius:24px;padding:20px 24px;margin-bottom:20px;
  box-shadow:0 10px 35px rgba(15,23,42,.04);
}
.cat-v4-bar h2{margin:0;font-size:30px}
.cat-v4-bar p{margin:4px 0 0;color:#64748b}
.reveal-on-scroll{opacity:0;transform:translateY(22px);animation:revealV4 .7s ease forwards}
.reveal-on-scroll:nth-child(2){animation-delay:.08s}
.reveal-on-scroll:nth-child(3){animation-delay:.14s}
.reveal-on-scroll:nth-child(4){animation-delay:.2s}
.reveal-on-scroll:nth-child(5){animation-delay:.26s}
@keyframes revealV4{to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion: reduce){
  .brand-v4-orb,.brand-v4-metric,.reveal-on-scroll{animation:none;opacity:1;transform:none}
}
@media(max-width:1120px){
  .brand-v4-catalog-grid,.brand-v4-product-grid,.cat-v4-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .brand-v4-scenario-grid,.brand-v4-trust-grid{grid-template-columns:1fr 1fr}
  .cat-v4-layout{grid-template-columns:1fr}
  .cat-v4-sidebar{position:static}
}
@media(max-width:820px){
  .brand-v4-hero,.cat-v4-hero{grid-template-columns:1fr;padding:52px 7vw}
  .brand-v4-visual{min-height:360px}
  .brand-v4-image-frame{inset:10px 0;transform:none}
  .brand-v4-metric{position:relative;display:inline-block;margin:10px 8px 0 0;left:auto;right:auto;top:auto;bottom:auto}
  .brand-v4-search,.cat-v4-search{display:block}
  .brand-v4-search .btn,.cat-v4-search .btn{width:100%;margin-top:10px}
  .brand-v4-section-head,.brand-v4-cta,.cat-v4-bar{display:block}
  .brand-v4-catalog-grid,.brand-v4-product-grid,.cat-v4-product-grid,.brand-v4-scenario-grid,.brand-v4-trust-grid{grid-template-columns:1fr}
  .brand-v4-cta .btn,.cat-v4-bar .btn{margin-top:14px}
}



/* ===== category-images.css ===== */

/* Category image cards patch */
.brand-v4-catalog-grid-photo .brand-v4-photo-card{
  display:block;
  padding:0;
  overflow:hidden;
}
.brand-v4-cat-photo{
  position:relative;
  height:180px;
  background:#f8fafc;
  overflow:hidden;
}
.brand-v4-cat-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.brand-v4-photo-card:hover .brand-v4-cat-photo img{
  transform:scale(1.06);
}
.brand-v4-cat-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(8,17,31,0) 40%, rgba(8,17,31,.62) 100%);
}
.brand-v4-cat-photo span{
  position:absolute;
  left:18px;
  bottom:16px;
  z-index:2;
  width:54px;
  height:54px;
  border-radius:18px;
  background:rgba(232,66,44,.92);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  box-shadow:0 14px 32px rgba(0,0,0,.22);
}
.brand-v4-photo-card > div:last-child{
  padding:20px 22px 22px;
}
.brand-v4-cat-photo.img-error{
  display:none;
}
.category-image-admin-table textarea{
  min-width:260px;
  min-height:80px;
}
.category-image-admin-table input[name*="image_url"]{
  min-width:330px;
}
.category-admin-thumb{
  display:block;
  width:150px;
  height:90px;
  object-fit:cover;
  border-radius:12px;
  margin-top:8px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}
@media(max-width:900px){
  .brand-v4-cat-photo{height:210px}
}



/* ===== category-cards-v5.css ===== */

/* HL3C 分類卡片 V5：強化分類感、減少文字感、隱藏項目數量 */

/* 隱藏所有「幾項設備」數量 */
.brand-v4-catalog-card small,
.brand-v4-photo-card small,
.home-v3-category-card small,
.home-v3-need-grid small {
  display: none !important;
}

/* 分類區背景與整體節奏 */
.brand-v4-catalog {
  background:
    radial-gradient(circle at 8% 8%, rgba(232,66,44,.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.brand-v4-catalog .brand-v4-section-head {
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 22px;
}

/* 分類卡片改成「圖像入口」而不是文字卡片 */
.brand-v4-catalog-grid-photo {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.brand-v4-catalog-grid-photo .brand-v4-photo-card,
.brand-v4-catalog-card {
  position: relative;
  min-height: 250px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(226,232,240,.95);
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, .07);
}

/* 有照片的卡片：照片變主角 */
.brand-v4-cat-photo {
  height: 210px !important;
}

.brand-v4-cat-photo img {
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

.brand-v4-cat-photo::after {
  background:
    linear-gradient(180deg, rgba(8,17,31,0) 28%, rgba(8,17,31,.74) 100%) !important;
}

/* 圖片上的分類縮寫 */
.brand-v4-cat-photo span {
  left: 20px !important;
  bottom: 18px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #e8422c, #b42318) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(180, 35, 24, .32) !important;
}

/* 文字區縮短，凸顯分類入口 */
.brand-v4-photo-card > div:last-child {
  padding: 22px 24px 26px !important;
}

.brand-v4-catalog-card h3 {
  font-size: 25px !important;
  line-height: 1.28 !important;
  margin-bottom: 10px !important;
  letter-spacing: .01em;
}

.brand-v4-catalog-card p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #64748b !important;
  margin-bottom: 0 !important;

  /* 最多顯示 2 行，避免像一大堆文字 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 沒照片的卡片也改成分類入口感 */
.brand-v4-catalog-card:not(.brand-v4-photo-card) {
  display: grid !important;
  grid-template-columns: 72px 1fr;
  align-items: center;
  min-height: 210px;
  padding: 26px !important;
}

.brand-v4-catalog-card:not(.brand-v4-photo-card)::before {
  content: "設備分類";
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 13px;
  font-weight: 900;
  color: #e8422c;
  background: #fff1f2;
  padding: 6px 10px;
  border-radius: 999px;
}

.brand-v4-catalog-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #fff1f2, #fee2e2) !important;
  color: #d9482f !important;
  font-size: 18px;
}

/* 滑過效果更像入口按鈕 */
.brand-v4-catalog-card:hover {
  transform: translateY(-7px) !important;
  border-color: #fecaca !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12) !important;
}

.brand-v4-catalog-card:hover h3 {
  color: #d9482f;
}

/* 加上右下角箭頭，強化可點擊感 */
.brand-v4-catalog-card::after {
  content: "→";
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1220;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-6px);
  transition: .22s ease;
}

.brand-v4-catalog-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* 沒照片卡片的文字避免撞箭頭 */
.brand-v4-catalog-card:not(.brand-v4-photo-card) p {
  padding-right: 38px;
}

/* 有照片卡片在手機仍好讀 */
@media (max-width: 1120px) {
  .brand-v4-catalog-grid-photo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .brand-v4-catalog-grid-photo {
    grid-template-columns: 1fr;
  }

  .brand-v4-cat-photo {
    height: 190px !important;
  }

  .brand-v4-catalog-card h3 {
    font-size: 23px !important;
  }
}



/* ===== category-color-footer-v6.css ===== */

/* HL3C V6：分類卡片色彩分區＋Footer 專業化 */

/* 仍然隱藏「幾項設備」 */
.brand-v4-catalog-card small,
.brand-v4-photo-card small,
.home-v3-category-card small,
.home-v3-need-grid small {
  display: none !important;
}

/* 分類卡片：用色彩邊線與 hover 區分分類，不要每張都一樣 */
.brand-v4-catalog-grid-photo .brand-v4-catalog-card {
  --cat-accent: #e8422c;
  --cat-accent-dark: #b42318;
  --cat-accent-soft: #fff1f2;
  border-top: 5px solid var(--cat-accent) !important;
}

.brand-v4-catalog-grid-photo .brand-v4-catalog-card:nth-child(6n+1) {
  --cat-accent: #e8422c;
  --cat-accent-dark: #b42318;
  --cat-accent-soft: #fff1f2;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:nth-child(6n+2) {
  --cat-accent: #2563eb;
  --cat-accent-dark: #1d4ed8;
  --cat-accent-soft: #eff6ff;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:nth-child(6n+3) {
  --cat-accent: #0f766e;
  --cat-accent-dark: #0f5f59;
  --cat-accent-soft: #ecfdf5;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:nth-child(6n+4) {
  --cat-accent: #7c3aed;
  --cat-accent-dark: #6d28d9;
  --cat-accent-soft: #f5f3ff;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:nth-child(6n+5) {
  --cat-accent: #ca8a04;
  --cat-accent-dark: #a16207;
  --cat-accent-soft: #fffbeb;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:nth-child(6n+6) {
  --cat-accent: #0891b2;
  --cat-accent-dark: #0e7490;
  --cat-accent-soft: #ecfeff;
}

/* 沒照片分類的色塊 */
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:not(.brand-v4-photo-card) {
  background:
    radial-gradient(circle at right top, var(--cat-accent-soft) 0%, transparent 46%),
    #fff !important;
}

.brand-v4-catalog-grid-photo .brand-v4-catalog-card:not(.brand-v4-photo-card)::before {
  background: var(--cat-accent-soft) !important;
  color: var(--cat-accent-dark) !important;
}

.brand-v4-catalog-grid-photo .brand-v4-catalog-card .brand-v4-catalog-icon {
  background: var(--cat-accent-soft) !important;
  color: var(--cat-accent-dark) !important;
}

/* 有照片分類的縮寫色塊 */
.brand-v4-catalog-grid-photo .brand-v4-cat-photo span {
  background: linear-gradient(135deg, var(--cat-accent), var(--cat-accent-dark)) !important;
}

/* hover：整張卡更有互動感 */
.brand-v4-catalog-grid-photo .brand-v4-catalog-card:hover {
  border-color: color-mix(in srgb, var(--cat-accent) 55%, #ffffff) !important;
  box-shadow:
    0 26px 72px rgba(15,23,42,.14),
    0 0 0 1px color-mix(in srgb, var(--cat-accent) 28%, transparent) !important;
}

.brand-v4-catalog-grid-photo .brand-v4-catalog-card:hover h3 {
  color: var(--cat-accent-dark) !important;
}

.brand-v4-catalog-grid-photo .brand-v4-catalog-card::after {
  background: var(--cat-accent-dark) !important;
}

.brand-v4-catalog-grid-photo .brand-v4-catalog-card:hover::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* 有照片的卡片，hover 時照片加深並帶色 */
.brand-v4-catalog-grid-photo .brand-v4-photo-card:hover .brand-v4-cat-photo::after {
  background:
    linear-gradient(180deg, rgba(8,17,31,.05) 18%, rgba(8,17,31,.72) 100%),
    linear-gradient(135deg, color-mix(in srgb, var(--cat-accent) 30%, transparent), transparent) !important;
}

/* Footer 改成公司資訊型，不再像產品型錄重複一大串 */
.site-footer {
  margin-top: 0;
  background:
    linear-gradient(180deg, #151922 0%, #0b1220 100%) !important;
  color: #e5e7eb;
  border-top: 6px solid #d9482f;
}

.footer-v6 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 54px 7vw 26px;
}

.footer-v6-main {
  display: grid;
  grid-template-columns: 1.45fr .85fr .85fr 1fr;
  gap: 34px;
}

.footer-v6 h2,
.footer-v6 h3 {
  color: #fff;
  margin-top: 0;
}

.footer-v6-brand h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.footer-v6-brand p,
.footer-v6 p,
.footer-v6 li,
.footer-v6 a {
  color: #cbd5e1;
  line-height: 1.75;
}

.footer-v6 a:hover {
  color: #fff;
}

.footer-v6-kicker {
  display: inline-block;
  color: #fca5a5;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: 12px;
  margin-bottom: 10px;
}

.footer-v6-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-v6-list li {
  margin: 8px 0;
}

.footer-v6-service-area {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 18px;
}

.footer-v6-service-area strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.footer-v6-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 36px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #94a3b8;
  font-size: 14px;
}

.footer-v6-bottom a {
  color: #94a3b8;
}

@media (max-width: 980px) {
  .footer-v6-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-v6-main {
    grid-template-columns: 1fr;
  }

  .footer-v6 {
    padding: 42px 6vw 24px;
  }
}



/* ===== cases-v1.css ===== */

/* HL3C Cases V1 */
.cases-v1-hero{
  display:grid;
  grid-template-columns:1fr 520px;
  gap:30px;
  align-items:end;
  padding:72px 7vw;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(232,66,44,.25), transparent 32%),
    linear-gradient(135deg,#08111f,#111827 62%,#2b1110);
}
.cases-v1-hero span,.product-related-cases-head span,.case-v1-detail-copy span{
  display:block;
  color:#fca5a5;
  font-weight:900;
  letter-spacing:.14em;
  font-size:13px;
  margin-bottom:10px;
}
.cases-v1-hero h1{
  font-size:clamp(42px,6vw,72px);
  margin:0 0 14px;
}
.cases-v1-hero p{
  color:#dbe4ef;
  font-size:20px;
  max-width:860px;
}
.cases-v1-search{
  display:flex;
  gap:10px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.15);
  padding:10px;
  border-radius:20px;
}
.cases-v1-search input{
  flex:1;
  border:0;
  border-radius:14px;
  padding:14px 16px;
  font-size:16px;
}
.cases-v1-wrap{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:30px;
  padding:42px 7vw;
  background:#f8fafc;
}
.cases-v1-filter{
  position:sticky;
  top:86px;
  align-self:start;
  background:white;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:18px;
  box-shadow:0 10px 35px rgba(15,23,42,.05);
}
.cases-v1-filter h2{
  margin:0 0 12px;
  font-size:22px;
}
.cases-v1-filter a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  color:#334155;
  font-weight:800;
}
.cases-v1-filter a:hover,.cases-v1-filter a.active{
  background:#fff1f2;
  color:#b42318;
}
.cases-v1-bar{
  background:white;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:20px 24px;
  margin-bottom:20px;
  box-shadow:0 10px 35px rgba(15,23,42,.04);
}
.cases-v1-bar h2{margin:0;font-size:32px}
.cases-v1-bar p{margin:6px 0 0;color:#64748b}
.cases-v1-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.cases-v1-card{
  background:white;
  border:1px solid #e5e7eb;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 12px 40px rgba(15,23,42,.06);
  transition:.22s ease;
}
.cases-v1-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 70px rgba(15,23,42,.12);
}
.cases-v1-img{
  position:relative;
  display:block;
  height:220px;
  background:#f8fafc;
  overflow:hidden;
}
.cases-v1-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.cases-v1-card:hover .cases-v1-img img{
  transform:scale(1.05);
}
.cases-v1-img span{
  position:absolute;
  left:16px;
  bottom:16px;
  background:rgba(11,18,32,.88);
  color:white;
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:900;
}
.cases-v1-body{
  padding:22px;
}
.cases-v1-body h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.3;
  color:#111827;
}
.cases-v1-body p{
  color:#64748b;
  line-height:1.7;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.cases-v1-equipment{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:10px 12px;
  color:#475569;
  margin:14px 0;
  line-height:1.6;
}
.cases-v1-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.case-v1-detail{
  display:grid;
  grid-template-columns:1fr 520px;
  gap:38px;
  align-items:center;
  padding:72px 7vw;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(232,66,44,.24), transparent 32%),
    linear-gradient(135deg,#08111f,#111827 62%,#2b1110);
}
.case-v1-detail-copy h1{
  font-size:clamp(38px,5vw,64px);
  margin:10px 0 16px;
  line-height:1.15;
}
.case-v1-detail-copy p{
  font-size:20px;
  color:#dbe4ef;
  line-height:1.75;
}
.cases-v1-back{
  display:inline-block;
  color:#fecaca;
  margin-bottom:24px;
}
.case-v1-detail-img{
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 32px 90px rgba(0,0,0,.35);
}
.case-v1-detail-img img{
  width:100%;
  height:420px;
  object-fit:cover;
}
.case-v1-content{
  padding:52px 7vw;
  background:#f8fafc;
}
.case-v1-panel{
  background:white;
  border:1px solid #e5e7eb;
  border-radius:26px;
  padding:30px;
  margin-bottom:20px;
  box-shadow:0 10px 35px rgba(15,23,42,.05);
}
.case-v1-panel h2{
  font-size:30px;
  margin:0 0 16px;
}
.case-v1-panel p{
  font-size:18px;
  color:#475569;
  line-height:1.8;
}
.case-v1-products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.case-v1-products a{
  display:block;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:14px;
  color:#111827;
}
.case-v1-products img{
  width:100%;
  height:130px;
  object-fit:contain;
  background:#f8fafc;
  border-radius:14px;
}
.case-v1-products strong,.case-v1-products small{
  display:block;
  margin-top:8px;
}

/* Product related cases */
.product-related-cases{
  margin-top:34px;
  background:white;
  border:1px solid #e5e7eb;
  border-radius:30px;
  padding:30px;
  box-shadow:0 12px 40px rgba(15,23,42,.06);
}
.product-related-cases-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:20px;
}
.product-related-cases-head h2{
  margin:0 0 8px;
  font-size:32px;
  color:#111827;
}
.product-related-cases-head p{
  margin:0;
  color:#64748b;
}
.product-related-cases-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.product-related-case-card{
  border:1px solid #e5e7eb;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  transition:.22s ease;
}
.product-related-case-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 50px rgba(15,23,42,.1);
}
.product-related-case-img{
  position:relative;
  height:160px;
  display:block;
  background:#f8fafc;
  overflow:hidden;
}
.product-related-case-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-related-case-img span{
  position:absolute;
  left:12px;
  bottom:12px;
  background:rgba(11,18,32,.88);
  color:#fff;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:900;
}
.product-related-case-card div{
  padding:16px;
}
.product-related-case-card h3{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.35;
}
.product-related-case-card p{
  color:#64748b;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-related-case-card a{
  font-weight:900;
  color:#d9482f;
}
@media(max-width:1100px){
  .cases-v1-hero,.case-v1-detail{grid-template-columns:1fr}
  .cases-v1-wrap{grid-template-columns:1fr}
  .cases-v1-filter{position:static}
  .cases-v1-grid,.product-related-cases-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .case-v1-products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .cases-v1-hero,.cases-v1-wrap,.case-v1-detail,.case-v1-content{padding-left:6vw;padding-right:6vw}
  .cases-v1-search,.product-related-cases-head{display:block}
  .cases-v1-search .btn,.product-related-cases-head .btn{margin-top:12px;width:100%}
  .cases-v1-grid,.product-related-cases-grid,.case-v1-products{grid-template-columns:1fr}
  .case-v1-detail-img img{height:280px}
}



/* ===== image-size-fix-v7.css ===== */

/* HL3C V7：前台/商品頁/案例頁圖片尺寸保護 */

/* 全站內容區圖片保護：避免後台貼入大圖後把版面撐爆 */
main img,
.product-v2-content img,
.product-v2-section img,
.page-v2-content img,
.case-v1-panel img,
.cases-v1-body img {
  max-width: 100%;
  height: auto;
}

/* 商品頁主圖 */
.product-v2-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 28px;
}

.product-v2-image img {
  width: 100%;
  max-width: 720px;
  max-height: 520px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 商品介紹內若有大圖，限制寬度與高度 */
.product-v2-content img,
.product-v2-section img {
  display: block;
  width: auto;
  max-width: min(100%, 960px);
  max-height: 680px;
  object-fit: contain;
  margin: 18px auto;
  border-radius: 18px;
}

/* 若舊資料內容有 iframe / facebook embed，也避免撐爆 */
.product-v2-content iframe,
.product-v2-section iframe,
.page-v2-content iframe,
.case-v1-panel iframe {
  max-width: 100%;
}

/* 分類頁與商品卡片圖片 */
.brand-v4-product-img,
.product-card-image,
.category-product-image,
.cases-v1-img,
.product-related-case-img {
  overflow: hidden;
}

.brand-v4-product-img img,
.product-card-image img,
.category-product-image img,
.cases-v1-img img,
.product-related-case-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 案例詳細頁圖片 */
.case-v1-detail-img {
  overflow: hidden;
}

.case-v1-detail-img img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* 後台若不小心也載到前台 CSS，順便保護 */
.admin-content img,
.menu-table-v2 img,
.admin-card img {
  max-width: 180px;
  max-height: 120px;
  object-fit: cover;
  height: auto;
}

@media (max-width: 760px) {
  .product-v2-image img {
    max-height: 340px;
  }

  .product-v2-content img,
  .product-v2-section img {
    max-height: 420px;
  }
}



/* ===== product-layout-v8.css ===== */

/* HL3C Product Layout V8：修正商品頁「規格與應用」跑版 */

/* 商品頁主版型穩定 */
.product-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.product-v2-main {
  min-width: 0;
}

.product-v2-side {
  min-width: 0;
}

/* 商品介紹區：避免舊 HTML、iframe、圖片撐爆 */
.product-v2-content {
  max-width: 100%;
  overflow: hidden;
  line-height: 1.85;
  font-size: 18px;
  color: #1f2937;
}

.product-v2-content p,
.product-v2-content div {
  max-width: 100%;
}

.product-v2-content iframe {
  display: block;
  max-width: 100% !important;
  width: min(100%, 552px) !important;
  margin: 18px auto;
}

.product-v2-content img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

/* 規格與應用：改成清楚的資料列，不再像文字跑掉 */
.product-v2-spec-table {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.product-v2-spec-table > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(15,23,42,.04);
}

.product-v2-spec-table > div strong {
  display: block;
  color: #0f172a;
  font-weight: 900;
  line-height: 1.6;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f8fafc;
  text-align: center;
  white-space: nowrap;
}

.product-v2-spec-table > div span {
  display: block;
  min-width: 0;
  color: #475569;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 長服務地區文字不要把版面撐開 */
.product-v2-spec-table > div span,
.product-v2-section,
.product-v2-side-card {
  max-width: 100%;
}

/* 相關案例不要擠壓規格區 */
.product-related-cases {
  max-width: 100%;
  overflow: hidden;
}

.product-related-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-related-case-card {
  min-width: 0;
}

.product-related-case-card h3,
.product-related-case-card p {
  overflow-wrap: anywhere;
}

/* 商品頁上方主圖與文字欄位 */
.product-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 34px;
  align-items: center;
}

.product-v2-copy,
.product-v2-image {
  min-width: 0;
}

/* 舊資料若有 h3 開頭，避免標題太突兀 */
.product-v2-content h3 {
  font-size: 22px;
  line-height: 1.45;
  margin: 16px 0 10px;
}

/* 手機與窄版 */
@media (max-width: 1100px) {
  .product-v2-layout,
  .product-v2-hero {
    grid-template-columns: 1fr;
  }

  .product-related-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-v2-spec-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-v2-spec-table > div strong {
    text-align: left;
    width: fit-content;
    white-space: normal;
  }

  .product-related-cases-grid {
    grid-template-columns: 1fr;
  }
}



/* ===== product-layout-v9-restore.css ===== */

/* HL3C Product Layout V9：恢復商品頁整體版面與規格卡片 */

/* 避免 header 後內容貼齊左邊或跑到奇怪位置 */
.product-v2-hero,
.product-v2-layout {
  width: min(1360px, calc(100% - 56px));
  margin-left: auto;
  margin-right: auto;
}

/* 商品主視覺區恢復成完整白色卡片感 */
.product-v2-hero {
  margin-top: 38px;
  margin-bottom: 34px;
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 38px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  box-shadow: 0 18px 56px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.product-v2-copy {
  min-width: 0;
}

.product-v2-breadcrumb {
  display: inline-block;
  margin-bottom: 18px;
  color: #64748b;
  font-weight: 800;
}

.product-v2-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.16;
  letter-spacing: .01em;
  color: #111827;
}

.product-v2-copy p {
  max-width: 680px;
  font-size: 20px;
  line-height: 1.75;
  color: #475569;
}

.product-v2-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.product-v2-image {
  min-width: 0;
  border-radius: 28px;
  background: #f8fafc;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-v2-image img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}

/* 主內容版型恢復：左內容右諮詢卡 */
.product-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: start;
  margin-bottom: 64px;
}

.product-v2-main,
.product-v2-side {
  min-width: 0;
}

/* 每個區塊都變成卡片，不要文字直接貼在頁面上 */
.product-v2-section,
.product-related-cases {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  padding: 38px;
  margin-bottom: 28px;
  box-shadow: 0 16px 52px rgba(15, 23, 42, .055);
}

.product-v2-section h2,
.product-related-cases h2 {
  margin: 0 0 24px;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.2;
  color: #111827;
}

.product-v2-content {
  max-width: 100%;
  overflow: hidden;
  color: #1f2937;
  font-size: 19px;
  line-height: 1.9;
}

.product-v2-content p,
.product-v2-content div {
  max-width: 100%;
}

.product-v2-content img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
  border-radius: 18px;
}

.product-v2-content iframe {
  display: block;
  max-width: 100% !important;
  width: min(100%, 552px) !important;
  margin: 18px auto;
}

/* 規格與應用恢復成圖3那種大卡片內表格，而不是整頁橫列 */
.product-v2-spec-table {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 920px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 32px rgba(15,23,42,.04);
}

.product-v2-spec-table > div {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid #e5e7eb;
  min-height: 74px;
  background: #fff;
}

.product-v2-spec-table > div:last-child {
  border-bottom: 0;
}

.product-v2-spec-table > div strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: #f8fafc;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  border-right: 1px solid #e5e7eb;
  white-space: normal;
}

.product-v2-spec-table > div span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 18px 22px;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 右側諮詢卡固定卡片感，不要跑到頁面中間 */
.product-v2-side {
  position: sticky;
  top: 96px;
}

.product-v2-side-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 16px 52px rgba(15, 23, 42, .055);
}

.product-v2-side-card h2 {
  margin: 0 0 14px;
  font-size: 28px;
  color: #111827;
}

.product-v2-side-card p {
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

/* 相關案例區避免壓到規格 */
.product-related-cases {
  max-width: 100%;
  overflow: hidden;
}

.product-related-cases-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.product-related-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* 長標題或舊內容不要衝出版面 */
.product-v2-section,
.product-v2-content,
.product-v2-spec-table,
.product-related-cases {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .product-v2-hero,
  .product-v2-layout {
    width: min(100% - 36px, 920px);
  }

  .product-v2-hero,
  .product-v2-layout {
    grid-template-columns: 1fr;
  }

  .product-v2-side {
    position: static;
  }

  .product-related-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-v2-hero,
  .product-v2-layout {
    width: min(100% - 24px, 100%);
  }

  .product-v2-hero,
  .product-v2-section,
  .product-related-cases {
    padding: 24px;
    border-radius: 24px;
  }

  .product-v2-spec-table > div {
    grid-template-columns: 1fr;
  }

  .product-v2-spec-table > div strong {
    justify-content: flex-start;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .product-related-cases-head {
    display: block;
  }

  .product-related-cases-head .btn {
    margin-top: 14px;
  }

  .product-related-cases-grid {
    grid-template-columns: 1fr;
  }
}



/* ===== product-layout-v10-line.css ===== */

/* HL3C Product Layout V10：強化主商品卡、規格貼近照片、移除右側小卡、加入 LINE 浮動按鈕 */

:root{
  --hl3c-red:#d94b32;
  --hl3c-red-dark:#b83222;
  --hl3c-dark:#0f172a;
  --hl3c-muted:#64748b;
}

/* 整體置中 */
.product-v10-hero,
.product-v10-content {
  width: min(1360px, calc(100% - 56px));
  margin-left: auto;
  margin-right: auto;
}

/* 主商品大卡：更強烈、更像主視覺 */
.product-v10-hero {
  position: relative;
  margin-top: 34px;
  margin-bottom: 28px;
  padding: 48px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 42px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(226,232,240,.95);
  background:
    radial-gradient(circle at 8% 12%, rgba(217,75,50,.13), transparent 34%),
    radial-gradient(circle at 96% 18%, rgba(15,23,42,.08), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fff 55%, #f8fafc 100%);
  box-shadow:
    0 30px 90px rgba(15,23,42,.12),
    inset 0 0 0 1px rgba(255,255,255,.72);
}

.product-v10-hero::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:8px;
  background:linear-gradient(90deg, var(--hl3c-red), #f97316, #111827);
}

.product-v10-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-v10-breadcrumb {
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  margin-bottom:20px;
  color:var(--hl3c-red-dark);
  background:#fff1f2;
  border:1px solid #fecaca;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  text-decoration:none;
}

.product-v10-title {
  margin:0 0 18px;
  color:#0b1220;
  font-size:clamp(44px, 5vw, 78px);
  line-height:1.08;
  letter-spacing:.01em;
}

.product-v10-summary {
  max-width:720px;
  margin:0;
  color:#475569;
  font-size:21px;
  line-height:1.75;
}

.product-v10-actions {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.product-v10-actions .btn {
  padding:15px 22px;
  font-size:17px;
  border-radius:14px;
}

/* 右側照片＋規格放同一欄，規格不再離照片很遠 */
.product-v10-visual {
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-rows:auto auto;
  gap:18px;
  min-width:0;
}

.product-v10-image {
  min-height:360px;
  max-height:520px;
  border-radius:30px;
  background:
    linear-gradient(90deg, #f8fafc 0%, #fff 18%, #fff 82%, #f8fafc 100%);
  border:1px solid #e5e7eb;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 55px rgba(15,23,42,.08);
}

.product-v10-image img {
  display:block;
  width:100%;
  max-height:500px;
  object-fit:contain;
}

/* 規格卡直接在照片下方 */
.product-v10-spec-card {
  background:#0f172a;
  color:#fff;
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 55px rgba(15,23,42,.16);
}

.product-v10-spec-card h2 {
  margin:0 0 14px;
  font-size:26px;
  line-height:1.25;
  color:#fff;
}

.product-v10-spec-table {
  display:grid;
  gap:10px;
}

.product-v10-spec-row {
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.12);
}

.product-v10-spec-row:first-child {
  border-top:0;
}

.product-v10-spec-row strong {
  display:block;
  color:#fecaca;
  font-weight:900;
  line-height:1.55;
}

.product-v10-spec-row span {
  color:#e2e8f0;
  line-height:1.65;
  overflow-wrap:anywhere;
}

/* 介紹內容改成單欄寬版，不要右邊空一張諮詢卡 */
.product-v10-content {
  margin-bottom:72px;
}

.product-v10-section,
.product-related-cases {
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:32px;
  padding:42px 46px;
  margin-bottom:28px;
  box-shadow:0 18px 60px rgba(15,23,42,.06);
}

.product-v10-section h2,
.product-related-cases h2 {
  margin:0 0 24px;
  color:#0b1220;
  font-size:clamp(34px,3.4vw,54px);
  line-height:1.18;
}

.product-v10-content-html {
  max-width:100%;
  overflow:hidden;
  color:#1f2937;
  font-size:19px;
  line-height:1.9;
}

.product-v10-content-html img {
  max-width:100% !important;
  height:auto !important;
  object-fit:contain;
  border-radius:18px;
}

.product-v10-content-html iframe {
  display:block;
  max-width:100% !important;
  width:min(100%, 552px) !important;
  margin:18px auto;
}

/* 相關案例保護 */
.product-related-cases {
  max-width:100%;
  overflow:hidden;
}

.product-related-cases-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

/* LINE 浮動按鈕 */
.hl3c-line-float {
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  border-radius:999px;
  background:#06c755;
  color:#fff !important;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 18px 48px rgba(6,199,85,.36);
  transition:transform .18s ease, box-shadow .18s ease;
}

.hl3c-line-float:hover {
  transform:translateY(-3px);
  box-shadow:0 24px 60px rgba(6,199,85,.48);
}

.hl3c-line-float .line-icon {
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  color:#06c755;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1000;
  font-size:18px;
}

.hl3c-line-float small {
  display:block;
  font-size:12px;
  line-height:1.1;
  opacity:.92;
}

.hl3c-line-float strong {
  display:block;
  font-size:16px;
  line-height:1.1;
}

/* 舊版右側卡片隱藏，避免殘留 */
.product-v2-side,
.product-v2-side-card {
  display:none !important;
}

/* 若舊 CSS 還在，避免干擾 */
.product-v2-layout {
  display:block !important;
  width:auto !important;
  margin:0 !important;
}

/* 手機版 */
@media (max-width: 1120px) {
  .product-v10-hero {
    grid-template-columns:1fr;
  }

  .product-v10-image {
    min-height:280px;
  }

  .product-related-cases-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 720px) {
  .product-v10-hero,
  .product-v10-content {
    width:min(100% - 24px, 100%);
  }

  .product-v10-hero {
    padding:28px;
    border-radius:28px;
  }

  .product-v10-title {
    font-size:42px;
  }

  .product-v10-summary {
    font-size:18px;
  }

  .product-v10-spec-row {
    grid-template-columns:1fr;
    gap:4px;
  }

  .product-v10-section,
  .product-related-cases {
    padding:28px;
    border-radius:26px;
  }

  .product-related-cases-grid {
    grid-template-columns:1fr;
  }

  .hl3c-line-float {
    right:14px;
    bottom:14px;
    padding:12px 14px;
  }

  .hl3c-line-float small {
    display:none;
  }
}



/* ===== product-layout-v11-final.css ===== */

/* =========================================================
   HL3C Product Layout V11 Final
   參考 tv-rental-kaohsiung.php 的紅橘＋深藍、專業活動影音風格
   重點：主商品區更有份量、規格貼近照片、移除右側規劃小卡、LINE 浮動
   ========================================================= */

:root{
  --hl3c-red:#d84b32;
  --hl3c-orange:#f97316;
  --hl3c-dark:#0b1220;
  --hl3c-navy:#111827;
  --hl3c-text:#111827;
  --hl3c-muted:#64748b;
  --hl3c-border:#e5e7eb;
  --hl3c-soft:#f8fafc;
}

/* 先消除前幾版可能殘留的版面限制 */
.product-v2-hero,
.product-v2-layout,
.product-v2-main,
.product-v2-side,
.product-v2-side-card,
.product-v10-hero,
.product-v10-content,
.product-v10-visual,
.product-v10-copy,
.product-v10-section,
.product-v10-spec-card {
  all: unset;
  box-sizing: border-box;
}

.product-v2-side,
.product-v2-side-card {
  display:none !important;
}

body {
  background:#f6f7f9;
}

/* 產品頁外層 */
.product-v11-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(216,75,50,.10), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(249,115,22,.10), transparent 28%),
    #f6f7f9;
  padding-bottom:72px;
}

/* 與參考頁接近的上方資訊列 */
.product-v11-topline {
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
  padding:18px 0 0;
  color:#64748b;
  font-size:15px;
  font-weight:700;
}

/* 主商品卡：強烈主視覺 */
.product-v11-hero {
  width:min(1240px, calc(100% - 40px));
  margin:20px auto 28px;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(226,232,240,.95);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.96) 42%, rgba(11,18,32,.97) 42.1%, rgba(11,18,32,.97) 100%);
  box-shadow:0 28px 84px rgba(15,23,42,.14);
}

.product-v11-hero::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:8px;
  background:linear-gradient(90deg, var(--hl3c-red), var(--hl3c-orange), var(--hl3c-dark));
  z-index:2;
}

.product-v11-hero-inner {
  display:grid;
  grid-template-columns: 42% 58%;
  min-height:560px;
}

.product-v11-copy {
  position:relative;
  z-index:1;
  padding:64px 52px 52px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.product-v11-badge {
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  background:#fff1f2;
  border:1px solid #fecaca;
  color:#b83222;
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  margin-bottom:22px;
}

.product-v11-title {
  margin:0;
  color:#0b1220;
  font-size:clamp(38px, 4.2vw, 62px);
  line-height:1.08;
  letter-spacing:.01em;
  font-weight:1000;
}

.product-v11-summary {
  margin:22px 0 0;
  color:#475569;
  font-size:20px;
  line-height:1.75;
  max-width:560px;
}

.product-v11-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.product-v11-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:13px 20px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  border:1px solid transparent;
  transition:.18s ease;
}

.product-v11-btn.primary {
  background:linear-gradient(135deg, var(--hl3c-red), #e75f3e);
  color:#fff;
  box-shadow:0 14px 34px rgba(216,75,50,.28);
}

.product-v11-btn.primary:hover {
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(216,75,50,.36);
}

.product-v11-btn.secondary {
  background:#111827;
  color:#fff;
}

.product-v11-btn.secondary:hover {
  transform:translateY(-2px);
  background:#020617;
}

/* 右側：圖片與規格緊密排列 */
.product-v11-visual {
  padding:46px 46px 46px 36px;
  min-width:0;
  display:grid;
  grid-template-rows:auto auto;
  gap:18px;
  align-content:center;
}

.product-v11-photo-card {
  position:relative;
  background:
    linear-gradient(90deg, #f8fafc 0%, #ffffff 18%, #ffffff 82%, #f8fafc 100%);
  border:1px solid rgba(255,255,255,.20);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 72px rgba(0,0,0,.28);
  min-height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.product-v11-photo-card::after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:22%;
  background:linear-gradient(180deg, transparent, rgba(11,18,32,.12));
  pointer-events:none;
}

.product-v11-photo-card img {
  display:block;
  width:100%;
  height:100%;
  max-height:390px;
  object-fit:contain;
}

/* 規格在照片下方，不遠離、不再另外掉到很下面 */
.product-v11-spec {
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  padding:22px 24px;
  color:#fff;
  backdrop-filter: blur(10px);
}

.product-v11-spec h2 {
  margin:0 0 14px;
  color:#fff;
  font-size:24px;
  line-height:1.25;
}

.product-v11-spec-grid {
  display:grid;
  gap:0;
}

.product-v11-spec-row {
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:14px;
  padding:11px 0;
  border-top:1px solid rgba(255,255,255,.13);
}

.product-v11-spec-row:first-child {
  border-top:0;
}

.product-v11-spec-row strong {
  color:#fecaca;
  font-size:14px;
  line-height:1.55;
  font-weight:1000;
}

.product-v11-spec-row span {
  color:#e5e7eb;
  line-height:1.65;
  overflow-wrap:anywhere;
}

/* 下方內容 */
.product-v11-content {
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
}

.product-v11-section,
.product-related-cases {
  background:#fff;
  border:1px solid var(--hl3c-border);
  border-radius:30px;
  padding:42px 48px;
  margin-bottom:26px;
  box-shadow:0 16px 54px rgba(15,23,42,.06);
}

.product-v11-section h2,
.product-related-cases h2 {
  margin:0 0 22px;
  color:#0b1220;
  font-size:clamp(32px, 3vw, 46px);
  line-height:1.18;
}

.product-v11-html {
  color:#1f2937;
  font-size:18px;
  line-height:1.9;
  max-width:100%;
  overflow:hidden;
}

.product-v11-html p,
.product-v11-html div {
  max-width:100%;
}

.product-v11-html img {
  max-width:100% !important;
  height:auto !important;
  object-fit:contain;
  border-radius:18px;
}

.product-v11-html iframe {
  display:block;
  max-width:100% !important;
  width:min(100%, 552px) !important;
  margin:20px auto;
}

/* 相關案例全寬排列 */
.product-related-cases {
  max-width:100%;
  overflow:hidden;
}

.product-related-cases-head {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:22px;
}

.product-related-cases-grid {
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

/* LINE 浮動按鈕 */
.hl3c-line-float {
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  border-radius:999px;
  background:#06c755;
  color:#fff !important;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 18px 48px rgba(6,199,85,.36);
  transition:transform .18s ease, box-shadow .18s ease;
}

.hl3c-line-float:hover {
  transform:translateY(-3px);
  box-shadow:0 24px 60px rgba(6,199,85,.48);
}

.hl3c-line-float .line-icon {
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  color:#06c755;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1000;
  font-size:18px;
}

.hl3c-line-float small {
  display:block;
  font-size:12px;
  line-height:1.1;
  opacity:.92;
}

.hl3c-line-float strong {
  display:block;
  font-size:16px;
  line-height:1.1;
}

/* 清除舊版可能殘留 */
.product-v2-image,
.product-v10-image,
.product-v10-spec-card,
.product-v2-spec-table {
  max-width:100%;
}

@media (max-width: 1050px) {
  .product-v11-hero {
    background:#fff;
  }

  .product-v11-hero-inner {
    grid-template-columns:1fr;
    min-height:0;
  }

  .product-v11-copy {
    padding:48px 36px 12px;
  }

  .product-v11-visual {
    padding:24px 36px 36px;
  }

  .product-v11-spec {
    background:#0b1220;
  }

  .product-related-cases-grid {
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 720px) {
  .product-v11-topline,
  .product-v11-hero,
  .product-v11-content {
    width:min(100% - 24px, 100%);
  }

  .product-v11-copy {
    padding:40px 24px 8px;
  }

  .product-v11-visual {
    padding:20px 24px 28px;
  }

  .product-v11-title {
    font-size:38px;
  }

  .product-v11-summary {
    font-size:17px;
  }

  .product-v11-photo-card {
    min-height:220px;
  }

  .product-v11-spec-row {
    grid-template-columns:1fr;
    gap:4px;
  }

  .product-v11-section,
  .product-related-cases {
    padding:28px 24px;
    border-radius:24px;
  }

  .product-related-cases-head {
    display:block;
  }

  .product-related-cases-head .btn,
  .product-related-cases-head .product-v11-btn {
    margin-top:12px;
  }

  .product-related-cases-grid {
    grid-template-columns:1fr;
  }

  .hl3c-line-float {
    right:14px;
    bottom:14px;
    padding:12px 14px;
  }

  .hl3c-line-float small {
    display:none;
  }
}



/* ===== product-layout-v12-balance.css ===== */

/* =========================================================
   HL3C Product Layout V12
   修正：左右空白過多、右側比例過大、規格降低權重、圖片可點擊放大、
        移除主卡 LINE CTA、LINE 浮動改小圖示
   ========================================================= */

:root{
  --hl3c-red:#d84b32;
  --hl3c-orange:#f97316;
  --hl3c-dark:#0b1220;
  --hl3c-navy:#111827;
  --hl3c-muted:#64748b;
  --hl3c-border:#e5e7eb;
}

/* 壓過 V11 過大的 hero */
.product-v11-topline,
.product-v11-hero,
.product-v11-content {
  width:min(1500px, calc(100% - 32px)) !important;
}

.product-v11-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(216,75,50,.08), transparent 26%),
    radial-gradient(circle at 92% 4%, rgba(249,115,22,.08), transparent 26%),
    #f6f7f9 !important;
}

/* 主商品區改成比較平衡的橫向專業卡，不再右側巨大 */
.product-v11-hero {
  margin-top:18px !important;
  margin-bottom:24px !important;
  border-radius:30px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.98) 55%, rgba(11,18,32,.96) 55.1%, rgba(11,18,32,.96) 100%) !important;
  box-shadow:0 22px 66px rgba(15,23,42,.11) !important;
}

.product-v11-hero-inner {
  grid-template-columns: 48% 52% !important;
  min-height:420px !important;
}

.product-v11-copy {
  padding:48px 46px !important;
}

.product-v11-title {
  font-size:clamp(38px, 3.7vw, 58px) !important;
  line-height:1.12 !important;
}

.product-v11-summary {
  font-size:19px !important;
  max-width:620px !important;
}

/* 主卡內不再放 LINE CTA，只留回分類 */
.product-v11-actions .product-v11-btn.primary {
  display:none !important;
}

.product-v11-actions {
  margin-top:24px !important;
}

/* 右側圖片縮小一點，規格變輔助 */
.product-v11-visual {
  padding:34px 40px 34px 28px !important;
  gap:14px !important;
  align-content:center !important;
}

.product-v11-photo-card {
  min-height:250px !important;
  max-height:330px !important;
  border-radius:24px !important;
  cursor:zoom-in;
}

.product-v11-photo-card img {
  max-height:320px !important;
  object-fit:contain !important;
}

/* 規格降低視覺權重 */
.product-v11-spec {
  padding:16px 18px !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.075) !important;
  box-shadow:none !important;
}

.product-v11-spec h2 {
  font-size:19px !important;
  margin-bottom:8px !important;
  opacity:.95;
}

.product-v11-spec-grid {
  gap:0 !important;
}

.product-v11-spec-row {
  grid-template-columns:96px minmax(0,1fr) !important;
  gap:10px !important;
  padding:7px 0 !important;
}

.product-v11-spec-row strong {
  font-size:12px !important;
  line-height:1.5 !important;
  color:#fecaca !important;
}

.product-v11-spec-row span {
  font-size:13px !important;
  line-height:1.55 !important;
  color:#dbe4ef !important;
}

/* 商品介紹區與相關案例：變寬、不要像窄卡 */
.product-v11-section,
.product-related-cases {
  border-radius:26px !important;
  padding:34px 42px !important;
  margin-bottom:24px !important;
}

.product-v11-section h2,
.product-related-cases h2 {
  font-size:clamp(30px, 2.5vw, 42px) !important;
}

/* 圖片 lightbox */
.hl3c-img-lightbox {
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:36px;
  background:rgba(2,6,23,.84);
  backdrop-filter:blur(5px);
}

.hl3c-img-lightbox.is-open {
  display:flex;
}

.hl3c-img-lightbox img {
  max-width:96vw;
  max-height:92vh;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.hl3c-img-lightbox button {
  position:absolute;
  top:22px;
  right:24px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

/* LINE 浮動按鈕：小小圖示，不佔畫面 */
.hl3c-line-float {
  right:18px !important;
  bottom:18px !important;
  width:54px !important;
  height:54px !important;
  padding:0 !important;
  justify-content:center !important;
  border-radius:999px !important;
  box-shadow:0 12px 30px rgba(6,199,85,.34) !important;
}

.hl3c-line-float .line-icon {
  width:34px !important;
  height:34px !important;
  font-size:18px !important;
}

.hl3c-line-float span:not(.line-icon) {
  display:none !important;
}

/* 清掉可能造成白邊或舊版干擾 */
.product-v2-side,
.product-v2-side-card {
  display:none !important;
}

@media (max-width:1050px){
  .product-v11-hero-inner {
    grid-template-columns:1fr !important;
  }

  .product-v11-hero {
    background:#fff !important;
  }

  .product-v11-copy {
    padding:42px 34px 10px !important;
  }

  .product-v11-visual {
    padding:20px 34px 34px !important;
  }

  .product-v11-spec {
    background:#0b1220 !important;
  }

  .product-v11-photo-card {
    max-height:none !important;
  }
}

@media (max-width:720px){
  .product-v11-topline,
  .product-v11-hero,
  .product-v11-content {
    width:min(100% - 22px, 100%) !important;
  }

  .product-v11-copy {
    padding:34px 24px 8px !important;
  }

  .product-v11-title {
    font-size:36px !important;
  }

  .product-v11-visual {
    padding:18px 24px 26px !important;
  }

  .product-v11-spec-row {
    grid-template-columns:1fr !important;
    gap:2px !important;
  }

  .product-v11-section,
  .product-related-cases {
    padding:26px 22px !important;
  }
}



/* ===== product-layout-v13-compact.css ===== */

/* =========================================================
   HL3C Product Layout V13 Compact
   目標：
   1. 產品頁參考舊 catalog/detail，不再佔滿巨大主視覺
   2. LINE 浮動按鈕改用接近官方 LINE 圖示樣式
   3. 規格與應用更輕量，搬運尺寸有填才顯示
   ========================================================= */

:root{
  --hl3c-red:#d84b32;
  --hl3c-orange:#f97316;
  --hl3c-dark:#0f172a;
  --hl3c-text:#111827;
  --hl3c-muted:#64748b;
  --hl3c-border:#e5e7eb;
  --hl3c-soft:#f8fafc;
  --line-green:#06c755;
}

/* 關閉前幾版太大的 hero 影響 */
.product-v11-page {
  background:#f6f7f9 !important;
  padding: 26px 0 64px !important;
}

.product-v11-topline {
  display:none !important;
}

.product-v11-hero,
.product-v11-content {
  width:min(1180px, calc(100% - 32px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* 主商品卡改成 compact，不再巨大 landing page */
.product-v11-hero {
  margin-top:10px !important;
  margin-bottom:22px !important;
  border-radius:22px !important;
  border:1px solid var(--hl3c-border) !important;
  background:#fff !important;
  box-shadow:0 14px 44px rgba(15,23,42,.07) !important;
  overflow:hidden !important;
}

.product-v11-hero::before {
  height:5px !important;
  background:linear-gradient(90deg, var(--hl3c-red), var(--hl3c-orange), var(--hl3c-dark)) !important;
}

.product-v11-hero-inner {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 430px !important;
  gap:0 !important;
  min-height:0 !important;
}

/* 左側商品資訊 */
.product-v11-copy {
  padding:38px 42px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.product-v11-badge {
  display:inline-flex !important;
  width:max-content !important;
  max-width:100% !important;
  align-items:center !important;
  padding:7px 12px !important;
  margin-bottom:16px !important;
  border-radius:999px !important;
  background:#fff1f2 !important;
  border:1px solid #fecaca !important;
  color:#b83222 !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-decoration:none !important;
}

.product-v11-title {
  margin:0 !important;
  color:var(--hl3c-text) !important;
  font-size:clamp(34px, 3.4vw, 52px) !important;
  line-height:1.14 !important;
  letter-spacing:.01em !important;
}

.product-v11-summary {
  margin:16px 0 0 !important;
  max-width:620px !important;
  color:#475569 !important;
  font-size:18px !important;
  line-height:1.65 !important;
}

/* 因右下角已有 LINE 浮動，主卡不放 LINE CTA */
.product-v11-actions {
  margin-top:22px !important;
  display:flex !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

.product-v11-actions .product-v11-btn.primary {
  display:none !important;
}

.product-v11-btn,
.product-v11-btn.secondary {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 16px !important;
  border-radius:11px !important;
  background:#111827 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:15px !important;
  box-shadow:none !important;
}

/* 右側圖片與規格：圖片縮小，規格更像舊 catalog 的資訊區 */
.product-v11-visual {
  padding:28px !important;
  background:
    linear-gradient(180deg,#f8fafc,#fff) !important;
  border-left:1px solid #eef2f7 !important;
  display:grid !important;
  grid-template-rows:auto auto !important;
  gap:14px !important;
  align-content:start !important;
}

.product-v11-photo-card {
  width:100% !important;
  min-height:230px !important;
  max-height:300px !important;
  padding:16px !important;
  border:1px solid var(--hl3c-border) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 8px 24px rgba(15,23,42,.06) !important;
  cursor:zoom-in !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.product-v11-photo-card img {
  width:100% !important;
  height:100% !important;
  max-height:260px !important;
  object-fit:contain !important;
  display:block !important;
}

/* 規格與應用：輕量資訊表 */
.product-v11-spec {
  background:#fff !important;
  border:1px solid var(--hl3c-border) !important;
  border-radius:18px !important;
  padding:16px 18px !important;
  box-shadow:0 8px 24px rgba(15,23,42,.045) !important;
  color:var(--hl3c-text) !important;
}

.product-v11-spec h2 {
  margin:0 0 10px !important;
  color:var(--hl3c-text) !important;
  font-size:19px !important;
  line-height:1.3 !important;
}

.product-v11-spec-grid {
  display:grid !important;
  gap:0 !important;
}

.product-v11-spec-row {
  display:grid !important;
  grid-template-columns:92px minmax(0,1fr) !important;
  gap:12px !important;
  padding:9px 0 !important;
  border-top:1px solid #eef2f7 !important;
}

.product-v11-spec-row:first-child {
  border-top:0 !important;
}

.product-v11-spec-row strong {
  color:#334155 !important;
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:900 !important;
}

.product-v11-spec-row span {
  color:#475569 !important;
  font-size:14px !important;
  line-height:1.6 !important;
  overflow-wrap:anywhere !important;
}

/* 內容區 */
.product-v11-content {
  margin-top:0 !important;
  margin-bottom:60px !important;
}

.product-v11-section,
.product-related-cases {
  background:#fff !important;
  border:1px solid var(--hl3c-border) !important;
  border-radius:22px !important;
  padding:32px 38px !important;
  margin-bottom:20px !important;
  box-shadow:0 12px 38px rgba(15,23,42,.055) !important;
}

.product-v11-section h2,
.product-related-cases h2 {
  margin:0 0 20px !important;
  color:var(--hl3c-text) !important;
  font-size:clamp(28px,2.4vw,38px) !important;
  line-height:1.2 !important;
}

.product-v11-html {
  color:#1f2937 !important;
  font-size:17px !important;
  line-height:1.85 !important;
  max-width:100% !important;
  overflow:hidden !important;
}

.product-v11-html img {
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:14px !important;
}

.product-v11-html iframe {
  display:block !important;
  max-width:100% !important;
  width:min(100%,552px) !important;
  margin:18px auto !important;
}

/* 圖片放大 */
.hl3c-img-lightbox {
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:34px;
  background:rgba(2,6,23,.84);
  backdrop-filter:blur(5px);
}

.hl3c-img-lightbox.is-open {
  display:flex;
}

.hl3c-img-lightbox img {
  max-width:96vw;
  max-height:92vh;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.hl3c-img-lightbox button {
  position:absolute;
  top:22px;
  right:24px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

/* LINE 浮動：接近官方圖示，小顆不擋畫面 */
.hl3c-line-float {
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  z-index:9999 !important;
  width:54px !important;
  height:54px !important;
  padding:0 !important;
  border-radius:14px !important;
  background:var(--line-green) !important;
  color:#fff !important;
  text-decoration:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 10px 28px rgba(6,199,85,.32) !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
}

.hl3c-line-float:hover {
  transform:translateY(-2px) !important;
  box-shadow:0 14px 34px rgba(6,199,85,.42) !important;
}

.hl3c-line-float svg {
  width:38px !important;
  height:38px !important;
  display:block !important;
}

.hl3c-line-float .line-icon,
.hl3c-line-float span:not(.line-icon) {
  display:none !important;
}

/* 防止舊版右側小卡殘留 */
.product-v2-side,
.product-v2-side-card {
  display:none !important;
}

/* 後台搬運尺寸欄位 */
.hl3c-transport-size-note {
  color:#64748b;
  font-size:13px;
  margin-top:6px;
}

@media (max-width:980px){
  .product-v11-hero-inner {
    grid-template-columns:1fr !important;
  }

  .product-v11-visual {
    border-left:0 !important;
    border-top:1px solid #eef2f7 !important;
  }
}

@media (max-width:720px){
  .product-v11-page {
    padding-top:14px !important;
  }

  .product-v11-hero,
  .product-v11-content {
    width:min(100% - 22px, 100%) !important;
  }

  .product-v11-copy {
    padding:30px 24px !important;
  }

  .product-v11-title {
    font-size:34px !important;
  }

  .product-v11-summary {
    font-size:16px !important;
  }

  .product-v11-visual {
    padding:20px !important;
  }

  .product-v11-photo-card {
    min-height:210px !important;
  }

  .product-v11-spec-row {
    grid-template-columns:1fr !important;
    gap:2px !important;
  }

  .product-v11-section,
  .product-related-cases {
    padding:26px 22px !important;
  }

  .hl3c-line-float {
    right:14px !important;
    bottom:14px !important;
    width:50px !important;
    height:50px !important;
  }
}



/* ===== product-layout-v14-focus.css ===== */

/* =========================================================
   HL3C Product Layout V14
   目標：
   1. 左側不要空洞：加入商品重點摘要
   2. 右側維持圖片＋規格與應用
   3. 下方區塊順序：商品介紹 → 相關實績案例 → 常見搭配設備
   4. 「您可能也感興趣」改為「常見搭配設備」
   ========================================================= */

:root{
  --hl3c-red:#d84b32;
  --hl3c-orange:#f97316;
  --hl3c-dark:#0f172a;
  --hl3c-text:#111827;
  --hl3c-muted:#64748b;
  --hl3c-border:#e5e7eb;
  --hl3c-soft:#f8fafc;
}

/* 主商品區維持 compact，但左側資訊更完整 */
.product-v11-copy {
  justify-content:center !important;
}

.product-v14-use {
  margin:18px 0 0;
  max-width:620px;
  color:#475569;
  font-size:18px;
  line-height:1.7;
}

.product-v14-highlights {
  margin:24px 0 0;
  padding:18px 20px;
  max-width:640px;
  border:1px solid #fee2e2;
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(255,241,242,.92), rgba(255,255,255,.96));
}

.product-v14-highlights-title {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:#b83222;
  font-weight:1000;
  font-size:16px;
}

.product-v14-highlights-title::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--hl3c-red);
  box-shadow:0 0 0 5px rgba(216,75,50,.12);
}

.product-v14-highlight-list {
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.product-v14-highlight-list li {
  position:relative;
  padding-left:26px;
  color:#334155;
  font-size:15px;
  line-height:1.65;
}

.product-v14-highlight-list li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--hl3c-red);
  font-weight:1000;
}

/* 回分類按鈕不要孤單浮在大片空白 */
.product-v11-actions {
  margin-top:22px !important;
}

/* 下方區塊標題更一致 */
.product-v11-section,
.product-related-cases,
.product-v14-related-products {
  background:#fff;
  border:1px solid var(--hl3c-border);
  border-radius:22px;
  padding:32px 38px;
  margin-bottom:20px;
  box-shadow:0 12px 38px rgba(15,23,42,.055);
}

.product-v14-section-kicker,
.product-related-cases .case-kicker,
.product-related-cases .kicker {
  display:block;
  margin:0 0 8px;
  color:#d88a7b;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:1000;
}

.product-v14-section-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.product-v14-section-head h2,
.product-v14-related-products h2 {
  margin:0;
  color:var(--hl3c-text);
  font-size:clamp(28px,2.4vw,38px);
  line-height:1.2;
}

.product-v14-section-head p {
  margin:8px 0 0;
  color:#64748b;
  font-size:16px;
  line-height:1.65;
}

/* 相關實績案例：若原本圖片缺圖，卡片不要變過大空白 */
.product-related-cases .case-card,
.product-related-cases .product-related-case-card,
.product-related-cases article {
  min-width:0;
}

.product-related-cases img {
  max-width:100%;
  height:auto;
  object-fit:cover;
}

/* 常見搭配設備 */
.product-v14-related-products-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.product-v14-related-card {
  display:block;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  text-decoration:none;
  color:var(--hl3c-text);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-v14-related-card:hover {
  transform:translateY(-3px);
  border-color:#fca5a5;
  box-shadow:0 16px 34px rgba(15,23,42,.10);
}

.product-v14-related-img {
  aspect-ratio:4/3;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.product-v14-related-img img {
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
}

.product-v14-related-body {
  padding:14px 16px 16px;
}

.product-v14-related-cat {
  color:#d84b32;
  font-size:12px;
  font-weight:900;
  margin-bottom:6px;
}

.product-v14-related-title {
  margin:0;
  font-size:17px;
  line-height:1.45;
  font-weight:1000;
}

.product-v14-related-summary {
  margin:8px 0 0;
  color:#64748b;
  font-size:14px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* 若原本 include 還印出「您可能也感興趣」，用 CSS 改低存在感 */
.related-products-title-old,
.you-may-like-title {
  font-size:0 !important;
}

.related-products-title-old::before,
.you-may-like-title::before {
  content:"常見搭配設備";
  font-size:32px;
}

/* LINE 浮動仍為小圖示 */
.hl3c-line-float {
  width:54px !important;
  height:54px !important;
  border-radius:14px !important;
}

/* 手機 */
@media (max-width:980px){
  .product-v14-related-products-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .product-v14-section-head {
    display:block;
  }

  .product-v14-section-head .product-v11-btn,
  .product-v14-section-head .btn {
    margin-top:12px;
  }
}

@media (max-width:720px){
  .product-v14-highlights {
    padding:16px;
  }

  .product-v14-related-products-grid {
    grid-template-columns:1fr;
  }
}



/* ===== product-layout-v15-guide.css ===== */

/* =========================================================
   HL3C Product Layout V15
   重點：
   1. 左側「重點特色」改為「租借重點」，避免與右側規格重複
   2. 右側「規格與應用」維持設備資料
   3. 商品介紹下方新增「租借說明 / 租賃建議 / 常見問題」
   ========================================================= */

.product-v14-highlights {
  border-color:#e2e8f0 !important;
  background:
    linear-gradient(135deg, rgba(248,250,252,.98), rgba(255,255,255,.98)) !important;
}

.product-v14-highlights-title {
  color:#0f172a !important;
}

.product-v14-highlights-title::before {
  background:#d84b32 !important;
  box-shadow:0 0 0 5px rgba(216,75,50,.12) !important;
}

.product-v14-highlight-list li {
  color:#334155 !important;
}

/* 左側租借重點改成服務導向，不搶規格 */
.product-v15-service-note {
  margin-top:10px;
  color:#64748b;
  font-size:14px;
  line-height:1.6;
}

/* 商品頁說明區：三張卡片 */
.product-v15-guide {
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:32px 38px;
  margin-bottom:20px;
  box-shadow:0 12px 38px rgba(15,23,42,.055);
}

.product-v15-guide-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.product-v15-guide-kicker {
  display:block;
  margin:0 0 8px;
  color:#d88a7b;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:1000;
}

.product-v15-guide h2 {
  margin:0;
  color:#111827;
  font-size:clamp(28px,2.4vw,38px);
  line-height:1.2;
}

.product-v15-guide-head p {
  margin:8px 0 0;
  color:#64748b;
  font-size:16px;
  line-height:1.65;
}

.product-v15-guide-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.product-v15-guide-card {
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:
    linear-gradient(135deg,#fff,#f8fafc);
  padding:22px;
}

.product-v15-guide-card h3 {
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:#111827;
  font-size:20px;
  line-height:1.35;
}

.product-v15-guide-card h3::before {
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d84b32;
  box-shadow:0 0 0 5px rgba(216,75,50,.11);
  flex:0 0 auto;
}

.product-v15-guide-card ul {
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.product-v15-guide-card li {
  position:relative;
  padding-left:20px;
  color:#475569;
  font-size:15px;
  line-height:1.65;
}

.product-v15-guide-card li::before {
  content:"•";
  position:absolute;
  left:2px;
  top:0;
  color:#d84b32;
  font-weight:1000;
}

/* 讓商品介紹和服務說明有明確分層 */
.product-v11-section + .product-v15-guide {
  margin-top:-2px;
}

/* 右側規格：維持設備資訊，不變成服務說明 */
.product-v11-spec h2::after {
  content:"";
}

@media (max-width:980px){
  .product-v15-guide-grid {
    grid-template-columns:1fr;
  }

  .product-v15-guide-head {
    display:block;
  }
}

@media (max-width:720px){
  .product-v15-guide {
    padding:26px 22px;
  }
}



/* ===== product-layout-v16-intro-top.css ===== */

/* =========================================================
   HL3C Product Layout V16
   調整：
   1. 主商品左側改放「商品介紹」
   2. 移除左側「租借重點」
   3. 下方不再重複顯示商品介紹
   4. 保留「租借說明與建議」
   ========================================================= */

/* 左側商品介紹盒 */
.product-v16-intro {
  margin:24px 0 0;
  padding:20px 22px;
  max-width:720px;
  border:1px solid #fee2e2;
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(255,247,237,.72), rgba(255,255,255,.96));
}

.product-v16-intro-title {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:#b83222;
  font-weight:1000;
  font-size:17px;
}

.product-v16-intro-title::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#d84b32;
  box-shadow:0 0 0 5px rgba(216,75,50,.12);
  flex:0 0 auto;
}

.product-v16-intro-body {
  color:#1f2937;
  font-size:16px;
  line-height:1.85;
  overflow-wrap:anywhere;
}

.product-v16-intro-body p {
  margin:0 0 12px;
}

.product-v16-intro-body p:last-child {
  margin-bottom:0;
}

.product-v16-intro-body ul,
.product-v16-intro-body ol {
  margin:10px 0 10px 1.25em;
  padding:0;
}

.product-v16-intro-body li {
  margin:5px 0;
}

.product-v16-intro-body img {
  max-width:100% !important;
  height:auto !important;
  border-radius:12px;
}

.product-v16-intro-body iframe {
  max-width:100% !important;
}

/* 讓主商品左側上下更自然 */
.product-v11-copy {
  justify-content:center !important;
}

/* V15 的租借重點若殘留，直接隱藏 */
.product-v14-highlights,
.product-v15-service-note {
  display:none !important;
}

/* 因商品介紹移到上方，下方第一個區塊會是租借說明 */
.product-v15-guide {
  margin-top:0 !important;
}

/* 商品介紹太長時仍可自然撐開，不硬限制高度 */
.product-v11-hero-inner {
  align-items:stretch !important;
}

.product-v11-visual {
  align-content:start !important;
}

/* 手機 */
@media (max-width:720px){
  .product-v16-intro {
    padding:18px 16px;
  }

  .product-v16-intro-body {
    font-size:15px;
  }
}



/* ===== product-layout-v17-compact-intro-modal.css ===== */

/* =========================================================
   HL3C Product Layout V17
   目標：
   1. 商品介紹高度接近右側「規格與應用」
   2. 過長內容不直接往下撐版面
   3. 多餘詳細資料改成小卡按鈕，點擊後以跳出卡片顯示
   ========================================================= */

/* 商品介紹改成精簡卡 */
.product-v16-intro {
  max-width:720px !important;
  max-height:none !important;
  padding:18px 20px !important;
}

.product-v16-intro-body {
  max-height:330px;
  overflow:hidden;
  position:relative;
}

.product-v16-intro-body.is-collapsed::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:68px;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,250,247,.98));
  pointer-events:none;
}

.product-v17-intro-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.product-v17-mini-card-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  padding:9px 14px;
  border:1px solid #fed7aa;
  border-radius:999px;
  background:#fff7ed;
  color:#b83222;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.product-v17-mini-card-btn:hover {
  transform:translateY(-1px);
  background:#ffedd5;
  box-shadow:0 8px 18px rgba(216,75,50,.12);
}

/* 主區高度與右側更平衡 */
.product-v11-hero-inner {
  align-items:start !important;
}

.product-v11-copy {
  padding-top:38px !important;
  padding-bottom:38px !important;
}

.product-v11-visual {
  position:sticky;
  top:88px;
  align-self:start;
}

/* modal 跳出卡片 */
.product-v17-modal {
  position:fixed;
  inset:0;
  z-index:10020;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(2,6,23,.64);
  backdrop-filter:blur(5px);
}

.product-v17-modal.is-open {
  display:flex;
}

.product-v17-modal-card {
  width:min(860px, 96vw);
  max-height:86vh;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.7);
  display:flex;
  flex-direction:column;
}

.product-v17-modal-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:22px 26px;
  border-bottom:1px solid #e5e7eb;
  background:
    linear-gradient(135deg,#fff7ed,#fff);
}

.product-v17-modal-kicker {
  display:block;
  color:#d88a7b;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:1000;
  margin-bottom:6px;
}

.product-v17-modal-title {
  margin:0;
  color:#111827;
  font-size:28px;
  line-height:1.25;
  font-weight:1000;
}

.product-v17-modal-close {
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  flex:0 0 auto;
}

.product-v17-modal-body {
  padding:26px;
  overflow:auto;
  color:#1f2937;
  font-size:17px;
  line-height:1.85;
}

.product-v17-modal-body img {
  max-width:100% !important;
  height:auto !important;
  border-radius:14px;
}

.product-v17-modal-body iframe {
  max-width:100% !important;
}

/* 下方商品介紹不再重複 */
.product-v11-content > .product-v11-section:first-child {
  display:none !important;
}

/* 讓租借說明與建議接續更自然 */
.product-v15-guide {
  margin-top:0 !important;
}

/* 若商品介紹內有過大的清單，主卡內縮小間距 */
.product-v16-intro-body ul,
.product-v16-intro-body ol {
  margin-top:8px !important;
  margin-bottom:8px !important;
}

.product-v16-intro-body li {
  margin:3px 0 !important;
}

/* 手機不使用 sticky */
@media (max-width:980px){
  .product-v11-visual {
    position:static;
  }

  .product-v16-intro-body {
    max-height:360px;
  }
}

@media (max-width:720px){
  .product-v17-modal {
    padding:14px;
  }

  .product-v17-modal-card {
    max-height:90vh;
    border-radius:20px;
  }

  .product-v17-modal-head {
    padding:18px 20px;
  }

  .product-v17-modal-title {
    font-size:24px;
  }

  .product-v17-modal-body {
    padding:20px;
    font-size:16px;
  }
}



/* ===== product-layout-v18-equal-intro.css ===== */

/* =========================================================
   HL3C Product Layout V18
   重點介紹框與「規格與應用」同高
   內容放得下：全部顯示
   內容放不下：淡出＋顯示「查看完整介紹」
   ========================================================= */

.product-v11-hero-inner {
  align-items:start !important;
}

.product-v16-intro {
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* 桌機：由 JS 量右側規格卡高度後，設定重點介紹框同高 */
@media (min-width:981px){
  .product-v16-intro.hl3c-intro-equalized {
    height:var(--hl3c-intro-box-height);
  }
}

/* 手機不要強制同高 */
@media (max-width:980px){
  .product-v16-intro {
    height:auto !important;
  }
}

.product-v16-intro-title {
  flex:0 0 auto;
}

.product-v16-intro-body {
  position:relative;
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
  max-height:none !important;
}

/* 放得下時，不要淡出 */
.product-v16-intro:not(.hl3c-intro-overflow) .product-v16-intro-body::after {
  display:none !important;
}

/* 放不下時，底部淡出 */
.product-v16-intro.hl3c-intro-overflow .product-v16-intro-body::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:70px;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,250,247,.98));
  pointer-events:none;
}

/* 按鈕預設隱藏，只有內容放不下才顯示 */
.product-v17-intro-actions {
  flex:0 0 auto;
  display:none !important;
  margin-top:14px;
}

.product-v16-intro.hl3c-intro-overflow .product-v17-intro-actions {
  display:flex !important;
}

/* 重點介紹也要有清楚排版 */
.product-v16-intro-body {
  color:#1f2937;
  font-size:16px;
  line-height:1.82;
}

.product-v16-intro-body h1,
.product-v16-intro-body h2,
.product-v16-intro-body h3,
.product-v16-intro-body h4 {
  margin:14px 0 9px;
  color:#111827;
  line-height:1.35;
  font-weight:1000;
}

.product-v16-intro-body h1 { font-size:24px; }
.product-v16-intro-body h2 { font-size:21px; }
.product-v16-intro-body h3 { font-size:18px; }
.product-v16-intro-body h4 { font-size:16px; }

.product-v16-intro-body p {
  margin:0 0 10px;
}

.product-v16-intro-body strong,
.product-v16-intro-body b {
  color:#111827;
  font-weight:1000;
}

.product-v16-intro-body a {
  color:#d84b32;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}

.product-v16-intro-body ul,
.product-v16-intro-body ol {
  margin:8px 0 10px;
  padding:0;
  list-style:none;
}

.product-v16-intro-body li {
  position:relative;
  margin:5px 0;
  padding-left:22px;
  color:#334155;
}

.product-v16-intro-body ul li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#d84b32;
  font-weight:1000;
}

.product-v16-intro-body ol {
  counter-reset:item;
}

.product-v16-intro-body ol li {
  counter-increment:item;
}

.product-v16-intro-body ol li::before {
  content:counter(item) ".";
  position:absolute;
  left:0;
  top:0;
  color:#d84b32;
  font-weight:1000;
}

/* 可在後台 HTML 裡使用的重點框 */
.product-v16-intro-body .hl3c-highlight,
.product-v16-intro-body blockquote {
  margin:10px 0;
  padding:11px 13px;
  border-left:4px solid #d84b32;
  border-radius:12px;
  background:#fff7ed;
  color:#334155;
}

/* 可在後台 HTML 裡使用的資訊格 */
.product-v16-intro-body .hl3c-brief-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin:10px 0;
}

.product-v16-intro-body .hl3c-brief-item {
  padding:9px 11px;
  border:1px solid #fed7aa;
  border-radius:12px;
  background:#fffaf5;
}

.product-v16-intro-body .hl3c-brief-item strong {
  display:block;
  margin-bottom:3px;
  color:#b83222;
  font-size:13px;
}

/* 圖片、iframe 避免撐爆 */
.product-v16-intro-body img,
.product-v17-modal-body img {
  max-width:100% !important;
  height:auto !important;
  border-radius:12px;
}

.product-v16-intro-body iframe,
.product-v17-modal-body iframe {
  max-width:100% !important;
}

/* 完整介紹 modal 內保留排版 */
.product-v17-modal-body h1,
.product-v17-modal-body h2,
.product-v17-modal-body h3,
.product-v17-modal-body h4 {
  color:#111827;
  line-height:1.35;
}

.product-v17-modal-body ul,
.product-v17-modal-body ol {
  padding-left:1.4em;
}

/* 若沒有規格與應用，重點介紹維持自然高度 */
.product-v11-page:not(.hl3c-has-spec-box) .product-v16-intro {
  height:auto !important;
}

@media (max-width:720px){
  .product-v16-intro-body .hl3c-brief-grid {
    grid-template-columns:1fr;
  }
}



/* ===== site-theme-v35-v33-base-slight-warm.css ===== */

/* =========================================================
   HL3C Theme V30 - Bright Contrast Professional
   方向：明亮、柔化、對比清楚、專業化；避免一片白或刺眼亮色。
   使用方式：由 includes/header.php 最後載入，取代 v26/v27/v28/v29 色彩覆蓋檔。
   ========================================================= */

:root{
  --hl3c-bg:#f3f5f8;
  --hl3c-bg-2:#e9eef5;
  --hl3c-surface:#ffffff;
  --hl3c-surface-soft:#f8fafc;
  --hl3c-ink:#101828;
  --hl3c-text:#344054;
  --hl3c-muted:#667085;
  --hl3c-line:#d9e2ec;
  --hl3c-navy:#0b1220;
  --hl3c-navy-2:#111827;
  --hl3c-navy-3:#1e293b;
  --hl3c-orange:#e8422c;
  --hl3c-orange-2:#ff7849;
  --hl3c-orange-soft:#fff0ea;
  --hl3c-blue:#2563eb;
  --hl3c-blue-soft:#eef4ff;
  --hl3c-green:#0f766e;
  --hl3c-green-soft:#e9fbf8;
  --hl3c-gold:#f2b84b;
  --hl3c-shadow:0 14px 38px rgba(16,24,40,.08);
  --hl3c-shadow-strong:0 24px 70px rgba(16,24,40,.15);
}

html{background:var(--hl3c-bg) !important;}
body{
  background:
    radial-gradient(circle at 8% -6%, rgba(232,66,44,.09), transparent 32rem),
    radial-gradient(circle at 92% 4%, rgba(37,99,235,.08), transparent 34rem),
    linear-gradient(180deg,#f7f8fb 0%,#eef2f7 46%,#f5f7fa 100%) !important;
  color:var(--hl3c-text) !important;
  font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif !important;
  -webkit-font-smoothing:antialiased;
}
main{background:transparent !important;}

a{transition:color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;}

/* Header：乾淨、明亮，但保留底線與陰影層次 */
.site-header{
  background:rgba(255,255,255,.94) !important;
  border-bottom:1px solid rgba(16,24,40,.09) !important;
  box-shadow:0 10px 28px rgba(16,24,40,.07) !important;
  backdrop-filter:saturate(130%) blur(12px) !important;
  -webkit-backdrop-filter:saturate(130%) blur(12px) !important;
}
.brand,.site-header .brand{
  color:var(--hl3c-navy) !important;
  font-weight:950 !important;
  letter-spacing:.04em !important;
}
.brand::first-letter{color:var(--hl3c-orange) !important;}
.top-nav a{
  color:#263244 !important;
  font-weight:800 !important;
  border-radius:999px !important;
  padding:8px 12px !important;
}
.top-nav a:hover{
  color:#fff !important;
  background:linear-gradient(135deg,var(--hl3c-orange),#c72f1d) !important;
  border-color:transparent !important;
}
.nav-toggle{background:var(--hl3c-navy) !important;color:white !important;}

/* 共用按鈕：橘色作為品牌主行動，黑藍作為次要行動 */
.btn,
button,
input[type="submit"],
a[class*="btn"],
.product-v11-btn,
.product-v17-mini-card-btn{
  border-radius:999px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}
.btn,
.product-v11-btn.primary,
.btn-primary,
button[type="submit"],
input[type="submit"]{
  background:linear-gradient(135deg,var(--hl3c-orange),#c8311f) !important;
  color:#fff !important;
  border:1px solid rgba(232,66,44,.18) !important;
  box-shadow:0 14px 28px rgba(232,66,44,.22) !important;
}
.btn:hover,
.product-v11-btn.primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 18px 38px rgba(232,66,44,.28) !important;
}
.btn.secondary,
.product-v11-btn.secondary,
.product-v11-actions .secondary,
.product-v17-mini-card-btn,
.btn-secondary{
  background:linear-gradient(135deg,#111827,#27364b) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 14px 30px rgba(17,24,39,.20) !important;
}

/* 首頁 Hero：參考原本高雄電視頁的深色專業感，亮點降低飽和，文字對比強 */
.brand-v4-hero,
.hero,
.home-hero,
.catalog-hero{
  color:#fff !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(232,66,44,.26), transparent 29rem),
    radial-gradient(circle at 82% 8%, rgba(242,184,75,.14), transparent 25rem),
    radial-gradient(circle at 72% 82%, rgba(37,99,235,.12), transparent 30rem),
    linear-gradient(135deg,#07111f 0%,#111827 55%,#261311 135%) !important;
}
.brand-v4-kicker,
.hero .kicker,.hero .eyebrow{
  color:#ffc7bc !important;
  font-weight:950 !important;
}
.brand-v4-kicker:before{background:var(--hl3c-orange) !important;}
.brand-v4-hero-copy h1,
.hero h1{
  color:#fff !important;
  text-shadow:0 12px 34px rgba(0,0,0,.22) !important;
}
.brand-v4-hero-copy h1 span,
.hero h1 span,
.hero h1 strong{
  background:linear-gradient(90deg,#ffffff,#ffd1c8 55%,#f2b84b) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.brand-v4-hero-copy p,
.hero p{
  color:#d6deea !important;
}
.brand-v4-search,
.cat-v4-search{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.20) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.16) !important;
}
.brand-v4-search input,
.cat-v4-search input{
  background:#fff !important;
  color:var(--hl3c-ink) !important;
  border:0 !important;
  box-shadow:none !important;
}
.brand-v4-image-frame{
  background:#0b1220 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 38px 100px rgba(0,0,0,.36) !important;
}
.brand-v4-image-frame:after{
  background:linear-gradient(180deg,rgba(8,17,31,0) 34%,rgba(8,17,31,.54)) !important;
}
.brand-v4-metric{
  background:rgba(255,255,255,.94) !important;
  color:var(--hl3c-navy) !important;
  border:1px solid rgba(255,255,255,.7) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.24) !important;
}
.brand-v4-metric span{color:var(--hl3c-muted) !important;}

/* 內容區塊：灰白分層，不是一片白 */
.brand-v4-section,
.section{
  background:transparent !important;
}
.brand-v4-catalog,
.brand-v4-featured,
.brand-v4-trust,
.cat-v4-layout,
.page-wrap{
  background:
    radial-gradient(circle at 0% 0%, rgba(232,66,44,.045), transparent 30rem),
    linear-gradient(180deg,#f7f9fc 0%,#eef2f7 100%) !important;
}
.brand-v4-section-head{
  border-bottom:1px solid rgba(16,24,40,.10) !important;
  padding-bottom:22px !important;
}
.brand-v4-section-head span,
.brand-v4-trust-card>span{
  color:var(--hl3c-orange) !important;
  font-weight:950 !important;
}
.brand-v4-section-head h2,
.brand-v4-trust-card h2,
.section-title,
.card h3{
  color:var(--hl3c-ink) !important;
}
.brand-v4-section-head p,
.section-sub{
  color:var(--hl3c-muted) !important;
}
.brand-v4-textlink{color:#c8311f !important;font-weight:950 !important;}

/* 首頁分類卡：保留分類色，但降低刺眼程度，讓卡片更乾淨 */
.brand-v4-catalog-grid-photo .brand-v4-catalog-card{
  background:linear-gradient(180deg,#ffffff 0%,#f9fbfd 100%) !important;
  border:1px solid var(--hl3c-line) !important;
  border-top:5px solid var(--cat-accent, var(--hl3c-orange)) !important;
  box-shadow:var(--hl3c-shadow) !important;
}
.brand-v4-catalog-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:var(--hl3c-shadow-strong) !important;
}
.brand-v4-catalog-card h3{
  color:var(--hl3c-ink) !important;
  font-weight:950 !important;
}
.brand-v4-catalog-card p{
  color:#506176 !important;
}
.brand-v4-catalog-card::after{
  background:var(--hl3c-navy) !important;
  color:#fff !important;
}
.brand-v4-cat-photo::after{
  background:linear-gradient(180deg,rgba(8,17,31,.02) 18%,rgba(8,17,31,.72) 100%) !important;
}
.brand-v4-cat-photo span,
.brand-v4-product-img span,
.cat-v4-product-img span{
  background:linear-gradient(135deg,var(--hl3c-orange),#b42318) !important;
  color:#fff !important;
}
.brand-v4-catalog-icon{
  background:var(--hl3c-orange-soft) !important;
  color:#c8311f !important;
}

/* 情境區：保留深色專業區塊，不改成糖果色 */
.brand-v4-scenarios,
.home-dark-section,
.dark-section,
.section-dark,
.use-cases,
.why-section,
.why-hl3c,
.service-guide,
.planning-section,
.related-service-section{
  background:
    radial-gradient(circle at 12% 8%, rgba(232,66,44,.18), transparent 25rem),
    radial-gradient(circle at 88% 0%, rgba(37,99,235,.14), transparent 28rem),
    linear-gradient(135deg,#0b1220 0%,#111827 62%,#1c2637 100%) !important;
  color:#fff !important;
}
.brand-v4-scenarios .brand-v4-section-head h2,
.brand-v4-scenarios h3,
.home-dark-section h2,.home-dark-section h3,
.dark-section h2,.dark-section h3,
.section-dark h2,.section-dark h3{
  color:#fff !important;
}
.brand-v4-scenarios .brand-v4-section-head p{color:#c9d4e4 !important;}
.brand-v4-scenario-card,
.home-dark-section .card,
.dark-section .card,
.section-dark .card{
  background:rgba(255,255,255,.075) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.20) !important;
  color:#fff !important;
}
.brand-v4-scenario-card a{
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,255,255,.15) !important;
  color:#fff !important;
}
.brand-v4-scenario-card a:hover{background:var(--hl3c-orange) !important;}

/* 商品卡與共用卡片 */
.brand-v4-product-card,
.cat-v4-product-card,
.card,
.category-card,
.catalog-card,
.product-card,
.case-card,
.brand-catalog-card,
.home-category-card,
.v3-category-card,
.product-v11-hero-inner,
.product-v16-intro,
.product-v15-guide,
.product-v15-guide-card,
.product-v14-related-products,
.product-v14-related-card,
.admin-card{
  background:var(--hl3c-surface) !important;
  color:var(--hl3c-text) !important;
  border:1px solid var(--hl3c-line) !important;
  box-shadow:var(--hl3c-shadow) !important;
}
.brand-v4-product-card:hover,
.cat-v4-product-card:hover,
.product-card:hover,
.category-card:hover,
.catalog-card:hover{
  transform:translateY(-5px) !important;
  border-color:rgba(232,66,44,.28) !important;
  box-shadow:var(--hl3c-shadow-strong) !important;
}
.brand-v4-product-img,
.cat-v4-product-img,
.product-card .image,
.product-card .thumb,
.product-card .photo,
.category-product-card .image,
.category-product-card .thumb,
.catalog-product-card .image,
.catalog-product-card .thumb,
.product-v11-photo-card{
  background:linear-gradient(180deg,#f2f5f9,#ffffff) !important;
}
.brand-v4-product-body small,
.cat-v4-product-body small{color:var(--hl3c-muted) !important;}
.brand-v4-product-body h3,
.cat-v4-product-body h3,
.product-v11-title,
.product-v16-intro h2,
.product-v15-guide h2,
.product-v15-guide-card h3,
.product-v14-related-products h2,
.product-v14-related-card h3{
  color:var(--hl3c-ink) !important;
}
.brand-v4-product-body p,
.cat-v4-product-body p,
.product-v11-subtitle,
.product-v11-lead,
.product-v11-summary,
.product-v16-intro p,
.product-v16-intro li,
.product-v15-guide p,
.product-v15-guide li{
  color:#4b5b70 !important;
}
.brand-v4-spec,
.product-v11-spec{
  background:var(--hl3c-surface-soft) !important;
  color:#344054 !important;
  border:1px solid var(--hl3c-line) !important;
  box-shadow:none !important;
}
.product-v11-spec h2{color:var(--hl3c-ink) !important;}
.product-v11-spec-row{border-color:#e3eaf2 !important;}
.product-v11-spec-row strong{color:#c8311f !important;}
.product-v11-spec-row span{color:#344054 !important;}

/* 分類頁 Hero */
.cat-v4-hero,
.category-hero{
  color:#fff !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(232,66,44,.24), transparent 28rem),
    radial-gradient(circle at 88% 5%, rgba(242,184,75,.12), transparent 25rem),
    linear-gradient(135deg,#07111f 0%,#111827 62%,#261311 130%) !important;
}
.cat-v4-hero h1,
.category-hero h1{color:#fff !important;}
.cat-v4-hero p,
.category-hero p{color:#d6deea !important;}

/* 分類頁左側與清單 */
.cat-v4-sidebar{
  background:rgba(255,255,255,.96) !important;
  border:1px solid var(--hl3c-line) !important;
  box-shadow:var(--hl3c-shadow) !important;
}
.cat-v4-sidebar h2{color:var(--hl3c-ink) !important;}
.cat-v4-side-list a{
  background:#fff !important;
  color:var(--hl3c-text) !important;
  border:1px solid #e2e8f0 !important;
}
.cat-v4-side-list a:hover{
  background:var(--hl3c-blue-soft) !important;
  border-color:#bad0ff !important;
  transform:translateX(2px) !important;
}
.cat-v4-side-list a.active{
  background:var(--hl3c-orange-soft) !important;
  border-color:#ffc5b5 !important;
  box-shadow:0 10px 24px rgba(232,66,44,.10) !important;
}
.cat-v4-side-list span{
  background:#f2f5f9 !important;
  color:#c8311f !important;
}
.cat-v4-side-list a.active span{
  background:linear-gradient(135deg,var(--hl3c-orange),#c8311f) !important;
  color:#fff !important;
}
.cat-v4-side-list strong{color:var(--hl3c-ink) !important;}
.cat-v4-side-list small{color:var(--hl3c-muted) !important;}
.cat-v4-bar{
  background:#fff !important;
  border:1px solid var(--hl3c-line) !important;
  box-shadow:var(--hl3c-shadow) !important;
}
.cat-v4-bar h2{color:var(--hl3c-ink) !important;}
.cat-v4-bar p{color:var(--hl3c-muted) !important;}

/* 信任與 CTA */
.brand-v4-trust-card{
  background:#fff !important;
  border:1px solid var(--hl3c-line) !important;
  box-shadow:var(--hl3c-shadow) !important;
}
.brand-v4-trust-card p{color:#4b5b70 !important;}
.brand-v4-trust-grid div{
  background:linear-gradient(135deg,#101828,#1f2937) !important;
  color:#fff !important;
}
.brand-v4-trust-grid strong{color:#ffb4a4 !important;}
.brand-v4-cta{
  background:
    radial-gradient(circle at 16% 30%, rgba(255,255,255,.14), transparent 22rem),
    linear-gradient(135deg,#e8422c 0%,#b42318 58%,#7f1d1d 100%) !important;
  color:#fff !important;
}
.brand-v4-cta p{color:#ffe0da !important;}
.brand-v4-cta .btn{
  background:#fff !important;
  color:#9b1c12 !important;
  border:0 !important;
  box-shadow:0 16px 36px rgba(0,0,0,.18) !important;
}

/* Footer：深色公司資訊區，對比明確但不髒黑 */
.site-footer{
  background:linear-gradient(180deg,#151922 0%,#0b1220 100%) !important;
  color:#e5e7eb !important;
  border-top:6px solid var(--hl3c-orange) !important;
}
.footer-v6 h2,.footer-v6 h3{color:#fff !important;}
.footer-v6-brand p,
.footer-v6 p,
.footer-v6 li,
.footer-v6 a{color:#cbd5e1 !important;}
.footer-v6 a:hover{color:#fff !important;}
.footer-v6-kicker{color:#ffb4a4 !important;}
.footer-v6-service-area{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.12) !important;
}
.footer-v6-bottom{border-top-color:rgba(255,255,255,.12) !important;color:#94a3b8 !important;}
.footer-v6-bottom a{color:#94a3b8 !important;}

/* 表單 focus */
main input,main select,main textarea{
  background:#fff !important;
  color:var(--hl3c-ink) !important;
  border:1px solid #cfd8e3 !important;
}
main input:focus,main select:focus,main textarea:focus{
  outline:none !important;
  border-color:rgba(232,66,44,.65) !important;
  box-shadow:0 0 0 4px rgba(232,66,44,.12) !important;
}

@media(max-width:900px){
  .top-nav{background:rgba(255,255,255,.98) !important;box-shadow:0 18px 38px rgba(16,24,40,.10) !important;}
  .top-nav a{width:100% !important;}
}

/* =========================================================
   HL3C Theme V31 - Pro Clean Sidebar Refinement
   依使用者回饋：降低橘色使用比例；左側設備分類恢復精簡、靠左、可用箭頭收合。
   ========================================================= */
:root{
  --hl3c-orange:#0f766e;
  --hl3c-orange-2:#14b8a6;
  --hl3c-orange-soft:#e7f7f5;
  --hl3c-blue:#2563eb;
  --hl3c-blue-soft:#edf4ff;
  --hl3c-accent:#0f766e;
  --hl3c-accent-2:#2563eb;
  --hl3c-warm:#d8643f;
}

/* 降低橘色存在感：主行動與標籤改藍綠專業色，橘色僅保留少量暖色點綴 */
.brand::first-letter{color:var(--hl3c-accent) !important;}
.top-nav a:hover{
  color:#fff !important;
  background:linear-gradient(135deg,#0f766e,#1d4ed8) !important;
}
.btn,
.product-v11-btn.primary,
.btn-primary,
button[type="submit"],
input[type="submit"]{
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
  border-color:rgba(15,118,110,.20) !important;
  box-shadow:0 14px 28px rgba(15,118,110,.18) !important;
}
.btn:hover,
.product-v11-btn.primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover{
  box-shadow:0 18px 38px rgba(37,99,235,.20) !important;
}
.brand-v4-cat-photo span,
.brand-v4-product-img span,
.cat-v4-product-img span{
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
}
.brand-v4-section-head span,
.brand-v4-trust-card>span,
.brand-v4-textlink,
.product-v11-spec-row strong{
  color:#0f766e !important;
}
.brand-v4-catalog-icon{
  background:#e7f7f5 !important;
  color:#0f766e !important;
}
.brand-v4-hero,
.hero,
.home-hero,
.catalog-hero,
.cat-v4-hero,
.category-hero{
  background:
    radial-gradient(circle at 12% 18%, rgba(15,118,110,.22), transparent 29rem),
    radial-gradient(circle at 82% 8%, rgba(37,99,235,.14), transparent 25rem),
    radial-gradient(circle at 72% 82%, rgba(216,100,63,.08), transparent 30rem),
    linear-gradient(135deg,#07111f 0%,#111827 58%,#122236 135%) !important;
}
.brand-v4-kicker,
.hero .kicker,
.hero .eyebrow{color:#a7f3d0 !important;}
.brand-v4-hero-copy h1 span,
.hero h1 span,
.hero h1 strong{
  background:linear-gradient(90deg,#ffffff,#d9fff7 58%,#bfdbfe) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card{
  border-top-color:var(--cat-accent, #0f766e) !important;
}
.brand-v4-scenarios,
.home-dark-section,
.dark-section,
.section-dark,
.use-cases,
.why-section,
.why-hl3c,
.service-guide,
.planning-section,
.related-service-section{
  background:
    radial-gradient(circle at 12% 8%, rgba(15,118,110,.20), transparent 25rem),
    radial-gradient(circle at 88% 0%, rgba(37,99,235,.14), transparent 28rem),
    linear-gradient(135deg,#0b1220 0%,#111827 62%,#1c2637 100%) !important;
}

/* 分類頁版面：靠近左側，不要整個偏中；側欄寬度接近原站，留白更少 */
.cat-v4-layout{
  grid-template-columns:248px minmax(0,1fr) !important;
  gap:24px !important;
  padding:28px 24px 48px 18px !important;
}
.cat-v4-sidebar{
  border-radius:18px !important;
  padding:12px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.055) !important;
}
.cat-v4-sidebar h2{
  margin:0 0 10px !important;
  font-size:18px !important;
  font-weight:950 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}
.cat-v4-side-list{gap:5px !important;}
.cat-v4-side-list a{
  grid-template-columns:30px 1fr auto !important;
  gap:8px !important;
  padding:7px 8px !important;
  border-radius:12px !important;
  min-height:42px !important;
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
}
.cat-v4-side-list a:hover{
  background:#edf4ff !important;
  border-color:#cbdcff !important;
  transform:translateX(1px) !important;
}
.cat-v4-side-list a.active{
  background:#e7f7f5 !important;
  border-color:#b7e4dc !important;
  box-shadow:none !important;
}
.cat-v4-side-list span{
  width:30px !important;
  height:30px !important;
  border-radius:9px !important;
  font-size:12px !important;
  background:#eef2f7 !important;
  color:#0f766e !important;
}
.cat-v4-side-list a.active span{
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
}
.cat-v4-side-list strong{
  font-size:14px !important;
  line-height:1.28 !important;
  font-weight:800 !important;
}
.cat-v4-side-list small{
  font-size:12px !important;
  min-width:18px !important;
  text-align:right !important;
}
.cat-v4-bar{border-radius:18px !important; padding:16px 18px !important;}
.cat-v4-product-card{border-color:#dfe7ef !important;}
.cat-v4-product-card:hover{border-color:#94b7ff !important;}

/* JS 產生的全站設備分類：修正跑版，改為原站接近的左側細選單 */
.hl3c-v28-shell{
  display:grid !important;
  grid-template-columns:248px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  padding:24px 24px 48px 18px !important;
}
.hl3c-v28-content{min-width:0 !important;}
.hl3c-v28-sidebar{
  position:sticky !important;
  top:78px !important;
  align-self:start !important;
  width:248px !important;
  max-width:248px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid var(--hl3c-line) !important;
  border-radius:18px !important;
  padding:12px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.055) !important;
  z-index:5 !important;
}
.hl3c-v28-sidebar-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  margin:0 0 10px !important;
}
.hl3c-v28-sidebar-title{
  margin:0 !important;
  font-size:18px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
  color:var(--hl3c-ink) !important;
}
.hl3c-v28-collapse-btn{
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  padding:0 !important;
  border-radius:9px !important;
  border:1px solid #d8e2ee !important;
  background:#f7fafc !important;
  color:#334155 !important;
  font-size:0 !important;
  line-height:1 !important;
  box-shadow:none !important;
  cursor:pointer !important;
}
.hl3c-v28-collapse-btn::before{
  content:'‹' !important;
  font-size:22px !important;
  font-weight:900 !important;
  display:block !important;
  transform:translateY(-1px) !important;
}
.hl3c-v28-list{
  display:flex !important;
  flex-direction:column !important;
  gap:5px !important;
}
.hl3c-v28-item{
  display:grid !important;
  grid-template-columns:30px 1fr auto !important;
  gap:8px !important;
  align-items:center !important;
  min-height:42px !important;
  padding:7px 8px !important;
  border-radius:12px !important;
  border:1px solid transparent !important;
  background:transparent !important;
  color:#344054 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}
.hl3c-v28-item:hover{
  background:#edf4ff !important;
  border-color:#cbdcff !important;
  transform:translateX(1px) !important;
}
.hl3c-v28-item.is-active{
  background:#e7f7f5 !important;
  border-color:#b7e4dc !important;
}
.hl3c-v28-code{
  width:30px !important;
  height:30px !important;
  border-radius:9px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#eef2f7 !important;
  color:#0f766e !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.01em !important;
}
.hl3c-v28-item.is-active .hl3c-v28-code{
  color:#fff !important;
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
}
.hl3c-v28-name{
  color:var(--hl3c-ink) !important;
  font-size:14px !important;
  line-height:1.28 !important;
  font-weight:800 !important;
  white-space:normal !important;
}
.hl3c-v28-count{
  color:var(--hl3c-muted) !important;
  font-size:12px !important;
  min-width:18px !important;
  text-align:right !important;
}
body.hl3c-v28-sidebar-collapsed .hl3c-v28-shell{
  grid-template-columns:58px minmax(0,1fr) !important;
}
body.hl3c-v28-sidebar-collapsed .hl3c-v28-sidebar{
  width:58px !important;
  max-width:58px !important;
  padding:10px 8px !important;
}
body.hl3c-v28-sidebar-collapsed .hl3c-v28-sidebar-title,
body.hl3c-v28-sidebar-collapsed .hl3c-v28-name,
body.hl3c-v28-sidebar-collapsed .hl3c-v28-count{
  display:none !important;
}
body.hl3c-v28-sidebar-collapsed .hl3c-v28-sidebar-head{
  justify-content:center !important;
}
body.hl3c-v28-sidebar-collapsed .hl3c-v28-collapse-btn::before{
  content:'›' !important;
}
body.hl3c-v28-sidebar-collapsed .hl3c-v28-item{
  grid-template-columns:30px !important;
  justify-content:center !important;
  padding:6px !important;
}

/* category.php 也支援收合：若 JS 把原 sidebar 轉成 v28，會套用上面樣式；若未轉換，保持原始精簡樣式 */
body.hl3c-v28-sidebar-collapsed .cat-v4-layout{
  grid-template-columns:58px minmax(0,1fr) !important;
}
body.hl3c-v28-sidebar-collapsed .cat-v4-sidebar{
  width:58px !important;
  padding:10px 8px !important;
}
body.hl3c-v28-sidebar-collapsed .cat-v4-sidebar h2,
body.hl3c-v28-sidebar-collapsed .cat-v4-side-list strong,
body.hl3c-v28-sidebar-collapsed .cat-v4-side-list small{
  display:none !important;
}
body.hl3c-v28-sidebar-collapsed .cat-v4-side-list a{
  grid-template-columns:30px !important;
  justify-content:center !important;
  padding:6px !important;
}

@media(max-width:1120px){
  .cat-v4-layout,
  .hl3c-v28-shell{
    grid-template-columns:1fr !important;
    padding:24px 18px 42px !important;
  }
  .cat-v4-sidebar,
  .hl3c-v28-sidebar{
    position:relative !important;
    top:auto !important;
    width:auto !important;
    max-width:none !important;
  }
  body.hl3c-v28-sidebar-collapsed .hl3c-v28-shell,
  body.hl3c-v28-sidebar-collapsed .cat-v4-layout{
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   HL3C Theme V32 - Brighter Homepage Hero
   依使用者回饋：首頁形象區不要太暗沉；保留 v31 專業感、藍綠主色與清楚對比。
   只調整首頁第一屏，不影響分類頁深色標題區與左側設備分類。
   ========================================================= */
.brand-v4-hero,
.home-hero,
.catalog-hero{
  color:#172033 !important;
  background:
    radial-gradient(circle at 11% 14%, rgba(15,118,110,.18), transparent 30rem),
    radial-gradient(circle at 86% 10%, rgba(37,99,235,.14), transparent 28rem),
    radial-gradient(circle at 72% 88%, rgba(216,100,63,.10), transparent 30rem),
    linear-gradient(135deg,#e8f5f3 0%,#f5f8fb 45%,#e8eef8 100%) !important;
}
.brand-v4-hero::before,
.home-hero::before,
.catalog-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.52) 0%,rgba(255,255,255,.22) 42%,rgba(255,255,255,0) 72%),
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.38),transparent 44rem) !important;
  z-index:0 !important;
}
.brand-v4-hero-copy,
.brand-v4-visual{
  position:relative !important;
  z-index:1 !important;
}
.brand-v4-kicker,
.brand-v4-hero .kicker,
.brand-v4-hero .eyebrow,
.home-hero .kicker,
.catalog-hero .kicker{
  color:#0f766e !important;
  text-shadow:none !important;
}
.brand-v4-kicker:before{
  background:#0f766e !important;
}
.brand-v4-hero-copy h1,
.brand-v4-hero h1,
.home-hero h1,
.catalog-hero h1{
  color:#102033 !important;
  text-shadow:none !important;
}
.brand-v4-hero-copy h1 span,
.brand-v4-hero h1 span,
.brand-v4-hero h1 strong,
.home-hero h1 span,
.home-hero h1 strong,
.catalog-hero h1 span,
.catalog-hero h1 strong{
  background:linear-gradient(90deg,#102033 0%,#0f766e 54%,#1d4ed8 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.brand-v4-hero-copy p,
.brand-v4-hero p,
.home-hero p,
.catalog-hero p{
  color:#405168 !important;
  text-shadow:none !important;
}
.brand-v4-search,
.brand-v4-hero .cat-v4-search,
.home-hero .cat-v4-search,
.catalog-hero .cat-v4-search{
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(148,163,184,.34) !important;
  box-shadow:0 18px 46px rgba(15,23,42,.10) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}
.brand-v4-search input,
.brand-v4-hero .cat-v4-search input,
.home-hero .cat-v4-search input,
.catalog-hero .cat-v4-search input{
  background:#fff !important;
  color:#102033 !important;
}
.brand-v4-image-frame{
  background:#f8fafc !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 28px 72px rgba(15,23,42,.18) !important;
}
.brand-v4-image-frame:after{
  background:linear-gradient(180deg,rgba(255,255,255,0) 42%,rgba(15,32,51,.18) 100%) !important;
}
.brand-v4-metric{
  background:rgba(255,255,255,.92) !important;
  color:#102033 !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 18px 46px rgba(15,23,42,.16) !important;
}
.brand-v4-metric span{
  color:#64748b !important;
}
.brand-v4-orb-a{
  background:rgba(15,118,110,.14) !important;
}
.brand-v4-orb-b{
  background:rgba(37,99,235,.12) !important;
}

/* 首頁第一屏按鈕維持清楚對比，但不要過度暖色 */
.brand-v4-actions .btn,
.brand-v4-hero .btn{
  box-shadow:0 16px 34px rgba(15,118,110,.18) !important;
}
.brand-v4-actions .btn.secondary,
.brand-v4-hero .btn.secondary{
  background:rgba(16,32,51,.88) !important;
  border:1px solid rgba(16,32,51,.12) !important;
  color:#fff !important;
  box-shadow:0 14px 28px rgba(16,32,51,.16) !important;
}

@media(max-width:900px){
  .brand-v4-hero,
  .home-hero,
  .catalog-hero{
    background:
      radial-gradient(circle at 12% 8%, rgba(15,118,110,.16), transparent 22rem),
      linear-gradient(180deg,#edf7f5 0%,#f7f9fc 55%,#e9eef8 100%) !important;
  }
}

/* =========================================================
   HL3C Theme V33 - Homepage Sections Balanced
   依使用者回饋：首頁 Hero 方向很好，其他區塊跟進同一套藍綠灰專業配色，
   但各區塊保留明暗層次與區別；降低橘紅色存在感。
   ========================================================= */
:root{
  --hl3c-bg:#eef4f7;
  --hl3c-bg-2:#e6edf3;
  --hl3c-section-mint:#eaf6f4;
  --hl3c-section-blue:#edf3fb;
  --hl3c-section-slate:#dfe8f0;
  --hl3c-ink:#102033;
  --hl3c-text:#34465c;
  --hl3c-muted:#64748b;
  --hl3c-line:#d5e0ea;
  --hl3c-accent:#0f766e;
  --hl3c-accent-2:#2563eb;
  --hl3c-warm:#d8643f;
  --hl3c-shadow:0 14px 34px rgba(15,32,51,.08);
  --hl3c-shadow-strong:0 22px 60px rgba(15,32,51,.14);
}

body{
  background:
    radial-gradient(circle at 8% -4%, rgba(15,118,110,.12), transparent 32rem),
    radial-gradient(circle at 92% 0%, rgba(37,99,235,.10), transparent 36rem),
    linear-gradient(180deg,#edf5f7 0%,#f5f8fb 42%,#edf3f8 100%) !important;
}

/* 首頁第二區：設備目錄，延續 Hero 的明亮藍綠灰，但用白卡提高可讀性 */
.brand-v4-catalog{
  background:
    radial-gradient(circle at 8% 8%, rgba(15,118,110,.12), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(37,99,235,.08), transparent 30rem),
    linear-gradient(180deg,#f7fafc 0%,#eaf2f6 100%) !important;
}
.brand-v4-catalog .brand-v4-section-head{
  border-bottom:1px solid rgba(16,32,51,.10) !important;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(248,251,252,.98) 100%) !important;
  border:1px solid rgba(148,163,184,.28) !important;
  border-top:0 !important;
  border-radius:24px !important;
  box-shadow:0 16px 42px rgba(15,32,51,.08) !important;
  overflow:hidden !important;
}
.brand-v4-catalog-grid-photo .brand-v4-catalog-card::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:0 auto auto 0 !important;
  width:100% !important;
  height:5px !important;
  background:linear-gradient(90deg,#0f766e,#2563eb) !important;
  opacity:.82 !important;
}
.brand-v4-catalog-card:hover{
  border-color:rgba(15,118,110,.30) !important;
  box-shadow:0 24px 64px rgba(15,32,51,.13) !important;
}
.brand-v4-catalog-card small{
  color:#0f766e !important;
}

/* 使用情境區：不要再黑到底，改成沉穩但較亮的青藍夜色，與 Hero 有關聯又有區別 */
.brand-v4-scenarios,
.use-cases,
.home-dark-section,
.dark-section,
.section-dark{
  background:
    radial-gradient(circle at 10% 0%, rgba(20,184,166,.22), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(96,165,250,.16), transparent 32rem),
    linear-gradient(135deg,#172436 0%,#213148 48%,#1d3d44 100%) !important;
  color:#f8fafc !important;
}
.brand-v4-scenarios .brand-v4-section-head{
  border-bottom-color:rgba(255,255,255,.12) !important;
}
.brand-v4-scenarios .brand-v4-section-head span{
  color:#99f6e4 !important;
}
.brand-v4-scenarios .brand-v4-section-head h2,
.brand-v4-scenarios h3{
  color:#ffffff !important;
}
.brand-v4-scenarios .brand-v4-section-head p{
  color:#d8e4ee !important;
}
.brand-v4-scenario-card,
.home-dark-section .card,
.dark-section .card,
.section-dark .card{
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.075)) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 18px 52px rgba(4,13,25,.20) !important;
}
.brand-v4-scenario-card a{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#f8fafc !important;
}
.brand-v4-scenario-card a:hover{
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
  border-color:transparent !important;
}

/* 熱門設備：用溫和淺藍灰區隔，不用純白 */
.brand-v4-featured{
  background:
    radial-gradient(circle at 5% 8%, rgba(37,99,235,.08), transparent 26rem),
    linear-gradient(180deg,#eef4fa 0%,#f8fafc 100%) !important;
}
.brand-v4-product-card{
  background:linear-gradient(180deg,#ffffff 0%,#f7fafc 100%) !important;
  border:1px solid rgba(148,163,184,.28) !important;
  border-radius:24px !important;
  box-shadow:0 14px 36px rgba(15,32,51,.08) !important;
  overflow:hidden !important;
}
.brand-v4-product-card:hover{
  border-color:rgba(37,99,235,.28) !important;
  box-shadow:0 24px 64px rgba(15,32,51,.14) !important;
}
.brand-v4-product-img{
  background:linear-gradient(180deg,#f3f7fb 0%,#ffffff 100%) !important;
}
.brand-v4-product-img span,
.cat-v4-product-img span{
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
  box-shadow:0 10px 22px rgba(15,118,110,.18) !important;
}
.brand-v4-spec{
  background:#edf7f5 !important;
  border-color:#cfe7e1 !important;
  color:#315165 !important;
}

/* 信任服務區：改成明亮重點卡，讓頁面中段不沉、不白 */
.brand-v4-trust{
  background:
    radial-gradient(circle at 78% 0%, rgba(15,118,110,.14), transparent 30rem),
    linear-gradient(135deg,#e6f2f1 0%,#f3f7fb 58%,#e8eef8 100%) !important;
}
.brand-v4-trust-card{
  background:rgba(255,255,255,.86) !important;
  border:1px solid rgba(148,163,184,.32) !important;
  border-radius:30px !important;
  box-shadow:0 22px 68px rgba(15,32,51,.11) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
}
.brand-v4-trust-card>span{
  color:#0f766e !important;
}
.brand-v4-trust-grid div{
  background:linear-gradient(135deg,#13283b 0%,#164e63 100%) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 12px 28px rgba(15,32,51,.12) !important;
}
.brand-v4-trust-grid strong{
  color:#99f6e4 !important;
}

/* CTA：原本橘紅太重，改成藍綠專業 CTA，跟 Hero 同色系但比較有行動感 */
.brand-v4-cta{
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.18), transparent 24rem),
    radial-gradient(circle at 88% 0%, rgba(96,165,250,.18), transparent 26rem),
    linear-gradient(135deg,#0f766e 0%,#176b8f 54%,#1d4ed8 118%) !important;
  color:#ffffff !important;
  border-top:0 !important;
}
.brand-v4-cta h2{
  color:#ffffff !important;
}
.brand-v4-cta p{
  color:#e4f5f3 !important;
}
.brand-v4-cta .btn{
  background:#ffffff !important;
  color:#0f3d56 !important;
  border:1px solid rgba(255,255,255,.60) !important;
  box-shadow:0 16px 36px rgba(4,13,25,.18) !important;
}
.brand-v4-cta .btn:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 22px 44px rgba(4,13,25,.24) !important;
}

/* Footer：仍保留深色專業區，但比上一版柔一點，並把橘色分隔線改成藍綠 */
.site-footer{
  background:
    radial-gradient(circle at 8% 0%, rgba(15,118,110,.16), transparent 28rem),
    linear-gradient(180deg,#172236 0%,#0d1726 100%) !important;
  border-top:6px solid #0f766e !important;
}
.footer-v6-kicker{
  color:#99f6e4 !important;
}
.footer-v6-service-area{
  background:rgba(255,255,255,.065) !important;
  border-color:rgba(255,255,255,.14) !important;
}

/* 共用小元素：focus 與搜尋按鈕改成藍綠，避免殘留橘紅 */
main input:focus,main select:focus,main textarea:focus{
  border-color:rgba(15,118,110,.62) !important;
  box-shadow:0 0 0 4px rgba(15,118,110,.12) !important;
}
.brand-v4-search .btn,
.cat-v4-search .btn,
.brand-v4-product-body .btn{
  background:linear-gradient(135deg,#0f766e,#2563eb) !important;
  border-color:transparent !important;
}

@media(max-width:900px){
  .brand-v4-catalog,
  .brand-v4-featured,
  .brand-v4-trust{
    background:linear-gradient(180deg,#f6fafb 0%,#edf4f8 100%) !important;
  }
  .brand-v4-scenarios{
    background:linear-gradient(135deg,#172436 0%,#1d3d44 100%) !important;
  }
}

/* =========================================================
   HL3C Theme V35 - V33 Base Slight Warm / Slight Brighter
   重點：完全保留 v33 的版型與整體感，只把過深區塊微幅提亮、加一點暖度。
   不採用 v34 的奶油/砂色大改版。
   ========================================================= */

:root{
  --hl3c-bg:#f4f6f8;
  --hl3c-bg-2:#edf2f6;
  --hl3c-surface:#ffffff;
  --hl3c-surface-soft:#f9fbfc;
  --hl3c-ink:#101828;
  --hl3c-text:#344054;
  --hl3c-muted:#657384;
  --hl3c-line:#d8e2ea;
  --hl3c-orange:#d76545; /* 降低橘色飽和，只當少量暖點 */
  --hl3c-orange-2:#e58b68;
  --hl3c-green:#147a72;
  --hl3c-blue:#2c5f93;
}

body{
  background:
    radial-gradient(circle at 9% -6%, rgba(215,101,69,.055), transparent 32rem),
    radial-gradient(circle at 92% 4%, rgba(20,122,114,.075), transparent 34rem),
    linear-gradient(180deg,#f7f8fa 0%,#eef3f6 48%,#f5f7f9 100%) !important;
}

/* 保留 v33 hero 感，但稍微減少黑度，文字與圖片仍有對比 */
.brand-v4-hero,
.hero,
.home-hero,
.catalog-hero{
  background:
    radial-gradient(circle at 13% 15%, rgba(20,122,114,.20), transparent 31rem),
    radial-gradient(circle at 82% 8%, rgba(229,139,104,.12), transparent 25rem),
    radial-gradient(circle at 73% 82%, rgba(44,95,147,.14), transparent 30rem),
    linear-gradient(135deg,#132235 0%,#1b2d42 52%,#203c43 112%) !important;
}
.brand-v4-hero-copy p,
.hero p{color:#e1e8ef !important;}
.brand-v4-kicker,
.hero .kicker,.hero .eyebrow{color:#a9ded7 !important;}
.brand-v4-kicker:before{background:#67c8bd !important;}
.brand-v4-hero-copy h1 span,
.hero h1 span,
.hero h1 strong{
  background:linear-gradient(90deg,#ffffff,#d9f1ed 58%,#e7c6aa) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* 首頁設備目錄：沿用 v33，只把底色提亮一點點 */
.brand-v4-catalog,
.cat-v4-layout,
.page-wrap{
  background:
    radial-gradient(circle at 0% 0%, rgba(20,122,114,.055), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(215,101,69,.04), transparent 26rem),
    linear-gradient(180deg,#f6f8fa 0%,#edf3f6 100%) !important;
}

/* 使用情境區：不要像 v33 那麼黑，但保留藍綠灰夜色，不走 v34 暖米色 */
.brand-v4-scenarios,
.use-cases,
.home-dark-section,
.dark-section,
.section-dark{
  background:
    radial-gradient(circle at 10% 0%, rgba(20,184,166,.20), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(121,148,178,.20), transparent 32rem),
    radial-gradient(circle at 78% 88%, rgba(215,101,69,.08), transparent 26rem),
    linear-gradient(135deg,#243346 0%,#2d4056 48%,#254f54 100%) !important;
  color:#f8fafc !important;
}
.brand-v4-scenario-card,
.home-dark-section .card,
.dark-section .card,
.section-dark .card{
  background:linear-gradient(180deg,rgba(255,255,255,.17),rgba(255,255,255,.095)) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:0 18px 46px rgba(6,18,32,.17) !important;
}
.brand-v4-scenario-card a{
  background:rgba(255,255,255,.15) !important;
  border-color:rgba(255,255,255,.22) !important;
}
.brand-v4-scenario-card a:hover{
  background:linear-gradient(135deg,#147a72,#2c5f93) !important;
}

/* 熱門設備與商品卡：保留淺藍灰，加入極少量暖光，不變成白亮 */
.brand-v4-featured{
  background:
    radial-gradient(circle at 5% 8%, rgba(44,95,147,.08), transparent 26rem),
    radial-gradient(circle at 92% 0%, rgba(215,101,69,.045), transparent 24rem),
    linear-gradient(180deg,#f1f5f7 0%,#f8fafb 100%) !important;
}
.brand-v4-product-card,
.cat-v4-product-card,
.product-card,
.card{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafb 100%) !important;
  border-color:rgba(142,158,174,.28) !important;
}
.brand-v4-product-img,
.cat-v4-product-img{
  background:linear-gradient(180deg,#f2f6f8 0%,#ffffff 100%) !important;
}
.brand-v4-product-img span,
.cat-v4-product-img span,
.product-tag,
.badge{
  background:linear-gradient(135deg,#147a72,#2c5f93) !important;
  color:#fff !important;
}

/* 信任區：比 v33 再明亮一點，但維持冷暖平衡 */
.brand-v4-trust{
  background:
    radial-gradient(circle at 78% 0%, rgba(20,122,114,.13), transparent 30rem),
    radial-gradient(circle at 12% 92%, rgba(215,101,69,.055), transparent 28rem),
    linear-gradient(135deg,#e9f3f2 0%,#f4f7fa 56%,#eaf0f5 100%) !important;
}
.brand-v4-trust-grid div{
  background:linear-gradient(135deg,#193047 0%,#1f6170 100%) !important;
}

/* CTA：維持 v33 的藍綠專業 CTA，但提亮、加一點暖度，避免回到橘紅 */
.brand-v4-cta{
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.20), transparent 24rem),
    radial-gradient(circle at 88% 0%, rgba(229,139,104,.13), transparent 26rem),
    linear-gradient(135deg,#147a72 0%,#236c84 55%,#2c5f93 118%) !important;
  border-top:0 !important;
}
.brand-v4-cta p{color:#e8f5f3 !important;}

/* Footer：仍是深色專業，但不黑壓壓 */
.site-footer{
  background:
    radial-gradient(circle at 8% 0%, rgba(20,122,114,.18), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(215,101,69,.06), transparent 24rem),
    linear-gradient(180deg,#1d2b3d 0%,#142033 100%) !important;
  border-top:6px solid #147a72 !important;
}
.footer-v6 p,
.footer-v6 li,
.footer-v6 a{color:#d3dbe4 !important;}
.footer-v6-service-area{
  background:rgba(255,255,255,.075) !important;
}

/* 其他頁面：分類/商品頁不要像 v34 大改，只做同色系微幅柔化 */
.cat-v4-hero,
.page-hero,
.product-v11-hero,
.product-v17-hero{
  background:
    radial-gradient(circle at 10% 0%, rgba(20,122,114,.09), transparent 26rem),
    radial-gradient(circle at 92% 6%, rgba(215,101,69,.055), transparent 24rem),
    linear-gradient(180deg,#f6f8fa 0%,#edf3f6 100%) !important;
}
.sidebar,
.category-sidebar,
.cat-v4-sidebar,
.side-category,
.category-menu{
  background:rgba(255,255,255,.82) !important;
  border-color:rgba(142,158,174,.28) !important;
  box-shadow:0 12px 28px rgba(15,32,51,.07) !important;
}

@media(max-width:900px){
  .brand-v4-scenarios{
    background:linear-gradient(135deg,#243346 0%,#254f54 100%) !important;
  }
}



/* ===== site-theme-v45-top-photo-collage.css ===== */

/* HL3C v45 - Top title + generated colorful photo collage */
:root{
  --hl3c-ink:#07111f;
  --hl3c-muted:#475569;
  --hl3c-blue:#3267f0;
  --hl3c-teal:#14a394;
  --hl3c-warm:#fff7ed;
  --hl3c-soft:#f2fbf7;
}
body{background:#fff8ef;color:var(--hl3c-ink);}
.site-header{
  background:rgba(255,255,255,.90)!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.06)!important;
  backdrop-filter:blur(14px);
}
.site-header .brand{font-weight:1000!important;letter-spacing:-.03em;color:#07111f!important;}
.site-header .brand::first-letter{color:#3267f0;}
.top-nav a{color:#111827!important;font-weight:900!important;}
.top-nav a:hover{color:#3267f0!important;}

.hl3c-hero-collage.brand-v4-hero{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  min-height:auto!important;
  padding:88px clamp(22px,4vw,72px) 72px!important;
  background:
    radial-gradient(circle at 15% 15%,rgba(51,103,240,.13),transparent 25%),
    radial-gradient(circle at 78% 24%,rgba(20,163,148,.15),transparent 31%),
    radial-gradient(circle at 55% 96%,rgba(255,191,82,.13),transparent 30%),
    linear-gradient(135deg,#fffaf4 0%,#f7f3e9 46%,#effaf5 100%)!important;
  color:var(--hl3c-ink)!important;
}
.hl3c-hero-collage::before{
  content:"";position:absolute;inset:-8%;pointer-events:none;opacity:.72;
  background:
    linear-gradient(115deg,transparent 0 44%,rgba(51,103,240,.09) 44.15%,transparent 44.45%),
    linear-gradient(28deg,transparent 0 60%,rgba(20,163,148,.10) 60.15%,transparent 60.45%);
  transform:rotate(-1deg);
}
.hl3c-hero-line{position:absolute;border-radius:50%;border:1px solid rgba(15,23,42,.075);pointer-events:none;}
.hl3c-line-a{width:820px;height:390px;left:-100px;top:100px;transform:rotate(-11deg);}
.hl3c-line-b{width:920px;height:420px;right:-140px;bottom:60px;transform:rotate(9deg);border-color:rgba(51,103,240,.09);}
.hl3c-hero-dot{position:absolute;right:10%;top:20%;width:18px;height:18px;border-radius:50%;background:rgba(51,103,240,.16);box-shadow:0 0 0 20px rgba(51,103,240,.06);}

/* 第一層：大標題移到上方，讓拼貼有更大空間 */
.hl3c-hero-copy{
  position:relative;z-index:3;max-width:1120px!important;margin:0 auto!important;text-align:center!important;
  display:flex;flex-direction:column;align-items:center;
}
.brand-v4-kicker{
  display:inline-flex!important;align-items:center;gap:14px;margin:0 0 20px!important;
  color:#2f65ef!important;font-size:14px!important;letter-spacing:.20em!important;font-weight:1000!important;
}
.brand-v4-kicker::before{content:"";width:48px;height:3px;border-radius:99px;background:#14a394;display:inline-block;}
.hl3c-hero-copy h1{
  margin:0!important;color:#030712!important;font-size:clamp(46px,5.8vw,94px)!important;
  line-height:1.06!important;letter-spacing:-.065em!important;font-weight:1000!important;max-width:1120px!important;text-wrap:balance;
}
.hl3c-hero-copy h1 span{display:block;margin-top:12px;color:#030712!important;font-size:.66em!important;letter-spacing:-.055em!important;}
.hl3c-hero-copy p{
  max-width:880px;margin:28px auto 0!important;color:#334155!important;font-size:18px!important;line-height:1.9!important;font-weight:750!important;
}
.brand-v4-search{
  width:min(850px,100%);margin:32px auto 0!important;padding:10px!important;border-radius:24px!important;
  background:rgba(255,255,255,.86)!important;border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 20px 50px rgba(15,23,42,.12)!important;backdrop-filter:blur(14px);
}
.brand-v4-search input{
  background:#fff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.10)!important;border-radius:18px!important;font-weight:800!important;
}
.brand-v4-search input::placeholder{color:#7b8493!important;opacity:1;}
.btn,.brand-v4-search .btn{
  border-radius:999px!important;font-weight:950!important;border:0!important;
  background:linear-gradient(135deg,#227ca7,#3768ee)!important;color:#fff!important;
  box-shadow:0 14px 28px rgba(51,104,240,.24)!important;
}
.brand-v4-actions{justify-content:center!important;margin-top:26px!important;}
.brand-v4-actions .btn:first-child{background:linear-gradient(135deg,#d86f43,#e58a55)!important;}
.btn.secondary,.brand-v4-actions .secondary{background:#172033!important;color:#fff!important;box-shadow:0 14px 30px rgba(15,23,42,.18)!important;}
.hl3c-hero-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px;}
.hl3c-hero-tags span{
  display:inline-flex;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.78);
  color:#1f2937;border:1px solid rgba(15,23,42,.08);font-size:14px;font-weight:900;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}

/* 第二層：生成照片拼貼，色彩更繽紛、加框，重疊較低 */
.hl3c-hero-rental-wall{
  position:relative!important;z-index:4;width:min(1180px,100%)!important;max-width:1180px!important;
  min-height:610px!important;margin:42px auto 0!important;overflow:visible!important;
}
.hl3c-motion-ring{position:absolute;border-radius:50%;border:1px solid rgba(15,23,42,.08);pointer-events:none;animation:hl3cOrbit 18s ease-in-out infinite alternate;}
.hl3c-ring-a{width:760px;height:430px;left:50%;top:40px;transform:translateX(-50%) rotate(-8deg);}
.hl3c-ring-b{width:560px;height:320px;right:2%;bottom:40px;border-color:rgba(51,104,240,.12);animation-delay:-5s;}
.hl3c-motion-streak{position:absolute;height:3px;border-radius:99px;background:linear-gradient(90deg,transparent,rgba(51,104,240,.24),transparent);pointer-events:none;}
.hl3c-streak-a{width:560px;right:10%;top:145px;transform:rotate(-9deg);}
.hl3c-streak-b{width:620px;left:8%;bottom:130px;transform:rotate(-8deg);background:linear-gradient(90deg,transparent,rgba(20,163,148,.24),transparent);}
@keyframes hl3cOrbit{from{translate:0 0;}to{translate:0 -14px;}}

.hl3c-rental-card{
  --t:translate3d(0,0,0);--h:translate3d(0,-24px,0) scale(1.035) rotate(0deg);
  position:absolute!important;display:block!important;overflow:visible!important;text-decoration:none!important;
  border-radius:28px!important;background:#fff!important;padding:9px!important;
  box-shadow:0 24px 56px rgba(15,23,42,.18),0 0 0 1px rgba(255,255,255,.92) inset!important;
  transform:var(--t)!important;transition:transform .6s cubic-bezier(.18,.85,.22,1),box-shadow .6s ease,filter .6s ease!important;
  will-change:transform;z-index:2;animation:hl3cFloat 8.2s ease-in-out infinite alternate;
}
.hl3c-rental-card:nth-of-type(2n){animation-duration:9.4s;animation-delay:-2.5s;}
.hl3c-rental-card:nth-of-type(3n){animation-duration:10.2s;animation-delay:-4.2s;}
@keyframes hl3cFloat{from{margin-top:0;}to{margin-top:-12px;}}
.hl3c-rental-card img{
  display:block;width:100%;height:100%;object-fit:cover;border-radius:22px;
  filter:brightness(1.06) saturate(1.16) contrast(1.03);
  transition:transform .65s cubic-bezier(.18,.85,.22,1),filter .65s ease;
}
.hl3c-rental-card::before{
  content:"";position:absolute;inset:9px;border-radius:22px;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 38%,rgba(0,0,0,.08));
}
.hl3c-rental-card::after{
  content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 12px);transform:translateX(-50%) translateY(6px);
  min-width:max-content;max-width:280px;padding:9px 14px;border-radius:999px;background:rgba(15,23,42,.92);
  color:#fff;font-size:13px;font-weight:950;line-height:1.3;opacity:0;pointer-events:none;z-index:160;
  box-shadow:0 12px 24px rgba(15,23,42,.24);transition:opacity .25s ease,transform .25s ease;
}
.hl3c-rental-card span{
  position:absolute!important;left:22px!important;top:22px!important;bottom:auto!important;right:auto!important;
  display:inline-flex;align-items:center;max-width:calc(100% - 44px);padding:7px 12px!important;border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.13)!important;font-size:12px!important;line-height:1.2!important;
  font-weight:1000!important;letter-spacing:.01em!important;white-space:normal!important;z-index:5;pointer-events:none;backdrop-filter:blur(10px);
}
.hl3c-rental-card:hover{z-index:150!important;transform:var(--h)!important;box-shadow:0 38px 92px rgba(15,23,42,.26),0 0 0 1px rgba(255,255,255,.96) inset!important;}
.hl3c-rental-card:hover img{transform:scale(1.025);filter:brightness(1.09) saturate(1.20) contrast(1.04);}
.hl3c-rental-card:hover::after{opacity:1;transform:translateX(-50%) translateY(0);}

/* 參考圖式橫向拼貼：中央大圖，左右上下散開 */
.hl3c-rental-tv{width:310px!important;height:250px!important;left:50%!important;top:46px!important;--t:translateX(-50%) rotate(0deg);--h:translateX(-50%) translateY(-24px) scale(1.035) rotate(0deg);z-index:8;}
.hl3c-rental-projector{width:260px!important;height:205px!important;left:7%!important;top:176px!important;--t:rotate(-3deg);--h:translateY(-24px) scale(1.04) rotate(-1deg);z-index:4;}
.hl3c-rental-screen{width:265px!important;height:210px!important;right:7%!important;top:166px!important;--t:rotate(3deg);--h:translateY(-24px) scale(1.04) rotate(1deg);z-index:4;}
.hl3c-rental-vc{width:290px!important;height:205px!important;left:21%!important;bottom:62px!important;--t:rotate(1.5deg);--h:translateY(-24px) scale(1.04) rotate(.5deg);z-index:7;}
.hl3c-rental-ai{width:270px!important;height:205px!important;right:19%!important;bottom:54px!important;--t:rotate(-1.8deg);--h:translateY(-24px) scale(1.04) rotate(-.6deg);z-index:7;}
.hl3c-rental-ad{width:230px!important;height:190px!important;left:50%!important;bottom:30px!important;--t:translateX(-50%) rotate(.8deg);--h:translateX(-50%) translateY(-24px) scale(1.04) rotate(0deg);z-index:10;}

/* 首頁下方區塊與頁尾：跟上方 Hero 同色系 */
.brand-v4-section{background:#fff8ef!important;color:#111827!important;}
.brand-v4-section-head span{color:#14a394!important;font-weight:1000!important;letter-spacing:.16em!important;}
.brand-v4-section-head h2{color:#111827!important;font-weight:1000!important;}
.brand-v4-section-head p{color:#475569!important;font-weight:750!important;}
.brand-v4-scenarios{background:linear-gradient(135deg,#fffaf4 0%,#edf8f3 100%)!important;border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);}
.brand-v4-scenario-card{background:rgba(255,255,255,.84)!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 18px 42px rgba(15,23,42,.08)!important;color:#111827!important;backdrop-filter:blur(12px);}
.brand-v4-scenario-card h3{color:#111827!important;font-weight:1000!important;}
.brand-v4-scenario-card a{background:#f1f7f4!important;color:#213047!important;border:1px solid rgba(15,23,42,.11)!important;font-weight:900!important;}
.brand-v4-scenario-card a:hover{background:#dfff63!important;color:#07111f!important;}
.brand-v4-trust{background:linear-gradient(135deg,#f7fbff 0%,#fff7ed 100%)!important;}
.brand-v4-trust-card{background:rgba(255,255,255,.84)!important;color:#111827!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 22px 50px rgba(15,23,42,.09)!important;}
.brand-v4-trust-card h2,.brand-v4-trust-card strong{color:#111827!important;}
.brand-v4-trust-card p,.brand-v4-trust-card span{color:#475569!important;}
.site-footer{background:linear-gradient(135deg,#fff8ee 0%,#edf7f2 100%)!important;color:#172033!important;border-top:1px solid rgba(15,23,42,.10)!important;}
.footer-v6{color:#172033!important;}
.footer-v6 h2,.footer-v6 h3,.footer-v6 strong{color:#111827!important;}
.footer-v6 p,.footer-v6 li,.footer-v6 a,.footer-v6-bottom{color:#475569!important;}
.footer-v6 a:hover{color:#3368f0!important;}
.footer-v6-kicker{color:#14a394!important;font-weight:1000!important;}
.footer-v6-service-area{background:rgba(255,255,255,.72)!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 16px 36px rgba(15,23,42,.07)!important;}
.footer-v6-bottom{border-top:1px solid rgba(15,23,42,.10)!important;}

@media (max-width:1050px){
  .hl3c-hero-rental-wall{min-height:560px!important;max-width:820px!important;}
  .hl3c-rental-tv{width:270px!important;height:220px!important;}
  .hl3c-rental-projector{left:1%!important;width:230px!important;height:185px!important;}
  .hl3c-rental-screen{right:1%!important;width:230px!important;height:185px!important;}
  .hl3c-rental-vc{left:12%!important;width:250px!important;height:180px!important;}
  .hl3c-rental-ai{right:12%!important;width:240px!important;height:180px!important;}
  .hl3c-rental-ad{width:205px!important;height:170px!important;}
}
@media (max-width:720px){
  .hl3c-hero-collage.brand-v4-hero{padding:58px 18px 48px!important;}
  .hl3c-hero-copy h1{font-size:42px!important;line-height:1.1!important;letter-spacing:-.055em!important;}
  .hl3c-hero-copy h1 span{font-size:.72em!important;}
  .hl3c-hero-copy p{font-size:15px!important;line-height:1.8!important;}
  .brand-v4-search{display:block!important;}
  .brand-v4-search input{width:100%!important;margin-bottom:8px!important;}
  .brand-v4-search .btn{width:100%!important;}
  .hl3c-hero-rental-wall{min-height:520px!important;max-width:380px!important;margin-top:32px!important;}
  .hl3c-rental-card{border-radius:18px!important;padding:6px!important;}
  .hl3c-rental-card img,.hl3c-rental-card::before{border-radius:14px!important;}
  .hl3c-rental-card span{font-size:10px!important;padding:6px 8px!important;left:12px!important;top:12px!important;}
  .hl3c-rental-tv{width:190px!important;height:150px!important;left:50%!important;top:28px!important;}
  .hl3c-rental-projector{width:158px!important;height:126px!important;left:0!important;top:150px!important;}
  .hl3c-rental-screen{width:158px!important;height:126px!important;right:0!important;top:146px!important;}
  .hl3c-rental-vc{width:170px!important;height:128px!important;left:12px!important;bottom:98px!important;}
  .hl3c-rental-ai{width:168px!important;height:128px!important;right:10px!important;bottom:90px!important;}
  .hl3c-rental-ad{width:146px!important;height:116px!important;left:50%!important;bottom:34px!important;}
}



/* ===== site-theme-v47-banner-photo-collage.css ===== */

/* HL3C v47 - banner.png dark hero + original generated realistic collage */
:root{
  --hl3c-ink:#07111f;
  --hl3c-blue:#3b70ff;
  --hl3c-cyan:#43d9df;
  --hl3c-lime:#dffd5c;
  --hl3c-orange:#e07843;
}
.site-header{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(16px)!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.08)!important;
}
.site-header .brand{font-weight:1000!important;letter-spacing:-.04em!important;}
.top-nav a{font-weight:900!important;}

/* Hero：使用 assets/img/banner.png 黑化作背景 */
.hl3c-hero-collage.brand-v4-hero{
  position:relative!important;
  overflow:hidden!important;
  display:block!important;
  min-height:calc(100vh - 74px)!important;
  padding:82px 26px 80px!important;
  background-image:
    radial-gradient(circle at 50% 8%, rgba(73,124,255,.26), transparent 30%),
    radial-gradient(circle at 12% 42%, rgba(67,217,223,.16), transparent 36%),
    radial-gradient(circle at 86% 50%, rgba(223,253,92,.16), transparent 38%),
    linear-gradient(180deg, rgba(5,9,18,.70), rgba(7,12,24,.86)),
    url('../img/banner.png')!important;
  background-size:cover!important;
  background-position:center!important;
  color:#fff!important;
  isolation:isolate;
}
.hl3c-hero-collage.brand-v4-hero::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.72), transparent 78%);
  opacity:.38;
}
.hl3c-hero-collage.brand-v4-hero::after{
  content:"";position:absolute;left:50%;top:62%;width:1160px;height:430px;z-index:0;pointer-events:none;
  transform:translate(-50%,-50%);
  background:radial-gradient(ellipse at center, rgba(255,255,255,.15), transparent 68%);
  filter:blur(8px);
}
.hl3c-hero-line{position:absolute!important;z-index:1;pointer-events:none;opacity:.45!important;border-color:rgba(255,255,255,.22)!important;}
.hl3c-line-a{width:920px;height:440px;border:1px solid rgba(255,255,255,.22);border-radius:50%;left:-170px;top:120px;transform:rotate(-10deg);}
.hl3c-line-b{width:780px;height:350px;border:1px solid rgba(67,217,223,.18);border-radius:50%;right:-160px;bottom:110px;transform:rotate(8deg);}
.hl3c-hero-dot{position:absolute!important;right:9%;top:32%;width:58px!important;height:58px!important;border-radius:50%;background:rgba(255,255,255,.14);box-shadow:0 0 0 18px rgba(255,255,255,.05), inset 0 0 0 18px rgba(59,112,255,.22);z-index:1;}

/* 上方標題區：再寬一點、更大氣 */
.hl3c-hero-copy{
  position:relative!important;z-index:3!important;
  max-width:1280px!important;width:100%!important;margin:0 auto!important;text-align:center!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;
}
.hl3c-hero-copy .brand-v4-kicker{
  color:#b9fff2!important;font-size:14px!important;letter-spacing:.24em!important;font-weight:1000!important;
  margin-bottom:22px!important;text-shadow:0 0 24px rgba(67,217,223,.45);
}
.hl3c-hero-copy .brand-v4-kicker::before{background:#68e4d7!important;box-shadow:0 0 18px rgba(67,217,223,.65)!important;}
.hl3c-hero-copy h1{
  max-width:1220px!important;margin:0 auto!important;color:#fff!important;
  font-size:clamp(52px,6.4vw,112px)!important;line-height:.96!important;letter-spacing:-.075em!important;
  font-weight:1000!important;text-shadow:0 14px 42px rgba(0,0,0,.48),0 0 1px rgba(255,255,255,.45);
}
.hl3c-hero-copy h1 span{
  display:block!important;margin-top:16px!important;font-size:clamp(36px,4.45vw,76px)!important;letter-spacing:-.07em!important;
}
.hl3c-hero-copy p{
  max-width:980px!important;margin:30px auto 0!important;color:rgba(255,255,255,.86)!important;
  font-size:18px!important;line-height:2!important;font-weight:850!important;text-shadow:0 6px 22px rgba(0,0,0,.38);
}
.hl3c-hero-copy p::after{
  content:"";display:block;width:128px;height:3px;border-radius:99px;margin:24px auto 0;
  background:linear-gradient(90deg,transparent,var(--hl3c-cyan),var(--hl3c-lime),transparent);
}

.brand-v4-search{
  position:relative!important;z-index:4!important;margin:32px auto 0!important;width:min(860px,100%)!important;
  background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.30)!important;border-radius:26px!important;
  padding:9px!important;box-shadow:0 24px 64px rgba(0,0,0,.28)!important;backdrop-filter:blur(18px)!important;
}
.brand-v4-search input{
  min-height:58px!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;color:#111827!important;
  font-size:17px!important;font-weight:850!important;border:0!important;padding-left:24px!important;
}
.brand-v4-search input::placeholder{color:#6b7280!important;font-weight:850!important;}
.brand-v4-search .btn{
  min-height:58px!important;border-radius:18px!important;background:linear-gradient(135deg,#35c7d4,#3b70ff)!important;color:#fff!important;
  font-weight:1000!important;box-shadow:0 14px 34px rgba(59,112,255,.34)!important;
}
.brand-v4-actions{justify-content:center!important;margin-top:26px!important;gap:18px!important;}
.brand-v4-actions .btn{min-height:52px!important;border-radius:999px!important;padding:0 28px!important;font-weight:1000!important;}
.brand-v4-actions .btn:first-child{background:linear-gradient(135deg,#ef8d4f,#d66b3e)!important;color:#fff!important;box-shadow:0 18px 38px rgba(224,120,67,.32)!important;}
.btn.secondary,.brand-v4-actions .secondary{background:rgba(255,255,255,.16)!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 18px 38px rgba(0,0,0,.18)!important;backdrop-filter:blur(12px)!important;}
.hl3c-hero-tags{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:12px!important;margin-top:26px!important;}
.hl3c-hero-tags span{
  display:inline-flex!important;align-items:center!important;padding:10px 17px!important;border-radius:999px!important;
  background:rgba(255,255,255,.15)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;
  font-size:14px!important;font-weight:1000!important;box-shadow:0 10px 28px rgba(0,0,0,.14)!important;backdrop-filter:blur(10px)!important;
}
.hl3c-hero-tags span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--hl3c-lime);margin-right:8px;box-shadow:0 0 16px rgba(223,253,92,.72);}

/* 第二層：參考提供照片的「產品照片拼貼」，但為原創生成圖 */
.hl3c-hero-rental-wall{
  position:relative!important;z-index:4!important;width:min(1240px,100%)!important;max-width:1240px!important;
  min-height:560px!important;margin:44px auto 0!important;overflow:visible!important;
}
.hl3c-motion-ring,.hl3c-motion-streak{display:none!important;}
.hl3c-hero-rental-wall::before{
  content:"";position:absolute;left:50%;top:53%;width:1050px;height:370px;transform:translate(-50%,-50%);z-index:0;
  background:radial-gradient(ellipse at center, rgba(255,255,255,.24), transparent 70%);filter:blur(10px);pointer-events:none;
}
.hl3c-rental-card{
  --t:translate3d(0,0,0);--h:translate3d(0,-24px,0) scale(1.035) rotate(0deg);
  position:absolute!important;display:block!important;overflow:visible!important;text-decoration:none!important;
  border-radius:30px!important;background:#fff!important;padding:10px!important;
  box-shadow:0 28px 66px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.84) inset!important;
  transform:var(--t)!important;transition:transform .62s cubic-bezier(.18,.85,.22,1),box-shadow .62s ease,filter .62s ease!important;
  will-change:transform;z-index:2;animation:hl3cSoftFloat 9s ease-in-out infinite alternate;
}
@keyframes hl3cSoftFloat{from{margin-top:0;}to{margin-top:-10px;}}
.hl3c-rental-card:nth-of-type(2n){animation-duration:10.4s;animation-delay:-2.2s;}
.hl3c-rental-card:nth-of-type(3n){animation-duration:11.8s;animation-delay:-4.1s;}
.hl3c-rental-card img{
  display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:22px!important;
  filter:saturate(1.08) contrast(1.02) brightness(1.03);transition:transform .65s cubic-bezier(.18,.85,.22,1),filter .65s ease;
}
.hl3c-rental-card::before{
  content:"";position:absolute;inset:10px;border-radius:22px;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 38%,rgba(0,0,0,.04));
}
.hl3c-rental-card span{
  position:absolute!important;left:20px!important;top:18px!important;bottom:auto!important;right:auto!important;z-index:5!important;
  display:inline-flex!important;align-items:center!important;max-width:calc(100% - 40px)!important;padding:7px 12px!important;border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.15)!important;font-size:12px!important;line-height:1.2!important;font-weight:1000!important;
  white-space:normal!important;backdrop-filter:blur(10px)!important;pointer-events:none!important;
}
.hl3c-rental-card::after{
  content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 12px);transform:translateX(-50%) translateY(6px);
  min-width:max-content;max-width:280px;padding:9px 14px;border-radius:999px;background:rgba(5,10,20,.92);color:#fff;
  font-size:13px;font-weight:950;line-height:1.3;opacity:0;pointer-events:none;z-index:300;box-shadow:0 12px 24px rgba(0,0,0,.28);
  transition:opacity .25s ease,transform .25s ease;
}
.hl3c-rental-card:hover{z-index:220!important;transform:var(--h)!important;box-shadow:0 44px 100px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.94) inset!important;}
.hl3c-rental-card:hover img{transform:scale(1.025);filter:saturate(1.16) contrast(1.04) brightness(1.06);}
.hl3c-rental-card:hover::after{opacity:1;transform:translateX(-50%) translateY(0);}

.hl3c-rental-tv{width:360px!important;height:250px!important;left:50%!important;top:26px!important;--t:translateX(-50%) rotate(0deg);--h:translateX(-50%) translateY(-24px) scale(1.035) rotate(0deg);z-index:8!important;}
.hl3c-rental-projector{width:285px!important;height:205px!important;left:6%!important;top:148px!important;--t:rotate(-4deg);--h:translateY(-24px) scale(1.04) rotate(-1deg);z-index:4!important;}
.hl3c-rental-screen{width:285px!important;height:205px!important;right:6%!important;top:150px!important;--t:rotate(4deg);--h:translateY(-24px) scale(1.04) rotate(1deg);z-index:4!important;}
.hl3c-rental-vc{width:315px!important;height:205px!important;left:18%!important;bottom:74px!important;--t:rotate(2deg);--h:translateY(-24px) scale(1.04) rotate(.5deg);z-index:7!important;}
.hl3c-rental-ai{width:305px!important;height:205px!important;right:18%!important;bottom:72px!important;--t:rotate(-2deg);--h:translateY(-24px) scale(1.04) rotate(-.5deg);z-index:7!important;}
.hl3c-rental-ad{width:245px!important;height:190px!important;left:50%!important;bottom:34px!important;--t:translateX(-50%) rotate(.8deg);--h:translateX(-50%) translateY(-24px) scale(1.04) rotate(0deg);z-index:10!important;}

/* 下方區塊跟深色 Hero 搭配，但避免過暗 */
.brand-v4-section{background:#fff8ef!important;color:#111827!important;}
.brand-v4-section-head span{color:#14a394!important;font-weight:1000!important;letter-spacing:.16em!important;}
.brand-v4-section-head h2{color:#111827!important;font-weight:1000!important;}
.brand-v4-section-head p{color:#475569!important;font-weight:750!important;}
.brand-v4-scenarios{background:linear-gradient(135deg,#0e1727 0%,#173231 100%)!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.10);}
.brand-v4-scenarios .brand-v4-section-head span{color:#b9fff2!important;}
.brand-v4-scenarios .brand-v4-section-head h2{color:#fff!important;}
.brand-v4-scenarios .brand-v4-section-head p{color:rgba(255,255,255,.72)!important;}
.brand-v4-scenario-card{background:rgba(255,255,255,.11)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 20px 52px rgba(0,0,0,.20)!important;color:#fff!important;backdrop-filter:blur(14px);}
.brand-v4-scenario-card h3{color:#fff!important;font-weight:1000!important;}
.brand-v4-scenario-card a{background:rgba(255,255,255,.13)!important;color:rgba(255,255,255,.9)!important;border:1px solid rgba(255,255,255,.20)!important;font-weight:900!important;}
.brand-v4-scenario-card a:hover{background:#dffd5c!important;color:#07111f!important;}
.site-footer{background:linear-gradient(135deg,#101827 0%,#162f31 100%)!important;color:rgba(255,255,255,.78)!important;border-top:1px solid rgba(255,255,255,.12)!important;}
.footer-v6 h2,.footer-v6 h3,.footer-v6 strong{color:#fff!important;}
.footer-v6 p,.footer-v6 li,.footer-v6 a,.footer-v6-bottom{color:rgba(255,255,255,.72)!important;}
.footer-v6 a:hover{color:#b9fff2!important;}
.footer-v6-kicker{color:#b9fff2!important;font-weight:1000!important;}
.footer-v6-service-area{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 16px 36px rgba(0,0,0,.16)!important;}
.footer-v6-bottom{border-top:1px solid rgba(255,255,255,.12)!important;}

@media (max-width:1050px){
  .hl3c-hero-collage.brand-v4-hero{padding-top:64px!important;}
  .hl3c-hero-rental-wall{min-height:560px!important;max-width:840px!important;}
  .hl3c-rental-tv{width:300px!important;height:215px!important;}
  .hl3c-rental-projector{left:0!important;width:245px!important;height:180px!important;}
  .hl3c-rental-screen{right:0!important;width:245px!important;height:180px!important;}
  .hl3c-rental-vc{left:11%!important;width:270px!important;height:180px!important;}
  .hl3c-rental-ai{right:11%!important;width:260px!important;height:180px!important;}
  .hl3c-rental-ad{width:215px!important;height:165px!important;}
}
@media (max-width:720px){
  .hl3c-hero-collage.brand-v4-hero{padding:54px 18px 46px!important;min-height:auto!important;}
  .hl3c-hero-copy h1{font-size:42px!important;line-height:1.08!important;letter-spacing:-.06em!important;}
  .hl3c-hero-copy h1 span{font-size:.74em!important;line-height:1.12!important;}
  .hl3c-hero-copy p{font-size:15px!important;line-height:1.85!important;}
  .brand-v4-search{display:block!important;}
  .brand-v4-search input{width:100%!important;margin-bottom:8px!important;}
  .brand-v4-search .btn{width:100%!important;}
  .hl3c-hero-rental-wall{min-height:520px!important;max-width:380px!important;margin-top:34px!important;}
  .hl3c-rental-card{border-radius:18px!important;padding:6px!important;}
  .hl3c-rental-card img,.hl3c-rental-card::before{border-radius:14px!important;}
  .hl3c-rental-card span{font-size:10px!important;padding:6px 8px!important;left:12px!important;top:12px!important;}
  .hl3c-rental-tv{width:190px!important;height:140px!important;left:50%!important;top:28px!important;}
  .hl3c-rental-projector{width:158px!important;height:122px!important;left:0!important;top:142px!important;}
  .hl3c-rental-screen{width:158px!important;height:122px!important;right:0!important;top:142px!important;}
  .hl3c-rental-vc{width:170px!important;height:126px!important;left:12px!important;bottom:102px!important;}
  .hl3c-rental-ai{width:168px!important;height:126px!important;right:10px!important;bottom:96px!important;}
  .hl3c-rental-ad{width:146px!important;height:112px!important;left:50%!important;bottom:34px!important;}
}



/* ===== site-theme-v48-dark-marquee-photo-row.css ===== */

/* HL3C v48 - dark banner hero + one-row colorful generated photo collage */
:root{
  --hl3c-ink:#eef7ff;
  --hl3c-deep:#030711;
  --hl3c-deep2:#081324;
  --hl3c-blue:#4c7dff;
  --hl3c-cyan:#66f2e7;
  --hl3c-pink:#ff78d4;
  --hl3c-yellow:#ffe96a;
  --hl3c-orange:#f08a4b;
}

body{background:#07111f!important;color:#e8f1ff!important;}
.site-header{
  background:rgba(4,9,18,.84)!important;
  backdrop-filter:blur(18px)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.28)!important;
}
.site-header .brand{color:#fff!important;font-weight:1000!important;letter-spacing:-.045em!important;}
.site-header .brand::first-letter{color:#6f8fff!important;}
.top-nav a{color:rgba(255,255,255,.84)!important;font-weight:950!important;}
.top-nav a:hover{color:#7cf6ec!important;}

/* HERO：banner.png 置入框內、深色黑化，不裁切 */
.hl3c-hero-collage.brand-v4-hero{
  position:relative!important;
  overflow:hidden!important;
  display:block!important;
  min-height:calc(100vh - 74px)!important;
  padding:92px 28px 74px!important;
  background:
    radial-gradient(circle at 15% 20%, rgba(76,125,255,.28), transparent 32%),
    radial-gradient(circle at 85% 22%, rgba(102,242,231,.20), transparent 34%),
    radial-gradient(circle at 48% 85%, rgba(255,120,212,.13), transparent 38%),
    linear-gradient(180deg,#02050c 0%,#050b17 52%,#07111f 100%)!important;
  color:#fff!important;
  isolation:isolate;
}
.hl3c-hero-collage.brand-v4-hero::before{
  content:""!important;
  position:absolute!important;inset:18px 26px 24px!important;z-index:0!important;pointer-events:none!important;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.68), rgba(0,0,0,.82)),
    url('../img/banner.png')!important;
  background-size:contain!important;
  background-repeat:no-repeat!important;
  background-position:center top!important;
  border-radius:34px!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10), inset 0 -110px 150px rgba(0,0,0,.65)!important;
  opacity:.92!important;
  filter:saturate(.92) contrast(1.1) brightness(.62)!important;
  mask-image:linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.94) 72%, rgba(0,0,0,.25) 100%)!important;
}
.hl3c-hero-collage.brand-v4-hero::after{
  content:""!important;
  position:absolute!important;inset:0!important;z-index:1!important;pointer-events:none!important;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 46%, rgba(102,242,231,.14) 50%, rgba(255,255,255,.08) 54%, transparent 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 72px);
  transform:translateX(-115%);
  opacity:.28;
  mix-blend-mode:screen;
  animation:hl3cLightMarquee 14s ease-in-out infinite;
}
.hl3c-hero-collage.brand-v4-hero:hover::after{opacity:.46;animation-duration:8.5s;}
@keyframes hl3cLightMarquee{
  0%,18%{transform:translateX(-120%);opacity:0;}
  36%{opacity:.34;}
  58%{transform:translateX(120%);opacity:.20;}
  100%{transform:translateX(120%);opacity:0;}
}
.hl3c-hero-line{opacity:.34!important;border-color:rgba(255,255,255,.18)!important;z-index:2!important;}
.hl3c-line-a{width:920px;height:390px;left:-140px;top:72px;transform:rotate(-8deg);}
.hl3c-line-b{width:820px;height:360px;right:-150px;bottom:150px;transform:rotate(9deg);}
.hl3c-hero-dot{z-index:2!important;background:rgba(102,242,231,.14)!important;box-shadow:0 0 0 18px rgba(102,242,231,.05), inset 0 0 0 18px rgba(76,125,255,.22)!important;}

/* 標題：黑背景下加強識別與大氣寬版 */
.hl3c-hero-copy{
  position:relative!important;z-index:4!important;
  max-width:1420px!important;width:100%!important;margin:0 auto!important;text-align:center!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;
}
.hl3c-hero-copy .brand-v4-kicker{
  color:#9dfff5!important;font-size:15px!important;letter-spacing:.28em!important;font-weight:1000!important;
  margin-bottom:20px!important;text-shadow:0 0 26px rgba(102,242,231,.60)!important;
}
.hl3c-hero-copy .brand-v4-kicker::before{background:#7af7ed!important;box-shadow:0 0 20px rgba(102,242,231,.80)!important;}
.hl3c-hero-copy h1{
  width:min(1320px,100%)!important;max-width:1320px!important;margin:0 auto!important;
  color:#fff!important;font-size:clamp(50px,6.2vw,108px)!important;line-height:1.02!important;letter-spacing:-.065em!important;font-weight:1000!important;
  text-shadow:0 18px 46px rgba(0,0,0,.78), 0 0 1px rgba(255,255,255,.75)!important;
}
.hl3c-hero-copy h1 span{
  display:block!important;margin-top:10px!important;
  font-size:clamp(35px,4.35vw,74px)!important;line-height:1.06!important;letter-spacing:-.055em!important;
  background:linear-gradient(90deg,#ffffff 0%,#dffcff 42%,#ffe96a 78%,#ffffff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent!important;
}
.hl3c-hero-copy p{
  max-width:1080px!important;margin:28px auto 0!important;color:rgba(232,241,255,.92)!important;
  font-size:18px!important;line-height:2!important;font-weight:850!important;text-shadow:0 8px 26px rgba(0,0,0,.66)!important;
}
.hl3c-hero-copy p::after{content:"";display:block;width:170px;height:3px;border-radius:999px;margin:24px auto 0;background:linear-gradient(90deg,transparent,#66f2e7,#ffe96a,#ff78d4,transparent);}

.brand-v4-search{
  position:relative!important;z-index:5!important;margin:30px auto 0!important;width:min(920px,100%)!important;
  background:rgba(6,13,26,.64)!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:28px!important;
  padding:10px!important;box-shadow:0 26px 72px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.06)!important;backdrop-filter:blur(18px)!important;
}
.brand-v4-search input{min-height:58px!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;color:#07111f!important;font-size:17px!important;font-weight:850!important;border:0!important;padding-left:24px!important;}
.brand-v4-search input::placeholder{color:#667085!important;font-weight:800!important;}
.brand-v4-search .btn{min-height:58px!important;border-radius:18px!important;background:linear-gradient(135deg,#66f2e7,#4c7dff)!important;color:#fff!important;font-weight:1000!important;box-shadow:0 16px 34px rgba(76,125,255,.36)!important;}
.brand-v4-actions{justify-content:center!important;margin-top:24px!important;gap:18px!important;}
.brand-v4-actions .btn{min-height:52px!important;border-radius:999px!important;padding:0 28px!important;font-weight:1000!important;}
.brand-v4-actions .btn:first-child{background:linear-gradient(135deg,#ffb45d,#ef7a49)!important;color:#fff!important;box-shadow:0 18px 38px rgba(240,138,75,.34)!important;}
.btn.secondary,.brand-v4-actions .secondary{background:rgba(255,255,255,.13)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 18px 38px rgba(0,0,0,.22)!important;backdrop-filter:blur(12px)!important;}
.hl3c-hero-tags{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:12px!important;margin-top:24px!important;}
.hl3c-hero-tags span{display:inline-flex!important;align-items:center!important;padding:10px 17px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;color:#fff!important;border:1px solid rgba(255,255,255,.23)!important;font-size:14px!important;font-weight:1000!important;box-shadow:0 10px 28px rgba(0,0,0,.18)!important;backdrop-filter:blur(10px)!important;}
.hl3c-hero-tags span::before{content:"";width:7px;height:7px;border-radius:50%;background:#ffe96a;margin-right:8px;box-shadow:0 0 16px rgba(255,233,106,.75);}

/* 拼貼：一行照片卡片，參考提供的斜放卡片方式 */
.hl3c-hero-rental-wall{
  position:relative!important;z-index:4!important;width:min(1380px,100%)!important;max-width:1380px!important;
  min-height:auto!important;margin:46px auto 0!important;overflow:visible!important;
  display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:clamp(8px,1.4vw,22px)!important;
  padding:20px 20px 36px!important;
}
.hl3c-motion-ring,.hl3c-motion-streak{display:none!important;}
.hl3c-hero-rental-wall::before{content:""!important;position:absolute!important;left:50%!important;bottom:16px!important;width:min(1120px,92%)!important;height:94px!important;transform:translateX(-50%)!important;background:radial-gradient(ellipse at center,rgba(255,255,255,.35),rgba(102,242,231,.12) 38%,transparent 72%)!important;filter:blur(18px)!important;pointer-events:none!important;z-index:0!important;}
.hl3c-rental-card,
.hl3c-rental-tv,.hl3c-rental-projector,.hl3c-rental-screen,.hl3c-rental-vc,.hl3c-rental-ai,.hl3c-rental-ad{
  position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  width:clamp(150px,15vw,232px)!important;height:clamp(118px,12vw,185px)!important;
  display:block!important;overflow:visible!important;text-decoration:none!important;
  border-radius:22px!important;background:#fff!important;padding:8px!important;
  box-shadow:0 22px 50px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.86) inset!important;
  transition:transform .58s cubic-bezier(.18,.85,.22,1),box-shadow .58s ease,filter .58s ease!important;
  will-change:transform!important;animation:hl3cCardDrift 8.8s ease-in-out infinite alternate!important;z-index:3!important;
}
.hl3c-rental-tv{width:clamp(220px,22vw,340px)!important;height:clamp(150px,15vw,230px)!important;transform:rotate(0deg)!important;z-index:8!important;order:3;}
.hl3c-rental-projector{transform:rotate(-5deg)!important;order:1;z-index:4!important;}
.hl3c-rental-screen{transform:rotate(5deg)!important;order:6;z-index:4!important;}
.hl3c-rental-vc{transform:rotate(3deg)!important;order:2;z-index:5!important;}
.hl3c-rental-ad{transform:rotate(-2deg)!important;order:4;z-index:6!important;}
.hl3c-rental-ai{transform:rotate(4deg)!important;order:5;z-index:5!important;}
.hl3c-rental-card:nth-of-type(2n){animation-duration:10.4s!important;animation-delay:-2s!important;}
.hl3c-rental-card:nth-of-type(3n){animation-duration:11.6s!important;animation-delay:-3.6s!important;}
@keyframes hl3cCardDrift{from{translate:0 0;}to{translate:0 -8px;}}
.hl3c-rental-card img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:16px!important;filter:saturate(1.18) contrast(1.03) brightness(1.03)!important;transition:transform .6s cubic-bezier(.18,.85,.22,1),filter .6s ease!important;}
.hl3c-rental-card::before{content:""!important;position:absolute!important;inset:8px!important;border-radius:16px!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(255,255,255,.26),transparent 42%,rgba(0,0,0,.05))!important;}
.hl3c-rental-card span{position:absolute!important;left:18px!important;top:16px!important;bottom:auto!important;right:auto!important;z-index:6!important;display:inline-flex!important;align-items:center!important;max-width:calc(100% - 36px)!important;padding:6px 11px!important;border-radius:999px!important;background:rgba(255,255,255,.90)!important;color:#07111f!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 9px 20px rgba(15,23,42,.15)!important;font-size:12px!important;line-height:1.2!important;font-weight:1000!important;white-space:normal!important;backdrop-filter:blur(10px)!important;pointer-events:none!important;}
.hl3c-rental-card::after{content:attr(data-tip);position:absolute!important;left:50%!important;top:calc(100% + 12px)!important;transform:translateX(-50%) translateY(6px)!important;min-width:max-content!important;max-width:280px!important;padding:9px 14px!important;border-radius:999px!important;background:rgba(3,7,17,.96)!important;color:#fff!important;font-size:13px!important;font-weight:950!important;line-height:1.3!important;opacity:0!important;pointer-events:none!important;z-index:300!important;box-shadow:0 12px 24px rgba(0,0,0,.34)!important;transition:opacity .25s ease,transform .25s ease!important;}
.hl3c-rental-card:hover{z-index:220!important;transform:translateY(-22px) scale(1.055) rotate(0deg)!important;box-shadow:0 38px 92px rgba(0,0,0,.50),0 0 0 1px rgba(255,255,255,.95) inset!important;}
.hl3c-rental-card:hover img{transform:scale(1.025)!important;filter:saturate(1.26) contrast(1.05) brightness(1.08)!important;}
.hl3c-rental-card:hover::after{opacity:1!important;transform:translateX(-50%) translateY(0)!important;}

/* 下方整站顏色：深色科技，但文字清楚 */
.brand-v4-section{background:linear-gradient(180deg,#07111f 0%,#0b1828 100%)!important;color:#e8f1ff!important;}
.brand-v4-catalog{background:linear-gradient(180deg,#081426 0%,#0b1828 100%)!important;}
.brand-v4-section-head span{color:#7cf6ec!important;font-weight:1000!important;letter-spacing:.16em!important;}
.brand-v4-section-head h2{color:#fff!important;font-weight:1000!important;text-shadow:0 10px 30px rgba(0,0,0,.25)!important;}
.brand-v4-section-head p{color:rgba(232,241,255,.74)!important;font-weight:780!important;}
.brand-v4-textlink{color:#9dfff5!important;font-weight:950!important;}
.brand-v4-catalog-card,.brand-v4-photo-card,.brand-v4-product-card,.brand-v4-trust-card{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;color:#e8f1ff!important;box-shadow:0 20px 52px rgba(0,0,0,.22)!important;backdrop-filter:blur(14px)!important;}
.brand-v4-catalog-card h3,.brand-v4-product-card h3,.brand-v4-trust-card h2{color:#fff!important;}
.brand-v4-catalog-card p,.brand-v4-product-card p,.brand-v4-trust-card p,.brand-v4-product-card small{color:rgba(232,241,255,.72)!important;}
.brand-v4-catalog-card small,.brand-v4-catalog-icon{color:#07111f!important;background:#ffe96a!important;}
.brand-v4-scenarios{background:linear-gradient(135deg,#081426 0%,#102c35 52%,#151833 100%)!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.12)!important;border-bottom:1px solid rgba(255,255,255,.10)!important;}
.brand-v4-scenario-card{background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 20px 52px rgba(0,0,0,.22)!important;color:#fff!important;backdrop-filter:blur(14px)!important;}
.brand-v4-scenario-card h3{color:#fff!important;font-weight:1000!important;}
.brand-v4-scenario-card a{background:rgba(255,255,255,.12)!important;color:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.20)!important;font-weight:900!important;}
.brand-v4-scenario-card a:hover{background:#ffe96a!important;color:#07111f!important;}
.brand-v4-featured{background:linear-gradient(180deg,#0b1828 0%,#07111f 100%)!important;}
.brand-v4-product-body .btn,.brand-v4-cta .btn{background:linear-gradient(135deg,#66f2e7,#4c7dff)!important;color:#fff!important;}
.brand-v4-trust{background:linear-gradient(135deg,#07111f 0%,#102c35 100%)!important;}
.brand-v4-cta{background:linear-gradient(135deg,#121b2b 0%,#173036 100%)!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.12)!important;}
.brand-v4-cta h2{color:#fff!important;}
.brand-v4-cta p{color:rgba(232,241,255,.72)!important;}
.site-footer{background:linear-gradient(135deg,#050a14 0%,#0c1a2c 54%,#102b31 100%)!important;color:rgba(232,241,255,.78)!important;border-top:1px solid rgba(255,255,255,.12)!important;}
.footer-v6 h2,.footer-v6 h3,.footer-v6 strong{color:#fff!important;}
.footer-v6 p,.footer-v6 li,.footer-v6 a,.footer-v6-bottom{color:rgba(232,241,255,.74)!important;}
.footer-v6 a:hover{color:#7cf6ec!important;}
.footer-v6-kicker{color:#7cf6ec!important;font-weight:1000!important;}
.footer-v6-service-area{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 16px 36px rgba(0,0,0,.18)!important;}
.footer-v6-bottom{border-top:1px solid rgba(255,255,255,.12)!important;}

@media (max-width:1050px){
  .hl3c-hero-collage.brand-v4-hero{padding:74px 20px 58px!important;}
  .hl3c-hero-copy h1{font-size:clamp(48px,8.5vw,86px)!important;}
  .hl3c-hero-copy h1 span{font-size:clamp(34px,6vw,58px)!important;}
  .hl3c-hero-rental-wall{flex-wrap:wrap!important;max-width:820px!important;gap:14px!important;margin-top:36px!important;}
  .hl3c-rental-card,.hl3c-rental-tv,.hl3c-rental-projector,.hl3c-rental-screen,.hl3c-rental-vc,.hl3c-rental-ai,.hl3c-rental-ad{width:220px!important;height:160px!important;}
  .hl3c-rental-tv{width:300px!important;height:205px!important;}
}
@media (max-width:720px){
  .site-header{background:rgba(4,9,18,.92)!important;}
  .hl3c-hero-collage.brand-v4-hero{padding:54px 16px 44px!important;min-height:auto!important;}
  .hl3c-hero-collage.brand-v4-hero::before{inset:10px!important;border-radius:22px!important;background-size:cover!important;}
  .hl3c-hero-copy h1{font-size:42px!important;line-height:1.08!important;letter-spacing:-.055em!important;}
  .hl3c-hero-copy h1 span{font-size:.76em!important;line-height:1.13!important;}
  .hl3c-hero-copy p{font-size:15px!important;line-height:1.85!important;}
  .brand-v4-search{display:block!important;margin-top:24px!important;}
  .brand-v4-search input{width:100%!important;margin-bottom:8px!important;}
  .brand-v4-search .btn{width:100%!important;}
  .hl3c-hero-tags span{font-size:12px!important;padding:8px 12px!important;}
  .hl3c-hero-rental-wall{display:flex!important;flex-wrap:wrap!important;gap:12px!important;padding:10px 0 34px!important;}
  .hl3c-rental-card,.hl3c-rental-tv,.hl3c-rental-projector,.hl3c-rental-screen,.hl3c-rental-vc,.hl3c-rental-ai,.hl3c-rental-ad{width:calc(50% - 8px)!important;height:124px!important;border-radius:18px!important;padding:6px!important;transform:rotate(0deg)!important;order:initial!important;}
  .hl3c-rental-tv{width:100%!important;height:170px!important;}
  .hl3c-rental-card img{border-radius:13px!important;}
  .hl3c-rental-card span{font-size:10px!important;padding:6px 8px!important;left:12px!important;top:12px!important;}
}


/* PageSpeed Stage 1: reduce non-critical motion/effects on mobile and during first render. */
@media (max-width: 820px){
  .hl3c-hero-collage.brand-v4-hero::after{
    display:none!important;
    animation:none!important;
  }
  .hl3c-rental-card,
  .hl3c-rental-tv,
  .hl3c-rental-projector,
  .hl3c-rental-screen,
  .hl3c-rental-vc,
  .hl3c-rental-ai,
  .hl3c-rental-ad{
    animation:none!important;
    transition:none!important;
    will-change:auto!important;
  }
  .hl3c-rental-card span,
  .brand-v4-search,
  .btn.secondary,
  .brand-v4-actions .secondary,
  .hl3c-hero-tags span{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
}
@media (prefers-reduced-motion: reduce){
  .hl3c-hero-collage.brand-v4-hero::after,
  .hl3c-rental-card{
    animation:none!important;
    transition:none!important;
  }
}



/* ===== site-theme-v51-bright-bg-catalog-search.css ===== */

/* HL3C v51 - brighter v48 hero, no mouse-zone lighting, catalog search beside heading */

/* 1) Hero background: keep v48 style but brighten banner.png and remove hover panel lighting */
.hl3c-hero-collage.brand-v4-hero{
  min-height:calc(100vh - 74px)!important;
  padding:86px 28px 68px!important;
  background:
    radial-gradient(circle at 18% 20%, rgba(76,125,255,.26), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(102,242,231,.20), transparent 34%),
    radial-gradient(circle at 52% 88%, rgba(255,120,212,.14), transparent 42%),
    linear-gradient(180deg,#030712 0%,#07111f 56%,#081426 100%)!important;
}
.hl3c-hero-collage.brand-v4-hero::before{
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.50), rgba(0,0,0,.66)),
    url('../img/banner.png')!important;
  opacity:.98!important;
  filter:saturate(1.05) contrast(1.08) brightness(.82)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.13), inset 0 -90px 130px rgba(0,0,0,.48)!important;
}
.hl3c-hero-collage.brand-v4-hero::after{
  opacity:.16!important;
  animation:hl3cV51SoftGlow 18s ease-in-out infinite!important;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.045) 45%, rgba(102,242,231,.095) 50%, rgba(255,255,255,.04) 55%, transparent 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 86px)!important;
}
.hl3c-hero-collage.brand-v4-hero:hover::after{
  opacity:.18!important;
  animation-duration:18s!important;
}
@keyframes hl3cV51SoftGlow{
  0%,22%{transform:translateX(-125%);opacity:0;}
  42%{opacity:.16;}
  64%{transform:translateX(125%);opacity:.10;}
  100%{transform:translateX(125%);opacity:0;}
}
.hl3c-bg-hover-grid{display:none!important;}

/* 2) Hero title: keep large, but leave room since search/actions removed */
.hl3c-hero-copy{padding-top:4px!important;}
.hl3c-hero-copy h1{
  max-width:1380px!important;
  font-size:clamp(54px,6.6vw,112px)!important;
  line-height:1.03!important;
  text-shadow:0 18px 48px rgba(0,0,0,.82),0 0 1px rgba(255,255,255,.8)!important;
}
.hl3c-hero-copy h1 span{
  font-size:clamp(36px,4.45vw,76px)!important;
  margin-top:12px!important;
  background:linear-gradient(90deg,#ffffff 0%,#d9fbff 38%,#ffe870 68%,#ffcdf1 88%,#ffffff 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;
}
.hl3c-hero-copy p{margin-top:26px!important;max-width:1120px!important;}
.hl3c-hero-copy p::after{margin-top:20px!important;}

/* 3) Remove hero search/actions after PHP removal just in case older cached HTML remains */
.hl3c-hero-copy > .brand-v4-search,
.hl3c-hero-copy > .brand-v4-actions{display:none!important;}
.hl3c-hero-tags{margin-top:18px!important;}

/* 4) One-row collage: stronger color contrast and labels moved below images */
.hl3c-hero-rental-wall{
  margin-top:36px!important;
  gap:clamp(14px,1.75vw,30px)!important;
  padding:18px 20px 54px!important;
}
.hl3c-rental-card,
.hl3c-rental-tv,.hl3c-rental-projector,.hl3c-rental-screen,.hl3c-rental-vc,.hl3c-rental-ai,.hl3c-rental-ad{
  border-radius:24px!important;
  padding:9px!important;
  background:linear-gradient(135deg,#ffffff,#eaf8ff)!important;
  box-shadow:0 24px 56px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.92) inset!important;
}
.hl3c-rental-card img{
  filter:saturate(1.38) contrast(1.08) brightness(1.10)!important;
  border-radius:17px!important;
}
.hl3c-rental-card::before{
  inset:9px!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.20),transparent 46%,rgba(0,0,0,.04))!important;
}
.hl3c-rental-card span{
  left:50%!important;
  top:auto!important;
  bottom:-20px!important;
  transform:translateX(-50%)!important;
  max-width:calc(100% - 18px)!important;
  justify-content:center!important;
  text-align:center!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.94)!important;
  color:#06111f!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.22)!important;
  font-size:12px!important;
  line-height:1.2!important;
  backdrop-filter:blur(12px)!important;
}
.hl3c-rental-card::after{display:none!important;}
.hl3c-rental-card:hover{
  z-index:260!important;
  transform:translateY(-18px) scale(1.045) rotate(0deg)!important;
  box-shadow:0 40px 96px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,1) inset!important;
}
.hl3c-rental-card:hover img{filter:saturate(1.48) contrast(1.10) brightness(1.15)!important;}

/* Card-specific color accents for stronger 跳色 */
.hl3c-rental-tv{background:linear-gradient(135deg,#ffffff,#dce8ff)!important;}
.hl3c-rental-projector{background:linear-gradient(135deg,#ffffff,#fff0b8)!important;}
.hl3c-rental-screen{background:linear-gradient(135deg,#ffffff,#cff9ee)!important;}
.hl3c-rental-vc{background:linear-gradient(135deg,#ffffff,#efe1ff)!important;}
.hl3c-rental-ai{background:linear-gradient(135deg,#ffffff,#d9fff6)!important;}
.hl3c-rental-ad{background:linear-gradient(135deg,#ffffff,#ffe1bd)!important;}
.hl3c-rental-tv span{background:linear-gradient(135deg,#e9f0ff,#ffffff)!important;}
.hl3c-rental-projector span{background:linear-gradient(135deg,#fff0a8,#ffffff)!important;}
.hl3c-rental-screen span{background:linear-gradient(135deg,#c9fff1,#ffffff)!important;}
.hl3c-rental-vc span{background:linear-gradient(135deg,#efe1ff,#ffffff)!important;}
.hl3c-rental-ai span{background:linear-gradient(135deg,#bffcf3,#ffffff)!important;}
.hl3c-rental-ad span{background:linear-gradient(135deg,#ffd9a6,#ffffff)!important;}

/* 5) Catalog title + compact search beside it */
.hl3c-catalog-head-v51{
  align-items:center!important;
  gap:24px!important;
}
.hl3c-catalog-search-v51{
  margin-left:auto!important;
  width:min(430px,42vw)!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:7px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.04)!important;
  backdrop-filter:blur(12px)!important;
}
.hl3c-catalog-search-v51 input{
  min-width:0!important;
  flex:1!important;
  height:42px!important;
  border:0!important;
  outline:none!important;
  border-radius:13px!important;
  padding:0 14px!important;
  background:rgba(255,255,255,.94)!important;
  color:#07111f!important;
  font-size:14px!important;
  font-weight:850!important;
}
.hl3c-catalog-search-v51 input::placeholder{color:#687385!important;font-weight:780!important;}
.hl3c-catalog-search-v51 .btn{
  flex:0 0 auto!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 16px!important;
  border-radius:13px!important;
  border:0!important;
  background:linear-gradient(135deg,#66f2e7,#4c7dff)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:1000!important;
  box-shadow:0 12px 24px rgba(76,125,255,.28)!important;
}

/* 6) Slightly brighter site colors to match the brighter hero */
.brand-v4-catalog{background:linear-gradient(180deg,#0a1728 0%,#0f2135 100%)!important;}
.brand-v4-scenarios{background:linear-gradient(135deg,#0b1a2d 0%,#123740 52%,#171d3c 100%)!important;}
.brand-v4-featured{background:linear-gradient(180deg,#102033 0%,#0a1728 100%)!important;}
.brand-v4-trust{background:linear-gradient(135deg,#0b1729 0%,#12363d 100%)!important;}
.site-footer{background:linear-gradient(135deg,#07101f 0%,#0d2035 55%,#12363b 100%)!important;}

@media (max-width:1050px){
  .hl3c-catalog-head-v51{align-items:flex-start!important;}
  .hl3c-catalog-search-v51{width:min(100%,520px)!important;margin-left:0!important;}
  .hl3c-rental-card span{bottom:-18px!important;font-size:11px!important;}
}
@media (max-width:720px){
  .hl3c-hero-collage.brand-v4-hero{padding:52px 16px 44px!important;}
  .hl3c-hero-collage.brand-v4-hero::before{filter:saturate(1.04) contrast(1.05) brightness(.88)!important;background-image:linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.66)),url('../img/banner.png')!important;}
  .hl3c-hero-copy h1{font-size:42px!important;line-height:1.09!important;}
  .hl3c-hero-copy h1 span{font-size:.78em!important;line-height:1.16!important;}
  .hl3c-hero-rental-wall{padding-bottom:42px!important;}
  .hl3c-rental-card span{bottom:-16px!important;font-size:10px!important;padding:6px 8px!important;}
  .hl3c-catalog-search-v51{width:100%!important;}
}



/* ===== site-theme-v52_bg_darker_collage_tone.css ===== */

/* HL3C v52 - background 10% darker than v51, collage images less overexposed */

/* 1) Hero background: keep v51 layout, darken banner by about 10% */
.hl3c-hero-collage.brand-v4-hero::before{
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.60), rgba(0,0,0,.76)),
    url('../img/banner.png')!important;
  filter:saturate(1.04) contrast(1.08) brightness(.78)!important;
  opacity:.98!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10), inset 0 -96px 145px rgba(0,0,0,.58)!important;
}
.hl3c-hero-collage.brand-v4-hero{
  background:
    radial-gradient(circle at 18% 20%, rgba(76,125,255,.20), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(102,242,231,.16), transparent 34%),
    radial-gradient(circle at 52% 88%, rgba(255,120,212,.10), transparent 42%),
    linear-gradient(180deg,#020611 0%,#07101d 56%,#071222 100%)!important;
}
.hl3c-hero-collage.brand-v4-hero::after{
  opacity:.12!important;
}

/* 2) Keep title readable after background darkening */
.hl3c-hero-copy h1{
  text-shadow:0 20px 54px rgba(0,0,0,.88), 0 2px 0 rgba(0,0,0,.22), 0 0 1px rgba(255,255,255,.9)!important;
}
.hl3c-hero-copy p,
.hl3c-hero-tags span{
  text-shadow:0 10px 26px rgba(0,0,0,.50)!important;
}

/* 3) Collage: reduce overexposure and keep colors clearer */
.hl3c-rental-card,
.hl3c-rental-tv,.hl3c-rental-projector,.hl3c-rental-screen,.hl3c-rental-vc,.hl3c-rental-ai,.hl3c-rental-ad{
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(225,238,255,.92))!important;
  box-shadow:0 24px 56px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.90) inset!important;
}
.hl3c-rental-card img{
  filter:saturate(1.16) contrast(1.12) brightness(.94)!important;
}
.hl3c-rental-card::before{
  background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 42%,rgba(0,0,0,.10))!important;
}
.hl3c-rental-card:hover img{
  filter:saturate(1.22) contrast(1.14) brightness(.98)!important;
}
.hl3c-rental-card:hover{
  box-shadow:0 42px 98px rgba(0,0,0,.54),0 0 0 1px rgba(255,255,255,.98) inset!important;
}

/* 4) Card-specific accents remain colorful but less washed out */
.hl3c-rental-tv{background:linear-gradient(135deg,#f9fbff,#cbdcff)!important;}
.hl3c-rental-projector{background:linear-gradient(135deg,#fffdf4,#ffdfa2)!important;}
.hl3c-rental-screen{background:linear-gradient(135deg,#f7fffc,#b7f2df)!important;}
.hl3c-rental-vc{background:linear-gradient(135deg,#fbf7ff,#d8c4ff)!important;}
.hl3c-rental-ai{background:linear-gradient(135deg,#f5fffc,#b9f2e9)!important;}
.hl3c-rental-ad{background:linear-gradient(135deg,#fff9f2,#ffc982)!important;}

.hl3c-rental-card span{
  background:rgba(255,255,255,.90)!important;
  color:#07111f!important;
  box-shadow:0 12px 26px rgba(0,0,0,.26)!important;
}

@media (max-width:720px){
  .hl3c-hero-collage.brand-v4-hero::before{
    background-image:linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.76)),url('../img/banner.png')!important;
    filter:saturate(1.04) contrast(1.06) brightness(.80)!important;
  }
}



/* ===== site-theme-v53-light-after-hero.css ===== */

/* HL3C v53 - Keep current v52 hero, restore all following sections to readable light theme */

/* Base after hero: warm light background, dark readable typography */
body{
  background:#f5f0e8!important;
}
.brand-v4-section:not(.hl3c-hero-collage),
.brand-v4-catalog,
.brand-v4-scenarios,
.brand-v4-featured,
.brand-v4-trust,
.brand-v4-cta{
  color:#111827!important;
}

/* Catalog section - light theme */
.brand-v4-catalog{
  background:
    radial-gradient(circle at 12% 0%, rgba(76,125,255,.12), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(43,196,185,.13), transparent 34%),
    linear-gradient(180deg,#f7f3ec 0%,#f0e9de 100%)!important;
  padding-top:82px!important;
}
.brand-v4-catalog .brand-v4-section-head,
.brand-v4-scenarios .brand-v4-section-head,
.brand-v4-featured .brand-v4-section-head,
.brand-v4-trust .brand-v4-section-head{
  border-color:rgba(17,24,39,.12)!important;
}
.brand-v4-section-head span,
.brand-v4-catalog .brand-v4-section-head span,
.brand-v4-scenarios .brand-v4-section-head span,
.brand-v4-featured .brand-v4-section-head span,
.brand-v4-trust .brand-v4-section-head span{
  color:#1f7f7a!important;
  text-shadow:none!important;
}
.brand-v4-section-head h2,
.brand-v4-catalog .brand-v4-section-head h2,
.brand-v4-scenarios .brand-v4-section-head h2,
.brand-v4-featured .brand-v4-section-head h2,
.brand-v4-trust .brand-v4-section-head h2{
  color:#111827!important;
  text-shadow:none!important;
}
.brand-v4-section-head p,
.brand-v4-catalog .brand-v4-section-head p,
.brand-v4-scenarios .brand-v4-section-head p,
.brand-v4-featured .brand-v4-section-head p,
.brand-v4-trust .brand-v4-section-head p{
  color:#4b5563!important;
  text-shadow:none!important;
}

/* Catalog search box on light background */
.hl3c-catalog-search-v51{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 16px 36px rgba(31,41,55,.10), inset 0 0 0 1px rgba(255,255,255,.65)!important;
  backdrop-filter:blur(14px)!important;
}
.hl3c-catalog-search-v51 input{
  background:#fff!important;
  color:#111827!important;
  box-shadow:inset 0 0 0 1px rgba(17,24,39,.08)!important;
}
.hl3c-catalog-search-v51 input::placeholder{color:#6b7280!important;}
.hl3c-catalog-search-v51 .btn{
  background:linear-gradient(135deg,#1fa6a0,#4c7dff)!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(76,125,255,.24)!important;
}

/* Equipment catalog cards - force readable text, reduce white wash */
.brand-v4-catalog-grid-photo .brand-v4-catalog-card,
.brand-v4-catalog-card,
.brand-v4-photo-card{
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.96))!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 20px 50px rgba(31,41,55,.12)!important;
  color:#111827!important;
}
.brand-v4-catalog-card:hover,
.brand-v4-photo-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 28px 64px rgba(31,41,55,.18)!important;
  border-color:rgba(31,166,160,.30)!important;
}
.brand-v4-catalog-card h3,
.brand-v4-photo-card h3,
.brand-v4-product-card h3{
  color:#111827!important;
  text-shadow:none!important;
}
.brand-v4-catalog-card p,
.brand-v4-photo-card p,
.brand-v4-product-card p,
.brand-v4-product-body p{
  color:#4b5563!important;
  text-shadow:none!important;
}
.brand-v4-catalog-card small,
.brand-v4-photo-card small,
.brand-v4-product-body small{
  color:#2563eb!important;
  text-shadow:none!important;
}
.brand-v4-cat-photo{
  background:#e5e7eb!important;
}
.brand-v4-cat-photo::after,
.brand-v4-product-img::after{
  background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.18))!important;
  opacity:.75!important;
}
.brand-v4-cat-photo img,
.brand-v4-product-img img{
  filter:saturate(1.03) contrast(1.02) brightness(.98)!important;
}
.brand-v4-cat-photo span,
.brand-v4-catalog-icon{
  background:linear-gradient(135deg,#e9fff9,#dbeafe)!important;
  color:#0f766e!important;
  box-shadow:0 10px 24px rgba(15,118,110,.16)!important;
}

/* Use cases - light glass cards */
.brand-v4-scenarios{
  background:
    radial-gradient(circle at 18% 12%, rgba(31,166,160,.12), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(76,125,255,.10), transparent 32%),
    linear-gradient(180deg,#f0e9de 0%,#f8f4ee 100%)!important;
}
.brand-v4-scenario-card{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 18px 46px rgba(31,41,55,.10)!important;
  color:#111827!important;
  backdrop-filter:blur(14px)!important;
}
.brand-v4-scenario-card h3{
  color:#111827!important;
  text-shadow:none!important;
}
.brand-v4-scenario-card a{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(17,24,39,.11)!important;
  color:#374151!important;
  box-shadow:none!important;
}
.brand-v4-scenario-card a:hover{
  background:linear-gradient(135deg,#e7fffb,#eaf0ff)!important;
  color:#0f766e!important;
  border-color:rgba(31,166,160,.28)!important;
}

/* Featured products - light cards */
.brand-v4-featured{
  background:linear-gradient(180deg,#f8f4ee 0%,#efe7dc 100%)!important;
}
.brand-v4-product-card{
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 20px 52px rgba(31,41,55,.12)!important;
  color:#111827!important;
}
.brand-v4-product-body,
.brand-v4-product-body *{
  text-shadow:none!important;
}
.brand-v4-spec{
  background:#f3f6fb!important;
  color:#374151!important;
  border:1px solid rgba(17,24,39,.08)!important;
}
.brand-v4-product-body .btn,
.brand-v4-cta .btn{
  background:#111827!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(17,24,39,.18)!important;
}

/* Service / trust section */
.brand-v4-trust{
  background:
    radial-gradient(circle at 18% 24%, rgba(76,125,255,.11), transparent 32%),
    linear-gradient(180deg,#efe7dc 0%,#f7f2ea 100%)!important;
}
.brand-v4-trust-card{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 22px 58px rgba(31,41,55,.12)!important;
  color:#111827!important;
}
.brand-v4-trust-card > span{
  color:#1f7f7a!important;
}
.brand-v4-trust-card h2{color:#111827!important;text-shadow:none!important;}
.brand-v4-trust-card p{color:#4b5563!important;text-shadow:none!important;}
.brand-v4-trust-grid div{
  background:rgba(248,250,252,.88)!important;
  border:1px solid rgba(17,24,39,.09)!important;
  color:#111827!important;
}
.brand-v4-trust-grid strong{color:#2563eb!important;}
.brand-v4-trust-grid span{color:#374151!important;}

/* CTA */
.brand-v4-cta{
  background:linear-gradient(135deg,#e7fffb 0%,#f7f2ea 52%,#eaf0ff 100%)!important;
  border-top:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
}
.brand-v4-cta h2{color:#111827!important;text-shadow:none!important;}
.brand-v4-cta p{color:#4b5563!important;text-shadow:none!important;}

/* Footer - light but still professional */
.site-footer{
  background:linear-gradient(180deg,#f7f2ea 0%,#e9e0d3 100%)!important;
  color:#111827!important;
  border-top:1px solid rgba(17,24,39,.10)!important;
}
.footer-v6,
.footer-v6-main,
.footer-v6 section,
.footer-v6-brand,
.footer-v6-bottom{
  color:#111827!important;
}
.footer-v6-kicker{
  color:#1f7f7a!important;
}
.footer-v6 h2,
.footer-v6 h3,
.footer-v6 strong{
  color:#111827!important;
  text-shadow:none!important;
}
.footer-v6 p,
.footer-v6 li,
.footer-v6-list li,
.footer-v6-bottom{
  color:#4b5563!important;
  text-shadow:none!important;
}
.footer-v6 a,
.footer-v6-list a,
.footer-v6-bottom a{
  color:#1f4ed8!important;
}
.footer-v6-service-area{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 16px 36px rgba(31,41,55,.08)!important;
}
.footer-v6-bottom{
  border-top:1px solid rgba(17,24,39,.10)!important;
}

/* Generic safeguards for any later content on light sections */
.brand-v4-catalog *,
.brand-v4-scenarios *,
.brand-v4-featured *,
.brand-v4-trust *,
.brand-v4-cta *,
.site-footer *{
  text-shadow:none;
}

@media (max-width:1050px){
  .hl3c-catalog-head-v51{align-items:flex-start!important;}
  .hl3c-catalog-search-v51{width:min(100%,520px)!important;margin-left:0!important;}
}



/* ===== site-theme-v54-usecases-featured-align.css ===== */

/* HL3C v54 - Keep approved Hero, add color rhythm from Use Cases onward, align featured cards */

/* Start from Use Cases: light but more lively, with stronger accent colors */
.brand-v4-scenarios{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,198,84,.30), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(89,130,255,.22), transparent 34%),
    radial-gradient(circle at 70% 88%, rgba(44,205,190,.18), transparent 30%),
    linear-gradient(135deg,#fff7e8 0%,#f4fbff 48%,#fff1f6 100%)!important;
  border-top:1px solid rgba(17,24,39,.08)!important;
}
.brand-v4-scenarios::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.48;
  background-image:
    linear-gradient(120deg, transparent 0 47%, rgba(34,197,185,.16) 47.1%, transparent 47.45%),
    linear-gradient(25deg, transparent 0 63%, rgba(76,125,255,.12) 63.1%, transparent 63.45%);
}
.brand-v4-scenarios .brand-v4-section-head,
.brand-v4-scenarios .brand-v4-scenario-grid{
  position:relative!important;
  z-index:1!important;
}
.brand-v4-scenarios .brand-v4-section-head span{
  color:#0f9f9a!important;
}
.brand-v4-scenarios .brand-v4-section-head h2{
  color:#111827!important;
}
.brand-v4-scenarios .brand-v4-section-head p{
  color:#475569!important;
}
.brand-v4-scenario-grid{
  align-items:stretch!important;
}
.brand-v4-scenario-card{
  position:relative!important;
  min-height:176px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 20px 52px rgba(31,41,55,.12)!important;
}
.brand-v4-scenario-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:7px;
  background:linear-gradient(90deg,#21c4bb,#4c7dff,#ffb84d,#ff6b8a);
  opacity:.92;
}
.brand-v4-scenario-card::after{
  content:"";
  position:absolute;
  right:-34px;
  bottom:-42px;
  width:135px;
  height:135px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(76,125,255,.16),rgba(31,166,160,.14));
  pointer-events:none;
}
.brand-v4-scenario-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(76,125,255,.26)!important;
  box-shadow:0 28px 66px rgba(31,41,55,.16)!important;
}
.brand-v4-scenario-card h3{
  position:relative!important;
  z-index:1!important;
  color:#111827!important;
}
.brand-v4-scenario-card > div{
  position:relative!important;
  z-index:1!important;
}
.brand-v4-scenario-card a{
  background:#fff!important;
  color:#263244!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 8px 18px rgba(31,41,55,.06)!important;
}
.brand-v4-scenario-card a:nth-child(3n+1){
  background:linear-gradient(135deg,#e9fffb,#ffffff)!important;
  color:#0f766e!important;
}
.brand-v4-scenario-card a:nth-child(3n+2){
  background:linear-gradient(135deg,#eef3ff,#ffffff)!important;
  color:#3157d8!important;
}
.brand-v4-scenario-card a:nth-child(3n){
  background:linear-gradient(135deg,#fff5df,#ffffff)!important;
  color:#9a5b00!important;
}

/* Featured products: same card height and aligned buttons */
.brand-v4-featured{
  background:
    radial-gradient(circle at 12% 10%, rgba(76,125,255,.12), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(255,184,77,.18), transparent 30%),
    linear-gradient(180deg,#fff1f6 0%,#f5fbff 52%,#fff8ec 100%)!important;
}
.brand-v4-product-grid{
  align-items:stretch!important;
}
.brand-v4-product-card{
  height:100%!important;
  min-height:520px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(17,24,39,.10)!important;
  box-shadow:0 22px 56px rgba(31,41,55,.12)!important;
}
.brand-v4-product-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(76,125,255,.24)!important;
  box-shadow:0 30px 70px rgba(31,41,55,.17)!important;
}
.brand-v4-product-img{
  flex:0 0 245px!important;
  height:245px!important;
  min-height:245px!important;
  display:block!important;
  overflow:hidden!important;
  background:#e5e7eb!important;
}
.brand-v4-product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.brand-v4-product-body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  padding:26px 28px 28px!important;
}
.brand-v4-product-body small{
  min-height:1.2em!important;
  color:#2563eb!important;
  font-weight:900!important;
}
.brand-v4-product-body h3{
  min-height:2.3em!important;
  color:#111827!important;
  line-height:1.15!important;
  margin-bottom:10px!important;
}
.brand-v4-product-body p{
  color:#4b5563!important;
  line-height:1.72!important;
  min-height:5.1em!important;
  margin-bottom:16px!important;
}
.brand-v4-spec{
  margin-top:0!important;
  margin-bottom:18px!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
}
.brand-v4-product-body .btn{
  margin-top:auto!important;
  align-self:flex-start!important;
  min-width:128px!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#111827,#263244)!important;
  color:#fff!important;
}

/* The following light sections get a small color rhythm without returning to dark theme */
.brand-v4-trust{
  background:
    radial-gradient(circle at 18% 16%, rgba(31,166,160,.16), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(76,125,255,.14), transparent 34%),
    linear-gradient(180deg,#fff8ec 0%,#eefaff 100%)!important;
}
.brand-v4-trust-grid div:nth-child(1){border-top:5px solid #21c4bb!important;}
.brand-v4-trust-grid div:nth-child(2){border-top:5px solid #4c7dff!important;}
.brand-v4-trust-grid div:nth-child(3){border-top:5px solid #ffb84d!important;}
.brand-v4-trust-grid div:nth-child(4){border-top:5px solid #ff6b8a!important;}
.brand-v4-cta{
  background:linear-gradient(135deg,#111827 0%,#16344a 52%,#0f766e 100%)!important;
  color:#fff!important;
}
.brand-v4-cta h2{color:#fff!important;}
.brand-v4-cta p{color:rgba(255,255,255,.78)!important;}
.brand-v4-cta .btn{
  background:#fff!important;
  color:#111827!important;
}

@media (max-width:760px){
  .brand-v4-product-card{min-height:0!important;}
  .brand-v4-product-img{flex-basis:210px!important;height:210px!important;min-height:210px!important;}
  .brand-v4-product-body h3,
  .brand-v4-product-body p,
  .brand-v4-spec{min-height:0!important;}
}

/* v55: Service Area turns into a compact Why HL3C support block; sections above remain unchanged */
.brand-v4-trust-card{
  padding:clamp(34px,4.2vw,58px)!important;
}
.brand-v4-trust-card h2{
  max-width:980px!important;
  font-size:clamp(34px,3.3vw,58px)!important;
  line-height:1.16!important;
  letter-spacing:-.04em!important;
}
.brand-v4-trust-card > p{
  max-width:900px!important;
  margin-top:18px!important;
  font-size:clamp(16px,1.2vw,21px)!important;
  line-height:1.8!important;
}
.brand-v4-trust-grid{
  margin-top:34px!important;
  gap:20px!important;
}
.brand-v4-trust-grid div{
  min-height:158px!important;
  padding:24px 26px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.brand-v4-trust-grid strong{
  font-size:32px!important;
  line-height:1!important;
  margin-bottom:14px!important;
}
.brand-v4-trust-grid span{
  display:block!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1.35!important;
  color:#111827!important;
}
.brand-v4-trust-grid p{
  margin:10px 0 0!important;
  color:#4b5563!important;
  font-size:15px!important;
  line-height:1.7!important;
  font-weight:650!important;
  text-shadow:none!important;
}
@media (max-width:760px){
  .brand-v4-trust-grid div{min-height:0!important;}
}



/* ===== site-theme-v56-compact-why-hl3c.css ===== */

/* v56: Compact Why HL3C block — only changes from the original Service Area / Why HL3C section downward. */
.brand-v4-trust{
  padding:clamp(44px,5vw,72px) 22px!important;
  background:
    radial-gradient(circle at 12% 24%, rgba(34,197,194,.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(59,130,246,.14), transparent 34%),
    linear-gradient(180deg,#f7f5ee 0%,#eef6f6 100%)!important;
}

.brand-v4-trust-card{
  max-width:1500px!important;
  margin:0 auto!important;
  padding:clamp(26px,3vw,38px)!important;
  display:grid!important;
  grid-template-columns:minmax(320px,.82fr) minmax(620px,1.45fr)!important;
  column-gap:clamp(28px,4vw,60px)!important;
  row-gap:24px!important;
  align-items:center!important;
  border-radius:32px!important;
  background:
    linear-gradient(135deg,rgba(12,28,46,.96) 0%,rgba(21,73,85,.92) 48%,rgba(255,255,255,.92) 48.2%,rgba(255,255,255,.78) 100%)!important;
  border:1px solid rgba(15,23,42,.09)!important;
  box-shadow:0 24px 65px rgba(15,23,42,.14)!important;
  overflow:hidden!important;
  position:relative!important;
}

.brand-v4-trust-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:7px;
  background:linear-gradient(180deg,#62f1df,#5b7cff,#ffbe5c,#ff6f90)!important;
}

.brand-v4-trust-card > span,
.brand-v4-trust-card h2,
.brand-v4-trust-card > p{
  grid-column:1!important;
  position:relative!important;
  z-index:1!important;
}

.brand-v4-trust-card > span{
  color:#a7fff0!important;
  letter-spacing:.19em!important;
  font-size:13px!important;
  font-weight:950!important;
  margin:0 0 12px!important;
}

.brand-v4-trust-card h2{
  max-width:520px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(28px,2.3vw,42px)!important;
  line-height:1.18!important;
  letter-spacing:-.035em!important;
  text-shadow:0 8px 24px rgba(0,0,0,.22)!important;
}

.brand-v4-trust-card > p{
  max-width:520px!important;
  margin:16px 0 0!important;
  color:rgba(238,247,255,.78)!important;
  font-size:clamp(15px,1vw,18px)!important;
  line-height:1.75!important;
  font-weight:650!important;
  text-shadow:none!important;
}

.brand-v4-trust-grid{
  grid-column:2!important;
  grid-row:1 / span 3!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  position:relative!important;
  z-index:1!important;
}

.brand-v4-trust-grid div{
  min-height:112px!important;
  padding:18px 20px 18px 22px!important;
  border-radius:22px!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:14px!important;
  row-gap:6px!important;
  align-items:start!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-top:0!important;
  box-shadow:0 14px 34px rgba(15,23,42,.08)!important;
  backdrop-filter:blur(12px)!important;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease!important;
}

.brand-v4-trust-grid div:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 48px rgba(15,23,42,.13)!important;
  border-color:rgba(76,125,255,.26)!important;
}

.brand-v4-trust-grid div::before{
  content:"";
  grid-column:1 / -1;
  height:4px;
  width:100%;
  border-radius:999px;
  margin:-18px 0 10px;
  background:#21c4bb;
}
.brand-v4-trust-grid div:nth-child(2)::before{background:#4c7dff;}
.brand-v4-trust-grid div:nth-child(3)::before{background:#ffb84d;}
.brand-v4-trust-grid div:nth-child(4)::before{background:#ff6b8a;}

.brand-v4-trust-grid strong{
  grid-column:1!important;
  grid-row:2 / span 2!important;
  display:inline-flex!important;
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:#fff!important;
  background:linear-gradient(135deg,#2563eb,#24b7ad)!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:950!important;
}
.brand-v4-trust-grid div:nth-child(2) strong{background:linear-gradient(135deg,#4c7dff,#7c5cff)!important;}
.brand-v4-trust-grid div:nth-child(3) strong{background:linear-gradient(135deg,#f59e0b,#f97316)!important;}
.brand-v4-trust-grid div:nth-child(4) strong{background:linear-gradient(135deg,#fb7185,#e11d48)!important;}

.brand-v4-trust-grid span{
  grid-column:2!important;
  grid-row:2!important;
  display:block!important;
  margin:0!important;
  color:#101827!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
}

.brand-v4-trust-grid p{
  grid-column:2!important;
  grid-row:3!important;
  margin:0!important;
  color:#526173!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:650!important;
  text-shadow:none!important;
}

/* Slightly separate the following CTA from the compact Why block */
.brand-v4-cta{
  margin-top:0!important;
  background:linear-gradient(135deg,#0f172a 0%,#173b5b 54%,#16a394 100%)!important;
  border-top:1px solid rgba(255,255,255,.18)!important;
}

@media (max-width:1100px){
  .brand-v4-trust-card{
    grid-template-columns:1fr!important;
    background:linear-gradient(135deg,rgba(12,28,46,.96) 0%,rgba(21,73,85,.92) 42%,rgba(255,255,255,.88) 42.2%,rgba(255,255,255,.78) 100%)!important;
  }
  .brand-v4-trust-grid{
    grid-column:1!important;
    grid-row:auto!important;
    margin-top:8px!important;
  }
  .brand-v4-trust-card h2,
  .brand-v4-trust-card > p{max-width:760px!important;}
}

@media (max-width:720px){
  .brand-v4-trust{padding:34px 16px!important;}
  .brand-v4-trust-card{padding:24px!important;border-radius:26px!important;}
  .brand-v4-trust-grid{grid-template-columns:1fr!important;}
  .brand-v4-trust-grid div{min-height:0!important;}
}



/* ===== site-theme-v57-compact-cta-social.css ===== */

/* v57: Compact CTA with social buttons. Keep everything above Why HL3C unchanged. */
.brand-v4-cta.brand-v4-cta-v57{
  max-width:1500px!important;
  margin:clamp(34px,4vw,56px) auto 0!important;
  padding:clamp(26px,3vw,42px) clamp(28px,4vw,64px)!important;
  border-radius:32px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.78fr)!important;
  align-items:center!important;
  gap:clamp(24px,4vw,58px)!important;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,190,92,.24), transparent 28%),
    radial-gradient(circle at 94% 18%, rgba(76,125,255,.20), transparent 30%),
    linear-gradient(135deg,#fffaf0 0%,#eef8f7 54%,#eaf1ff 100%)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.12)!important;
  color:#111827!important;
  position:relative!important;
  overflow:hidden!important;
}

.brand-v4-cta.brand-v4-cta-v57::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:5px;
  background:linear-gradient(90deg,#21c4bb,#4c7dff,#ffb84d,#ff6b8a)!important;
  opacity:.9;
}

.brand-v4-cta-copy,
.brand-v4-cta-actions{
  position:relative!important;
  z-index:1!important;
}

.brand-v4-cta-v57 .brand-v4-cta-copy span{
  display:inline-flex!important;
  margin:0 0 10px!important;
  color:#167b78!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}

.brand-v4-cta-v57 h2{
  margin:0!important;
  color:#111827!important;
  font-size:clamp(30px,3.1vw,52px)!important;
  line-height:1.12!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
  text-shadow:none!important;
}

.brand-v4-cta-v57 p{
  max-width:940px!important;
  margin:14px 0 0!important;
  color:#334155!important;
  font-size:clamp(22px,1.9vw,30px)!important;
  line-height:1.55!important;
  font-weight:850!important;
  text-shadow:none!important;
}

.brand-v4-cta-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:14px!important;
}

.brand-v4-cta-v57 .brand-v4-contact-main{
  width:100%!important;
  min-height:52px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 24px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#111827,#243b62)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 16px 32px rgba(15,23,42,.18)!important;
  font-size:16px!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
  text-decoration:none!important;
}

.brand-v4-social-buttons{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}

.brand-v4-social-buttons a{
  min-height:46px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 18px!important;
  text-decoration:none!important;
  color:#111827!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
  font-weight:900!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}

.brand-v4-social-buttons a:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 16px 34px rgba(15,23,42,.14)!important;
  border-color:rgba(76,125,255,.28)!important;
}

.brand-v4-social-buttons a:nth-child(1){background:linear-gradient(135deg,#e9fff1,#ffffff)!important;}
.brand-v4-social-buttons a:nth-child(2){background:linear-gradient(135deg,#eef4ff,#ffffff)!important;}
.brand-v4-social-buttons a:nth-child(3){background:linear-gradient(135deg,#fff0f0,#ffffff)!important;}

@media (max-width:980px){
  .brand-v4-cta.brand-v4-cta-v57{
    grid-template-columns:1fr!important;
  }
  .brand-v4-cta-actions{
    max-width:520px!important;
  }
}

@media (max-width:640px){
  .brand-v4-cta.brand-v4-cta-v57{
    margin-top:28px!important;
    border-radius:26px!important;
    padding:26px 20px 30px!important;
  }
  .brand-v4-cta-v57 p{
    font-size:20px!important;
  }
}



/* ===== site-theme-v58-cta-logo-icons.css ===== */

/* v58: CTA with icon-only social links. Keep all sections above CTA unchanged. */
.brand-v4-cta.brand-v4-cta-v58{
  max-width:1500px!important;
  margin:clamp(34px,4vw,56px) auto 0!important;
  padding:clamp(24px,3vw,40px) clamp(28px,4vw,66px)!important;
  border-radius:32px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.55fr)!important;
  align-items:center!important;
  gap:clamp(24px,4vw,54px)!important;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,190,92,.22), transparent 28%),
    radial-gradient(circle at 95% 20%, rgba(76,125,255,.20), transparent 32%),
    linear-gradient(135deg,#fffaf0 0%,#eef8f7 52%,#eaf1ff 100%)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 22px 62px rgba(15,23,42,.11)!important;
  color:#111827!important;
  position:relative!important;
  overflow:hidden!important;
}

.brand-v4-cta.brand-v4-cta-v58::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:5px;
  background:linear-gradient(90deg,#21c4bb,#4c7dff,#ffb84d,#ff6b8a)!important;
  opacity:.9;
}

.brand-v4-cta-v58 .brand-v4-cta-copy,
.brand-v58-social-panel{
  position:relative!important;
  z-index:1!important;
}

.brand-v4-cta-v58 .brand-v4-cta-copy span{
  display:inline-flex!important;
  margin:0 0 10px!important;
  color:#167b78!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}

.brand-v4-cta-v58 h2{
  margin:0!important;
  color:#111827!important;
  font-size:clamp(30px,3.1vw,52px)!important;
  line-height:1.12!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
  text-shadow:none!important;
}

.brand-v4-cta-v58 p{
  max-width:980px!important;
  margin:14px 0 0!important;
  color:#334155!important;
  font-size:clamp(22px,1.9vw,30px)!important;
  line-height:1.55!important;
  font-weight:850!important;
  text-shadow:none!important;
}

.brand-v58-social-panel{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(16px,2vw,24px)!important;
  min-height:128px!important;
  padding:22px 24px!important;
  border-radius:30px!important;
  background:rgba(255,255,255,.56)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7), 0 14px 36px rgba(15,23,42,.08)!important;
  backdrop-filter:blur(12px)!important;
}

.brand-v58-social-icon{
  width:72px!important;
  height:72px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:24px!important;
  background:#fff!important;
  text-decoration:none!important;
  box-shadow:0 14px 30px rgba(15,23,42,.14)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease!important;
}

.brand-v58-social-icon svg{
  width:54px!important;
  height:54px!important;
  display:block!important;
  filter:drop-shadow(0 4px 8px rgba(15,23,42,.12));
}

.brand-v58-social-icon:hover{
  transform:translateY(-5px) scale(1.04)!important;
  box-shadow:0 20px 40px rgba(15,23,42,.20)!important;
  filter:saturate(1.06)!important;
}

.brand-v58-line:hover{box-shadow:0 20px 40px rgba(6,199,85,.28)!important;}
.brand-v58-facebook:hover{box-shadow:0 20px 40px rgba(24,119,242,.27)!important;}
.brand-v58-youtube:hover{box-shadow:0 20px 40px rgba(255,0,51,.25)!important;}

@media (max-width:980px){
  .brand-v4-cta.brand-v4-cta-v58{
    grid-template-columns:1fr!important;
  }
  .brand-v58-social-panel{
    justify-content:flex-start!important;
    max-width:420px!important;
  }
}

@media (max-width:640px){
  .brand-v4-cta.brand-v4-cta-v58{
    margin-top:28px!important;
    border-radius:26px!important;
    padding:26px 20px 30px!important;
  }
  .brand-v4-cta-v58 p{
    font-size:20px!important;
  }
  .brand-v58-social-panel{
    min-height:104px!important;
    padding:18px!important;
    gap:14px!important;
  }
  .brand-v58-social-icon{
    width:62px!important;
    height:62px!important;
    border-radius:20px!important;
  }
  .brand-v58-social-icon svg{
    width:46px!important;
    height:46px!important;
  }
}



/* ===== site-theme-v59-cta-small-icons.css ===== */

/* v59: make CTA social logo area smaller and less prominent. Keep all fixed upper sections unchanged. */
.brand-v4-cta.brand-v4-cta-v58{
  grid-template-columns:minmax(0,1.35fr) minmax(220px,.42fr)!important;
  gap:clamp(18px,3vw,42px)!important;
  padding:clamp(22px,2.8vw,38px) clamp(28px,4vw,62px)!important;
}

.brand-v58-social-panel{
  justify-content:center!important;
  gap:14px!important;
  min-height:92px!important;
  padding:16px 18px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.38)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55), 0 10px 24px rgba(15,23,42,.055)!important;
}

.brand-v58-social-icon{
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  box-shadow:0 8px 18px rgba(15,23,42,.10)!important;
  opacity:.9!important;
}

.brand-v58-social-icon svg{
  width:34px!important;
  height:34px!important;
  filter:drop-shadow(0 2px 4px rgba(15,23,42,.08))!important;
}

.brand-v58-social-icon:hover{
  transform:translateY(-2px) scale(1.02)!important;
  box-shadow:0 12px 24px rgba(15,23,42,.14)!important;
  opacity:1!important;
}

.brand-v58-line:hover,
.brand-v58-facebook:hover,
.brand-v58-youtube:hover{
  box-shadow:0 12px 24px rgba(15,23,42,.14)!important;
}

@media (max-width:980px){
  .brand-v58-social-panel{
    max-width:260px!important;
  }
}

@media (max-width:640px){
  .brand-v58-social-panel{
    min-height:76px!important;
    padding:13px 14px!important;
    gap:11px!important;
    border-radius:20px!important;
  }
  .brand-v58-social-icon{
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
  }
  .brand-v58-social-icon svg{
    width:30px!important;
    height:30px!important;
  }
}



/* ===== site-theme-v60-cta-title-icons-inline.css ===== */

/* v60: Put social logos beside CTA title and make description a single line. Keep fixed upper sections unchanged. */
.brand-v4-cta.brand-v4-cta-v60{
  display:block!important;
  padding:clamp(24px,3.2vw,44px) clamp(34px,5vw,70px)!important;
}

.brand-v4-cta-v60 .brand-v4-cta-copy{
  width:100%!important;
  max-width:none!important;
}

.brand-v4-cta-v60 .brand-v4-cta-copy > span{
  display:block!important;
  margin-bottom:12px!important;
}

.brand-v60-title-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:clamp(22px,4vw,56px)!important;
  flex-wrap:nowrap!important;
}

.brand-v60-title-row h2{
  margin:0!important;
  flex:0 1 auto!important;
  line-height:1.05!important;
  letter-spacing:-.055em!important;
}

.brand-v4-cta-v60 .brand-v58-social-panel{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.32)!important;
  border:1px solid rgba(30,41,59,.08)!important;
  box-shadow:0 8px 20px rgba(15,23,42,.055)!important;
  backdrop-filter:blur(10px)!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon{
  width:38px!important;
  height:38px!important;
  border-radius:13px!important;
  box-shadow:0 5px 12px rgba(15,23,42,.08)!important;
  opacity:.88!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon svg{
  width:27px!important;
  height:27px!important;
  filter:none!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon:hover{
  transform:translateY(-1px)!important;
  opacity:1!important;
  box-shadow:0 8px 16px rgba(15,23,42,.12)!important;
}

.brand-v4-cta-v60 .brand-v4-cta-copy p{
  margin-top:18px!important;
  max-width:none!important;
  white-space:nowrap!important;
  line-height:1.55!important;
}

@media (max-width:1180px){
  .brand-v60-title-row{
    gap:22px!important;
  }
  .brand-v4-cta-v60 .brand-v4-cta-copy p{
    white-space:normal!important;
  }
}

@media (max-width:760px){
  .brand-v60-title-row{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:14px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-panel{
    padding:8px 11px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-icon{
    width:36px!important;
    height:36px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-icon svg{
    width:25px!important;
    height:25px!important;
  }
}



/* ===== site-theme-v61-cta-title-icons-slightly-larger.css ===== */

/* v61: Same CTA layout as v60; only make the three social logos slightly larger for better proportion. */
.brand-v4-cta-v60 .brand-v58-social-panel{
  gap:14px!important;
  padding:10px 15px!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon svg{
  width:30px!important;
  height:30px!important;
}

@media (max-width:760px){
  .brand-v4-cta-v60 .brand-v58-social-panel{
    padding:9px 12px!important;
    gap:12px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-icon{
    width:40px!important;
    height:40px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-icon svg{
    width:28px!important;
    height:28px!important;
  }
}



/* ===== site-theme-v62-contact-footer.css ===== */

/* v62: Contact HL3C details + compact navigation footer. Fixed sections above CTA remain untouched. */
html{scroll-behavior:smooth;}

#contact{scroll-margin-top:96px;}

.brand-v4-cta-v62 .brand-v4-cta-copy p{
  margin-bottom:18px!important;
}

.brand-v62-contact-lines{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  align-items:center;
  margin-top:16px;
  color:#263041;
  font-size:15px;
  line-height:1.65;
  font-weight:700;
}

.brand-v62-contact-lines span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(40,54,78,.10);
  box-shadow:0 8px 24px rgba(16,24,40,.06);
}

.brand-v62-contact-lines strong{
  color:#111827;
  font-weight:900;
}

.brand-v62-contact-lines a{
  color:#285ddc;
  text-decoration:none;
  font-weight:900;
}

.brand-v62-contact-lines a:hover{
  text-decoration:underline;
}

.brand-v62-appointment-note{
  display:inline-flex;
  margin-top:10px;
  padding:8px 12px;
  border-radius:14px;
  color:#52606f;
  background:rgba(255,255,255,.48);
  border:1px solid rgba(40,54,78,.08);
  font-size:14px;
  font-weight:750;
  line-height:1.6;
}

.footer-v62{
  background:
    radial-gradient(circle at 18% 18%, rgba(80,198,188,.16), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(69,111,232,.13), transparent 30%),
    linear-gradient(180deg,#fbf8ee 0%,#f4f0e7 100%)!important;
  color:#151c2a!important;
  border-top:1px solid rgba(19,32,48,.08);
  padding:0!important;
}

.footer-v62-inner{
  max-width:1280px;
  margin:0 auto;
  padding:58px 28px 28px;
}

.footer-v62-main{
  display:grid;
  grid-template-columns:minmax(260px,1.1fr) minmax(360px,1.45fr) minmax(160px,.62fr) minmax(260px,.9fr);
  gap:34px;
  align-items:start;
}

.footer-v62-kicker{
  display:block;
  color:#33756d;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:950;
  margin-bottom:16px;
}

.footer-v62 h2,
.footer-v62 h3{
  margin:0;
  color:#101827!important;
  font-weight:950;
  letter-spacing:-.03em;
}

.footer-v62 h2{
  font-size:32px;
  margin-bottom:18px;
}

.footer-v62 h3{
  font-size:18px;
  margin-bottom:18px;
}

.footer-v62-brand p{
  margin:0 0 20px;
  color:#4f5c6f!important;
  line-height:1.85;
  font-size:15px;
  font-weight:650;
}

.footer-v62-company{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.footer-v62-company span{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(25,38,56,.09);
  color:#223044;
  font-size:13px;
  font-weight:850;
}

.footer-v62 ul{
  list-style:none;
  margin:0;
  padding:0;
}

.footer-v62-service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 14px;
}

.footer-v62-service-grid a,
.footer-v62-list a{
  color:#2657cb!important;
  text-decoration:none;
  font-weight:800;
}

.footer-v62-service-grid a{
  display:inline-flex;
  width:100%;
  min-height:34px;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.54);
  border:1px solid rgba(39,55,77,.08);
}

.footer-v62-service-grid a:hover,
.footer-v62-list a:hover{
  color:#173ea5!important;
  text-decoration:underline;
}

.footer-v62-list{
  display:grid;
  gap:11px;
  color:#4b5565!important;
  font-size:15px;
  line-height:1.65;
  font-weight:700;
}

.footer-v62-note{
  color:#6b7280!important;
  font-size:13px;
}

.footer-v62-bottom{
  margin-top:44px;
  padding-top:22px;
  border-top:1px solid rgba(20,32,48,.10);
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:#697386!important;
  font-size:13px;
  font-weight:700;
}

.footer-v62-bottom a{
  color:#3652a6!important;
  text-decoration:none;
  font-weight:850;
}

.footer-v62-bottom a:hover{
  text-decoration:underline;
}

@media (max-width:1100px){
  .footer-v62-main{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:760px){
  .brand-v62-contact-lines{
    display:grid;
    gap:8px;
    font-size:14px;
  }
  .brand-v62-contact-lines span{
    border-radius:16px;
  }
  .brand-v62-appointment-note{
    display:flex;
    font-size:13px;
  }
  .footer-v62-inner{
    padding:42px 18px 24px;
  }
  .footer-v62-main{
    grid-template-columns:1fr;
    gap:28px;
  }
  .footer-v62-service-grid{
    grid-template-columns:1fr;
  }
}



/* ===== site-theme-v63-contact-balanced-color.css ===== */

/* v63: CTA contact area balanced, more compact, with clearer color accents. Fixed sections above CTA remain untouched. */

.brand-v4-cta.brand-v4-cta-v62{
  max-width:1480px!important;
  margin:clamp(30px,3.6vw,48px) auto 0!important;
  padding:clamp(22px,2.8vw,34px) clamp(30px,5vw,72px)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,192,92,.24), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(77,116,255,.23), transparent 33%),
    radial-gradient(circle at 62% 88%, rgba(33,196,187,.18), transparent 30%),
    linear-gradient(135deg,#fff7e8 0%,#eef8f3 48%,#eaf0ff 100%)!important;
  border:1px solid rgba(38,63,91,.13)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.13)!important;
}

.brand-v4-cta.brand-v4-cta-v62::after{
  content:"";
  position:absolute;
  inset:auto 28px 18px auto;
  width:150px;
  height:150px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(76,125,255,.16), transparent 64%);
  pointer-events:none;
}

.brand-v4-cta-v62 .brand-v4-cta-copy{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(380px,.72fr)!important;
  grid-template-areas:
    "kicker contact"
    "title contact"
    "desc contact"
    "note contact";
  column-gap:clamp(28px,5vw,78px)!important;
  row-gap:12px!important;
  align-items:center!important;
  width:100%!important;
  max-width:none!important;
}

.brand-v4-cta-v62 .brand-v4-cta-copy > span{
  grid-area:kicker!important;
  margin:0!important;
  color:#1f7d76!important;
  text-shadow:none!important;
}

.brand-v4-cta-v62 .brand-v60-title-row{
  grid-area:title!important;
  gap:clamp(18px,2.8vw,34px)!important;
  align-items:center!important;
}

.brand-v4-cta-v62 .brand-v60-title-row h2{
  font-size:clamp(34px,3.9vw,58px)!important;
  line-height:1.04!important;
  letter-spacing:-.06em!important;
  color:#101827!important;
}

.brand-v4-cta-v62 .brand-v58-social-panel{
  background:rgba(255,255,255,.42)!important;
  border-color:rgba(35,52,77,.10)!important;
  box-shadow:0 10px 22px rgba(15,23,42,.06)!important;
}

.brand-v4-cta-v62 .brand-v4-cta-copy > p{
  grid-area:desc!important;
  margin:4px 0 0!important;
  color:#314055!important;
  font-size:clamp(20px,1.9vw,28px)!important;
  line-height:1.45!important;
  font-weight:900!important;
  white-space:normal!important;
  max-width:980px!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines{
  grid-area:contact!important;
  align-self:stretch!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin:0!important;
  padding:18px!important;
  border-radius:26px!important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.45))!important;
  border:1px solid rgba(35,52,77,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82), 0 18px 42px rgba(15,23,42,.09)!important;
  backdrop-filter:blur(14px)!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines span{
  width:100%!important;
  min-height:45px!important;
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px 14px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 9px 22px rgba(15,23,42,.055)!important;
  font-size:15px!important;
  line-height:1.4!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines span:nth-child(1){
  background:linear-gradient(135deg, rgba(228,255,238,.92), rgba(255,255,255,.78))!important;
  border-color:rgba(6,199,85,.22)!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines span:nth-child(2){
  background:linear-gradient(135deg, rgba(232,241,255,.95), rgba(255,255,255,.78))!important;
  border-color:rgba(58,105,230,.22)!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines span:nth-child(3){
  background:linear-gradient(135deg, rgba(255,244,220,.95), rgba(255,255,255,.78))!important;
  border-color:rgba(236,151,47,.24)!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines strong{
  flex:0 0 auto!important;
  color:#0f172a!important;
  letter-spacing:.04em!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines a{
  color:#2657d6!important;
  font-weight:950!important;
  overflow-wrap:anywhere!important;
}

.brand-v4-cta-v62 .brand-v62-appointment-note{
  grid-area:note!important;
  margin:6px 0 0!important;
  width:max-content!important;
  max-width:100%!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  color:#253346!important;
  background:linear-gradient(135deg, rgba(255,255,255,.78), rgba(238,248,247,.68))!important;
  border:1px solid rgba(31,125,118,.18)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.055)!important;
  font-size:15px!important;
  font-weight:850!important;
}

@media (max-width:1120px){
  .brand-v4-cta-v62 .brand-v4-cta-copy{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "kicker"
      "title"
      "desc"
      "contact"
      "note";
    row-gap:14px!important;
  }
  .brand-v4-cta-v62 .brand-v62-contact-lines{
    max-width:760px!important;
  }
}

@media (max-width:760px){
  .brand-v4-cta.brand-v4-cta-v62{
    border-radius:24px!important;
    padding:26px 18px!important;
  }
  .brand-v4-cta-v62 .brand-v60-title-row{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
  }
  .brand-v4-cta-v62 .brand-v4-cta-copy > p{
    font-size:19px!important;
  }
  .brand-v4-cta-v62 .brand-v62-contact-lines{
    padding:12px!important;
    border-radius:22px!important;
  }
  .brand-v4-cta-v62 .brand-v62-contact-lines span{
    min-height:auto!important;
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:2px!important;
  }
  .brand-v4-cta-v62 .brand-v62-appointment-note{
    width:100%!important;
    border-radius:18px!important;
  }
}



/* ===== site-theme-v64-contact-simple-info.css ===== */

/* v64: Contact HL3C simple information layout. Only CTA/contact area is adjusted. */
.brand-v4-cta.brand-v4-cta-v62{
  max-width:1420px!important;
  padding:clamp(22px,2.6vw,32px) clamp(28px,4.2vw,58px)!important;
  border-radius:28px!important;
  background:
    linear-gradient(110deg, rgba(255,250,235,.94) 0%, rgba(239,249,246,.92) 46%, rgba(232,240,255,.94) 100%)!important;
  border:1px solid rgba(32,63,88,.12)!important;
  box-shadow:0 20px 54px rgba(15,23,42,.11)!important;
}

.brand-v4-cta-v62 .brand-v4-cta-copy{
  grid-template-columns:minmax(0,1fr) minmax(310px,390px)!important;
  grid-template-areas:
    "kicker contact"
    "title contact"
    "desc contact"!important;
  column-gap:clamp(26px,4.3vw,62px)!important;
  row-gap:10px!important;
}

.brand-v4-cta-v62 .brand-v60-title-row h2{
  font-size:clamp(36px,3.8vw,56px)!important;
  max-width:760px!important;
}

.brand-v4-cta-v62 .brand-v4-cta-copy > p{
  max-width:850px!important;
  font-size:clamp(20px,1.75vw,26px)!important;
  line-height:1.5!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines{
  grid-area:contact!important;
  align-self:center!important;
  display:block!important;
  width:100%!important;
  max-width:390px!important;
  margin:0!important;
  padding:18px 20px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.54)!important;
  border:1px solid rgba(42,65,90,.12)!important;
  box-shadow:0 14px 36px rgba(15,23,42,.08)!important;
  backdrop-filter:blur(10px)!important;
}

.brand-v4-cta-v62 .brand-v62-contact-lines span{
  display:none!important;
}

.brand-v64-contact-row{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  padding:5px 0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#263041!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:800!important;
}

.brand-v64-contact-row + .brand-v64-contact-row{
  border-top:1px solid rgba(38,54,78,.08)!important;
}

.brand-v64-contact-row strong{
  flex:0 0 78px!important;
  color:#0f172a!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
}

.brand-v64-contact-row a{
  color:#2f63d9!important;
  font-weight:900!important;
  text-decoration:none!important;
  overflow-wrap:anywhere!important;
}

.brand-v64-contact-row a:hover{
  text-decoration:underline!important;
}

.brand-v64-appointment-alert{
  margin-top:10px!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg, rgba(255,236,198,.98), rgba(255,249,235,.94))!important;
  border:1px solid rgba(218,132,26,.28)!important;
  box-shadow:0 10px 24px rgba(218,132,26,.10)!important;
  color:#7a3b00!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:950!important;
}

.brand-v4-cta-v62 .brand-v62-appointment-note{
  display:none!important;
}

@media (max-width:1120px){
  .brand-v4-cta-v62 .brand-v4-cta-copy{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "kicker"
      "title"
      "desc"
      "contact"!important;
  }
  .brand-v4-cta-v62 .brand-v62-contact-lines{
    max-width:680px!important;
  }
}

@media (max-width:760px){
  .brand-v4-cta.brand-v4-cta-v62{
    padding:24px 18px!important;
  }
  .brand-v4-cta-v62 .brand-v62-contact-lines{
    padding:15px!important;
  }
  .brand-v64-contact-row{
    display:block!important;
    font-size:14px!important;
  }
  .brand-v64-contact-row strong{
    display:block!important;
    margin-bottom:2px!important;
  }
  .brand-v64-appointment-alert{
    font-size:14px!important;
  }
}



/* ===== site-theme-v65-footer-refine.css ===== */

/* v65: Footer refined as navigation + company information. Fixed sections above footer remain untouched. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    radial-gradient(circle at 12% 10%, rgba(117, 187, 173, .18), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(75, 114, 210, .13), transparent 28%),
    linear-gradient(180deg, #eef3ed 0%, #f7f2e7 72%, #f1eadc 100%)!important;
  border-top:1px solid rgba(21, 40, 52, .12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;
}

.footer-v62-inner{
  max-width:1280px!important;
  padding:52px 28px 26px!important;
}

.footer-v62-main{
  grid-template-columns:minmax(250px,.95fr) minmax(430px,1.45fr) minmax(150px,.55fr) minmax(300px,.95fr)!important;
  gap:34px!important;
}

.footer-v62-kicker{
  color:#2e6f68!important;
}

.footer-v62 h2,
.footer-v62 h3{
  color:#101827!important;
}

.footer-v62-brand p{
  color:#455366!important;
  max-width:330px!important;
}

.footer-v62-company{
  display:none!important;
}

.footer-v62-service-grid{
  display:grid!important;
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  gap:8px 24px!important;
}

.footer-v62-service-grid li{
  margin:0!important;
  padding:0!important;
}

.footer-v62-service-grid a{
  display:inline!important;
  width:auto!important;
  min-height:0!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#2a55c6!important;
  font-weight:800!important;
  line-height:1.65!important;
  text-decoration:none!important;
}

.footer-v62-service-grid a:hover,
.footer-v62-list a:hover{
  color:#163b98!important;
  text-decoration:underline!important;
}

.footer-v62-links .footer-v62-list{
  gap:8px!important;
}

.footer-v62-info{
  padding:0!important;
}

.footer-v65-company-info{
  gap:8px!important;
  color:#334155!important;
}

.footer-v65-company-info li{
  color:#334155!important;
}

.footer-v65-company-info strong{
  display:inline-block!important;
  color:#111827!important;
  font-weight:950!important;
}

.footer-v65-company-info a,
.footer-v62-list a{
  color:#2a55c6!important;
  text-decoration:none!important;
}

.footer-v62-bottom{
  margin-top:34px!important;
  border-top:1px solid rgba(24, 42, 56, .12)!important;
  color:#657084!important;
}

@media (max-width:1100px){
  .footer-v62-main{
    grid-template-columns:1fr 1fr!important;
  }
}

@media (max-width:760px){
  .footer-v62-inner{
    padding:38px 18px 24px!important;
  }
  .footer-v62-main{
    grid-template-columns:1fr!important;
  }
  .footer-v62-service-grid{
    grid-template-columns:1fr!important;
  }
}



/* ===== site-theme-v66-footer-company-info.css ===== */

/* v66: Footer company info + hidden admin links + stronger footer distinction. Fixed sections above footer remain untouched. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    radial-gradient(circle at 10% 0%, rgba(72, 122, 148, .20), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(214, 155, 82, .16), transparent 30%),
    linear-gradient(180deg, #e1ddd0 0%, #d6d9d2 48%, #cbd7d5 100%)!important;
  border-top:1px solid rgba(32, 48, 54, .20)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 -16px 42px rgba(27, 44, 52, .08)!important;
}

.footer-v62-inner{
  padding-top:50px!important;
}

.footer-v62-kicker{
  color:#236a64!important;
}

.footer-v62 h2,
.footer-v62 h3,
.footer-v62 h3 a.footer-v66-hidden-link{
  color:#111827!important;
}

.footer-v62-brand p,
.footer-v62-list,
.footer-v62-list li,
.footer-v65-company-info li{
  color:#344154!important;
}

.footer-v62-service-grid a,
.footer-v62-list a:not(.footer-v66-hidden-link){
  color:#244fb4!important;
}

.footer-v62-info{
  background:rgba(255,255,255,.32)!important;
  border:1px solid rgba(38, 55, 68, .10)!important;
  border-radius:22px!important;
  padding:22px 24px!important;
  box-shadow:0 18px 50px rgba(35, 49, 58, .09)!important;
}

.footer-v66-hidden-link,
.footer-v66-hidden-link:visited{
  color:#111827!important;
  text-decoration:none!important;
  cursor:pointer;
}

.footer-v66-hidden-link:hover{
  color:#111827!important;
  text-decoration:none!important;
}

.footer-v66-company-name{
  display:inline-block!important;
}

.footer-v66-company-name strong{
  color:#111827!important;
}

.footer-v66-appointment{
  margin-top:8px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg, rgba(255, 238, 197, .88), rgba(255, 248, 230, .72))!important;
  border:1px solid rgba(211, 145, 45, .26)!important;
  color:#61410f!important;
  font-weight:850!important;
  line-height:1.65!important;
}

.footer-v62-bottom{
  border-top:1px solid rgba(32, 48, 54, .16)!important;
  color:#5c6775!important;
}

@media (max-width:760px){
  .footer-v62-info{
    padding:18px!important;
  }
}



/* ===== site-theme-v67-footer-dark-unified.css ===== */

/* v67: Footer unified darker section, no separate company-info card. Fixed sections above footer remain untouched. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    radial-gradient(circle at 12% 0%, rgba(93, 202, 190, .16), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(78, 112, 215, .14), transparent 32%),
    linear-gradient(145deg, #0f1724 0%, #172433 48%, #203a3f 100%)!important;
  color:#eaf2f1!important;
  border-top:1px solid rgba(143, 237, 222, .28)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 -18px 48px rgba(15, 23, 36, .10)!important;
}

.footer-v62-inner{
  max-width:1280px!important;
  padding:50px 28px 26px!important;
}

.footer-v62-main{
  grid-template-columns:minmax(250px,.95fr) minmax(430px,1.45fr) minmax(150px,.55fr) minmax(310px,.95fr)!important;
  gap:34px!important;
}

.footer-v62-kicker{
  color:#9be3d6!important;
}

.footer-v62 h2,
.footer-v62 h3,
.footer-v62 h3 a.footer-v66-hidden-link{
  color:#f7fbff!important;
}

.footer-v62-brand p,
.footer-v62-list,
.footer-v62-list li,
.footer-v65-company-info li{
  color:rgba(236, 244, 245, .82)!important;
}

.footer-v62-brand p{
  max-width:340px!important;
}

.footer-v62-company span{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.13)!important;
  color:#eef7f7!important;
}

.footer-v62-service-grid{
  display:grid!important;
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  gap:8px 24px!important;
}

.footer-v62-service-grid li{
  margin:0!important;
  padding:0!important;
}

.footer-v62-service-grid a{
  display:inline!important;
  width:auto!important;
  min-height:0!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#d9e9ff!important;
  font-weight:800!important;
  line-height:1.68!important;
  text-decoration:none!important;
}

.footer-v62-list a:not(.footer-v66-hidden-link),
.footer-v65-company-info a:not(.footer-v66-hidden-link){
  color:#d9e9ff!important;
  text-decoration:none!important;
}

.footer-v62-service-grid a:hover,
.footer-v62-list a:hover{
  color:#ffffff!important;
  text-decoration:underline!important;
}

/* No separate background/block for company info. */
.footer-v62-info{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
}

.footer-v66-hidden-link,
.footer-v66-hidden-link:visited,
.footer-v66-company-name,
.footer-v66-company-name:visited,
.footer-v66-company-name strong{
  color:#f7fbff!important;
  text-decoration:none!important;
  cursor:pointer;
}

.footer-v66-hidden-link:hover,
.footer-v66-company-name:hover{
  color:#f7fbff!important;
  text-decoration:none!important;
}

.footer-v65-company-info{
  gap:8px!important;
}

.footer-v66-appointment{
  margin-top:9px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:rgba(255, 196, 86, .14)!important;
  border:1px solid rgba(255, 204, 102, .28)!important;
  color:#ffe7b0!important;
  font-weight:850!important;
  line-height:1.65!important;
}

.footer-v62-bottom{
  margin-top:34px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  color:rgba(236, 244, 245, .62)!important;
}

.footer-v62-bottom a{
  color:rgba(236, 244, 245, .78)!important;
  text-decoration:none!important;
}

.footer-v62-bottom a:hover{
  color:#ffffff!important;
  text-decoration:underline!important;
}

@media (max-width:1100px){
  .footer-v62-main{
    grid-template-columns:1fr 1fr!important;
  }
}

@media (max-width:760px){
  .footer-v62-inner{
    padding:38px 18px 24px!important;
  }
  .footer-v62-main{
    grid-template-columns:1fr!important;
  }
  .footer-v62-service-grid{
    grid-template-columns:1fr!important;
  }
}



/* ===== site-theme-v68-footer-vivid.css ===== */

/* v68: Footer more vivid, paired with dark hero; keeps all fixed sections above untouched. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    radial-gradient(circle at 8% -10%, rgba(0, 210, 190, .42), transparent 36%),
    radial-gradient(circle at 76% 0%, rgba(75, 124, 255, .38), transparent 35%),
    radial-gradient(circle at 104% 62%, rgba(255, 178, 72, .20), transparent 28%),
    linear-gradient(135deg, #081425 0%, #0b2335 38%, #0f4f57 72%, #12393e 100%)!important;
  color:#f4fbff!important;
  border-top:1px solid rgba(139, 244, 231, .42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 -20px 54px rgba(7, 20, 37, .16)!important;
  position:relative;
  overflow:hidden;
}

.footer-v62.site-footer::before,
.site-footer.footer-v62::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(255,255,255,.07) 18.2%, transparent 18.8%),
    linear-gradient(28deg, transparent 0 70%, rgba(139,244,231,.08) 70.2%, transparent 70.8%);
  opacity:.55;
}

.footer-v62-inner{
  position:relative;
  z-index:1;
}

.footer-v62-kicker{
  color:#8ff7e7!important;
  text-shadow:0 0 18px rgba(143,247,231,.22)!important;
}

.footer-v62 h2,
.footer-v62 h3,
.footer-v62 h3 a.footer-v66-hidden-link{
  color:#ffffff!important;
  text-shadow:0 8px 24px rgba(0,0,0,.22)!important;
}

.footer-v62-brand p,
.footer-v62-list,
.footer-v62-list li,
.footer-v65-company-info li{
  color:rgba(236, 249, 251, .88)!important;
}

.footer-v62-service-grid a,
.footer-v62-list a:not(.footer-v66-hidden-link),
.footer-v65-company-info a:not(.footer-v66-hidden-link){
  color:#bdeeff!important;
  text-decoration:none!important;
  font-weight:850!important;
}

.footer-v62-service-grid a:hover,
.footer-v62-list a:hover,
.footer-v65-company-info a:hover:not(.footer-v66-hidden-link){
  color:#ffffff!important;
  text-decoration:underline!important;
  text-underline-offset:4px;
}

.footer-v62-company span{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#f7ffff!important;
}

.footer-v66-hidden-link,
.footer-v66-hidden-link:visited,
.footer-v66-company-name,
.footer-v66-company-name:visited,
.footer-v66-company-name strong{
  color:#ffffff!important;
  text-decoration:none!important;
}

.footer-v66-hidden-link:hover,
.footer-v66-company-name:hover,
.footer-v66-company-name:hover strong{
  color:#ffffff!important;
  text-decoration:none!important;
}

.footer-v66-appointment{
  margin-top:10px!important;
  padding:11px 13px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg, rgba(255, 201, 85, .26), rgba(255, 127, 108, .18))!important;
  border:1px solid rgba(255, 221, 136, .45)!important;
  color:#fff2c8!important;
  font-weight:900!important;
  line-height:1.65!important;
  box-shadow:0 12px 28px rgba(0,0,0,.13)!important;
}

.footer-v62-bottom{
  border-top:1px solid rgba(255,255,255,.16)!important;
  color:rgba(237, 249, 251, .70)!important;
}

.footer-v62-bottom a{
  color:rgba(237, 249, 251, .84)!important;
}

.footer-v62-bottom a:hover{
  color:#ffffff!important;
}



/* ===== site-theme-v70-footer-vivid-readable.css ===== */

/* v70: Footer based on v68 vivid colors, slightly lighter with clearer jump-color typography. Only footer changes. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018) 44%, rgba(0,0,0,.08) 100%),
    radial-gradient(circle at 8% -10%, rgba(0, 224, 202, .46), transparent 36%),
    radial-gradient(circle at 74% 0%, rgba(77, 142, 255, .34), transparent 35%),
    radial-gradient(circle at 105% 60%, rgba(255, 174, 54, .24), transparent 30%),
    linear-gradient(135deg, #0a1728 0%, #0d2a3f 38%, #10707a 73%, #17484d 100%)!important;
  color:#ffffff!important;
  border-top:1px solid rgba(151, 255, 236, .50)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 -18px 46px rgba(9, 25, 42, .14)!important;
}

.footer-v62.site-footer::before,
.site-footer.footer-v62::before{
  background:
    linear-gradient(120deg, transparent 0 17%, rgba(255,255,255,.085) 17.2%, transparent 17.9%),
    linear-gradient(28deg, transparent 0 70%, rgba(255,213,115,.09) 70.2%, transparent 70.9%),
    radial-gradient(circle at 45% 120%, rgba(255,255,255,.075), transparent 42%)!important;
  opacity:.72!important;
}

.footer-v62-kicker{
  color:#a7fff0!important;
  letter-spacing:.16em!important;
  text-shadow:0 0 18px rgba(167,255,240,.34)!important;
}

.footer-v62 h2,
.footer-v62 h3,
.footer-v62 h3 a.footer-v66-hidden-link{
  color:#ffffff!important;
  text-shadow:0 10px 26px rgba(0,0,0,.26)!important;
}

.footer-v62 h3::after{
  content:"";
  display:block;
  width:32px;
  height:3px;
  margin-top:9px;
  border-radius:999px;
  background:linear-gradient(90deg,#a7fff0,#ffd36f,#ff9e88)!important;
  opacity:.95;
}

.footer-v62-brand p,
.footer-v62-list,
.footer-v62-list li,
.footer-v65-company-info li{
  color:#f3fbf6!important;
  text-shadow:0 1px 8px rgba(0,0,0,.20)!important;
}

.footer-v62-service-grid a,
.footer-v62-list a:not(.footer-v66-hidden-link),
.footer-v65-company-info a:not(.footer-v66-hidden-link){
  color:#ffe7a3!important;
  text-decoration:none!important;
  font-weight:850!important;
  text-shadow:0 1px 10px rgba(0,0,0,.20)!important;
}

.footer-v62-service-grid li:nth-child(3n+1) a{ color:#a7fff0!important; }
.footer-v62-service-grid li:nth-child(3n+2) a{ color:#ffe7a3!important; }
.footer-v62-service-grid li:nth-child(3n) a{ color:#ffc3ad!important; }

.footer-v62-service-grid a:hover,
.footer-v62-list a:hover,
.footer-v65-company-info a:hover:not(.footer-v66-hidden-link){
  color:#ffffff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.footer-v62-company span{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.22)!important;
  color:#ffffff!important;
}

.footer-v66-hidden-link,
.footer-v66-hidden-link:visited,
.footer-v66-company-name,
.footer-v66-company-name:visited,
.footer-v66-company-name strong{
  color:#ffffff!important;
  text-decoration:none!important;
  cursor:pointer;
}

.footer-v66-hidden-link:hover,
.footer-v66-company-name:hover,
.footer-v66-company-name:hover strong{
  color:#fff3c4!important;
  text-decoration:none!important;
}

.footer-v65-company-info li strong{
  color:#ffffff!important;
}

.footer-v65-company-info li:nth-child(2){
  color:#ffd36f!important;
  font-weight:850!important;
}

.footer-v65-company-info li:nth-child(3) a,
.footer-v65-company-info li:nth-child(4) a,
.footer-v65-company-info li:nth-child(5) a{
  color:#a7fff0!important;
}

.footer-v66-appointment{
  margin-top:10px!important;
  padding:11px 13px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg, rgba(255, 217, 112, .34), rgba(255, 145, 112, .26))!important;
  border:1px solid rgba(255, 229, 150, .60)!important;
  color:#fff7d6!important;
  font-weight:950!important;
  line-height:1.65!important;
  box-shadow:0 12px 26px rgba(0,0,0,.16)!important;
}

.footer-v62-bottom{
  border-top:1px solid rgba(255,255,255,.20)!important;
  color:rgba(247, 255, 252, .78)!important;
}

.footer-v62-bottom a{
  color:#ffe7a3!important;
}

.footer-v62-bottom a:hover{
  color:#ffffff!important;
}



/* ===== site-theme-v71-footer-readable-panels.css ===== */

/* v71: Footer readable panels. Keep v70/v68 vivid background direction, simplify typography colors, add subtle glass panels and text shadow. Footer only. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018) 46%, rgba(0,0,0,.09) 100%),
    radial-gradient(circle at 8% -10%, rgba(0, 224, 202, .46), transparent 36%),
    radial-gradient(circle at 74% 0%, rgba(77, 142, 255, .34), transparent 35%),
    radial-gradient(circle at 105% 60%, rgba(255, 174, 54, .24), transparent 30%),
    linear-gradient(135deg, #0a1728 0%, #0d2a3f 38%, #10707a 73%, #17484d 100%)!important;
  color:#f7fffb!important;
  border-top:1px solid rgba(151, 255, 236, .42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.17),
    0 -18px 46px rgba(9, 25, 42, .14)!important;
}

.footer-v62.site-footer::before,
.site-footer.footer-v62::before{
  background:
    linear-gradient(120deg, transparent 0 17%, rgba(255,255,255,.055) 17.2%, transparent 17.9%),
    linear-gradient(28deg, transparent 0 70%, rgba(255,213,115,.055) 70.2%, transparent 70.9%),
    radial-gradient(circle at 45% 120%, rgba(255,255,255,.045), transparent 42%)!important;
  opacity:.64!important;
}

/* Three information columns: not button-like, just clearer panels */
.footer-v62-services,
.footer-v62-links,
.footer-v62-info{
  position:relative;
  padding:18px 18px 17px!important;
  border-radius:20px!important;
  background:linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.048))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 34px rgba(0,0,0,.10)!important;
  overflow:hidden;
}

.footer-v62-services::before,
.footer-v62-links::before,
.footer-v62-info::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, transparent 0 54%, rgba(255,255,255,.055) 54.2%, transparent 55.2%),
    radial-gradient(circle at 12% 8%, rgba(167,255,240,.11), transparent 36%);
  opacity:.78;
}

.footer-v62-services > *,
.footer-v62-links > *,
.footer-v62-info > *{
  position:relative;
  z-index:1;
}

.footer-v62-kicker{
  color:#bafff2!important;
  letter-spacing:.16em!important;
  text-shadow:0 1px 3px rgba(0,0,0,.45), 0 0 14px rgba(167,255,240,.30)!important;
}

.footer-v62 h2,
.footer-v62 h3,
.footer-v62 h3 a.footer-v66-hidden-link{
  color:#ffffff!important;
  text-shadow:0 2px 8px rgba(0,0,0,.45)!important;
}

.footer-v62 h3::after{
  content:"";
  display:block;
  width:34px;
  height:3px;
  margin-top:9px;
  border-radius:999px;
  background:linear-gradient(90deg,#bafff2,#ffe39b)!important;
  opacity:.95;
  box-shadow:0 0 12px rgba(186,255,242,.20)!important;
}

.footer-v62-brand p,
.footer-v62-list,
.footer-v62-list li,
.footer-v65-company-info li{
  color:#edfdf7!important;
  text-shadow:0 1px 3px rgba(0,0,0,.40)!important;
}

.footer-v62-brand p{
  color:rgba(239,255,248,.90)!important;
}

.footer-v62-service-grid a,
.footer-v62-list a:not(.footer-v66-hidden-link),
.footer-v65-company-info a:not(.footer-v66-hidden-link){
  color:#fff3cf!important;
  text-decoration:none!important;
  font-weight:800!important;
  text-shadow:0 1px 3px rgba(0,0,0,.44)!important;
}

.footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-service-grid li:nth-child(3n) a{
  color:#fff3cf!important;
}

.footer-v62-service-grid a:hover,
.footer-v62-list a:hover,
.footer-v65-company-info a:hover:not(.footer-v66-hidden-link){
  color:#ffffff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.footer-v66-hidden-link,
.footer-v66-hidden-link:visited,
.footer-v66-company-name,
.footer-v66-company-name:visited,
.footer-v66-company-name strong{
  color:#ffffff!important;
  text-decoration:none!important;
  cursor:pointer;
  text-shadow:0 1px 3px rgba(0,0,0,.44)!important;
}

.footer-v66-hidden-link:hover,
.footer-v66-company-name:hover,
.footer-v66-company-name:hover strong{
  color:#fff0bd!important;
  text-decoration:none!important;
}

.footer-v65-company-info li strong{
  color:#ffffff!important;
}

.footer-v65-company-info li:nth-child(2){
  color:#ffe39b!important;
  font-weight:850!important;
}

.footer-v65-company-info li:nth-child(3) a,
.footer-v65-company-info li:nth-child(4) a,
.footer-v65-company-info li:nth-child(5) a{
  color:#fff3cf!important;
}

.footer-v66-appointment{
  margin-top:10px!important;
  padding:11px 13px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg, rgba(255, 222, 128, .36), rgba(255, 151, 106, .24))!important;
  border:1px solid rgba(255, 230, 158, .68)!important;
  color:#fff8dc!important;
  font-weight:950!important;
  line-height:1.65!important;
  box-shadow:0 10px 22px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.16)!important;
  text-shadow:0 1px 3px rgba(0,0,0,.42)!important;
}

.footer-v62-bottom{
  border-top:1px solid rgba(255,255,255,.20)!important;
  color:rgba(247,255,252,.80)!important;
  text-shadow:0 1px 3px rgba(0,0,0,.40)!important;
}

.footer-v62-bottom a{
  color:#fff0bd!important;
  text-shadow:0 1px 3px rgba(0,0,0,.40)!important;
}

.footer-v62-bottom a:hover{
  color:#ffffff!important;
}

@media (max-width: 760px){
  .footer-v62-services,
  .footer-v62-links,
  .footer-v62-info{
    padding:16px 16px!important;
  }
}



/* ===== site-theme-v72-footer-one-glass-clear.css ===== */

/* v72: Footer one unified glass panel + brighter clear typography. Footer only. */
.footer-v62.site-footer,
.site-footer.footer-v62{
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018) 46%, rgba(0,0,0,.09) 100%),
    radial-gradient(circle at 8% -10%, rgba(0, 224, 202, .46), transparent 36%),
    radial-gradient(circle at 74% 0%, rgba(77, 142, 255, .34), transparent 35%),
    radial-gradient(circle at 105% 60%, rgba(255, 174, 54, .24), transparent 30%),
    linear-gradient(135deg, #0a1728 0%, #0d2a3f 38%, #10707a 73%, #17484d 100%)!important;
  color:#f9fffd!important;
  border-top:1px solid rgba(151,255,236,.42)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.17), 0 -18px 46px rgba(9,25,42,.14)!important;
}

.footer-v62.site-footer::before,
.site-footer.footer-v62::before{
  background:
    linear-gradient(120deg, transparent 0 17%, rgba(255,255,255,.045) 17.2%, transparent 17.9%),
    linear-gradient(28deg, transparent 0 70%, rgba(255,255,255,.035) 70.2%, transparent 70.9%),
    radial-gradient(circle at 45% 120%, rgba(255,255,255,.038), transparent 42%)!important;
  opacity:.56!important;
}

.footer-v62-inner{max-width:1320px!important; padding:42px 28px 24px!important;}

/* One large glass panel instead of three separate panels */
.footer-v62-main{
  position:relative;
  grid-template-columns:minmax(250px,.92fr) minmax(460px,1.42fr) minmax(160px,.55fr) minmax(330px,.9fr)!important;
  gap:32px!important;
  padding:26px 28px 28px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg, rgba(255,255,255,.118), rgba(255,255,255,.052))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 22px 48px rgba(0,0,0,.13)!important;
  overflow:hidden;
}

.footer-v62-main::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.052) 46.2%, transparent 47.4%),
    linear-gradient(38deg, transparent 0 74%, rgba(148,255,239,.05) 74.2%, transparent 75%),
    radial-gradient(circle at 10% 2%, rgba(153,255,238,.13), transparent 36%),
    radial-gradient(circle at 90% 0%, rgba(165,204,255,.11), transparent 34%);
  opacity:.92;
}

.footer-v62-main > section{position:relative; z-index:1;}

/* Remove previous small panel styling */
.footer-v62-services,
.footer-v62-links,
.footer-v62-info{
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.footer-v62-services::before,
.footer-v62-links::before,
.footer-v62-info::before{display:none!important;}

.footer-v62-kicker{
  color:#c9fff8!important;
  letter-spacing:.19em!important;
  font-weight:650!important;
  text-shadow:0 1px 2px rgba(0,0,0,.34), 0 0 12px rgba(168,255,242,.18)!important;
}

.footer-v62 h2,
.footer-v62 h3,
.footer-v62 h3 a.footer-v66-hidden-link{
  color:#ffffff!important;
  font-weight:700!important;
  text-shadow:0 2px 6px rgba(0,0,0,.36)!important;
}

.footer-v62 h2{font-weight:760!important;}
.footer-v62 h3{font-size:18px!important; margin-bottom:17px!important;}
.footer-v62 h3::after{
  content:"";
  display:block;
  width:32px;
  height:2px;
  margin-top:9px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(190,255,246,.95), rgba(255,255,255,.72))!important;
  opacity:.9;
  box-shadow:0 0 10px rgba(186,255,242,.20)!important;
}

.footer-v62-brand p,
.footer-v62-list,
.footer-v62-list li,
.footer-v65-company-info li{
  color:rgba(246,255,253,.94)!important;
  font-weight:500!important;
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
}

.footer-v62-brand p{max-width:340px!important; line-height:1.85!important;}

.footer-v62-service-grid{gap:9px 26px!important;}
.footer-v62-service-grid a,
.footer-v62-list a:not(.footer-v66-hidden-link),
.footer-v65-company-info a:not(.footer-v66-hidden-link){
  color:#f7fffd!important;
  text-decoration:none!important;
  font-weight:520!important;
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
  letter-spacing:.015em!important;
}
.footer-v62-service-grid a:hover,
.footer-v62-list a:hover,
.footer-v65-company-info a:hover:not(.footer-v66-hidden-link){
  color:#ffffff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.footer-v66-hidden-link,
.footer-v66-hidden-link:visited,
.footer-v66-company-name,
.footer-v66-company-name:visited,
.footer-v66-company-name strong{
  color:#ffffff!important;
  text-decoration:none!important;
  cursor:pointer;
  font-weight:650!important;
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
}
.footer-v66-hidden-link:hover,
.footer-v66-company-name:hover,
.footer-v66-company-name:hover strong{
  color:#dffdfa!important;
  text-decoration:none!important;
}

.footer-v65-company-info li strong,
.footer-v65-company-info li:nth-child(2),
.footer-v65-company-info li:nth-child(3) a,
.footer-v65-company-info li:nth-child(4) a,
.footer-v65-company-info li:nth-child(5) a{
  color:#ffffff!important;
  font-weight:520!important;
}

.footer-v66-appointment{
  margin-top:12px!important;
  padding:11px 13px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.135)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:#ffffff!important;
  font-weight:600!important;
  line-height:1.65!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 10px 20px rgba(0,0,0,.12)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.46)!important;
}

.footer-v62-bottom{
  margin-top:24px!important;
  border-top:1px solid rgba(255,255,255,.22)!important;
  color:rgba(247,255,253,.82)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.38)!important;
}
.footer-v62-bottom a{color:#f8fffd!important; font-weight:500!important; text-shadow:0 1px 2px rgba(0,0,0,.38)!important;}
.footer-v62-bottom a:hover{color:#ffffff!important;}

@media (max-width: 980px){
  .footer-v62-main{padding:22px 20px!important;}
}
@media (max-width: 760px){
  .footer-v62-main{padding:20px 18px!important; border-radius:22px!important;}
}



/* ===== site-theme-v73-footer-final-tune.css ===== */

/* v73: Footer final tune - keep v72 background, fix appointment wrap, brighten service links only. Footer only. */

/* 服務項目：只調整服務項目文字，改亮、清楚、稍微鮮明；其他欄位文字不動 */
.footer-v62-service-grid a{
  color:#cffff7!important;
  font-weight:560!important;
  opacity:1!important;
  text-shadow:0 1px 2px rgba(0,0,0,.52), 0 0 12px rgba(116,255,238,.18)!important;
}
.footer-v62-service-grid li:nth-child(3n+1) a{color:#d8fff8!important;}
.footer-v62-service-grid li:nth-child(3n+2) a{color:#c7f8ff!important;}
.footer-v62-service-grid li:nth-child(3n) a{color:#e3f3ff!important;}
.footer-v62-service-grid a:hover{
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.56), 0 0 16px rgba(141,255,240,.32)!important;
}

/* 預約提醒：跟地址資訊寬度接近，LINE 後斷行，避免出框 */
.footer-v66-appointment{
  width:min(360px,100%)!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  line-height:1.7!important;
  padding:10px 13px!important;
}

/* 公司資訊欄避免內容撐出玻璃框 */
.footer-v62-info,
.footer-v65-company-info{
  min-width:0!important;
}
.footer-v65-company-info li{
  max-width:100%!important;
}

@media (max-width: 1100px){
  .footer-v66-appointment{width:100%!important;}
}



/* ===== site-theme-v74-footer-pages.css ===== */

/* v74: Footer final fixes + FAQ / Privacy content pages. Footer background unchanged. */

/* 服務項目：全部改白色，保留清楚的文字陰影，不用花色 */
.footer-v62-service-grid a,
.footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-service-grid li:nth-child(3n) a{
  color:#ffffff!important;
  font-weight:500!important;
  opacity:1!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 10px rgba(255,255,255,.10)!important;
}
.footer-v62-service-grid a:hover{
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.55), 0 0 15px rgba(255,255,255,.22)!important;
}

/* 公司資訊：預約提醒框完整收在欄位內，寬度接近地址欄，避免右側出框 */
.footer-v62-info{min-width:0!important;}
.footer-v65-company-info{min-width:0!important; max-width:100%!important;}
.footer-v65-company-info li{max-width:100%!important;}
.footer-v66-appointment{
  display:block!important;
  width:100%!important;
  max-width:310px!important;
  box-sizing:border-box!important;
  margin-top:10px!important;
  padding:10px 12px!important;
  border-radius:13px!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  line-height:1.62!important;
  background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.24)!important;
}
.footer-map-icon{
  display:inline-block;
  margin-left:6px;
  font-size:.95em;
  line-height:1;
  transform:translateY(1px);
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.28));
}

/* FAQ / Privacy pages */
.hl3c-info-page{
  background:
    radial-gradient(circle at 12% -10%, rgba(63,189,177,.16), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(76,120,255,.10), transparent 30%),
    linear-gradient(180deg,#f7f5ed 0%, #f2efe6 100%);
  padding:70px 22px 82px;
  color:#152033;
}
.hl3c-info-wrap{max-width:1120px; margin:0 auto;}
.hl3c-info-hero{
  margin-bottom:32px;
  padding:38px 42px;
  border-radius:30px;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(17,32,51,.08);
  box-shadow:0 22px 55px rgba(35,45,65,.10), inset 0 1px 0 rgba(255,255,255,.75);
}
.hl3c-info-kicker{
  display:block;
  margin-bottom:12px;
  font-size:13px;
  letter-spacing:.18em;
  font-weight:800;
  color:#34756f;
  text-transform:uppercase;
}
.hl3c-info-hero h1{
  margin:0;
  font-size:clamp(38px,4.5vw,68px);
  line-height:1.05;
  letter-spacing:-.055em;
  color:#111827;
}
.hl3c-info-hero p{
  max-width:820px;
  margin:18px 0 0;
  color:#4b5563;
  font-size:17px;
  line-height:1.9;
}
.hl3c-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.hl3c-info-card{
  padding:24px 26px;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(17,32,51,.08);
  box-shadow:0 15px 38px rgba(35,45,65,.08);
}
.hl3c-info-card h2{
  margin:0 0 12px;
  color:#111827;
  font-size:22px;
  line-height:1.45;
}
.hl3c-info-card p,
.hl3c-info-card li{
  color:#374151;
  line-height:1.85;
  font-size:16px;
}
.hl3c-info-card p{margin:0;}
.hl3c-info-card ul{margin:8px 0 0; padding-left:1.25em;}
.hl3c-info-note{
  margin-top:18px;
  padding:20px 24px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(14,165,157,.12), rgba(59,130,246,.10));
  border:1px solid rgba(14,116,144,.13);
  color:#223047;
  line-height:1.85;
}
.hl3c-info-note strong{color:#111827;}
.hl3c-info-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:24px;}
.hl3c-info-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}
.hl3c-info-actions a.secondary{
  background:rgba(255,255,255,.8);
  color:#111827;
  border:1px solid rgba(17,24,39,.12);
}

@media (max-width: 900px){
  .hl3c-info-grid{grid-template-columns:1fr;}
  .hl3c-info-hero{padding:30px 24px;}
}



/* ===== site-theme-v75-footer-notice-fit.css ===== */

/* v75: Footer notice fit fix. Keep v72/v74 background unchanged. Footer only. */

/* 給公司資訊欄多一點實際寬度，避免預約提醒被右側玻璃框裁切 */
.footer-v62-main{
  grid-template-columns:minmax(230px,.82fr) minmax(390px,1.15fr) minmax(140px,.45fr) minmax(420px,1.12fr)!important;
  gap:28px!important;
}

/* 大玻璃底不改色，但允許內容完整顯示，不被裁切 */
.footer-v62-main{
  overflow:visible!important;
}
.footer-v62-main::before{
  border-radius:28px!important;
}

/* 公司資訊欄與內部清單：不撐出欄位、不出框 */
.footer-v62-info,
.footer-v65-company-info,
.footer-v65-company-info li{
  min-width:0!important;
  max-width:100%!important;
}

/* 預約提醒：固定在公司資訊欄內，寬度接近地址行，完整玻璃底 */
.footer-v66-appointment{
  display:block!important;
  box-sizing:border-box!important;
  width:360px!important;
  max-width:100%!important;
  margin-top:12px!important;
  padding:11px 16px!important;
  border-radius:15px!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  line-height:1.72!important;
  background:rgba(255,255,255,.145)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 10px 20px rgba(0,0,0,.10)!important;
}

/* 服務項目文字維持全白，避免被舊版 nth-child 顏色覆蓋 */
.footer-v62-service-grid a,
.footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-service-grid li:nth-child(3n) a{
  color:#ffffff!important;
  font-weight:500!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 10px rgba(255,255,255,.12)!important;
}

@media (max-width: 1180px){
  .footer-v62-main{
    grid-template-columns:1fr 1.45fr!important;
  }
  .footer-v66-appointment{width:100%!important;}
}

@media (max-width: 760px){
  .footer-v62-main{grid-template-columns:1fr!important; overflow:hidden!important;}
  .footer-v66-appointment{width:100%!important;}
}



/* ===== site-theme-v76-footer-fit-about-sitemap.css ===== */

/* v76: Footer fit width + notice line break + about/sitemap support. Footer only. */

/* 保留 v72/v75 背景，不改色；只讓玻璃大底剛好包住內容，不留右側大片空白 */
.footer-v62-main{
  width:fit-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:230px 420px 145px 345px!important;
  gap:28px!important;
  padding:26px 28px 28px!important;
  overflow:hidden!important;
}

.footer-v62-info{width:345px!important; max-width:345px!important; min-width:0!important;}
.footer-v65-company-info{max-width:345px!important;}
.footer-v65-company-info li{max-width:345px!important;}

/* 預約提醒：在 LINE 前斷行，寬度貼近公司資訊欄，不再出框 */
.footer-v66-appointment{
  display:block!important;
  box-sizing:border-box!important;
  width:318px!important;
  max-width:100%!important;
  margin-top:12px!important;
  padding:10px 14px!important;
  border-radius:14px!important;
  line-height:1.7!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  background:rgba(255,255,255,.145)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 10px 20px rgba(0,0,0,.10)!important;
}

/* 地圖小圖示維持小巧，不影響地址行寬 */
.footer-map-icon{
  display:inline-block!important;
  margin-left:6px!important;
  font-size:.9em!important;
  vertical-align:.02em!important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.3));
}

/* 服務項目維持白色 */
.footer-v62-service-grid a,
.footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-service-grid li:nth-child(3n) a{
  color:#ffffff!important;
  font-weight:500!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 10px rgba(255,255,255,.12)!important;
}

/* 關於我們／網站地圖頁面補充樣式 */
.hl3c-info-wide-card{
  grid-column:1 / -1;
}
.hl3c-sitemap-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px 18px;
  margin:0;
  padding:0;
  list-style:none;
}
.hl3c-sitemap-list a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(17,24,39,.08);
  color:#1d4ed8;
  text-decoration:none;
  font-weight:700;
}
.hl3c-sitemap-list a:hover{
  background:#fff;
  transform:translateY(-1px);
}
.hl3c-info-card .hl3c-mini-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.hl3c-info-card .hl3c-mini-list span{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(30,107,255,.08);
  border:1px solid rgba(30,107,255,.14);
  color:#1f2937;
  font-weight:700;
}

@media (max-width: 1180px){
  .footer-v62-main{
    width:auto!important;
    grid-template-columns:1fr 1.45fr!important;
  }
  .footer-v62-info{width:auto!important; max-width:100%!important;}
  .footer-v66-appointment{width:100%!important;}
  .hl3c-sitemap-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width: 760px){
  .footer-v62-main{grid-template-columns:1fr!important; width:auto!important;}
  .footer-v62-info{width:auto!important; max-width:100%!important;}
  .footer-v66-appointment{width:100%!important;}
  .hl3c-sitemap-list{grid-template-columns:1fr;}
}



/* ===== site-theme-v77-footer-fit-map.css ===== */

/* v77: Footer fit to content + Google Maps icon + appointment notice tidy. Footer only. */

/* 背景色沿用 v72/v76，不改；只修正大玻璃底寬度與公司資訊欄 */
.footer-v62-inner{
  max-width:1360px!important;
  padding-left:28px!important;
  padding-right:28px!important;
}

.footer-v62-main{
  width:max-content!important;
  max-width:calc(100vw - 56px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:grid!important;
  grid-template-columns:230px 420px 150px 360px!important;
  gap:28px!important;
  padding:26px 28px 28px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

.footer-v62-info{
  width:360px!important;
  max-width:360px!important;
  min-width:0!important;
}
.footer-v65-company-info,
.footer-v65-company-info li{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

/* 地址＋地圖圖示：保持同一行，圖示小巧清楚 */
.footer-v65-company-info .footer-address-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  white-space:nowrap!important;
  max-width:100%!important;
  color:#ffffff!important;
  text-decoration:none!important;
}
.footer-map-icon-img{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  display:inline-block!important;
  vertical-align:middle!important;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.34));
}
.footer-map-icon{display:none!important;}

/* 預約提醒：寬度與地址行接近，玻璃底完整，不再超出 */
.footer-v66-appointment{
  display:block!important;
  box-sizing:border-box!important;
  width:345px!important;
  max-width:100%!important;
  margin-top:12px!important;
  padding:11px 14px!important;
  border-radius:15px!important;
  line-height:1.72!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  background:rgba(255,255,255,.145)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 10px 20px rgba(0,0,0,.10)!important;
}

/* 服務項目維持白色，不再被舊版顏色覆蓋 */
.footer-v62-service-grid a,
.footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-service-grid li:nth-child(3n) a{
  color:#ffffff!important;
  font-weight:500!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 10px rgba(255,255,255,.12)!important;
}

@media (max-width: 1240px){
  .footer-v62-main{
    width:auto!important;
    max-width:100%!important;
    grid-template-columns:1fr 1.45fr!important;
  }
  .footer-v62-info{width:auto!important; max-width:100%!important;}
  .footer-v66-appointment{width:100%!important;}
}

@media (max-width: 760px){
  .footer-v62-inner{padding-left:18px!important; padding-right:18px!important;}
  .footer-v62-main{grid-template-columns:1fr!important; width:auto!important; max-width:100%!important;}
  .footer-v62-info{width:auto!important; max-width:100%!important;}
  .footer-v65-company-info .footer-address-link{white-space:normal!important;}
  .footer-v66-appointment{width:100%!important;}
}



/* ===== site-theme-v78-footer-compact-fix.css ===== */

/* v78: Footer compact glass width fix + clear service text. Footer only. */

/* Keep approved footer background from v72/v77; only adjust layout width. */
.footer-v62-inner{
  max-width:1280px!important;
  padding-left:28px!important;
  padding-right:28px!important;
}

.footer-v62-main{
  width:max-content!important;
  max-width:calc(100vw - 56px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:grid!important;
  grid-template-columns:230px 390px 140px 306px!important;
  gap:26px!important;
  padding:26px 28px 28px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

.footer-v62-brand{width:230px!important; max-width:230px!important;}
.footer-v62-services{width:390px!important; max-width:390px!important;}
.footer-v62-links{width:140px!important; max-width:140px!important;}
.footer-v62-info{width:306px!important; max-width:306px!important; min-width:0!important;}

.footer-v65-company-info,
.footer-v65-company-info li{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

.footer-v65-company-info .footer-address-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  white-space:nowrap!important;
  max-width:100%!important;
  color:#ffffff!important;
  text-decoration:none!important;
}

.footer-map-icon-img{
  width:19px!important;
  height:19px!important;
  flex:0 0 19px!important;
  display:inline-block!important;
  vertical-align:middle!important;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.34));
}
.footer-map-icon{display:none!important;}

/* Appointment notice: same visual style, width capped to company column. */
.footer-v66-appointment{
  display:block!important;
  box-sizing:border-box!important;
  width:306px!important;
  max-width:306px!important;
  margin-top:12px!important;
  padding:10px 14px!important;
  border-radius:14px!important;
  line-height:1.72!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  background:rgba(255,255,255,.145)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 10px 20px rgba(0,0,0,.10)!important;
}

/* Force service items to stay simple white text. */
.footer-v62-service-grid a,
.footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-service-grid li:nth-child(3n) a{
  color:#ffffff!important;
  font-weight:500!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 10px rgba(255,255,255,.12)!important;
}

@media (max-width: 1180px){
  .footer-v62-inner{max-width:100%!important;}
  .footer-v62-main{
    width:auto!important;
    max-width:100%!important;
    grid-template-columns:1fr 1.45fr!important;
  }
  .footer-v62-brand,
  .footer-v62-services,
  .footer-v62-links,
  .footer-v62-info{width:auto!important; max-width:100%!important;}
  .footer-v66-appointment{width:100%!important; max-width:100%!important;}
}

@media (max-width: 760px){
  .footer-v62-inner{padding-left:18px!important; padding-right:18px!important;}
  .footer-v62-main{grid-template-columns:1fr!important; width:auto!important; max-width:100%!important;}
  .footer-v65-company-info .footer-address-link{white-space:normal!important;}
  .footer-v66-appointment{width:100%!important; max-width:100%!important;}
}



/* ===== site-theme-v79-footer-brand-pop.css ===== */

/* v79: Footer left brand intro color emphasis only. Overall layout unchanged. */

/* 只強化頁尾左半邊公司介紹，不改 Footer 背景與版面 */
.footer-v62-brand{
  position:relative!important;
  isolation:isolate!important;
}
.footer-v62-brand::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-22px;
  top:58px;
  width:260px;
  height:210px;
  border-radius:34px;
  background:
    radial-gradient(circle at 22% 24%, rgba(125,255,223,.20), transparent 42%),
    radial-gradient(circle at 72% 20%, rgba(129,173,255,.18), transparent 44%),
    radial-gradient(circle at 48% 82%, rgba(255,207,113,.14), transparent 48%);
  filter:blur(2px);
  opacity:.78;
  pointer-events:none;
}

.footer-v62-brand .footer-v62-kicker{
  color:#bffcf0!important;
  letter-spacing:.22em!important;
  text-shadow:0 0 14px rgba(130,255,231,.36), 0 1px 2px rgba(0,0,0,.36)!important;
}

.footer-v62-brand h2{
  color:transparent!important;
  background:linear-gradient(90deg,#ffffff 0%,#dffcff 28%,#bff5ff 48%,#fff1b8 72%,#ffffff 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  text-shadow:none!important;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.42)) drop-shadow(0 0 14px rgba(129,214,255,.18));
  font-weight:760!important;
}

.footer-v62-brand p{
  color:#f6fbff!important;
  font-weight:460!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 12px rgba(142,243,230,.12)!important;
}

.footer-v62-brand p::first-letter{
  color:#fff0a8!important;
}

@media (max-width: 760px){
  .footer-v62-brand::before{
    width:100%;
    left:0;
    top:48px;
  }
}



/* ===== site-theme-v80-footer-brand-vivid.css ===== */

/* v80: Footer left brand intro more vivid and lively only. No layout/background change. */

.footer-v62-brand{
  position:relative!important;
  isolation:isolate!important;
}

/* 彩色柔光再明顯一點，但不改 Footer 整體背景 */
.footer-v62-brand::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-28px!important;
  top:42px!important;
  width:286px!important;
  height:246px!important;
  border-radius:38px!important;
  background:
    radial-gradient(circle at 15% 18%, rgba(81,255,223,.40), transparent 38%),
    radial-gradient(circle at 78% 20%, rgba(106,159,255,.32), transparent 42%),
    radial-gradient(circle at 34% 78%, rgba(255,219,82,.28), transparent 44%),
    radial-gradient(circle at 88% 78%, rgba(255,111,175,.22), transparent 42%);
  filter:blur(1.5px)!important;
  opacity:.95!important;
  pointer-events:none!important;
}

/* 小型彩色飾線，讓左側活潑一點 */
.footer-v62-brand::after{
  content:"";
  position:absolute;
  left:0;
  top:120px;
  width:142px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#75ffe2 0%,#9ec5ff 38%,#fff06d 70%,#ff7ca8 100%);
  box-shadow:0 0 16px rgba(117,255,226,.36), 0 0 18px rgba(255,124,168,.20);
  opacity:.95;
  pointer-events:none;
}

.footer-v62-brand .footer-v62-kicker{
  color:#d4fff8!important;
  letter-spacing:.24em!important;
  text-shadow:
    0 0 10px rgba(128,255,232,.55),
    0 0 22px rgba(84,172,255,.25),
    0 1px 2px rgba(0,0,0,.38)!important;
}

.footer-v62-brand h2{
  color:transparent!important;
  background:
    linear-gradient(100deg,
      #ffffff 0%,
      #c8fff6 18%,
      #83dfff 40%,
      #ffe96d 66%,
      #ff9ab8 82%,
      #ffffff 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  text-shadow:none!important;
  filter:
    drop-shadow(0 2px 4px rgba(0,0,0,.45))
    drop-shadow(0 0 16px rgba(95,225,255,.28))
    drop-shadow(0 0 18px rgba(255,220,105,.16));
  font-weight:760!important;
}

.footer-v62-brand p{
  color:#ffffff!important;
  font-weight:470!important;
  text-shadow:
    0 1px 2px rgba(0,0,0,.58),
    0 0 12px rgba(120,255,230,.18)!important;
}

/* 介紹文中的重點字色做一點點跳色，不改文字內容 */
.footer-v62-brand p::first-letter{
  color:#fff176!important;
  text-shadow:0 0 12px rgba(255,225,100,.32), 0 1px 2px rgba(0,0,0,.42)!important;
}

@media (max-width: 760px){
  .footer-v62-brand::before{
    left:0!important;
    top:42px!important;
    width:100%!important;
    height:210px!important;
  }
  .footer-v62-brand::after{
    top:112px;
    width:120px;
  }
}



/* ===== site-theme-v81-footer-brand-logo-tune.css ===== */

/* v81: Footer left brand tune only. Keep approved footer layout/background. */

/* 彩色光暈縮小，只貼近文字，不形成一整塊按鈕感 */
.footer-v62-brand::before{
  left:-12px!important;
  top:86px!important;
  width:205px!important;
  height:118px!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 18% 28%, rgba(32,98,255,.28), transparent 36%),
    radial-gradient(circle at 38% 38%, rgba(255,46,46,.20), transparent 30%),
    radial-gradient(circle at 58% 50%, rgba(255,238,42,.22), transparent 34%),
    radial-gradient(circle at 78% 42%, rgba(35,255,0,.24), transparent 34%);
  filter:blur(10px)!important;
  opacity:.72!important;
  pointer-events:none!important;
}

.footer-v62-brand::after{
  top:128px!important;
  width:128px!important;
  height:4px!important;
  background:linear-gradient(90deg,#124bff 0%,#f10000 30%,#fff100 58%,#16e600 100%)!important;
  box-shadow:0 0 10px rgba(255,255,255,.18)!important;
  opacity:.82!important;
}

/* 英文標籤：HL3C 依 logo 藍、紅、黃、綠呈現，其餘英文維持清楚淡色 */
.footer-v62-brand .footer-v81-kicker{
  display:inline-block!important;
  color:#eaffff!important;
  letter-spacing:.18em!important;
  text-shadow:0 1px 2px rgba(0,0,0,.45), 0 0 10px rgba(255,255,255,.16)!important;
}
.footer-v81-kicker .hl3c-letter{
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-shadow:0 1px 1px rgba(255,255,255,.52), 0 1px 2px rgba(0,0,0,.55), 0 0 8px rgba(255,255,255,.18)!important;
}
.footer-v81-kicker .hl3c-h{color:#1756ff!important;}
.footer-v81-kicker .hl3c-l{color:#f10000!important;}
.footer-v81-kicker .hl3c-3{color:#fff200!important;}
.footer-v81-kicker .hl3c-c{color:#18f000!important;}
.footer-v81-kicker .hl3c-kicker-rest{
  color:#d9fff7!important;
  letter-spacing:.22em!important;
  font-weight:650!important;
}

/* 公司名稱保持醒目，但避免過度像按鈕 */
.footer-v62-brand h2{
  background:linear-gradient(100deg,#ffffff 0%,#d9fff8 34%,#ffffff 62%,#bfffea 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.45)) drop-shadow(0 0 10px rgba(95,225,255,.18))!important;
}

/* 下方介紹文字加大一號，其他欄位不動 */
.footer-v62-brand p{
  font-size:1.06em!important;
  line-height:1.9!important;
  color:#ffffff!important;
  font-weight:470!important;
  text-shadow:0 1px 2px rgba(0,0,0,.58), 0 0 9px rgba(120,255,230,.14)!important;
}
.footer-v62-brand p::first-letter{
  color:inherit!important;
  text-shadow:inherit!important;
}

@media (max-width:760px){
  .footer-v62-brand::before{
    left:-8px!important;
    top:82px!important;
    width:190px!important;
    height:112px!important;
  }
  .footer-v62-brand p{font-size:1.03em!important;}
}



/* ===== site-theme-v82-footer-brand-glow-space.css ===== */

/* v82: Footer left brand micro tune only. Keep all approved layout/background unchanged. */

/* HL3C 四色字加一點微光暈，特別強化 H 的辨識度 */
.footer-v81-kicker .hl3c-letter{
  text-shadow:
    0 1px 1px rgba(255,255,255,.72),
    0 1px 2px rgba(0,0,0,.58),
    0 0 7px rgba(255,255,255,.28),
    0 0 14px currentColor!important;
}
.footer-v81-kicker .hl3c-h{
  text-shadow:
    0 1px 1px rgba(255,255,255,.78),
    0 1px 2px rgba(0,0,0,.60),
    0 0 8px rgba(23,86,255,.72),
    0 0 16px rgba(23,86,255,.52)!important;
}
.footer-v81-kicker .hl3c-l{
  text-shadow:
    0 1px 1px rgba(255,255,255,.72),
    0 1px 2px rgba(0,0,0,.58),
    0 0 8px rgba(241,0,0,.58),
    0 0 15px rgba(241,0,0,.42)!important;
}
.footer-v81-kicker .hl3c-3{
  text-shadow:
    0 1px 1px rgba(255,255,255,.72),
    0 1px 2px rgba(0,0,0,.58),
    0 0 8px rgba(255,242,0,.62),
    0 0 15px rgba(255,242,0,.42)!important;
}
.footer-v81-kicker .hl3c-c{
  text-shadow:
    0 1px 1px rgba(255,255,255,.72),
    0 1px 2px rgba(0,0,0,.58),
    0 0 8px rgba(24,240,0,.62),
    0 0 15px rgba(24,240,0,.42)!important;
}

/* 「提供活動...」介紹文字往下多空一行；其他欄位不變 */
.footer-v62-brand p{
  margin-top:30px!important;
}

@media (max-width:760px){
  .footer-v62-brand p{margin-top:24px!important;}
}



/* ===== site-theme-v83-footer-hl3c-bigger.css ===== */

/* v83: Footer left brand only — make HL3C larger and more prominent. Keep all other layout/background unchanged. */
.footer-v81-kicker{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:0!important;
}
.footer-v81-kicker .hl3c-letter{
  font-size:1.28em!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  font-weight:900!important;
  transform:translateY(1px);
  text-shadow:
    0 1px 1px rgba(255,255,255,.86),
    0 2px 3px rgba(0,0,0,.58),
    0 0 9px rgba(255,255,255,.42),
    0 0 18px currentColor!important;
}
.footer-v81-kicker .hl3c-h{
  text-shadow:
    0 1px 1px rgba(255,255,255,.95),
    0 2px 3px rgba(0,0,0,.62),
    0 0 10px rgba(44,106,255,.90),
    0 0 22px rgba(44,106,255,.72),
    0 0 34px rgba(44,106,255,.36)!important;
}
.footer-v81-kicker .hl3c-l{
  text-shadow:
    0 1px 1px rgba(255,255,255,.88),
    0 2px 3px rgba(0,0,0,.60),
    0 0 10px rgba(255,55,55,.74),
    0 0 20px rgba(255,55,55,.48)!important;
}
.footer-v81-kicker .hl3c-3{
  text-shadow:
    0 1px 1px rgba(255,255,255,.88),
    0 2px 3px rgba(0,0,0,.60),
    0 0 10px rgba(255,246,65,.78),
    0 0 20px rgba(255,246,65,.52)!important;
}
.footer-v81-kicker .hl3c-c{
  text-shadow:
    0 1px 1px rgba(255,255,255,.88),
    0 2px 3px rgba(0,0,0,.60),
    0 0 10px rgba(70,255,78,.78),
    0 0 20px rgba(70,255,78,.52)!important;
}
.footer-v81-kicker .hl3c-kicker-rest{
  margin-left:.34em!important;
}

@media (max-width:760px){
  .footer-v81-kicker .hl3c-letter{font-size:1.18em!important;}
}



/* ===== site-theme-v84-footer-hl3c-stronger.css ===== */

/* v84: Footer brand fine tune only — larger HL3C, clearer H, and safer intro wrapping. */

/* Enlarge HL3C by about two steps, with crisp outline so the blue H is readable on teal footer. */
.footer-v81-kicker{
  align-items:center!important;
}
.footer-v81-kicker .hl3c-letter{
  position:relative!important;
  z-index:1!important;
  font-size:1.72em!important;
  line-height:.92!important;
  letter-spacing:.018em!important;
  font-weight:950!important;
  -webkit-text-stroke:.75px rgba(255,255,255,.92)!important;
  paint-order:stroke fill!important;
  text-shadow:
    0 1px 1px rgba(255,255,255,.85),
    0 2px 4px rgba(0,0,0,.70),
    0 0 12px rgba(255,255,255,.34),
    0 0 24px currentColor!important;
  filter:drop-shadow(0 0 6px rgba(255,255,255,.16));
}
.footer-v81-kicker .hl3c-h{
  color:#2366ff!important;
  -webkit-text-stroke:1px rgba(245,252,255,.98)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.98),
    0 2px 4px rgba(0,0,0,.78),
    0 0 6px rgba(255,255,255,.95),
    0 0 13px rgba(40,116,255,.98),
    0 0 26px rgba(40,116,255,.78),
    0 0 42px rgba(74,210,255,.42)!important;
}
.footer-v81-kicker .hl3c-l{
  color:#ff3333!important;
  -webkit-text-stroke:.85px rgba(255,255,255,.92)!important;
}
.footer-v81-kicker .hl3c-3{
  color:#fff032!important;
  -webkit-text-stroke:.85px rgba(70,70,20,.40)!important;
}
.footer-v81-kicker .hl3c-c{
  color:#72ff55!important;
  -webkit-text-stroke:.85px rgba(255,255,255,.88)!important;
}
.footer-v81-kicker .hl3c-kicker-rest{
  margin-left:.42em!important;
  transform:translateY(.02em);
}

/* Keep Chinese intro from breaking inside words; each span may wrap only after punctuation/chunk. */
.footer-v84-brand-desc{
  line-height:1.92!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
.footer-v84-brand-desc span{
  display:inline-block!important;
  white-space:nowrap!important;
}

@media (max-width:760px){
  .footer-v81-kicker .hl3c-letter{font-size:1.42em!important;}
  .footer-v84-brand-desc span{white-space:normal!important;}
}



/* ===== site-theme-v85-footer-hl3c-final-boost.css ===== */

/* v85: Footer brand only — strengthen HL3C visibility a little more. Keep all other layout/background unchanged. */

.footer-v81-kicker .hl3c-letter{
  font-size:1.92em!important;
  letter-spacing:.01em!important;
  -webkit-text-stroke:1.05px rgba(255,255,255,.96)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.96),
    0 2px 4px rgba(0,0,0,.78),
    0 0 8px rgba(255,255,255,.50),
    0 0 20px currentColor,
    0 0 34px currentColor!important;
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,.22))
    drop-shadow(0 0 10px rgba(255,255,255,.12));
}

/* Blue H gets the strongest outline + glow because it is the easiest to sink into the footer background. */
.footer-v81-kicker .hl3c-h{
  color:#2f7dff!important;
  -webkit-text-stroke:1.45px rgba(250,255,255,1)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,1),
    0 2px 4px rgba(0,0,0,.82),
    0 0 8px rgba(255,255,255,.95),
    0 0 14px rgba(68,145,255,1),
    0 0 28px rgba(68,145,255,.92),
    0 0 48px rgba(96,220,255,.54)!important;
}

.footer-v81-kicker .hl3c-l{
  color:#ff2f35!important;
  -webkit-text-stroke:1px rgba(255,255,255,.96)!important;
}
.footer-v81-kicker .hl3c-3{
  color:#fff23b!important;
  -webkit-text-stroke:1px rgba(45,45,20,.46)!important;
}
.footer-v81-kicker .hl3c-c{
  color:#73ff4a!important;
  -webkit-text-stroke:1px rgba(255,255,255,.92)!important;
}

.footer-v81-kicker .hl3c-kicker-rest{
  margin-left:.48em!important;
}

@media (max-width:760px){
  .footer-v81-kicker .hl3c-letter{font-size:1.56em!important;}
}



/* ===== site-theme-v86-footer-hl3c-crisp.css ===== */

/* v86: Footer brand only — keep v85 size but reduce glow for sharper HL3C contrast. Other layout/background unchanged. */
.footer-v81-kicker .hl3c-letter{
  font-size:1.92em!important;
  letter-spacing:.01em!important;
  font-weight:950!important;
  filter:none!important;
  -webkit-text-stroke:.8px rgba(255,255,255,.92)!important;
  paint-order:stroke fill!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.72),
    0 2px 3px rgba(0,0,0,.72),
    0 0 3px rgba(255,255,255,.26)!important;
}

.footer-v81-kicker .hl3c-h{
  color:#126BFF!important;
  -webkit-text-stroke:1.15px rgba(255,255,255,.98)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.85),
    0 2px 3px rgba(0,0,0,.82),
    0 0 4px rgba(36,112,255,.46)!important;
}
.footer-v81-kicker .hl3c-l{
  color:#FF3434!important;
  -webkit-text-stroke:.82px rgba(255,255,255,.90)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.62),
    0 2px 3px rgba(0,0,0,.72),
    0 0 3px rgba(255,52,52,.32)!important;
}
.footer-v81-kicker .hl3c-3{
  color:#FFF23D!important;
  -webkit-text-stroke:.72px rgba(35,35,15,.42)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.56),
    0 2px 3px rgba(0,0,0,.70),
    0 0 3px rgba(255,242,61,.30)!important;
}
.footer-v81-kicker .hl3c-c{
  color:#70F247!important;
  -webkit-text-stroke:.82px rgba(255,255,255,.86)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.58),
    0 2px 3px rgba(0,0,0,.72),
    0 0 3px rgba(112,242,71,.30)!important;
}

.footer-v81-kicker .hl3c-kicker-rest{
  margin-left:.48em!important;
}

@media (max-width:760px){
  .footer-v81-kicker .hl3c-letter{font-size:1.56em!important;}
}



/* ===== site-theme-v87-footer-service-subtle.css ===== */

/* v87: Footer service list subtle hierarchy only. Keep v86 brand, footer background, layout, customer/company info unchanged. */

/* 服務項目改成比較像導覽清單：略小、略細、但保持明亮可讀 */
.footer-v62-services .footer-v62-service-grid a,
.footer-v62-services .footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-services .footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-services .footer-v62-service-grid li:nth-child(3n) a{
  color:rgba(255,255,255,.94)!important;
  font-size:clamp(17px, .98vw, 21px)!important;
  font-weight:430!important;
  letter-spacing:.015em!important;
  line-height:1.58!important;
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
}

/* 服務項目每行間距略收，讓它更像清單，不跟左側品牌介紹搶主視覺 */
.footer-v62-services .footer-v62-service-grid{
  row-gap:10px!important;
  column-gap:28px!important;
}
.footer-v62-services .footer-v62-service-grid li{
  margin:0!important;
  padding:0!important;
}

/* 滑過仍清楚，但不做按鈕感 */
.footer-v62-services .footer-v62-service-grid a:hover{
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 7px rgba(255,255,255,.20)!important;
}

/* 其他欄位不跟著變淡：客戶服務與公司資訊維持原樣 */
.footer-v62-links a,
.footer-v62-info a,
.footer-v62-info li{
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
}

@media (max-width:760px){
  .footer-v62-services .footer-v62-service-grid a{
    font-size:17px!important;
    line-height:1.55!important;
  }
}



/* ===== site-theme-v88-footer-color-lines.css ===== */

/* v88: Footer heading underline color accents only. Keep approved layout/background/text unchanged. */

/* 預設線條：柔和藍綠漸層，不過亮 */
.footer-v62 h3::after{
  width:38px!important;
  height:2px!important;
  margin-top:9px!important;
  border-radius:999px!important;
  opacity:.95!important;
  background:linear-gradient(90deg,
    rgba(105,230,218,.96) 0%,
    rgba(139,173,255,.88) 58%,
    rgba(255,255,255,.56) 100%)!important;
  box-shadow:0 0 9px rgba(105,230,218,.18)!important;
}

/* 服務項目：呼應 HL3C 四色，但降低亮度，不搶畫面 */
.footer-v62-services h3::after{
  width:46px!important;
  background:linear-gradient(90deg,
    rgba(65,122,255,.92) 0%,
    rgba(255,86,86,.82) 32%,
    rgba(255,232,70,.82) 66%,
    rgba(109,239,103,.90) 100%)!important;
  box-shadow:0 0 10px rgba(255,232,70,.14)!important;
}

/* 客戶服務：低調青綠 */
.footer-v62-links h3::after{
  width:40px!important;
  background:linear-gradient(90deg,
    rgba(120,242,224,.90),
    rgba(196,255,238,.70))!important;
  box-shadow:0 0 10px rgba(120,242,224,.16)!important;
}

/* 公司資訊：淡金到青綠，與預約提醒呼應但不過亮 */
.footer-v62-info h3::after{
  width:42px!important;
  background:linear-gradient(90deg,
    rgba(255,218,111,.88),
    rgba(123,235,211,.78))!important;
  box-shadow:0 0 10px rgba(255,218,111,.14)!important;
}



/* ===== site-theme-v89-glass-nav.css ===== */

/* v89: Frosted glass navigation bar. Header only. Keep approved homepage sections unchanged. */

.site-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  min-height:72px!important;
  padding:0 5.4vw!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  background:rgba(248,250,252,.74)!important;
  -webkit-backdrop-filter:blur(18px) saturate(165%)!important;
  backdrop-filter:blur(18px) saturate(165%)!important;
  border-bottom:1px solid rgba(15,35,55,.10)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.55) inset!important;
  transition:background .28s ease, box-shadow .28s ease, border-color .28s ease, transform .28s ease!important;
}

body.site-nav-scrolled .site-header{
  background:rgba(255,255,255,.88)!important;
  border-bottom-color:rgba(15,35,55,.14)!important;
  box-shadow:
    0 14px 34px rgba(15,28,42,.14),
    0 1px 0 rgba(255,255,255,.74) inset!important;
}

.site-header .brand,
.site-header .brand:visited{
  color:#162334!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
  text-decoration:none!important;
  text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
}

.site-header .brand::first-letter{
  color:#3d6dff!important;
}

.top-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(18px,2.1vw,34px)!important;
}

.top-nav a,
.top-nav a:visited{
  position:relative!important;
  color:#223044!important;
  font-weight:850!important;
  letter-spacing:.025em!important;
  text-decoration:none!important;
  text-shadow:0 1px 0 rgba(255,255,255,.72)!important;
  transition:color .22s ease, transform .22s ease!important;
}

.top-nav a::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  right:50%!important;
  bottom:-9px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg, rgba(74,107,255,.82), rgba(42,190,175,.82))!important;
  box-shadow:0 0 12px rgba(42,190,175,.18)!important;
  transition:left .22s ease, right .22s ease, opacity .22s ease!important;
  opacity:0!important;
}

.top-nav a:hover{
  color:#0f1b2c!important;
  transform:translateY(-1px)!important;
}

.top-nav a:hover::after{
  left:8%!important;
  right:8%!important;
  opacity:1!important;
}

.nav-toggle{
  color:#1f2f45!important;
  background:rgba(255,255,255,.62)!important;
  border:1px solid rgba(15,35,55,.10)!important;
  border-radius:12px!important;
  box-shadow:0 8px 20px rgba(15,28,42,.08)!important;
}

@media (max-width: 980px){
  .site-header{
    min-height:66px!important;
    padding:0 18px!important;
  }
  .top-nav{
    background:rgba(255,255,255,.92)!important;
    -webkit-backdrop-filter:blur(18px) saturate(160%)!important;
    backdrop-filter:blur(18px) saturate(160%)!important;
    border:1px solid rgba(15,35,55,.12)!important;
    box-shadow:0 18px 42px rgba(15,28,42,.16)!important;
  }
  .top-nav a{color:#223044!important;}
}



/* ===== site-theme-v90-glass-nav-tune.css ===== */

/* v90: Glass nav tune. Header only. */

/* 品牌字樣：不要讓「譁」特別變色，整個品牌名稱維持一致黑色系 */
.site-header .brand,
.site-header .brand:visited{
  color:#111827!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
}
.site-header .brand::first-letter{
  color:inherit!important;
}

/* 選單文字稍微加大、維持深藍灰 */
.top-nav a,
.top-nav a:visited{
  color:#1f2937!important;
  font-size:16px!important;
  font-weight:850!important;
  letter-spacing:.025em!important;
}

/* hover 不要變深太多，只做輕微浮起與低調色彩線 */
.top-nav a:hover{
  color:#26384f!important;
  transform:translateY(-1px)!important;
}
.top-nav a::after{
  height:2px!important;
  bottom:-10px!important;
  background:linear-gradient(90deg, rgba(52,211,153,.55), rgba(96,165,250,.58))!important;
  box-shadow:0 0 8px rgba(96,165,250,.10)!important;
}
.top-nav a:hover::after{
  left:14%!important;
  right:14%!important;
  opacity:.85!important;
}

@media (max-width: 980px){
  .top-nav a,
  .top-nav a:visited{
    font-size:16px!important;
  }
}



/* ===== site-theme-v91-glass-nav-hover-light.css ===== */

/* v91: Header hover readable tune. Header only. Other sections unchanged. */

/* 覆蓋舊版可能留下的深色 pill hover，改成淡色玻璃感 */
.site-header .top-nav a,
.site-header .top-nav a:visited{
  color:#1f2937!important;
  font-size:16px!important;
  font-weight:850!important;
  background:transparent!important;
  border-radius:999px!important;
  padding:10px 13px!important;
  box-shadow:none!important;
}

.site-header .top-nav a:hover,
.site-header .top-nav a:focus-visible{
  color:#172033!important;
  background:rgba(255,255,255,.56)!important;
  box-shadow:
    0 8px 18px rgba(31,41,55,.08),
    inset 0 0 0 1px rgba(31,41,55,.06)!important;
  transform:translateY(-1px)!important;
}

.site-header .top-nav a::after{
  height:2px!important;
  bottom:2px!important;
  background:linear-gradient(90deg, rgba(52,211,153,.46), rgba(96,165,250,.48))!important;
  box-shadow:none!important;
}

.site-header .top-nav a:hover::after,
.site-header .top-nav a:focus-visible::after{
  left:22%!important;
  right:22%!important;
  opacity:.75!important;
}



/* ===== site-theme-v92-glass-nav-warm-hover.css ===== */

/* v92: Header hover warm frosted glass. Header only. Other sections unchanged. */

/* 只調整 hover 底色：改成淡暖黃霧面玻璃，不影響平常狀態 */
.site-header .top-nav a:hover,
.site-header .top-nav a:focus-visible{
  color:#172033!important;
  background:linear-gradient(135deg, rgba(255,248,218,.72), rgba(255,255,255,.50))!important;
  box-shadow:
    0 8px 18px rgba(75,85,99,.08),
    inset 0 0 0 1px rgba(217,180,84,.16)!important;
}

.site-header .top-nav a::after{
  background:linear-gradient(90deg, rgba(245,203,92,.48), rgba(52,211,153,.34), rgba(96,165,250,.30))!important;
  opacity:.58!important;
}

.site-header .top-nav a:hover::after,
.site-header .top-nav a:focus-visible::after{
  opacity:.72!important;
}



/* ===== site-theme-v93-glass-nav-bright-hover.css ===== */

/* v93: Header hover bright frosted glass. Header only. Other sections unchanged. */

/* 滑鼠移上去：改為亮色霧面玻璃感，不偏黃、不變深，保持文字可讀 */
.site-header .top-nav a:hover,
.site-header .top-nav a:focus-visible{
  color:#172033!important;
  background:linear-gradient(135deg, rgba(255,255,255,.82), rgba(236,250,255,.64))!important;
  box-shadow:
    0 9px 20px rgba(15,23,42,.08),
    inset 0 0 0 1px rgba(255,255,255,.72),
    inset 0 -10px 20px rgba(214,236,255,.20)!important;
  backdrop-filter:blur(14px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.08)!important;
  transform:translateY(-1px)!important;
}

.site-header .top-nav a::after{
  background:linear-gradient(90deg, rgba(125,211,252,.42), rgba(94,234,212,.36), rgba(255,255,255,.48))!important;
  opacity:.52!important;
}

.site-header .top-nav a:hover::after,
.site-header .top-nav a:focus-visible::after{
  opacity:.72!important;
}



/* ===== site-theme-v95-glass-nav-pink-hover.css ===== */

/* v95: Header hover bright pink frosted glass. Header only. Other sections unchanged. */

/* 滑鼠移上去：更明顯的亮粉紅色霧面玻璃感，文字仍保持深色可讀 */
.site-header .top-nav a:hover,
.site-header .top-nav a:focus-visible{
  color:#111827!important;
  background:linear-gradient(135deg, rgba(255,150,205,.92), rgba(255,215,235,.82) 56%, rgba(255,255,255,.68))!important;
  box-shadow:
    0 10px 22px rgba(15,23,42,.10),
    0 0 0 1px rgba(255,132,190,.42),
    inset 0 1px 0 rgba(255,255,255,.78),
    inset 0 -12px 20px rgba(255,120,185,.22)!important;
  backdrop-filter:blur(14px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.18)!important;
  transform:translateY(-1px)!important;
}

.site-header .top-nav a::after{
  background:linear-gradient(90deg, rgba(255,120,190,.72), rgba(255,190,220,.56), rgba(94,234,212,.32))!important;
  opacity:.64!important;
}

.site-header .top-nav a:hover::after,
.site-header .top-nav a:focus-visible::after{
  left:18%!important;
  right:18%!important;
  opacity:.88!important;
}



/* ===== site-theme-v113-subpages-unified.css ===== */

/* v113: Apply completed homepage visual language to non-home pages only.
   Scope: category / product / search / content pages. Homepage fixed sections are not touched. */

:root{
  --hl3c-page-bg:#eef2f1;
  --hl3c-page-ink:#101827;
  --hl3c-page-muted:#53606f;
  --hl3c-page-line:rgba(16,24,39,.10);
  --hl3c-mint:#69d4c8;
  --hl3c-blue:#5b7cff;
  --hl3c-pink:#f1749e;
  --hl3c-gold:#f3c85f;
  --hl3c-card:#ffffff;
  --hl3c-shadow:0 24px 70px rgba(17,24,39,.10);
  --hl3c-shadow-hover:0 30px 84px rgba(17,24,39,.15);
}

/* General non-home canvas */
.category-hero,
.category-hero-v2,
.cat-v4-hero,
.page-hero-v2,
.product-hero-v2,
.cases-v1-hero{
  position:relative!important;
  overflow:hidden!important;
  color:#fff!important;
  background:
    linear-gradient(180deg,rgba(7,12,22,.70),rgba(7,12,22,.78)),
    radial-gradient(circle at 16% 22%, rgba(105,212,200,.22), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(241,116,158,.16), transparent 30%),
    url('../img/banner.png') center/cover no-repeat!important;
}
.category-hero::before,
.category-hero-v2::before,
.cat-v4-hero::before,
.page-hero-v2::before,
.product-hero-v2::before,
.cases-v1-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(110deg,transparent 0 40%,rgba(255,255,255,.06) 40.2%,transparent 40.8% 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 42px);
  opacity:.48;
}
.category-hero > *,
.category-hero-v2 > *,
.cat-v4-hero > *,
.page-hero-v2 > *,
.product-hero-v2 > *,
.cases-v1-hero > *{position:relative;z-index:1}

.category-hero,
.category-hero-v2,
.cat-v4-hero,
.page-hero-v2,
.cases-v1-hero{padding:70px 7vw 58px!important}
.product-hero-v2{padding:70px 7vw 62px!important}

.category-hero h1,
.category-hero-v2 h1,
.cat-v4-hero h1,
.page-hero-text-v2 h1,
.product-info-v2 h1,
.cases-v1-hero h1{
  color:#fff!important;
  font-size:clamp(42px,5.4vw,76px)!important;
  line-height:1.03!important;
  letter-spacing:.02em!important;
  text-shadow:0 3px 22px rgba(0,0,0,.38)!important;
}
.category-hero p,
.category-hero-v2 p,
.cat-v4-hero p,
.page-hero-text-v2 p,
.product-summary-v2,
.cases-v1-hero p{
  color:rgba(255,255,255,.86)!important;
  font-size:clamp(17px,1.55vw,21px)!important;
  line-height:1.9!important;
  text-shadow:0 2px 10px rgba(0,0,0,.24)!important;
}
.eyebrow,
.section-eyebrow,
.product-cat-v2,
.sku-v2,
.cases-v1-hero span{
  color:#9ff4ea!important;
  letter-spacing:.22em!important;
  font-weight:800!important;
}

/* Body backgrounds */
.page-body-v2,
.product-detail-v2,
.cat-v4-layout,
.category-section,
.search-section,
.cases-v1-wrap,
.product-related-cases,
.section:not(.brand-v4-hero):not(.brand-v4-catalog):not(.brand-v4-scenarios):not(.brand-v4-featured):not(.brand-v4-trust):not(.brand-v4-cta){
  background:
    radial-gradient(circle at 12% 18%, rgba(105,212,200,.14), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(91,124,255,.11), transparent 30%),
    linear-gradient(135deg,#f8f5ed 0%,#eef4f2 52%,#edf2ff 100%)!important;
}

/* Main cards */
.product-gallery-v2,
.product-content-v2,
.product-spec-v2,
.product-note-v2,
.page-content-card-v2,
.page-side-card-v2,
.cat-v4-sidebar,
.cat-v4-bar,
.product-card,
.product-card-v2,
.category-card,
.case-card,
.cases-v1-card,
.product-related-case-card,
.card{
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-top:4px solid transparent!important;
  border-image:linear-gradient(90deg,var(--hl3c-mint),var(--hl3c-blue),var(--hl3c-gold),var(--hl3c-pink)) 1!important;
  border-radius:28px!important;
  box-shadow:var(--hl3c-shadow)!important;
  color:var(--hl3c-page-ink)!important;
  backdrop-filter:blur(10px)!important;
}
.product-card:hover,
.product-card-v2:hover,
.category-card:hover,
.case-card:hover,
.cases-v1-card:hover,
.product-related-case-card:hover,
.cat-v4-side-list a:hover{
  transform:translateY(-5px)!important;
  box-shadow:var(--hl3c-shadow-hover)!important;
}

/* Category/product grid images */
.product-card-img-wrap,
.product-card-image,
.category-product-image,
.product-related-case-img,
.cases-v1-img{
  background:linear-gradient(135deg,#eff6ff,#f7f1ff)!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.product-card-img-wrap img,
.product-card-image img,
.category-product-image img,
.product-card img,
.product-card-v2 img,
.product-related-case-img img,
.cases-v1-img img{
  filter:saturate(1.04) contrast(1.03)!important;
  transition:transform .28s ease, filter .28s ease!important;
}
.product-card:hover img,
.product-card-v2:hover img,
.category-card:hover img,
.cases-v1-card:hover img{transform:scale(1.035)!important}

.product-card-img-wrap span,
.product-badge-v2,
.product-admin-img span,
.product-card .badge,
.badge{
  background:linear-gradient(135deg,#25324a,#4568f0)!important;
  color:#fff!important;
  border-radius:999px!important;
  box-shadow:0 10px 24px rgba(69,104,240,.20)!important;
}

/* Product detail */
.product-main-img-v2{
  background:linear-gradient(135deg,#f8fafc,#eef4ff)!important;
  border-radius:24px!important;
  object-fit:contain!important;
}
.product-thumbs-v2 button{
  border:1px solid rgba(16,24,39,.12)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.86)!important;
}
.product-thumbs-v2 button:hover{border-color:rgba(91,124,255,.58)!important;box-shadow:0 12px 24px rgba(91,124,255,.16)!important}
.product-info-v2 .btn,
.product-cta-v2 .btn,
.category-search-v2 .btn,
.cat-v4-search .btn,
.search-box .btn,
.search-form .btn,
form[role="search"] .btn,
button.btn,
a.btn{
  border-radius:999px!important;
  background:linear-gradient(135deg,#25324a,#4568f0)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 32px rgba(37,50,74,.20)!important;
}
.product-info-v2 .btn:hover,
.product-cta-v2 .btn:hover,
a.btn:hover{transform:translateY(-2px)!important;filter:brightness(1.05)!important}
.product-note-v2{background:rgba(255,249,233,.86)!important;border-color:rgba(243,200,95,.35)!important}
.product-spec-v2 th,
.page-content-card-v2 th{
  background:rgba(37,50,74,.06)!important;
  color:#101827!important;
}
.product-spec-v2 th,
.product-spec-v2 td,
.page-content-card-v2 th,
.page-content-card-v2 td{border-color:rgba(16,24,39,.10)!important}

/* Text hierarchy */
.page-content-card-v2 h2,
.page-content-card-v2 h3,
.page-side-card-v2 h2,
.product-content-v2 h2,
.product-content-v2 h3,
.product-spec-v2 h2,
.cat-v4-bar h2,
.product-card-v2 h3,
.product-card h3,
.category-card h3,
.cases-v1-card h3{
  color:#101827!important;
  letter-spacing:.01em!important;
}
.page-content-card-v2 p,
.page-content-card-v2 li,
.page-side-card-v2 p,
.product-content-v2 p,
.product-content-v2 li,
.product-card-v2 p,
.product-card p,
.category-card p,
.cat-v4-bar p,
.product-note-v2,
.cases-v1-card p{
  color:var(--hl3c-page-muted)!important;
  line-height:1.85!important;
}

/* Search / filters */
.category-search-v2,
.cat-v4-search,
.search-box,
.search-form,
form[role="search"]{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(255,255,255,.75)!important;
  border-radius:24px!important;
  padding:10px!important;
  box-shadow:0 18px 42px rgba(17,24,39,.10)!important;
  backdrop-filter:blur(12px)!important;
}
.category-search-v2 input,
.cat-v4-search input,
.search-box input,
.search-form input,
form[role="search"] input,
input[type="search"],
input[type="text"],
select,
textarea{
  border:1px solid rgba(16,24,39,.10)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.92)!important;
  color:#101827!important;
  box-shadow:none!important;
}

/* Sidebar and category list */
.cat-v4-side-list a{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(16,24,39,.08)!important;
  border-radius:18px!important;
}
.cat-v4-side-list a.active,
.cat-v4-side-list a:hover{
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(238,245,255,.92))!important;
  border-color:rgba(91,124,255,.35)!important;
}
.cat-v4-side-list span{
  background:linear-gradient(135deg,#e7fbf7,#eef2ff)!important;
  color:#25324a!important;
}
.cat-v4-side-list small{color:#68758a!important}

/* Generic content pages: FAQ / About / Privacy / Sitemap */
.page-content-card-v2 ul,
.page-content-card-v2 ol{padding-left:1.4em!important}
.page-content-card-v2 a,
.page-side-card-v2 a{
  color:#3158d8!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(49,88,216,.22)!important;
}
.page-content-card-v2 a:hover,
.page-side-card-v2 a:hover{color:#0f766e!important;border-bottom-color:rgba(15,118,110,.35)!important}

/* Prevent homepage fixed sections from being unintentionally altered */
.brand-v4-hero,
.brand-v4-catalog,
.brand-v4-scenarios,
.brand-v4-featured,
.brand-v4-trust,
.brand-v4-cta,
.footer-v62,
.site-header{
  /* intentionally left to existing fixed versions */
}

@media(max-width:980px){
  .product-hero-v2,
  .cat-v4-hero,
  .page-hero-v2{grid-template-columns:1fr!important}
  .cat-v4-layout,
  .product-detail-v2,
  .page-body-v2{grid-template-columns:1fr!important}
  .cat-v4-sidebar,.page-side-card-v2{position:static!important}
}
@media(max-width:680px){
  .category-hero,
  .category-hero-v2,
  .cat-v4-hero,
  .page-hero-v2,
  .product-hero-v2,
  .cases-v1-hero{padding:52px 20px 42px!important}
  .category-search-v2,
  .cat-v4-search,
  .search-box,
  .search-form,
  form[role="search"]{display:block!important}
  .category-search-v2 .btn,
  .cat-v4-search .btn,
  .search-box .btn,
  .search-form .btn,
  form[role="search"] .btn{width:100%!important;margin-top:10px!important}
}



/* ===== site-theme-v116-category-no-js-fix.css ===== */

/* v115: Hard fix for category/search pages. Uses new class names to avoid old CSS conflicts. Homepage fixed sections are not touched. */

/* Keep the subpage hero from v113, but restore the content below with isolated classes */
.hl3c-v115-catalog-page,
.hl3c-v115-search-page{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:30px!important;
  align-items:start!important;
  width:100%!important;
  max-width:1500px!important;
  margin:0 auto!important;
  padding:38px 28px 76px!important;
  box-sizing:border-box!important;
  background:
    radial-gradient(circle at 12% 18%, rgba(105,212,200,.13), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(91,124,255,.10), transparent 30%),
    linear-gradient(135deg,#f8f5ed 0%,#eef4f2 52%,#edf2ff 100%)!important;
  color:#111827!important;
}
.hl3c-v115-search-page{
  display:block!important;
}

.hl3c-v115-sidebar{
  position:sticky!important;
  top:92px!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  padding:18px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(16,24,39,.10)!important;
  box-shadow:0 18px 44px rgba(17,24,39,.10)!important;
  box-sizing:border-box!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-sidebar-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 14px!important;}
.hl3c-v115-sidebar h2{
  margin:0!important;
  color:#172033!important;
  font-size:21px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  opacity:1!important;
}
.hl3c-v115-side-list{display:flex!important;flex-direction:column!important;gap:10px!important;}
.hl3c-v115-side-list a{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  min-height:50px!important;
  padding:8px 10px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(16,24,39,.10)!important;
  text-decoration:none!important;
  color:#172033!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-side-list a.active,
.hl3c-v115-side-list a:hover{
  background:linear-gradient(135deg,rgba(234,252,249,.96),rgba(235,242,255,.94))!important;
  border-color:rgba(47,133,126,.32)!important;
  box-shadow:0 10px 28px rgba(17,24,39,.08)!important;
}
.hl3c-v115-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:36px!important;
  height:36px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#e8fbf7,#eef2ff)!important;
  color:#245c5b!important;
  font-size:13px!important;
  font-weight:900!important;
  opacity:1!important;
}
.hl3c-v115-side-list strong{
  display:block!important;
  color:#1b273a!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.35!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.hl3c-v115-side-list small{
  color:#4b5563!important;
  font-size:13px!important;
  font-weight:800!important;
  opacity:1!important;
  visibility:visible!important;
}

.hl3c-v115-results{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-bar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 22px!important;
  padding:18px 22px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(16,24,39,.08)!important;
  box-shadow:0 16px 40px rgba(17,24,39,.08)!important;
  color:#111827!important;
}
.hl3c-v115-bar h2{color:#111827!important;margin:0 0 4px!important;font-size:28px!important;font-weight:950!important;}
.hl3c-v115-bar p{color:#53606f!important;margin:0!important;font-size:15px!important;}

.hl3c-v115-product-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  min-height:140px!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-search-page .hl3c-v115-product-grid,
.hl3c-v115-product-grid.search-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}

.hl3c-v115-product-card{
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-width:0!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(16,24,39,.09)!important;
  box-shadow:0 22px 56px rgba(17,24,39,.10)!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.hl3c-v115-product-card::before{
  content:"";display:block;height:4px;width:100%;
  background:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e);
}
.hl3c-v115-product-img{
  display:block!important;
  position:relative!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#eff6ff,#f7f1ff)!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-product-img img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  filter:saturate(1.04) contrast(1.03)!important;
}
.hl3c-v115-product-img span{
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#25324a,#4568f0)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
}
.hl3c-v115-product-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  gap:10px!important;
  padding:18px!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-product-body small{color:#64748b!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important;}
.hl3c-v115-product-body h3{margin:0!important;color:#111827!important;font-size:22px!important;line-height:1.35!important;font-weight:950!important;}
.hl3c-v115-product-body p{margin:0!important;color:#4b5563!important;line-height:1.7!important;font-size:15px!important;}
.hl3c-v115-spec{margin-top:auto!important;color:#2f4858!important;background:rgba(105,212,200,.10)!important;border:1px solid rgba(105,212,200,.22)!important;border-radius:14px!important;padding:8px 10px!important;font-size:13px!important;}
.hl3c-v115-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  margin-top:4px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#25324a,#4568f0)!important;
  color:#fff!important;
  text-decoration:none!important;
  border:0!important;
  box-shadow:0 14px 28px rgba(37,50,74,.20)!important;
  font-weight:800!important;
}
.hl3c-v115-btn.secondary{background:rgba(255,255,255,.9)!important;color:#25324a!important;border:1px solid rgba(16,24,39,.12)!important;box-shadow:none!important;}
.hl3c-v115-empty{padding:24px;border-radius:22px;background:rgba(255,255,255,.92);color:#111827;box-shadow:0 16px 40px rgba(17,24,39,.08);}

@media(max-width:1180px){
  .hl3c-v115-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .hl3c-v115-search-page .hl3c-v115-product-grid,.hl3c-v115-product-grid.search-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:980px){
  .hl3c-v115-catalog-page{grid-template-columns:1fr!important;padding:28px 18px 58px!important;}
  .hl3c-v115-sidebar{position:static!important;}
  .hl3c-v115-search-page .hl3c-v115-product-grid,.hl3c-v115-product-grid.search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  .hl3c-v115-product-grid,.hl3c-v115-search-page .hl3c-v115-product-grid,.hl3c-v115-product-grid.search-grid{grid-template-columns:1fr!important;}
  .hl3c-v115-bar{display:block!important;}
  .hl3c-v115-bar .hl3c-v115-btn{margin-top:14px!important;}
}


/* v116 extra: stop old sidebar/layout JS side effects from older cached CSS classes, and force visible category/search content. */
body.hl3c-v22-category .hl3c-v115-catalog-page,
.hl3c-v115-catalog-page{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:30px!important;
}
.hl3c-v115-results,
.hl3c-v115-product-grid,
.hl3c-v115-product-card,
.hl3c-v115-product-img,
.hl3c-v115-product-body{
  opacity:1!important;
  visibility:visible!important;
  position:relative!important;
  z-index:auto!important;
}
.hl3c-v115-product-grid{
  display:grid!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
.hl3c-v115-results{
  display:block!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  transform:none!important;
}
.hl3c-v115-sidebar *{
  opacity:1!important;
  visibility:visible!important;
}
/* v116: if browser still has previous JS-created v22/v28 classes from cached page states, neutralize their layout influence. */
.hl3c-v22-category-layout,
.hl3c-v22-category-content,
.hl3c-v22-product-grid,
.hl3c-v28-shell,
.hl3c-v28-content{
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
@media(max-width:980px){
  body.hl3c-v22-category .hl3c-v115-catalog-page,
  .hl3c-v115-catalog-page{grid-template-columns:1fr!important;}
}



/* ===== site-theme-v117-category-sidebar-fix.css ===== */

/* v115: Hard fix for category/search pages. Uses new class names to avoid old CSS conflicts. Homepage fixed sections are not touched. */

/* Keep the subpage hero from v113, but restore the content below with isolated classes */
.hl3c-v115-catalog-page,
.hl3c-v115-search-page{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:30px!important;
  align-items:start!important;
  width:100%!important;
  max-width:1500px!important;
  margin:0 auto!important;
  padding:38px 28px 76px!important;
  box-sizing:border-box!important;
  background:
    radial-gradient(circle at 12% 18%, rgba(105,212,200,.13), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(91,124,255,.10), transparent 30%),
    linear-gradient(135deg,#f8f5ed 0%,#eef4f2 52%,#edf2ff 100%)!important;
  color:#111827!important;
}
.hl3c-v115-search-page{
  display:block!important;
}

.hl3c-v115-sidebar{
  position:sticky!important;
  top:92px!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  padding:18px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(16,24,39,.10)!important;
  box-shadow:0 18px 44px rgba(17,24,39,.10)!important;
  box-sizing:border-box!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-sidebar-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 14px!important;}
.hl3c-v115-sidebar h2{
  margin:0!important;
  color:#172033!important;
  font-size:21px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  opacity:1!important;
}
.hl3c-v115-side-list{display:flex!important;flex-direction:column!important;gap:10px!important;}
.hl3c-v115-side-list a{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  min-height:50px!important;
  padding:8px 10px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(16,24,39,.10)!important;
  text-decoration:none!important;
  color:#172033!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-side-list a.active,
.hl3c-v115-side-list a:hover{
  background:linear-gradient(135deg,rgba(234,252,249,.96),rgba(235,242,255,.94))!important;
  border-color:rgba(47,133,126,.32)!important;
  box-shadow:0 10px 28px rgba(17,24,39,.08)!important;
}
.hl3c-v115-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:36px!important;
  height:36px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#e8fbf7,#eef2ff)!important;
  color:#245c5b!important;
  font-size:13px!important;
  font-weight:900!important;
  opacity:1!important;
}
.hl3c-v115-side-list strong{
  display:block!important;
  color:#1b273a!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.35!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.hl3c-v115-side-list small{
  color:#4b5563!important;
  font-size:13px!important;
  font-weight:800!important;
  opacity:1!important;
  visibility:visible!important;
}

.hl3c-v115-results{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-bar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 22px!important;
  padding:18px 22px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(16,24,39,.08)!important;
  box-shadow:0 16px 40px rgba(17,24,39,.08)!important;
  color:#111827!important;
}
.hl3c-v115-bar h2{color:#111827!important;margin:0 0 4px!important;font-size:28px!important;font-weight:950!important;}
.hl3c-v115-bar p{color:#53606f!important;margin:0!important;font-size:15px!important;}

.hl3c-v115-product-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  min-height:140px!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-search-page .hl3c-v115-product-grid,
.hl3c-v115-product-grid.search-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}

.hl3c-v115-product-card{
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-width:0!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(16,24,39,.09)!important;
  box-shadow:0 22px 56px rgba(17,24,39,.10)!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.hl3c-v115-product-card::before{
  content:"";display:block;height:4px;width:100%;
  background:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e);
}
.hl3c-v115-product-img{
  display:block!important;
  position:relative!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#eff6ff,#f7f1ff)!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-product-img img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  filter:saturate(1.04) contrast(1.03)!important;
}
.hl3c-v115-product-img span{
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#25324a,#4568f0)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
}
.hl3c-v115-product-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  gap:10px!important;
  padding:18px!important;
  color:#111827!important;
  opacity:1!important;
  visibility:visible!important;
}
.hl3c-v115-product-body small{color:#64748b!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important;}
.hl3c-v115-product-body h3{margin:0!important;color:#111827!important;font-size:22px!important;line-height:1.35!important;font-weight:950!important;}
.hl3c-v115-product-body p{margin:0!important;color:#4b5563!important;line-height:1.7!important;font-size:15px!important;}
.hl3c-v115-spec{margin-top:auto!important;color:#2f4858!important;background:rgba(105,212,200,.10)!important;border:1px solid rgba(105,212,200,.22)!important;border-radius:14px!important;padding:8px 10px!important;font-size:13px!important;}
.hl3c-v115-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  margin-top:4px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#25324a,#4568f0)!important;
  color:#fff!important;
  text-decoration:none!important;
  border:0!important;
  box-shadow:0 14px 28px rgba(37,50,74,.20)!important;
  font-weight:800!important;
}
.hl3c-v115-btn.secondary{background:rgba(255,255,255,.9)!important;color:#25324a!important;border:1px solid rgba(16,24,39,.12)!important;box-shadow:none!important;}
.hl3c-v115-empty{padding:24px;border-radius:22px;background:rgba(255,255,255,.92);color:#111827;box-shadow:0 16px 40px rgba(17,24,39,.08);}

@media(max-width:1180px){
  .hl3c-v115-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .hl3c-v115-search-page .hl3c-v115-product-grid,.hl3c-v115-product-grid.search-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:980px){
  .hl3c-v115-catalog-page{grid-template-columns:1fr!important;padding:28px 18px 58px!important;}
  .hl3c-v115-sidebar{position:static!important;}
  .hl3c-v115-search-page .hl3c-v115-product-grid,.hl3c-v115-product-grid.search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  .hl3c-v115-product-grid,.hl3c-v115-search-page .hl3c-v115-product-grid,.hl3c-v115-product-grid.search-grid{grid-template-columns:1fr!important;}
  .hl3c-v115-bar{display:block!important;}
  .hl3c-v115-bar .hl3c-v115-btn{margin-top:14px!important;}
}


/* v116 extra: stop old sidebar/layout JS side effects from older cached CSS classes, and force visible category/search content. */
body.hl3c-v22-category .hl3c-v115-catalog-page,
.hl3c-v115-catalog-page{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:30px!important;
}
.hl3c-v115-results,
.hl3c-v115-product-grid,
.hl3c-v115-product-card,
.hl3c-v115-product-img,
.hl3c-v115-product-body{
  opacity:1!important;
  visibility:visible!important;
  position:relative!important;
  z-index:auto!important;
}
.hl3c-v115-product-grid{
  display:grid!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
.hl3c-v115-results{
  display:block!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  transform:none!important;
}
.hl3c-v115-sidebar *{
  opacity:1!important;
  visibility:visible!important;
}
/* v116: if browser still has previous JS-created v22/v28 classes from cached page states, neutralize their layout influence. */
.hl3c-v22-category-layout,
.hl3c-v22-category-content,
.hl3c-v22-product-grid,
.hl3c-v28-shell,
.hl3c-v28-content{
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
@media(max-width:980px){
  body.hl3c-v22-category .hl3c-v115-catalog-page,
  .hl3c-v115-catalog-page{grid-template-columns:1fr!important;}
}


/* v117: category sidebar collapse + left aligned layout + keep position after switching category. */
.hl3c-v115-catalog-page{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:34px 38px 76px 0!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:28px!important;
}
.hl3c-v115-sidebar{
  border-radius:0 24px 24px 0!important;
  margin-left:0!important;
  padding:18px 16px!important;
  width:280px!important;
  box-shadow:14px 18px 44px rgba(17,24,39,.10)!important;
}
.hl3c-v115-results{
  padding-left:0!important;
  min-width:0!important;
}
.hl3c-v115-sidebar-head{
  gap:10px!important;
}
.hl3c-v117-collapse-btn{
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  border-radius:14px!important;
  border:1px solid rgba(16,24,39,.10)!important;
  background:rgba(255,255,255,.82)!important;
  color:#24324a!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 8px 20px rgba(17,24,39,.08)!important;
}
.hl3c-v117-collapse-btn:hover{
  background:rgba(239,247,255,.98)!important;
  transform:translateY(-1px)!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-catalog-page{
  grid-template-columns:64px minmax(0,1fr)!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar{
  width:64px!important;
  padding:14px 10px!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar h2,
body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list strong,
body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list small{
  display:none!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar-head{
  justify-content:center!important;
  margin-bottom:12px!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v117-collapse-btn{
  transform:rotate(180deg)!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list a{
  grid-template-columns:1fr!important;
  padding:8px!important;
  justify-items:center!important;
  min-height:46px!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-icon{
  width:38px!important;
  height:38px!important;
}
@media(max-width:980px){
  .hl3c-v115-catalog-page{padding:28px 18px 58px!important;grid-template-columns:1fr!important;}
  .hl3c-v115-sidebar{width:auto!important;border-radius:24px!important;position:static!important;}
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-catalog-page{grid-template-columns:1fr!important;}
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar{width:auto!important;}
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list{display:none!important;}
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar h2{display:block!important;}
}


/* v118: AJAX category transition state, right content only */
.hl3c-v115-catalog-page.hl3c-v118-loading .hl3c-v115-results{
  opacity:.58!important;
  transform:translateY(3px)!important;
  transition:opacity .16s ease, transform .16s ease!important;
  pointer-events:none!important;
}
.hl3c-v115-results{
  transition:opacity .18s ease, transform .18s ease!important;
}



/* ===== site-theme-v119-category-sidebar-compact.css ===== */

/* v119: compact text-style category sidebar + right-pane scroll behavior support. Homepage fixed sections are not touched. */

.hl3c-v115-catalog-page{
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:24px!important;
  padding:28px 34px 72px 0!important;
}
.hl3c-v115-sidebar{
  width:250px!important;
  padding:14px 12px!important;
  border-radius:0 20px 20px 0!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:10px 14px 34px rgba(17,24,39,.075)!important;
}
.hl3c-v115-sidebar-head{
  margin:0 0 8px!important;
  padding:0 2px 8px!important;
  border-bottom:1px solid rgba(16,24,39,.08)!important;
}
.hl3c-v115-sidebar h2{
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.hl3c-v117-collapse-btn{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border-radius:10px!important;
  font-size:20px!important;
  box-shadow:none!important;
}
.hl3c-v115-side-list{
  gap:2px!important;
}
.hl3c-v115-side-list a{
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:8px!important;
  min-height:36px!important;
  padding:5px 6px!important;
  border-radius:10px!important;
  background:transparent!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
}
.hl3c-v115-side-list a:hover{
  background:rgba(239,247,255,.75)!important;
  border-color:rgba(37,50,74,.08)!important;
  box-shadow:none!important;
  transform:none!important;
}
.hl3c-v115-side-list a.active{
  background:linear-gradient(135deg,rgba(228,251,247,.88),rgba(235,242,255,.82))!important;
  border-color:rgba(47,133,126,.22)!important;
  box-shadow:none!important;
}
.hl3c-v115-icon{
  width:30px!important;
  height:30px!important;
  border-radius:10px!important;
  font-size:12px!important;
}
.hl3c-v115-side-list strong{
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}
.hl3c-v115-side-list small{
  display:none!important;
}
.hl3c-v115-bar{
  scroll-margin-top:92px!important;
}
.hl3c-v115-results{
  scroll-margin-top:92px!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-catalog-page{
  grid-template-columns:56px minmax(0,1fr)!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar{
  width:56px!important;
  padding:12px 8px!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list a{
  min-height:38px!important;
  padding:4px!important;
}
body.hl3c-v117-sidebar-collapsed .hl3c-v115-icon{
  width:32px!important;
  height:32px!important;
}
@media(max-width:980px){
  .hl3c-v115-catalog-page{grid-template-columns:1fr!important;padding:24px 16px 58px!important;}
  .hl3c-v115-sidebar{width:auto!important;border-radius:20px!important;}
  .hl3c-v115-side-list a{grid-template-columns:34px minmax(0,1fr)!important;}
}



/* ===== site-theme-v120-category-sidebar-chinese.css ===== */

/* v120: Chinese-only category sidebar, larger text, softer distinct background. Homepage fixed sections are not touched. */

.hl3c-v115-catalog-page{
  grid-template-columns:268px minmax(0,1fr)!important;
  gap:26px!important;
  background:
    linear-gradient(90deg, rgba(219,232,225,.78) 0 286px, rgba(248,245,237,0) 286px 100%),
    radial-gradient(circle at 4% 8%, rgba(105,212,200,.14), transparent 26%)!important;
}

.hl3c-v115-sidebar{
  width:268px!important;
  padding:16px 14px 18px!important;
  border-radius:0 22px 22px 0!important;
  background:
    linear-gradient(180deg, rgba(229,239,234,.96), rgba(213,228,222,.94))!important;
  border:1px solid rgba(89,117,108,.18)!important;
  border-left:0!important;
  box-shadow:12px 18px 42px rgba(57,78,72,.10)!important;
}

.hl3c-v115-sidebar-head{
  padding:0 4px 10px!important;
  margin:0 0 10px!important;
  border-bottom:1px solid rgba(67,94,86,.14)!important;
}

.hl3c-v115-sidebar h2{
  color:#24342f!important;
  font-size:20px!important;
  font-weight:900!important;
}

.hl3c-v115-side-list{
  gap:3px!important;
}

.hl3c-v115-side-list a{
  display:block!important;
  grid-template-columns:none!important;
  min-height:0!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  background:transparent!important;
  border:1px solid transparent!important;
  color:#263b36!important;
}

.hl3c-v115-side-list a:hover{
  background:rgba(255,255,255,.46)!important;
  border-color:rgba(47,133,126,.18)!important;
}

.hl3c-v115-side-list a.active{
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(226,245,241,.88))!important;
  border-color:rgba(47,133,126,.28)!important;
  box-shadow:0 8px 18px rgba(47,85,78,.08)!important;
}

.hl3c-v115-side-list strong{
  display:block!important;
  color:#263b36!important;
  font-size:18px!important;
  font-weight:850!important;
  line-height:1.35!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
}

.hl3c-v115-icon,
.hl3c-v115-side-list small{
  display:none!important;
}

.hl3c-v117-collapse-btn{
  background:rgba(255,255,255,.72)!important;
  color:#25324a!important;
  border:1px solid rgba(67,94,86,.16)!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-catalog-page{
  grid-template-columns:54px minmax(0,1fr)!important;
  background:linear-gradient(90deg, rgba(219,232,225,.72) 0 64px, rgba(248,245,237,0) 64px 100%)!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar{
  width:54px!important;
  padding:12px 8px!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list,
body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar h2{
  display:none!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar-head{
  justify-content:center!important;
  border-bottom:0!important;
  margin:0!important;
  padding:0!important;
}

@media(max-width:980px){
  .hl3c-v115-catalog-page{
    grid-template-columns:1fr!important;
    background:linear-gradient(180deg, rgba(219,232,225,.78) 0 230px, rgba(248,245,237,0) 230px 100%)!important;
    padding:24px 16px 58px!important;
  }
  .hl3c-v115-sidebar{
    width:auto!important;
    border-radius:20px!important;
    border-left:1px solid rgba(89,117,108,.18)!important;
  }
  .hl3c-v115-side-list a{padding:9px 12px!important;}
  .hl3c-v115-side-list strong{font-size:18px!important;}
}



/* ===== site-theme-v121-category-sidebar-fit-hover.css ===== */

/* v121: Sidebar width tightened to Chinese label length + clearer hover light bar.
   Only affects category sidebar. Homepage and right product area are not touched. */

.hl3c-v115-catalog-page{
  grid-template-columns:224px minmax(0,1fr)!important;
  gap:22px!important;
  background:
    linear-gradient(90deg, rgba(218,231,225,.86) 0 238px, rgba(248,245,237,0) 238px 100%),
    radial-gradient(circle at 4% 8%, rgba(105,212,200,.16), transparent 26%)!important;
}

.hl3c-v115-sidebar{
  width:224px!important;
  padding:14px 10px 16px 12px!important;
  border-radius:0 22px 22px 0!important;
  background:linear-gradient(180deg, rgba(226,237,232,.98), rgba(211,226,219,.96))!important;
  border:1px solid rgba(75,104,95,.20)!important;
  border-left:0!important;
  box-shadow:10px 18px 38px rgba(55,76,70,.12)!important;
}

.hl3c-v115-sidebar-head{
  padding:0 4px 10px!important;
  margin:0 0 8px!important;
  border-bottom:1px solid rgba(67,94,86,.16)!important;
}

.hl3c-v115-sidebar h2{
  color:#23372f!important;
  font-size:20px!important;
  font-weight:900!important;
}

.hl3c-v115-side-list{
  gap:1px!important;
  align-items:flex-start!important;
}

.hl3c-v115-side-list a{
  position:relative!important;
  display:inline-flex!important;
  width:auto!important;
  max-width:100%!important;
  min-height:0!important;
  align-items:center!important;
  padding:7px 12px 7px 18px!important;
  border-radius:12px!important;
  background:transparent!important;
  border:1px solid transparent!important;
  color:#263b36!important;
  box-shadow:none!important;
}

.hl3c-v115-side-list a::before{
  content:""!important;
  position:absolute!important;
  left:6px!important;
  top:50%!important;
  width:4px!important;
  height:0!important;
  border-radius:999px!important;
  transform:translateY(-50%)!important;
  background:linear-gradient(180deg,#ff3f9b,#22d3ee)!important;
  box-shadow:0 0 0 rgba(255,63,155,0)!important;
  transition:height .18s ease, box-shadow .18s ease!important;
}

.hl3c-v115-side-list a:hover{
  background:rgba(255,255,255,.62)!important;
  border-color:rgba(255,63,155,.36)!important;
  color:#17221f!important;
  transform:none!important;
}

.hl3c-v115-side-list a:hover::before{
  height:70%!important;
  box-shadow:0 0 14px rgba(255,63,155,.46), 0 0 20px rgba(34,211,238,.28)!important;
}

.hl3c-v115-side-list a.active{
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(229,247,243,.88))!important;
  border-color:rgba(47,133,126,.28)!important;
  box-shadow:0 8px 18px rgba(47,85,78,.08)!important;
}

.hl3c-v115-side-list a.active::before{
  height:70%!important;
  background:linear-gradient(180deg,#14b8a6,#5b7cff)!important;
  box-shadow:0 0 12px rgba(20,184,166,.32)!important;
}

.hl3c-v115-side-list strong{
  display:block!important;
  color:#263b36!important;
  font-size:20px!important;
  font-weight:850!important;
  line-height:1.28!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}

.hl3c-v115-icon,
.hl3c-v115-side-list small{
  display:none!important;
}

.hl3c-v117-collapse-btn{
  background:rgba(255,255,255,.76)!important;
  color:#25324a!important;
  border:1px solid rgba(67,94,86,.18)!important;
  box-shadow:0 10px 24px rgba(48,68,62,.10)!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-catalog-page{
  grid-template-columns:54px minmax(0,1fr)!important;
  background:linear-gradient(90deg, rgba(219,232,225,.72) 0 64px, rgba(248,245,237,0) 64px 100%)!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar{
  width:54px!important;
  padding:12px 8px!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list,
body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar h2{
  display:none!important;
}

body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar-head{
  justify-content:center!important;
  border-bottom:0!important;
  margin:0!important;
  padding:0!important;
}

@media(max-width:980px){
  .hl3c-v115-catalog-page{
    grid-template-columns:1fr!important;
    background:linear-gradient(180deg, rgba(219,232,225,.78) 0 230px, rgba(248,245,237,0) 230px 100%)!important;
    padding:24px 16px 58px!important;
  }
  .hl3c-v115-sidebar{
    width:auto!important;
    border-radius:20px!important;
    border-left:1px solid rgba(89,117,108,.18)!important;
  }
  .hl3c-v115-side-list a{
    display:inline-flex!important;
    padding:8px 12px 8px 18px!important;
  }
  .hl3c-v115-side-list strong{font-size:20px!important;}
}



/* ===== site-theme-v122-product-thumb-contain.css ===== */

/* v122: Product card thumbnail containment fix.
   Only affects right-side product cards on category/search pages. */

.hl3c-v115-product-img{
  aspect-ratio:auto!important;
  height:clamp(190px, 18vw, 270px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px!important;
  box-sizing:border-box!important;
  background:linear-gradient(135deg,#f6faf9,#eef4ff)!important;
}

.hl3c-v115-product-img img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:16px!important;
  transform:none!important;
}

.hl3c-v115-product-card:hover .hl3c-v115-product-img img{
  transform:scale(1.015)!important;
}

.hl3c-v115-product-card{
  min-width:0!important;
}

.hl3c-v115-product-body{
  min-width:0!important;
}

@media(max-width:1180px){
  .hl3c-v115-product-img{height:230px!important;}
}

@media(max-width:680px){
  .hl3c-v115-product-img{height:210px!important;padding:10px!important;}
}



/* ===== site-theme-v128-inline-product.css ===== */

/* v128: Single-product category renders product detail inside the right catalog area.
   Only affects category.php right-side content. Homepage, sidebar style, and product.php are not touched. */

.hl3c-v115-bar p{
  display:none!important;
}

.hl3c-v128-product-detail{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.hl3c-v128-product-main{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;
  gap:24px!important;
  align-items:start!important;
}

.hl3c-v128-product-copy,
.hl3c-v128-product-side{
  min-width:0!important;
}

.hl3c-v128-product-copy{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(255,255,255,.74)!important;
  border-top:4px solid transparent!important;
  border-image:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e) 1!important;
  border-radius:28px!important;
  box-shadow:0 24px 70px rgba(17,24,39,.10)!important;
  padding:28px 30px 32px!important;
  color:#101827!important;
}

.hl3c-v128-product-sku{
  color:#667286!important;
  font-size:14px!important;
  font-weight:850!important;
  letter-spacing:.16em!important;
  margin-bottom:12px!important;
}

.hl3c-v128-product-copy h2{
  margin:0 0 12px!important;
  color:#101827!important;
  font-size:clamp(30px,3.2vw,52px)!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
}

.hl3c-v128-summary{
  margin:0 0 24px!important;
  color:#53606f!important;
  font-size:18px!important;
  line-height:1.8!important;
}

.hl3c-v128-info-card,
.hl3c-v128-spec-card{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(16,24,39,.08)!important;
  border-radius:22px!important;
  padding:22px 24px!important;
  box-shadow:0 14px 34px rgba(17,24,39,.06)!important;
}

.hl3c-v128-info-card h3,
.hl3c-v128-spec-card h3{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 16px!important;
  color:#8f3a2f!important;
  font-size:21px!important;
  font-weight:900!important;
}

.hl3c-v128-info-card h3::before,
.hl3c-v128-spec-card h3::before{
  content:""!important;
  width:11px!important;
  height:11px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#d5735f,#f3c85f)!important;
  box-shadow:0 0 0 6px rgba(213,115,95,.12)!important;
}

.hl3c-v128-description{
  color:#3f4a5a!important;
  font-size:17px!important;
  line-height:1.9!important;
}

.hl3c-v128-description p,
.hl3c-v128-description li,
.hl3c-v128-description div{
  color:#3f4a5a!important;
  line-height:1.9!important;
}

.hl3c-v128-product-side{
  display:grid!important;
  gap:18px!important;
}

.hl3c-v128-photo-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:260px!important;
  padding:18px!important;
  background:linear-gradient(135deg,#f8fafc,#eef4ff)!important;
  border:1px solid rgba(255,255,255,.78)!important;
  border-radius:26px!important;
  box-shadow:0 20px 54px rgba(17,24,39,.09)!important;
  overflow:hidden!important;
}

.hl3c-v128-photo-card img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:330px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:16px!important;
}

.hl3c-v128-spec-card{
  padding:24px!important;
}

.hl3c-v128-spec-list{
  display:grid!important;
  gap:0!important;
}

.hl3c-v128-spec-row{
  display:grid!important;
  grid-template-columns:110px minmax(0,1fr)!important;
  gap:16px!important;
  padding:13px 0!important;
  border-bottom:1px solid rgba(16,24,39,.08)!important;
  color:#3f4a5a!important;
  font-size:16px!important;
  line-height:1.7!important;
}

.hl3c-v128-spec-row:last-child{
  border-bottom:0!important;
}

.hl3c-v128-spec-row strong{
  color:#247066!important;
  font-weight:900!important;
}

.hl3c-v128-spec-row span{
  color:#3f4a5a!important;
}

@media(max-width:1180px){
  .hl3c-v128-product-main{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:680px){
  .hl3c-v128-product-copy{
    padding:22px 18px 24px!important;
    border-radius:22px!important;
  }
  .hl3c-v128-info-card,
  .hl3c-v128-spec-card{
    padding:18px!important;
  }
  .hl3c-v128-spec-row{
    grid-template-columns:1fr!important;
    gap:4px!important;
  }
}



/* ===== site-theme-v129-category-hero-random-bg.css ===== */

/* v129: Category hero uses the homepage dark banner but shifts the background crop by category.
   Only affects category page hero. Sidebar, product grid, inline product detail, and homepage are not touched. */

.cat-v4-hero{
  background:
    linear-gradient(180deg,rgba(7,12,22,.70),rgba(7,12,22,.78)),
    radial-gradient(circle at 16% 22%, rgba(105,212,200,.22), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(241,116,158,.16), transparent 30%),
    url('../img/banner.png') center var(--hl3c-cat-hero-y, 50%)/cover no-repeat!important;
}

.cat-v4-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(3,8,18,.20),rgba(3,8,18,.06),rgba(3,8,18,.28));
  opacity:.62;
  z-index:0;
}

.cat-v4-hero > *{
  position:relative!important;
  z-index:2!important;
}



/* ===== site-theme-v131-mobile-fix.css ===== */

/* v131: Mobile-only layout fixes.
   Desktop styles are untouched. This file only applies under 820px. */

@media (max-width: 820px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  body{
    background:#f3f5f2!important;
  }

  /* Top navigation: keep it hidden until hamburger is opened.
     When opened, make it a real white dropdown panel so it will not wash over the page content. */
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:3000!important;
    min-height:74px!important;
    padding:14px 18px!important;
    background:rgba(255,255,255,.96)!important;
    border-bottom:1px solid rgba(17,24,39,.08)!important;
    box-shadow:0 8px 26px rgba(17,24,39,.08)!important;
    backdrop-filter:blur(16px)!important;
  }

  .site-header .brand,
  .site-header > .brand{
    font-size:clamp(25px,7vw,34px)!important;
    line-height:1.15!important;
    color:#111827!important;
    white-space:nowrap!important;
    max-width:calc(100vw - 118px)!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .nav-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:56px!important;
    height:56px!important;
    border-radius:18px!important;
    border:1px solid rgba(17,24,39,.10)!important;
    background:rgba(255,255,255,.94)!important;
    color:#172033!important;
    box-shadow:0 12px 28px rgba(17,24,39,.10)!important;
    font-size:28px!important;
    line-height:1!important;
  }

  .top-nav{
    display:none!important;
  }

  body.nav-open .top-nav{
    display:flex!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:14px!important;
    right:14px!important;
    z-index:3100!important;
    flex-direction:column!important;
    gap:4px!important;
    padding:12px!important;
    max-height:calc(100dvh - 104px)!important;
    overflow:auto!important;
    border-radius:22px!important;
    border:1px solid rgba(17,24,39,.10)!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 24px 70px rgba(17,24,39,.22)!important;
    backdrop-filter:blur(18px)!important;
  }

  body.nav-open .top-nav a{
    display:block!important;
    width:100%!important;
    padding:14px 16px!important;
    border-radius:16px!important;
    color:#172033!important;
    background:transparent!important;
    font-size:18px!important;
    font-weight:850!important;
    line-height:1.25!important;
    text-align:left!important;
    border-bottom:0!important;
  }

  body.nav-open .top-nav a:hover,
  body.nav-open .top-nav a:active{
    background:linear-gradient(135deg,rgba(255,63,155,.12),rgba(34,211,238,.11))!important;
    color:#0f172a!important;
  }

  main{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  /* Homepage hero: keep the fixed design, but make it readable and not blocked on mobile. */
  .brand-v4-hero{
    min-height:auto!important;
    padding:48px 18px 42px!important;
    overflow:hidden!important;
  }

  .brand-v4-hero-inner,
  .brand-v4-hero .brand-v4-hero-inner{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
    padding:0!important;
  }

  .brand-v4-hero h1{
    font-size:clamp(36px,11vw,58px)!important;
    line-height:1.12!important;
    letter-spacing:.02em!important;
  }

  .brand-v4-hero p,
  .brand-v4-hero-copy p{
    font-size:17px!important;
    line-height:1.9!important;
  }

  .brand-v4-device-row,
  .brand-v4-hero-collage,
  .brand-v4-hero-visual{
    max-width:100%!important;
    overflow:hidden!important;
  }

  /* Generic section spacing on mobile. */
  .brand-v4-catalog,
  .brand-v4-scenarios,
  .brand-v4-featured,
  .brand-v4-trust,
  .brand-v4-cta,
  .footer-v62,
  .section{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  /* Category pages: convert desktop left sidebar into a compact horizontal strip.
     It stays inside the page flow and will not cover the catalog or hero. */
  .cat-v4-hero{
    padding:42px 18px 38px!important;
    display:block!important;
  }

  .cat-v4-hero h1{
    font-size:clamp(38px,12vw,60px)!important;
    line-height:1.08!important;
  }

  .cat-v4-hero p{
    font-size:16px!important;
    line-height:1.75!important;
  }

  .cat-v4-search{
    margin-top:20px!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:8px!important;
  }

  .cat-v4-search input{
    min-width:0!important;
    height:46px!important;
  }

  .cat-v4-search .btn{
    height:46px!important;
    padding:0 16px!important;
  }

  .hl3c-v115-catalog-page,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-catalog-page{
    display:block!important;
    grid-template-columns:1fr!important;
    padding:16px 14px 46px!important;
    background:
      linear-gradient(180deg,rgba(219,232,225,.72) 0 174px,rgba(248,245,237,0) 174px 100%),
      radial-gradient(circle at 8% 5%,rgba(105,212,200,.13),transparent 28%)!important;
  }

  .hl3c-v115-sidebar,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 16px!important;
    padding:12px!important;
    border-radius:20px!important;
    border:1px solid rgba(75,104,95,.18)!important;
    background:linear-gradient(180deg,rgba(226,237,232,.98),rgba(214,229,222,.96))!important;
    box-shadow:0 12px 28px rgba(55,76,70,.10)!important;
  }

  .hl3c-v115-sidebar-head,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar-head{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    padding:0 2px 8px!important;
    margin:0 0 8px!important;
    border-bottom:1px solid rgba(67,94,86,.15)!important;
  }

  .hl3c-v115-sidebar h2,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar h2{
    display:block!important;
    font-size:18px!important;
    color:#23372f!important;
  }

  .hl3c-v117-collapse-btn{
    display:none!important;
  }

  .hl3c-v115-side-list,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 2px 8px!important;
    scrollbar-width:thin!important;
  }

  .hl3c-v115-side-list a,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list a{
    display:inline-flex!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
    min-height:38px!important;
    padding:8px 13px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.68)!important;
    border:1px solid rgba(67,94,86,.16)!important;
    box-shadow:none!important;
    transform:none!important;
  }

  .hl3c-v115-side-list a::before{
    display:none!important;
  }

  .hl3c-v115-side-list a.active{
    background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(229,247,243,.92))!important;
    border-color:rgba(20,184,166,.38)!important;
    box-shadow:0 6px 16px rgba(47,85,78,.10)!important;
  }

  .hl3c-v115-side-list strong,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list strong{
    display:block!important;
    font-size:16px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }

  .hl3c-v115-results{
    width:100%!important;
    max-width:100%!important;
  }

  .hl3c-v115-bar{
    border-radius:20px!important;
    padding:18px!important;
    display:block!important;
  }

  .hl3c-v115-bar h2{
    font-size:26px!important;
    line-height:1.22!important;
  }

  .hl3c-v115-product-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .hl3c-v115-product-card{
    border-radius:22px!important;
    overflow:hidden!important;
  }

  .hl3c-v115-product-img{
    height:220px!important;
  }

  .hl3c-v128-inline-product{
    padding:18px!important;
    border-radius:22px!important;
  }

  /* Product pages: keep the restored desktop frame, stack content on mobile. */
  .product-v11-page,
  .product-v11-hero,
  .product-v11-content{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  .product-v11-hero-inner{
    display:block!important;
    width:100%!important;
    padding:24px 18px!important;
  }

  .product-v11-title{
    font-size:clamp(32px,10vw,52px)!important;
    line-height:1.12!important;
  }

  .product-v11-visual{
    margin-top:22px!important;
  }

  .product-v11-photo-card img,
  .product-v11-photo-card{
    max-width:100%!important;
  }

  .product-v15-guide-grid,
  .product-v14-related-products-grid{
    grid-template-columns:1fr!important;
  }

  /* General content/search pages */
  .page-body-v2,
  .product-detail-v2,
  .cases-v1-wrap{
    display:block!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .cat-v3-product-grid,
  .product-grid,
  .category-grid,
  .case-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width: 420px){
  .site-header{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .site-header .brand,
  .site-header > .brand{
    font-size:28px!important;
  }
  .nav-toggle{
    width:52px!important;
    height:52px!important;
  }
  .brand-v4-hero h1,
  .cat-v4-hero h1{
    font-size:40px!important;
  }
  .hl3c-v115-side-list strong{
    font-size:15px!important;
  }
  .hl3c-v115-product-img{
    height:205px!important;
  }
}



/* ===== site-theme-v133-mobile-compact-backtop.css ===== */

/* v133: Mobile homepage compact mode + global back-to-top button.
   Desktop page layout is intentionally untouched except for the small back-to-top button. */

/* Back to top: all pages */
.hl3c-backtop{
  position:fixed!important;
  right:22px!important;
  bottom:28px!important;
  z-index:5200!important;
  width:48px!important;
  height:48px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:linear-gradient(135deg,rgba(37,50,74,.96),rgba(69,104,240,.92))!important;
  color:#fff!important;
  box-shadow:0 16px 36px rgba(15,23,42,.26)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(10px) scale(.96)!important;
  transition:opacity .18s ease, transform .18s ease, filter .18s ease!important;
  backdrop-filter:blur(12px)!important;
}
.hl3c-backtop:hover{filter:brightness(1.08)!important;transform:translateY(6px) scale(1)!important;}
body.hl3c-backtop-visible .hl3c-backtop{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}

@media (max-width:820px){
  /* Keep the floating button above the mobile browser bottom toolbar. */
  .hl3c-backtop{
    right:16px!important;
    bottom:calc(84px + env(safe-area-inset-bottom, 0px))!important;
    width:46px!important;
    height:46px!important;
    font-size:21px!important;
    box-shadow:0 12px 28px rgba(15,23,42,.24)!important;
  }

  /* Homepage compact reading mode: reduce vertical length without changing desktop. */
  .brand-v4-hero{
    padding-top:34px!important;
    padding-bottom:30px!important;
  }
  .brand-v4-hero h1{
    font-size:clamp(32px,10vw,48px)!important;
    line-height:1.08!important;
    margin-bottom:12px!important;
  }
  .brand-v4-hero p,
  .brand-v4-hero-copy p{
    font-size:15.5px!important;
    line-height:1.72!important;
    margin-top:10px!important;
    margin-bottom:10px!important;
  }
  .brand-v4-search{
    margin-top:14px!important;
    margin-bottom:10px!important;
  }
  .brand-v4-actions{
    gap:8px!important;
    margin-top:10px!important;
  }

  .brand-v4-section,
  .brand-v4-catalog,
  .brand-v4-scenarios,
  .brand-v4-featured,
  .brand-v4-trust,
  .brand-v4-cta{
    padding-top:28px!important;
    padding-bottom:30px!important;
  }

  .brand-v4-section-head{
    margin-bottom:14px!important;
    gap:10px!important;
  }
  .brand-v4-section-head h2{
    font-size:clamp(24px,7.4vw,34px)!important;
    line-height:1.15!important;
    margin-bottom:6px!important;
  }
  .brand-v4-section-head p{
    font-size:15px!important;
    line-height:1.65!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  /* Cards become horizontal swipe rows on mobile to reduce long vertical scrolling. */
  .brand-v4-catalog-grid,
  .brand-v4-scenario-grid,
  .brand-v4-product-grid,
  .brand-v4-trust-grid{
    display:flex!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:12px!important;
    padding:4px 2px 14px!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .brand-v4-catalog-grid::-webkit-scrollbar,
  .brand-v4-scenario-grid::-webkit-scrollbar,
  .brand-v4-product-grid::-webkit-scrollbar,
  .brand-v4-trust-grid::-webkit-scrollbar{height:6px!important;}
  .brand-v4-catalog-grid::-webkit-scrollbar-thumb,
  .brand-v4-scenario-grid::-webkit-scrollbar-thumb,
  .brand-v4-product-grid::-webkit-scrollbar-thumb,
  .brand-v4-trust-grid::-webkit-scrollbar-thumb{
    background:rgba(37,50,74,.22)!important;
    border-radius:999px!important;
  }

  .brand-v4-catalog-card,
  .brand-v4-scenario-card,
  .brand-v4-product-card,
  .brand-v4-trust-grid > *,
  .brand-v4-trust-card .brand-v4-trust-grid > *{
    flex:0 0 min(78vw, 318px)!important;
    width:min(78vw, 318px)!important;
    min-width:min(78vw, 318px)!important;
    scroll-snap-align:start!important;
  }

  .brand-v4-catalog-card,
  .brand-v4-scenario-card,
  .brand-v4-product-card{
    padding:16px!important;
    border-radius:22px!important;
  }
  .brand-v4-scenario-card p,
  .brand-v4-product-body p,
  .brand-v4-catalog-card p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    line-height:1.55!important;
  }
  .brand-v4-cat-photo,
  .brand-v4-product-img{
    max-height:170px!important;
    overflow:hidden!important;
  }

  /* Trust/why block and CTA: keep, but tighter. */
  .brand-v4-trust-card{
    padding:20px 16px!important;
    border-radius:24px!important;
  }
  .brand-v4-trust-card h2,
  .brand-v4-cta h2{
    font-size:clamp(24px,7vw,34px)!important;
    line-height:1.18!important;
  }
  .brand-v4-cta p{
    font-size:15px!important;
    line-height:1.65!important;
  }

  /* Footer/contact mobile spacing also slightly tightened, but content stays visible. */
  .footer-v62,
  .footer-v62-main,
  .footer-v62-bottom{
    padding-top:22px!important;
    padding-bottom:22px!important;
  }
}



/* ===== site-theme-v135-line-icon-only.css ===== */

/* v135: restore original mobile footer by not using v134 footer overrides.
   Only handles LINE floating icon placement. Desktop layouts are not changed. */

.hl3c-global-line-float,
.hl3c-line-float{
  position:fixed!important;
  right:22px!important;
  bottom:88px!important;
  z-index:5250!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  padding:0!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  background:#06C755!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 16px 34px rgba(6,199,85,.28),0 10px 24px rgba(15,23,42,.16)!important;
  backdrop-filter:blur(12px)!important;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease!important;
}
.hl3c-global-line-float:hover,
.hl3c-line-float:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.04)!important;
  box-shadow:0 18px 40px rgba(6,199,85,.34),0 12px 26px rgba(15,23,42,.18)!important;
}
.hl3c-global-line-float svg,
.hl3c-line-float svg{
  width:31px!important;
  height:31px!important;
  display:block!important;
  flex:0 0 auto!important;
}
.hl3c-global-line-icon,
.hl3c-global-line-text{
  display:none!important;
}

/* Desktop: keep back-to-top below LINE. */
.hl3c-backtop{
  bottom:28px!important;
}

@media(max-width:820px){
  .hl3c-global-line-float,
  .hl3c-line-float{
    right:14px!important;
    bottom:calc(86px + env(safe-area-inset-bottom, 0px))!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
  }
  .hl3c-global-line-float svg,
  .hl3c-line-float svg{
    width:29px!important;
    height:29px!important;
  }

  /* Back-to-top stays above LINE to avoid overlap. */
  .hl3c-backtop{
    right:14px!important;
    bottom:calc(140px + env(safe-area-inset-bottom, 0px))!important;
    width:42px!important;
    height:42px!important;
    font-size:20px!important;
  }
}



/* ===== site-theme-v136-line-icon-balance.css ===== */

/* v136: Balance LINE floating icon size and visual weight.
   Only adjusts floating LINE button and its spacing with back-to-top. */

.hl3c-global-line-float,
.hl3c-line-float{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  padding:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(6,199,85,.42)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.16),0 8px 20px rgba(6,199,85,.14)!important;
}

.hl3c-global-line-float:hover,
.hl3c-line-float:hover{
  transform:translateY(-2px)!important;
  filter:none!important;
  background:#fff!important;
  box-shadow:0 16px 34px rgba(15,23,42,.18),0 10px 24px rgba(6,199,85,.18)!important;
}

.hl3c-global-line-float svg,
.hl3c-line-float svg{
  width:31px!important;
  height:31px!important;
  display:block!important;
  border-radius:12px!important;
}

/* Keep the back-to-top and LINE buttons visually aligned. */
.hl3c-backtop{
  right:22px!important;
}

@media(max-width:820px){
  .hl3c-global-line-float,
  .hl3c-line-float{
    right:14px!important;
    bottom:calc(86px + env(safe-area-inset-bottom, 0px))!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    background:rgba(255,255,255,.94)!important;
    border:1px solid rgba(6,199,85,.42)!important;
    box-shadow:0 10px 24px rgba(15,23,42,.14),0 7px 18px rgba(6,199,85,.13)!important;
  }

  .hl3c-global-line-float svg,
  .hl3c-line-float svg{
    width:28px!important;
    height:28px!important;
  }

  .hl3c-backtop{
    right:14px!important;
    bottom:calc(138px + env(safe-area-inset-bottom, 0px))!important;
    width:42px!important;
    height:42px!important;
  }
}



/* ===== site-theme-v137-line-icon-unified.css ===== */

/* v137: Unified LINE floating icon using supplied LINE logo.
   Match back-to-top button size on desktop and mobile. Only floating buttons are affected. */

.hl3c-global-line-float,
.hl3c-line-float{
  position:fixed!important;
  right:22px!important;
  bottom:88px!important;
  z-index:5250!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  background:transparent!important;
  box-shadow:0 14px 30px rgba(15,23,42,.18),0 8px 18px rgba(6,199,85,.18)!important;
  overflow:visible!important;
  backdrop-filter:none!important;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease!important;
}

.hl3c-global-line-float:hover,
.hl3c-line-float:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.04)!important;
  background:transparent!important;
  box-shadow:0 18px 36px rgba(15,23,42,.20),0 10px 22px rgba(6,199,85,.22)!important;
}

.hl3c-global-line-float svg,
.hl3c-line-float svg{
  display:none!important;
}

.hl3c-global-line-float img,
.hl3c-line-float img,
.hl3c-global-line-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  border-radius:999px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
}

.hl3c-global-line-text,
.hl3c-global-line-icon{
  display:none!important;
}

/* Keep back-to-top and LINE visually same size on desktop. */
.hl3c-backtop{
  right:22px!important;
  bottom:28px!important;
  width:48px!important;
  height:48px!important;
}

@media(max-width:820px){
  .hl3c-global-line-float,
  .hl3c-line-float{
    right:16px!important;
    bottom:calc(84px + env(safe-area-inset-bottom, 0px))!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    box-shadow:0 12px 26px rgba(15,23,42,.16),0 7px 18px rgba(6,199,85,.18)!important;
  }

  .hl3c-backtop{
    right:16px!important;
    bottom:calc(140px + env(safe-area-inset-bottom, 0px))!important;
    width:46px!important;
    height:46px!important;
    font-size:21px!important;
  }
}



/* ===== site-theme-v138-seo-architecture.css ===== */

/* v138: SEO landing page architecture. Keep existing homepage/category/product layouts intact. */
.hl3c-seo-hero{
  margin:0;
  padding:clamp(58px,7vw,96px) 7vw clamp(44px,5vw,72px);
  color:#fff;
  background:
    linear-gradient(180deg,rgba(7,12,22,.74),rgba(7,12,22,.82)),
    radial-gradient(circle at 16% 22%, rgba(105,212,200,.22), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(241,116,158,.16), transparent 30%),
    url('../img/banner.png') center/cover no-repeat;
  position:relative;
  overflow:hidden;
}
.hl3c-seo-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 42px);
  opacity:.42;
}
.hl3c-seo-hero>*{position:relative;z-index:1;max-width:980px}
.hl3c-seo-hero span{display:inline-block;color:#9ff4ea;letter-spacing:.22em;font-size:13px;font-weight:900;margin-bottom:14px;text-transform:uppercase}
.hl3c-seo-hero h1{margin:0;color:#fff;font-size:clamp(42px,5vw,76px);line-height:1.05;letter-spacing:.02em;text-shadow:0 3px 22px rgba(0,0,0,.38)}
.hl3c-seo-hero p{margin:20px 0 0;color:rgba(255,255,255,.86);font-size:clamp(17px,1.4vw,21px);line-height:1.9}
.hl3c-seo-grid-wrap,.hl3c-seo-page{
  background:radial-gradient(circle at 12% 18%, rgba(105,212,200,.14), transparent 28%),linear-gradient(135deg,#f8f5ed 0%,#eef4f2 52%,#edf2ff 100%);
}
.hl3c-seo-grid-wrap{padding:54px 7vw 82px}
.hl3c-seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1280px;margin:auto}
.hl3c-seo-card{
  display:block;padding:28px;border-radius:28px;text-decoration:none;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);border-top:4px solid transparent;border-image:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e) 1;box-shadow:0 24px 70px rgba(17,24,39,.10);color:#101827;transition:transform .2s ease,box-shadow .2s ease;
}
.hl3c-seo-card:hover{transform:translateY(-5px);box-shadow:0 30px 84px rgba(17,24,39,.15)}
.hl3c-seo-card span{font-size:12px;font-weight:900;color:#0f766e;letter-spacing:.14em;text-transform:uppercase}
.hl3c-seo-card h2{margin:12px 0 10px;font-size:24px;line-height:1.25;color:#101827}
.hl3c-seo-card p{margin:0;color:#53606f;line-height:1.8}
.hl3c-seo-page{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding:54px 7vw 84px}
.hl3c-seo-main,.hl3c-seo-side{min-width:0}
.hl3c-seo-block,.hl3c-seo-side{background:rgba(255,255,255,.9);border:1px solid rgba(16,24,39,.08);border-radius:26px;box-shadow:0 18px 52px rgba(17,24,39,.08)}
.hl3c-seo-block{padding:30px;margin-bottom:22px}
.hl3c-seo-block h2,.hl3c-seo-side h2{margin:0 0 16px;color:#101827;font-size:25px}
.hl3c-seo-block p,.hl3c-seo-block li,.hl3c-seo-block details{color:#53606f;line-height:1.9;font-size:16px}
.hl3c-seo-block ul{margin:0;padding-left:1.3em}
.hl3c-seo-block details{border-top:1px solid rgba(16,24,39,.08);padding:14px 0}
.hl3c-seo-block details:first-of-type{border-top:0}
.hl3c-seo-block summary{cursor:pointer;font-weight:850;color:#101827}
.hl3c-seo-side{position:sticky;top:96px;align-self:start;padding:24px}
.hl3c-seo-link{display:block;margin:10px 0;padding:13px 16px;border-radius:16px;background:linear-gradient(135deg,rgba(228,251,247,.88),rgba(235,242,255,.82));color:#25324a;text-decoration:none;font-weight:850;border:1px solid rgba(47,133,126,.14)}
.hl3c-seo-link:hover{border-color:rgba(91,124,255,.34);color:#0f766e}
@media(max-width:980px){
  .hl3c-seo-grid{grid-template-columns:1fr}
  .hl3c-seo-page{grid-template-columns:1fr;padding:36px 18px 64px}
  .hl3c-seo-side{position:static}
  .hl3c-seo-grid-wrap{padding:34px 18px 64px}
}



/* ===== site-theme-v139-seo-landing-sitemap.css ===== */

/* v139: visitor sitemap + SEO landing pages inspired by the old city service page. */
.hl3c-seo-service-index-hero,
.hl3c-sitemap-hero,
.hl3c-landing-hero{
  position:relative; overflow:hidden;
  margin:0; padding:clamp(58px,7vw,96px) 7vw;
  background:
    linear-gradient(180deg,rgba(7,12,22,.72),rgba(7,12,22,.78)),
    radial-gradient(circle at 16% 22%,rgba(105,212,200,.20),transparent 30%),
    radial-gradient(circle at 88% 12%,rgba(241,116,158,.16),transparent 28%),
    url('../img/banner.png') center/cover no-repeat;
  color:#fff;
}
.hl3c-seo-service-index-hero::after,
.hl3c-sitemap-hero::after,
.hl3c-landing-hero::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 54px);
  opacity:.45;
}
.hl3c-seo-service-index-hero > *, .hl3c-sitemap-hero > *, .hl3c-landing-hero > *{position:relative;z-index:1}
.hl3c-seo-service-index-hero span,
.hl3c-sitemap-hero span,
.hl3c-landing-kicker{
  display:inline-flex; align-items:center; gap:10px;
  color:#9ff4ea; font-size:13px; font-weight:900; letter-spacing:.22em; text-transform:uppercase;
}
.hl3c-seo-service-index-hero span::before,
.hl3c-sitemap-hero span::before,
.hl3c-landing-kicker::before{content:"";width:48px;height:3px;border-radius:999px;background:linear-gradient(90deg,#69d4c8,#5b7cff)}
.hl3c-seo-service-index-hero h1,
.hl3c-sitemap-hero h1,
.hl3c-landing-hero h1{font-size:clamp(44px,6vw,88px);line-height:1.05;margin:24px 0 18px;text-shadow:0 4px 28px rgba(0,0,0,.42);letter-spacing:.03em}
.hl3c-seo-service-index-hero p,
.hl3c-sitemap-hero p,
.hl3c-landing-hero p{max-width:860px;color:rgba(255,255,255,.88);font-size:clamp(17px,1.5vw,22px);line-height:1.9}

.hl3c-landing-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr);gap:44px;align-items:center;padding-top:clamp(52px,6vw,82px);padding-bottom:clamp(52px,6vw,82px)}
.hl3c-landing-breadcrumb{display:flex;gap:10px;align-items:center;margin-bottom:22px;color:rgba(255,255,255,.72);font-size:14px}.hl3c-landing-breadcrumb a{color:rgba(255,255,255,.78);text-decoration:none}.hl3c-landing-breadcrumb a:hover{color:#fff}
.hl3c-landing-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hl3c-landing-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;background:linear-gradient(135deg,#25324a,#4568f0);color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 18px 38px rgba(37,50,74,.24)}.hl3c-landing-btn.secondary{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);backdrop-filter:blur(10px)}
.hl3c-landing-visual{margin:0;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);border-radius:30px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.22);backdrop-filter:blur(10px)}.hl3c-landing-visual img{width:100%;height:320px;object-fit:cover;border-radius:22px;background:#f7fafc}.hl3c-landing-visual figcaption{color:rgba(255,255,255,.82);line-height:1.7;margin-top:12px;font-size:14px}

.hl3c-landing-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:24px 7vw;background:linear-gradient(135deg,#f8f5ed 0%,#eef4f2 52%,#edf2ff 100%)}.hl3c-landing-stats div{border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(16,24,39,.08);padding:18px 20px;box-shadow:0 16px 44px rgba(17,24,39,.08)}.hl3c-landing-stats strong{display:block;color:#101827;font-size:22px;font-weight:950}.hl3c-landing-stats span{display:block;color:#5b6678;font-weight:700;margin-top:4px}
.hl3c-landing-section,.hl3c-sitemap-page{padding:64px 7vw;background:linear-gradient(135deg,#f8f5ed 0%,#eef4f2 52%,#edf2ff 100%)}.hl3c-landing-section.two-col{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px}.hl3c-landing-head{margin-bottom:26px}.hl3c-landing-head span{display:block;color:#3158d8;font-size:13px;letter-spacing:.20em;font-weight:900}.hl3c-landing-head h2{font-size:clamp(30px,3.6vw,52px);line-height:1.16;color:#101827;margin:8px 0 10px}.hl3c-landing-head p{color:#53606f;line-height:1.85;max-width:850px}.hl3c-landing-head.small h2{font-size:clamp(26px,2.4vw,36px)}
.hl3c-landing-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hl3c-landing-case-grid article,.hl3c-landing-mini-grid article,.hl3c-landing-sidebox,.hl3c-landing-textband,.hl3c-landing-why-grid article,.hl3c-landing-faq,.hl3c-landing-contact{background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.72);border-radius:28px;box-shadow:0 24px 70px rgba(17,24,39,.10);overflow:hidden}.hl3c-landing-case-grid img{width:100%;height:190px;object-fit:cover;background:#eef4ff}.hl3c-landing-case-grid h3{font-size:22px;margin:18px 18px 8px;color:#101827}.hl3c-landing-case-grid p{margin:0 18px 20px;color:#53606f;line-height:1.7}
.hl3c-landing-textband{margin:0 7vw;padding:48px 52px;border-top:5px solid transparent;border-image:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e) 1}.hl3c-landing-textband span{color:#3158d8;letter-spacing:.18em;font-weight:900;font-size:13px}.hl3c-landing-textband h2{font-size:clamp(30px,4.5vw,58px);line-height:1.15;margin:10px 0 18px;color:#101827}.hl3c-landing-textband p{color:#53606f;font-size:18px;line-height:1.9;max-width:1000px}
.hl3c-landing-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hl3c-landing-mini-grid article{padding:22px}.hl3c-landing-mini-grid h3{margin:0 0 10px;font-size:22px;color:#101827}.hl3c-landing-mini-grid p,.hl3c-landing-sidebox li,.hl3c-landing-process li,.hl3c-landing-faq p,.hl3c-landing-contact p,.hl3c-landing-contact li{color:#53606f;line-height:1.8}.hl3c-landing-sidebox{padding:28px}.hl3c-landing-sidebox h2{font-size:28px;margin:0 0 14px}.hl3c-landing-sidebox ul{padding-left:1.2em;margin:0}.hl3c-landing-table{display:grid;gap:12px}.hl3c-landing-table div{display:grid;grid-template-columns:1fr 180px 1.5fr;gap:18px;background:rgba(255,255,255,.86);border:1px solid rgba(16,24,39,.08);border-radius:18px;padding:18px 22px;align-items:start}.hl3c-landing-table strong{color:#101827}.hl3c-landing-table span{color:#3158d8;font-weight:900}.hl3c-landing-table p{margin:0;color:#53606f;line-height:1.7}.hl3c-landing-why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hl3c-landing-why-grid article{padding:22px}.hl3c-landing-why-grid span{display:inline-flex;width:38px;height:38px;border-radius:14px;align-items:center;justify-content:center;background:#25324a;color:#fff;font-weight:900}.hl3c-landing-why-grid h3{margin:14px 0 0;color:#101827}.hl3c-landing-process{counter-reset:step;list-style:none;margin:0;padding:0;display:grid;gap:12px}.hl3c-landing-process li{background:rgba(255,255,255,.86);border-radius:18px;padding:16px 18px 16px 56px;position:relative;box-shadow:0 16px 36px rgba(17,24,39,.08)}.hl3c-landing-process li::before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:14px;width:28px;height:28px;border-radius:10px;background:#5b7cff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.faq-contact{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.hl3c-landing-faq,.hl3c-landing-contact{padding:28px}.hl3c-landing-faq details{border-top:1px solid rgba(16,24,39,.10);padding:16px 0}.hl3c-landing-faq summary{cursor:pointer;font-weight:900;color:#101827}.hl3c-landing-contact span{color:#3158d8;letter-spacing:.18em;font-weight:900}.hl3c-landing-contact h2{font-size:34px;margin:8px 0 12px}.hl3c-landing-contact ul{margin:20px 0 0;padding-left:1.2em}

.hl3c-sitemap-hero-inner{max-width:960px}.hl3c-sitemap-panel{background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);border-radius:28px;box-shadow:0 24px 70px rgba(17,24,39,.10);padding:28px}.hl3c-sitemap-panel h2{font-size:28px;margin:0 0 18px;color:#101827}.hl3c-sitemap-link-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.hl3c-sitemap-link-grid a,.hl3c-sitemap-panel li a,.hl3c-sitemap-product-list a{color:#101827;text-decoration:none;font-weight:900}.hl3c-sitemap-link-grid a{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:16px;background:linear-gradient(135deg,#eef8f6,#eef2ff);border:1px solid rgba(16,24,39,.08)}.hl3c-sitemap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:22px}.hl3c-sitemap-wide{grid-column:1/-1}.hl3c-sitemap-panel ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.hl3c-sitemap-panel li{border-bottom:1px solid rgba(16,24,39,.08);padding-bottom:12px}.hl3c-sitemap-panel small{display:block;color:#667085;line-height:1.6;margin-top:4px}.hl3c-sitemap-product-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hl3c-sitemap-product-list a{display:block;border:1px solid rgba(16,24,39,.08);border-radius:16px;padding:14px;background:#fff}.hl3c-sitemap-product-list span{display:block;color:#667085;font-size:13px;margin-top:4px}
@media(max-width:980px){.hl3c-landing-hero,.hl3c-landing-section.two-col,.faq-contact{grid-template-columns:1fr}.hl3c-landing-stats,.hl3c-landing-case-grid,.hl3c-sitemap-grid,.hl3c-sitemap-link-grid,.hl3c-sitemap-product-list{grid-template-columns:1fr 1fr}.hl3c-landing-table div{grid-template-columns:1fr}.hl3c-landing-visual img{height:240px}}
@media(max-width:680px){.hl3c-landing-hero,.hl3c-seo-service-index-hero,.hl3c-sitemap-hero{padding:44px 22px}.hl3c-landing-section,.hl3c-sitemap-page{padding:38px 18px}.hl3c-landing-stats,.hl3c-landing-case-grid,.hl3c-landing-mini-grid,.hl3c-landing-why-grid,.hl3c-sitemap-link-grid,.hl3c-sitemap-product-list{grid-template-columns:1fr}.hl3c-landing-textband{margin:0 18px;padding:30px 24px}.hl3c-landing-actions{display:grid}.hl3c-landing-btn{width:100%}}

/* v141: SEO internal links - footer area entry + category related services. */
.footer-v141-area-links{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-v141-area-links h4{
  margin:0 0 10px;
  color:rgba(255,255,255,.92);
  font-size:14px;
  letter-spacing:.06em;
  font-weight:900;
}
.footer-v141-area-links ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:7px;
}
.footer-v141-area-links a{
  color:rgba(255,255,255,.74);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}
.footer-v141-area-links a:hover{color:#fff;}

.hl3c-v141-related-services{
  margin-top:24px;
  padding:18px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(16,24,39,.08);
  box-shadow:0 18px 42px rgba(17,24,39,.07);
}
.hl3c-v141-related-services > div:first-child{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}
.hl3c-v141-related-services span{
  color:#2f7d73;
  font-size:12px;
  letter-spacing:.16em;
  font-weight:900;
}
.hl3c-v141-related-services h3{
  margin:3px 0 0;
  color:#111827;
  font-size:20px;
  font-weight:900;
}
.hl3c-v141-related-service-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.hl3c-v141-related-service-list a{
  display:block;
  padding:14px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(236,253,245,.86),rgba(239,246,255,.88));
  border:1px solid rgba(47,133,126,.16);
  text-decoration:none;
  color:#111827;
}
.hl3c-v141-related-service-list a:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(17,24,39,.10);
}
.hl3c-v141-related-service-list strong{
  display:block;
  font-size:16px;
  font-weight:900;
  color:#111827;
}
.hl3c-v141-related-service-list small{
  display:block;
  margin-top:6px;
  color:#5b6676;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(max-width:680px){
  .hl3c-v141-related-services{padding:16px;margin-top:18px;border-radius:20px;}
  .hl3c-v141-related-service-list{grid-template-columns:1fr;}
  .hl3c-v141-related-service-list a{padding:13px 14px;}
}

/* v142: SEO service pages content strengthening. Service pages only. */
.hl3c-seo-page-v142 .hl3c-seo-block{
  scroll-margin-top:110px;
}
.hl3c-seo-intro-v142 p + p{
  margin-top:12px;
}
.hl3c-seo-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:14px;
}
.hl3c-seo-mini-card{
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(242,248,247,.92));
  border:1px solid rgba(37,50,74,.08);
  border-radius:18px;
  padding:16px 18px;
  color:#25324a;
  font-weight:750;
  line-height:1.7;
  box-shadow:0 12px 28px rgba(17,24,39,.06);
}
.hl3c-seo-check-list{
  display:grid;
  gap:10px;
  padding-left:0!important;
  list-style:none!important;
}
.hl3c-seo-check-list li{
  position:relative;
  padding-left:28px;
  line-height:1.8;
}
.hl3c-seo-check-list li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:#0f766e;
  font-weight:900;
}
.hl3c-seo-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.hl3c-seo-product-card{
  display:block;
  text-decoration:none;
  color:#101827;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(16,24,39,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 34px rgba(17,24,39,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.hl3c-seo-product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 46px rgba(17,24,39,.12);
}
.hl3c-seo-product-img{
  height:150px;
  background:linear-gradient(135deg,#f7faf9,#eef4ff);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.hl3c-seo-product-img img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.hl3c-seo-product-card strong,
.hl3c-seo-product-card small{
  display:block;
  padding:0 14px;
}
.hl3c-seo-product-card strong{
  margin-top:12px;
  font-size:16px;
  line-height:1.45;
}
.hl3c-seo-product-card small{
  color:#6b7280;
  margin:6px 0 14px;
  font-weight:800;
  letter-spacing:.04em;
}
.hl3c-seo-table-wrap{
  overflow:auto;
  border-radius:18px;
  border:1px solid rgba(16,24,39,.08);
  background:#fff;
}
.hl3c-seo-table{
  width:100%;
  border-collapse:collapse;
}
.hl3c-seo-table th,
.hl3c-seo-table td{
  padding:16px 18px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(16,24,39,.08);
  line-height:1.7;
}
.hl3c-seo-table th{
  width:32%;
  color:#0f766e;
  font-weight:900;
  background:rgba(239,247,245,.62);
}
.hl3c-seo-table tr:last-child th,
.hl3c-seo-table tr:last-child td{border-bottom:0;}
.hl3c-seo-why-grid .hl3c-seo-mini-card{
  border-left:5px solid #69d4c8;
}
.hl3c-seo-process{
  counter-reset:step;
  display:grid;
  gap:12px;
  list-style:none!important;
  padding-left:0!important;
}
.hl3c-seo-process li{
  counter-increment:step;
  position:relative;
  padding:14px 16px 14px 58px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(16,24,39,.08);
  line-height:1.7;
}
.hl3c-seo-process li::before{
  content:counter(step);
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#25324a,#4568f0);
  color:#fff;
  font-weight:900;
}
@media(max-width:980px){
  .hl3c-seo-mini-grid,
  .hl3c-seo-product-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:680px){
  .hl3c-seo-mini-grid,
  .hl3c-seo-product-grid{grid-template-columns:1fr;}
  .hl3c-seo-table th,
  .hl3c-seo-table td{display:block;width:100%;}
  .hl3c-seo-table th{border-bottom:0;padding-bottom:6px;}
  .hl3c-seo-table td{padding-top:6px;}
}

/* v143: Service page color/readability tune inspired by homepage Use Cases.
   Only affects SEO service pages: service.php. Homepage/category/product/footer remain untouched. */
.hl3c-seo-hero{
  position:relative;
  overflow:hidden;
  margin:0;
  padding:clamp(62px,7vw,108px) 7vw clamp(58px,6vw,92px);
  color:#fff;
  background:
    linear-gradient(180deg,rgba(7,12,22,.72),rgba(7,12,22,.80)),
    radial-gradient(circle at 14% 24%,rgba(105,212,200,.22),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(241,116,158,.16),transparent 28%),
    url('../img/banner.png') center/cover no-repeat;
}
.hl3c-seo-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.42;
  background:
    linear-gradient(110deg,transparent 0 38%,rgba(255,255,255,.06) 38.2%,transparent 39% 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 52px);
}
.hl3c-seo-hero > *{position:relative;z-index:1;max-width:1060px;}
.hl3c-seo-hero span{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#9ff4ea;
  font-size:13px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:950;
}
.hl3c-seo-hero span::before{
  content:"";
  width:48px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#69d4c8,#5b7cff);
}
.hl3c-seo-hero h1{
  margin:22px 0 18px;
  color:#fff;
  font-size:clamp(44px,6vw,86px);
  line-height:1.04;
  letter-spacing:.03em;
  text-shadow:0 4px 28px rgba(0,0,0,.42);
}
.hl3c-seo-hero p{
  margin:0;
  max-width:920px;
  color:rgba(255,255,255,.90);
  font-size:clamp(17px,1.55vw,22px);
  line-height:1.9;
  text-shadow:0 2px 14px rgba(0,0,0,.24);
}

.hl3c-seo-grid-wrap,
.hl3c-seo-page{
  background:
    radial-gradient(circle at 9% 8%, rgba(243,200,95,.22), transparent 25%),
    radial-gradient(circle at 86% 8%, rgba(91,124,255,.14), transparent 32%),
    linear-gradient(135deg,#f7f3e9 0%,#edf5f1 50%,#edf2ff 100%);
}
.hl3c-seo-grid-wrap{padding:64px 7vw 80px;}
.hl3c-seo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.hl3c-seo-card{
  display:block;
  min-height:210px;
  padding:28px 30px;
  border-radius:28px;
  text-decoration:none;
  color:#101827;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.78);
  border-top:5px solid transparent;
  border-image:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e) 1;
  box-shadow:0 24px 70px rgba(17,24,39,.10);
  transition:transform .18s ease, box-shadow .18s ease;
}
.hl3c-seo-card:hover{transform:translateY(-4px);box-shadow:0 30px 82px rgba(17,24,39,.15);}
.hl3c-seo-card span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#e8faf6;
  color:#16645d;
  font-weight:950;
  letter-spacing:.10em;
  font-size:12px;
}
.hl3c-seo-card h2{color:#101827;font-size:28px;line-height:1.22;margin:18px 0 10px;font-weight:950;}
.hl3c-seo-card p{color:#475569;line-height:1.85;margin:0;font-weight:650;}

.hl3c-seo-page{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:26px;
  padding:56px 7vw 84px;
  align-items:start;
}
.hl3c-seo-main{
  display:grid;
  gap:26px;
  min-width:0;
}
.hl3c-seo-block,
.hl3c-seo-side{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 24px 70px rgba(17,24,39,.10);
  color:#101827;
}
.hl3c-seo-block{
  padding:30px 34px;
  border-top:5px solid transparent;
  border-image:linear-gradient(90deg,#69d4c8,#5b7cff,#f3c85f,#f1749e) 1;
}
.hl3c-seo-block::after,
.hl3c-seo-mini-card::after{
  content:"";
  position:absolute;
  right:-48px;
  bottom:-48px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(91,124,255,.12),transparent 68%);
  pointer-events:none;
}
.hl3c-seo-block h2,
.hl3c-seo-side h2{
  position:relative;
  z-index:1;
  margin:0 0 16px;
  color:#101827;
  font-size:clamp(24px,2vw,34px);
  font-weight:950;
  letter-spacing:.01em;
}
.hl3c-seo-block h2::before{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#69d4c8,#5b7cff);
  box-shadow:0 0 0 5px rgba(105,212,200,.14);
  vertical-align:middle;
}
.hl3c-seo-block p,
.hl3c-seo-block li,
.hl3c-seo-table td,
.hl3c-seo-process li,
.hl3c-seo-faq p{
  color:#334155;
  font-size:16px;
  line-height:1.86;
  font-weight:600;
}
.hl3c-seo-block p{margin:0;}
.hl3c-seo-block p + p{margin-top:12px;}

.hl3c-seo-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
.hl3c-seo-mini-card{
  position:relative;
  overflow:hidden;
  min-height:76px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fffd 0%,#f5f7ff 56%,#fffaf0 100%);
  border:1px solid rgba(16,24,39,.10);
  color:#172033;
  font-size:17px;
  font-weight:900;
  line-height:1.58;
  box-shadow:0 14px 34px rgba(17,24,39,.07);
}
.hl3c-seo-mini-card strong{color:#172033;font-weight:950;}
.hl3c-seo-why-grid .hl3c-seo-mini-card{border-left:6px solid #69d4c8;}

.hl3c-seo-check-list{
  display:grid;
  gap:12px;
  padding-left:0!important;
  list-style:none!important;
}
.hl3c-seo-check-list li{
  position:relative;
  padding:13px 16px 13px 48px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(236,253,245,.82),rgba(239,246,255,.78));
  border:1px solid rgba(47,133,126,.14);
  color:#24324a;
  font-weight:800;
}
.hl3c-seo-check-list li::before{
  content:'✓';
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:24px;
  height:24px;
  border-radius:999px;
  background:#e8faf6;
  color:#0f766e;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
}

.hl3c-seo-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.hl3c-seo-product-card{
  display:block;
  text-decoration:none;
  color:#101827;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(16,24,39,.10);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 16px 36px rgba(17,24,39,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.hl3c-seo-product-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(17,24,39,.13);}
.hl3c-seo-product-img{
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  background:linear-gradient(135deg,#f7faf9,#eef4ff);
}
.hl3c-seo-product-img img{width:100%;height:100%;object-fit:contain;}
.hl3c-seo-product-card strong,
.hl3c-seo-product-card small{display:block;padding:0 14px;}
.hl3c-seo-product-card strong{margin-top:12px;font-size:16px;line-height:1.45;color:#101827;font-weight:950;}
.hl3c-seo-product-card small{margin:6px 0 14px;color:#64748b;font-weight:850;letter-spacing:.04em;}

.hl3c-seo-table-wrap{overflow:auto;border-radius:20px;border:1px solid rgba(16,24,39,.10);background:#fff;}
.hl3c-seo-table{width:100%;border-collapse:collapse;}
.hl3c-seo-table th,
.hl3c-seo-table td{padding:16px 18px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(16,24,39,.08);line-height:1.72;}
.hl3c-seo-table th{width:32%;color:#0f766e;font-weight:950;background:rgba(239,247,245,.84);}
.hl3c-seo-table td strong{color:#172033;font-weight:950;}
.hl3c-seo-table tr:last-child th,.hl3c-seo-table tr:last-child td{border-bottom:0;}

.hl3c-seo-process{
  counter-reset:step;
  display:grid;
  gap:12px;
  list-style:none!important;
  padding-left:0!important;
}
.hl3c-seo-process li{
  counter-increment:step;
  position:relative;
  padding:15px 18px 15px 58px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,246,255,.82));
  border:1px solid rgba(16,24,39,.09);
  color:#334155;
  font-weight:750;
}
.hl3c-seo-process li::before{
  content:counter(step);
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#25324a,#4568f0);
  color:#fff;
  font-weight:950;
}

.hl3c-seo-block details{
  border-top:1px solid rgba(16,24,39,.10);
  padding:16px 0;
}
.hl3c-seo-block details:first-of-type{border-top:0;}
.hl3c-seo-block summary{
  cursor:pointer;
  color:#101827;
  font-size:17px;
  font-weight:950;
  line-height:1.6;
}
.hl3c-seo-block details p{margin-top:10px;color:#475569;}

.hl3c-seo-side{
  position:sticky;
  top:92px;
  padding:24px;
}
.hl3c-seo-side h2{font-size:24px;margin-bottom:14px;}
.hl3c-seo-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:52px;
  padding:13px 16px;
  margin-top:10px;
  border-radius:16px;
  background:linear-gradient(135deg,#eef8f6,#eef2ff);
  border:1px solid rgba(16,24,39,.08);
  color:#172033!important;
  text-decoration:none;
  font-weight:900;
}
.hl3c-seo-link::after{content:'›';color:#3158d8;font-weight:950;}
.hl3c-seo-link:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(17,24,39,.10);}

@media(max-width:1180px){
  .hl3c-seo-page{grid-template-columns:1fr;}
  .hl3c-seo-side{position:static;}
  .hl3c-seo-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:980px){
  .hl3c-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hl3c-seo-mini-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:680px){
  .hl3c-seo-hero{padding:44px 22px;}
  .hl3c-seo-hero h1{font-size:clamp(38px,12vw,54px);}
  .hl3c-seo-grid-wrap,.hl3c-seo-page{padding:34px 18px 54px;}
  .hl3c-seo-grid,.hl3c-seo-mini-grid,.hl3c-seo-product-grid{grid-template-columns:1fr;}
  .hl3c-seo-block{padding:22px 20px;border-radius:22px;}
  .hl3c-seo-side{padding:20px;border-radius:22px;}
  .hl3c-seo-table th,.hl3c-seo-table td{display:block;width:100%;}
  .hl3c-seo-table th{border-bottom:0;padding-bottom:6px;}
  .hl3c-seo-table td{padding-top:6px;}
}

/* v144: Compact spacing pass for SEO service pages only.
   Goal: keep v143 Use Cases-inspired colors, reduce page length and oversized gaps. */
.hl3c-seo-hero{
  padding:clamp(42px,5vw,72px) 7vw clamp(38px,4.5vw,64px)!important;
}
.hl3c-seo-hero h1{
  margin:14px 0 10px!important;
  font-size:clamp(38px,5.1vw,68px)!important;
  line-height:1.06!important;
}
.hl3c-seo-hero p{
  max-width:880px!important;
  font-size:clamp(15px,1.28vw,18px)!important;
  line-height:1.72!important;
}
.hl3c-seo-hero span{
  font-size:12px!important;
  gap:10px!important;
}
.hl3c-seo-hero span::before{
  width:40px!important;
  height:2px!important;
}

.hl3c-seo-page{
  padding:34px 7vw 54px!important;
  gap:20px!important;
  grid-template-columns:minmax(0,1fr) 290px!important;
}
.hl3c-seo-main{
  gap:18px!important;
}
.hl3c-seo-block{
  padding:22px 26px!important;
  border-radius:22px!important;
}
.hl3c-seo-block::after,
.hl3c-seo-mini-card::after{
  width:110px!important;
  height:110px!important;
  right:-40px!important;
  bottom:-44px!important;
}
.hl3c-seo-block h2,
.hl3c-seo-side h2{
  margin-bottom:10px!important;
  font-size:clamp(21px,1.7vw,28px)!important;
}
.hl3c-seo-block h2::before{
  width:8px!important;
  height:8px!important;
  margin-right:8px!important;
  box-shadow:0 0 0 4px rgba(105,212,200,.12)!important;
}
.hl3c-seo-block p,
.hl3c-seo-block li,
.hl3c-seo-table td,
.hl3c-seo-process li,
.hl3c-seo-faq p{
  font-size:15px!important;
  line-height:1.68!important;
}
.hl3c-seo-block p + p,
.hl3c-seo-intro-v142 p + p{
  margin-top:8px!important;
}

.hl3c-seo-mini-grid{
  gap:10px!important;
  margin-top:10px!important;
}
.hl3c-seo-mini-card{
  min-height:0!important;
  padding:12px 15px!important;
  border-radius:16px!important;
  font-size:15px!important;
  line-height:1.45!important;
  box-shadow:0 10px 24px rgba(17,24,39,.055)!important;
}
.hl3c-seo-why-grid .hl3c-seo-mini-card{
  border-left-width:4px!important;
}

.hl3c-seo-check-list{
  gap:8px!important;
  margin:8px 0 0!important;
}
.hl3c-seo-check-list li{
  padding:10px 13px 10px 40px!important;
  border-radius:14px!important;
}
.hl3c-seo-check-list li::before{
  left:12px!important;
  width:21px!important;
  height:21px!important;
  font-size:13px!important;
}

.hl3c-seo-product-grid{
  gap:12px!important;
  margin-top:12px!important;
}
.hl3c-seo-product-card{
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(17,24,39,.07)!important;
}
.hl3c-seo-product-img{
  height:118px!important;
  padding:9px!important;
}
.hl3c-seo-product-card strong{
  margin-top:9px!important;
  font-size:14px!important;
  line-height:1.35!important;
  padding:0 12px!important;
}
.hl3c-seo-product-card small{
  margin:4px 0 11px!important;
  padding:0 12px!important;
  font-size:12px!important;
}

.hl3c-seo-table-wrap{
  border-radius:16px!important;
}
.hl3c-seo-table th,
.hl3c-seo-table td{
  padding:11px 14px!important;
  line-height:1.55!important;
}
.hl3c-seo-table th{
  width:28%!important;
}

.hl3c-seo-process{
  gap:8px!important;
  margin:8px 0 0!important;
}
.hl3c-seo-process li{
  padding:11px 14px 11px 48px!important;
  border-radius:14px!important;
}
.hl3c-seo-process li::before{
  left:13px!important;
  width:25px!important;
  height:25px!important;
  border-radius:9px!important;
  font-size:13px!important;
}

.hl3c-seo-block details{
  padding:10px 0!important;
}
.hl3c-seo-block summary{
  font-size:15px!important;
  line-height:1.45!important;
}
.hl3c-seo-block details p{
  margin-top:6px!important;
}

.hl3c-seo-side{
  top:82px!important;
  padding:18px!important;
  border-radius:22px!important;
}
.hl3c-seo-link{
  min-height:44px!important;
  padding:10px 13px!important;
  margin-top:8px!important;
  border-radius:13px!important;
  font-size:14px!important;
}

/* Service index cards, if service.php is opened without slug. */
.hl3c-seo-grid-wrap{
  padding:38px 7vw 56px!important;
}
.hl3c-seo-grid{
  gap:14px!important;
}
.hl3c-seo-card{
  min-height:160px!important;
  padding:22px 24px!important;
  border-radius:22px!important;
}
.hl3c-seo-card h2{
  font-size:24px!important;
  margin:13px 0 8px!important;
}
.hl3c-seo-card p{
  line-height:1.65!important;
}

@media(max-width:1180px){
  .hl3c-seo-page{
    grid-template-columns:1fr!important;
    padding-top:30px!important;
  }
  .hl3c-seo-side{
    position:static!important;
  }
}
@media(max-width:680px){
  .hl3c-seo-hero{
    padding:36px 20px 34px!important;
  }
  .hl3c-seo-hero h1{
    font-size:clamp(34px,10.5vw,48px)!important;
  }
  .hl3c-seo-hero p{
    font-size:15px!important;
    line-height:1.65!important;
  }
  .hl3c-seo-page{
    padding:24px 14px 42px!important;
    gap:14px!important;
  }
  .hl3c-seo-main{
    gap:14px!important;
  }
  .hl3c-seo-block{
    padding:18px 16px!important;
    border-radius:18px!important;
  }
  .hl3c-seo-block h2,
  .hl3c-seo-side h2{
    font-size:22px!important;
  }
  .hl3c-seo-mini-grid,
  .hl3c-seo-product-grid{
    gap:10px!important;
  }
  .hl3c-seo-product-img{
    height:145px!important;
  }
  .hl3c-seo-table th,
  .hl3c-seo-table td{
    padding:9px 12px!important;
  }
  .hl3c-seo-side{
    padding:16px!important;
    border-radius:18px!important;
  }
}



/* ===== site-theme-v140-mobile-menu-fix.css ===== */

/* v146: mobile hamburger menu + compact width + full equipment categories
   - Desktop nav stays unchanged.
   - Mobile hamburger hides duplicate top equipment links, moves AI translation into equipment categories, and shows the full equipment categories once.
   - The opened menu scrolls inside the panel, so every item can be reached. */

.mobile-only,
.mobile-nav-divider,
.mobile-category-link{
  display:none!important;
}

@media (max-width: 820px){
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:5000!important;
    overflow:visible!important;
    min-height:68px!important;
    padding:12px 18px!important;
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid rgba(17,24,39,.08)!important;
    box-shadow:0 8px 24px rgba(17,24,39,.08)!important;
    -webkit-backdrop-filter:blur(16px)!important;
    backdrop-filter:blur(16px)!important;
  }

  .site-header .brand,
  .site-header > .brand{
    max-width:calc(100vw - 104px)!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.1!important;
  }

  .nav-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    border-radius:16px!important;
    border:1px solid rgba(17,24,39,.10)!important;
    background:rgba(255,255,255,.97)!important;
    color:#172033!important;
    box-shadow:0 10px 24px rgba(17,24,39,.10)!important;
    font-size:20px!important;
    font-weight:800!important;
    line-height:1!important;
    padding:0!important;
    cursor:pointer!important;
    z-index:5200!important;
  }

  body:not(.nav-open) .top-nav,
  .top-nav{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }

  body.nav-open .top-nav{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:auto!important;
    right:16px!important;
    width:max-content!important;
    min-width:230px!important;
    max-width:calc(100vw - 32px)!important;
    bottom:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:calc(100dvh - 112px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:1px!important;
    padding:10px 8px calc(14px + env(safe-area-inset-bottom, 0px))!important;
    border-radius:20px!important;
    border:1px solid rgba(17,24,39,.10)!important;
    background:rgba(255,255,255,.992)!important;
    box-shadow:0 24px 70px rgba(17,24,39,.22)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    backdrop-filter:blur(14px)!important;
    z-index:5100!important;
  }

  body.nav-open .top-nav a,
  body.nav-open .top-nav a:visited{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    flex:0 0 auto!important;
    box-sizing:border-box!important;
    padding:8px 12px!important;
    border-radius:14px!important;
    color:#172033!important;
    background:transparent!important;
    font-size:15px!important;
    font-weight:820!important;
    line-height:1.25!important;
    text-align:left!important;
    text-decoration:none!important;
    border-bottom:0!important;
    white-space:normal!important;
  }

  body.nav-open .top-nav .top-nav-link{
    font-size:15px!important;
    font-weight:850!important;
  }

  body.nav-open .top-nav .top-nav-link.mobile-equipment-duplicate{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }

  body.nav-open .top-nav .mobile-nav-divider{
    display:block!important;
    margin:7px 6px 4px!important;
    padding:10px 6px 0!important;
    border-top:1px solid rgba(15,23,42,.10)!important;
    color:#64748b!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.2!important;
    letter-spacing:.08em!important;
  }

  body.nav-open .top-nav .mobile-category-link{
    display:block!important;
    font-size:14.5px!important;
    font-weight:760!important;
    padding:8px 12px!important;
    color:#243447!important;
  }

  body.nav-open .top-nav a:hover,
  body.nav-open .top-nav a:active{
    background:linear-gradient(135deg,rgba(255,63,155,.12),rgba(34,211,238,.11))!important;
    color:#0f172a!important;
  }

  body.nav-open .hl3c-global-line-float,
  body.nav-open .hl3c-line-float,
  body.nav-open .hl3c-backtop{
    opacity:0!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }

  /* Category-page left equipment list: make the mobile words/buttons one step smaller. */
  .hl3c-v115-sidebar h2,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-sidebar h2{
    font-size:22px!important;
    line-height:1.18!important;
  }
  .hl3c-v115-side-list a,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list a{
    padding:9px 13px!important;
    border-radius:14px!important;
  }
  .hl3c-v115-side-list strong,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list strong{
    font-size:22px!important;
    line-height:1.18!important;
  }
  .hl3c-v117-collapse-btn{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-radius:13px!important;
    font-size:22px!important;
    line-height:1!important;
  }
}

@media (max-width: 380px){
  body.nav-open .top-nav{
    left:auto!important;
    right:12px!important;
    width:max-content!important;
    min-width:220px!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 104px)!important;
  }
  body.nav-open .top-nav a,
  body.nav-open .top-nav .top-nav-link{
    padding:9px 12px!important;
    font-size:15px!important;
  }
  body.nav-open .top-nav .mobile-category-link{
    font-size:14.5px!important;
    padding:8px 12px!important;
  }
  .hl3c-v115-side-list strong,
  body.hl3c-v117-sidebar-collapsed .hl3c-v115-side-list strong{
    font-size:22px!important;
  }
}

