/* ==========================================================================
   LABELEXP.com — site stylesheet
   Palette: navy #0a1f4d · brand blue #0b308e · white · gold accent #d4a437
   ========================================================================== */
:root {
  --navy-950: #071a3f; --navy-900: #0a1f4d; --navy-800: #0d2a6b; --brand: #0b308e; --brand-600: #1740a8; --brand-100: #e6ebf7; --brand-50: #f3f6fc;
  --ink: #1f2937; --ink-2: #3f3f3f; --muted: #6b7280; --line: #e5e7eb; --bg: #ffffff; --bg-2: #f5f7fb;
  --gold: #f8b733; --gold-hover: #ffc94d; --gold-600: #d4911c; --gold-100: #fbf3dc;
  --green: #25d366; --radius: 14px; --radius-s: 8px; --shadow: 0 8px 30px rgba(10, 31, 77, .08); --shadow-s: 0 2px 10px rgba(10, 31, 77, .06);
  --font: "Inter", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", "Helvetica Neue", Arial, system-ui, sans-serif;
  --container: 1200px; --header-h: 72px;
}
html[lang="zh-Hant"] { --font: "Inter", "PingFang TC", "Microsoft JhengHei", "Noto Sans CJK TC", "Source Han Sans TC", "Helvetica Neue", Arial, system-ui, sans-serif; }
html[lang="en"] { --font: "Inter", "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.7; font-size: 16px; font-variant-numeric: tabular-nums; }
html[lang="en"] body { line-height: 1.6; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-600); }
h1, h2, h3, h4 { color: var(--navy-900); line-height: 1.25; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); } h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); } h3 { font-size: 1.15rem; } h4 { font-size: 1rem; }
p { margin: 0 0 1em; } ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
button { font: inherit; cursor: pointer; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 860px; }
.center { text-align: center; } .muted { color: var(--muted); } .small { font-size: .9rem; } .mt { margin-top: 1.5rem; } .mt-m { margin-top: 2rem; } .mt-l { margin-top: 2.5rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--navy-950); padding: 8px 12px; z-index: 1000; }
.skip:focus { left: 8px; top: 8px; }
.kicker { color: var(--gold-600); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin-bottom: .6em; }
.kicker.light { color: var(--gold); }
.lead { font-size: 1.12rem; color: var(--ink-2); }
.h2 { font-size: clamp(1.4rem, 2vw, 1.8rem); margin-bottom: 1.2rem; display: flex; align-items: center; gap: .6em; }
.count { display: inline-block; background: var(--brand-100); color: var(--brand); border-radius: 999px; padding: 0 .6em; font-size: .75em; font-weight: 700; }

/* buttons ---------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .8em 1.4em; border-radius: 999px; font-weight: 700; border: 2px solid transparent; transition: .2s; line-height: 1.2; white-space: nowrap; text-align: center; }
.btn-primary { background: var(--brand); color: #fff; border-color: var(--brand); } .btn-primary:hover { background: var(--brand-600); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy-950); border-color: var(--gold); box-shadow: 0 6px 22px rgba(248, 183, 51, .45); } .btn-gold:hover { background: var(--gold-hover); border-color: var(--gold-hover); color: var(--navy-950); transform: translateY(-1px); }
.btn-gold-soft { background: #ffc247; color: var(--navy-950); border-color: #ffc247; box-shadow: 0 6px 18px rgba(255, 194, 71, .38); } .btn-gold-soft:hover { background: #ffd166; border-color: #ffd166; color: var(--navy-950); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--brand); border-color: var(--brand); } .btn-outline:hover { background: var(--brand-50); }
.btn-outline-light { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .6); } .btn-outline-light:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.btn-sm { padding: .55em 1em; font-size: .9rem; } .btn-lg { padding: 1em 1.8em; font-size: 1.05rem; }
.row-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; } .row-actions.center { justify-content: center; }
.cta-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: .8rem 0; } .chips.big .chip { padding: .5em 1em; font-size: .95rem; } .chips.small .chip { font-size: .75rem; padding: .2em .7em; }
.chip { display: inline-block; background: var(--bg-2); color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: .3em .85em; font-size: .85rem; font-weight: 600; transition: .15s; }
.chip:hover { border-color: var(--brand); color: var(--brand); }
.chip-navy { background: var(--brand); color: #fff; border-color: var(--brand); } .chip-navy:hover { background: var(--brand-600); color: #fff; }
.chip.active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }

/* header ----------------------------------------------------------------- */
/* note: no backdrop-filter here — it would turn the header into the containing block of the fixed mobile menu */
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: var(--shadow-s); }
.header-inner { display: flex; align-items: center; gap: 1rem; height: var(--header-h); position: relative; }
.logo { flex: 0 0 auto; } .logo img { height: 30px; width: auto; }
.header-right { flex: 0 0 auto; } .header-phone { white-space: nowrap; }
html[lang="en"] .site-nav > ul > li > a { font-size: .9rem; padding: .6em .55em; }
html[lang="en"] .site-nav > ul > li.has-sub > a { padding-left: 1.35em; }
.site-nav { flex: 1; }
.site-nav > ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .2rem; justify-content: center; }
.site-nav > ul > li { position: relative; }
.site-nav > ul > li > a { display: block; padding: .6em .7em; color: var(--navy-900); font-weight: 600; border-radius: var(--radius-s); white-space: nowrap; font-size: .95rem; }
.site-nav > ul > li > a:hover, .site-nav > ul > li:hover > a { background: var(--brand-50); color: var(--brand); }
/* items with a dropdown: leading › marker + short gold underline */
.site-nav > ul > li.has-sub > a { position: relative; padding-left: 1.35em; }
.site-nav > ul > li.has-sub > a::before { content: "›"; position: absolute; left: .55em; top: 50%; transform: translateY(-52%); color: var(--gold-600); font-weight: 800; font-size: 1.1em; transition: transform .25s; }
.site-nav > ul > li.has-sub:hover > a::before { transform: translateY(-52%) rotate(90deg); }
.site-nav > ul > li.has-sub > a::after { content: ""; position: absolute; left: 1.35em; bottom: .35em; width: 18px; height: 2px; border-radius: 1px; background: var(--gold); transition: width .25s; }
.site-nav > ul > li.has-sub:hover > a::after { width: calc(100% - 2.05em); }
.sub-toggle { display: none; }
.sub { position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1rem; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s; }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: translateY(0); }
.sub ul { list-style: none; margin: 0; padding: 0; } .sub li a { display: block; padding: .4em .6em; border-radius: 6px; color: var(--ink); font-size: .95rem; } .sub li a:hover { background: var(--brand-50); color: var(--brand); }
/* mega menu is positioned against the header container (not the nav item) so it never runs off-screen */
.site-nav > ul > li.has-mega { position: static; }
.sub.mega { left: 50%; transform: translate(-50%, 8px); width: min(1000px, 100%); display: grid; grid-template-columns: 1.1fr 1.5fr 1fr; gap: 1.5rem; padding: 1.4rem; }
.has-sub:hover .sub.mega, .has-sub:focus-within .sub.mega { transform: translate(-50%, 0); }
.sub-cases { min-width: 600px; padding: 1rem 1.2rem; } .sub-cases ul { columns: 2; column-gap: 1rem; }
.sub-cases li { break-inside: avoid; } .sub-cases li a { display: flex; align-items: center; gap: .55rem; font-size: .9rem; padding: .45em .5em; }
.sub-cases li a img { height: 18px; width: auto; max-width: 56px; object-fit: contain; flex: 0 0 auto; }
.sub-cases .sub-all { column-span: all; border-bottom: 1px solid var(--line); margin-bottom: .4rem; padding-bottom: .3rem; } .sub-cases .sub-all a { font-weight: 700; color: var(--brand); }
.mega-col h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .6rem; padding-bottom: .4rem; border-bottom: 1px solid var(--line); }
.mega-col ul.two-col { columns: 2; column-gap: .5rem; }
.mega-cta { background: var(--navy-900); color: #fff; border-radius: var(--radius-s); padding: 1.2rem; display: flex; flex-direction: column; justify-content: center; gap: .4rem; }
.mega-cta p { margin: 0; font-size: .92rem; color: rgba(255, 255, 255, .85); } .mega-kicker { color: var(--gold) !important; font-weight: 800; font-size: 1.05rem !important; }
.mega-cta .btn { align-self: flex-start; margin-top: .6rem; }
.header-right { display: flex; align-items: center; gap: 1rem; }
.lang-switch { display: flex; gap: 2px; background: var(--bg-2); border-radius: 999px; padding: 3px; }
.lang-switch a { padding: .25em .7em; border-radius: 999px; font-size: .82rem; font-weight: 700; color: var(--muted); }
.lang-switch a[aria-current="page"] { background: #fff; color: var(--brand); box-shadow: var(--shadow-s); }
.header-phone { display: inline-flex; align-items: center; gap: .4em; color: var(--navy-900); font-weight: 700; font-size: .95rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 5px; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; height: 2px; background: var(--navy-900); border-radius: 2px; transition: .2s; }
.nav-mobile-extra { display: none; }

/* language hint ---------------------------------------------------------- */
.lang-hint { background: var(--gold-100); color: var(--navy-900); text-align: center; padding: .55rem 3rem .55rem 1rem; font-size: .92rem; position: relative; border-bottom: 1px solid #f0e2b8; }
.lang-hint a { color: var(--brand); font-weight: 700; }
.lang-hint-close { position: absolute; right: .6rem; top: 50%; transform: translateY(-50%); border: 0; background: transparent; font-size: 1.3rem; line-height: 1; color: var(--muted); }

/* hero ------------------------------------------------------------------- */
.hero { position: relative; color: #fff; min-height: min(78vh, 720px); display: flex; align-items: center; overflow: hidden; background: var(--navy-950); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1); }
.hero-slide.active { opacity: 1; } .hero-slide.active img { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.06); } }
/* lighter, left-weighted overlay: keeps the copy readable, lets the machines show */
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7, 26, 63, .72) 0%, rgba(10, 31, 77, .5) 42%, rgba(10, 31, 77, .12) 75%, rgba(10, 31, 77, .05) 100%); }
.hero-inner { position: relative; z-index: 1; padding: 5rem 20px 6rem; max-width: var(--container); text-shadow: 0 2px 14px rgba(7, 26, 63, .45); }
.hero-kicker { color: var(--gold); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: 1.1rem; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.8rem); max-width: 14em; margin-bottom: .6em; }
.hero-sub { max-width: 40em; font-size: 1.1rem; color: rgba(255, 255, 255, .92); }
.hero-actions .btn { text-shadow: none; }
.hero-ctrl { position: absolute; left: 0; right: 0; bottom: 1.2rem; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hero-caption { font-size: .82rem; color: rgba(255, 255, 255, .85); background: rgba(7, 26, 63, .45); border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; padding: .3em .9em; backdrop-filter: blur(6px); }
.hero-dots { display: flex; gap: .45rem; } .hero-dots button { width: 28px; height: 4px; border-radius: 2px; border: 0; background: rgba(255, 255, 255, .4); padding: 0; transition: .3s; }
.hero-dots button[aria-selected="true"] { background: var(--gold); width: 44px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 1.8rem; }
.hero-badges span { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; padding: .35em .9em; font-size: .88rem; font-weight: 600; }
.hero-badges.dark span { background: var(--brand-50); border-color: var(--brand-100); color: var(--brand); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* stats ------------------------------------------------------------------ */
.stats { background: var(--navy-900); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: rgba(255, 255, 255, .12); }
.stats-grid .stat { background: var(--navy-900); padding: 1.6rem 1rem; }
.stat strong { display: block; font-size: 1.9rem; color: var(--gold); line-height: 1.1; margin-bottom: .3rem; }
.stat span { font-size: .9rem; color: rgba(255, 255, 255, .8); }
.stats-inline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.stats-inline .stat { background: var(--bg-2); border-radius: var(--radius); padding: 1.2rem; } .stats-inline .stat strong { color: var(--brand); } .stats-inline .stat span { color: var(--muted); }

/* sections --------------------------------------------------------------- */
.section { padding: 4.5rem 0; } .section-soft { background: var(--bg-2); }
.section-dark { background: var(--navy-900); color: #fff; } .section-dark h2, .section-dark h3 { color: #fff; } .section-dark .sec-sub { color: rgba(255, 255, 255, .8); }
.section-inner { padding: 2.5rem 0; }
.sec-head { margin-bottom: 2rem; } .sec-head.center { text-align: center; } .sec-head.center .sec-sub { margin: 0 auto; }
.sec-sub { color: var(--muted); max-width: 44em; font-size: 1.05rem; }
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } .grid-5 { grid-template-columns: repeat(5, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .2s; color: inherit; display: block; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--brand-100); color: inherit; }

/* tabs ------------------------------------------------------------------- */
.tab-list { display: flex; justify-content: center; gap: .5rem; margin-bottom: 1.5rem; }
.tab-list button { border: 2px solid var(--line); background: #fff; border-radius: 999px; padding: .65em 1.5em; font-weight: 700; color: var(--muted); }
.tab-list button[aria-selected="true"] { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.tab-desc { text-align: center; color: var(--muted); margin-bottom: 1.5rem; }

/* category & product cards ------------------------------------------------ */
.c-card-img, .p-card-img, .craft-img { aspect-ratio: 1; background: var(--bg-2); overflow: hidden; }
.c-card-img img, .p-card-img img, .craft-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card:hover .c-card-img img, .card:hover .p-card-img img, .card:hover .craft-img img { transform: scale(1.04); }
.c-card-body { padding: .9rem 1rem 1rem; display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; }
.c-card-body h3 { font-size: 1rem; margin: 0; } .c-count { color: var(--muted); font-size: .8rem; white-space: nowrap; }
.p-card-body { padding: 1rem 1.1rem 1.1rem; } .p-card-body h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.p-card-body p { color: var(--muted); font-size: .9rem; margin-bottom: .8rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.p-card-meta { display: flex; flex-wrap: wrap; gap: .4rem; } .p-card-meta .chip { font-size: .72rem; padding: .2em .7em; }
.craft-card { display: grid; grid-template-columns: 140px 1fr; } .craft-img { aspect-ratio: auto; height: 100%; } .craft-body { padding: 1.1rem; } .craft-body p { color: var(--muted); font-size: .92rem; margin: 0; }

/* factory strip ---------------------------------------------------------- */
.strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.strip-item { position: relative; border-radius: var(--radius-s); overflow: hidden; aspect-ratio: 3/4; color: #fff; }
.strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; } .strip-item:hover img { transform: scale(1.05); }
.strip-item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.2rem .8rem .8rem; background: linear-gradient(transparent, rgba(7, 26, 63, .9)); font-weight: 600; font-size: .9rem; }
.strip-item em { color: var(--gold); font-style: normal; font-weight: 800; margin-right: .3em; }

/* equipment -------------------------------------------------------------- */
.equip-card img { aspect-ratio: 3/2; object-fit: cover; width: 100%; } .equip-body { padding: 1rem 1.1rem 1.1rem; } .equip-body h3 { font-size: 1rem; } .equip-body p { color: var(--muted); font-size: .9rem; margin-bottom: .6rem; }
.anchor-nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; } .anchor-nav a { background: var(--bg-2); border-radius: 999px; padding: .4em 1em; font-size: .9rem; font-weight: 600; color: var(--navy-900); }
.anchor-nav a:hover { background: var(--brand-100); }

/* logo wall & cases ------------------------------------------------------ */
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; } .logo-wall.compact { grid-template-columns: repeat(8, 1fr); }
.logo-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); height: 96px; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.logo-item img { max-height: 56px; width: auto; max-width: 100%; transition: .25s; }
.logo-item { transition: .25s; } .logo-item:hover { transform: scale(1.06); border-color: var(--brand); box-shadow: var(--shadow); z-index: 2; }
.logo-wall.compact .logo-item { height: 80px; } .logo-wall.compact .logo-item img { max-height: 44px; }

/* two-row logo marquee (top row → right, bottom row → left), colour logos, pause + highlight on hover */
.section-clients { padding-bottom: 3.5rem; }
.marquee { overflow: hidden; padding: .6rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 1rem; width: max-content; animation: marquee-left 46s linear infinite; }
.marquee[data-dir="right"] .marquee-track { animation-name: marquee-right; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee .logo-item { flex: 0 0 auto; width: 190px; height: 92px; }
@keyframes marquee-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* generic auto-advancing carousel (cases on home, categories on products page) */
.carousel { position: relative; --car-gap: 1.2rem; --car-w: calc((100% - 3 * var(--car-gap)) / 4); }
.car-cats-5 { --car-w: calc((100% - 4 * var(--car-gap)) / 5); }
.car-cases { --car-w: calc((100% - 3 * var(--car-gap)) / 4); }
.car-track { display: flex; gap: var(--car-gap); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: .3rem .1rem .6rem; }
.car-track::-webkit-scrollbar { display: none; }
.car-track > * { flex: 0 0 var(--car-w); scroll-snap-align: start; min-width: 0; }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255, 255, 255, .95); color: var(--navy-900); font-size: 1.5rem; line-height: 1; box-shadow: var(--shadow-s); opacity: 0; transition: .2s; }
.car-btn.prev { left: -14px; } .car-btn.next { right: -14px; }
.carousel:hover .car-btn { opacity: 1; } .car-btn:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.car-track .c-card:hover { border-color: var(--gold); box-shadow: 0 14px 34px rgba(10, 31, 77, .14); }
.car-track .c-card:hover .c-card-body h3 { color: var(--brand); }
.case-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.case-img { display: block; aspect-ratio: 1; background: var(--bg-2); } .case-img img { width: 100%; height: 100%; object-fit: cover; }
.case-body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.case-top { display: flex; align-items: center; justify-content: space-between; gap: .6rem; } .case-top img { max-height: 28px; width: auto; max-width: 120px; }
.case-body h3 { font-size: 1rem; margin: 0; } .case-summary { font-size: .92rem; color: var(--ink-2); margin: 0; }
.case-body blockquote { margin: .4rem 0 0; padding: .6rem .9rem; border-left: 3px solid var(--gold); background: var(--gold-100); font-size: .92rem; border-radius: 0 8px 8px 0; } .case-body cite { display: block; font-size: .8rem; color: var(--muted); margin-top: .3rem; font-style: normal; }
.case-link { margin-top: auto; font-weight: 700; font-size: .9rem; }
.case-inline { display: grid; grid-template-columns: 240px 1fr; gap: 1.5rem; align-items: start; background: var(--bg-2); border-radius: var(--radius); padding: 1.2rem; }
.case-inline .case-img { border-radius: var(--radius-s); overflow: hidden; } .case-inline img[height="32"] { max-height: 32px; width: auto; margin-bottom: .6rem; }

/* steps ------------------------------------------------------------------ */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin: 0 0 2rem; counter-reset: s; }
/* order steps: wave hover — the hovered card rises most, neighbours follow with decreasing amplitude and a small delay */
.steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1rem; position: relative; --w: 0; --dist: 0;
  transform: translateY(calc(var(--w) * -14px)) scale(calc(1 + var(--w) * .025)); box-shadow: 0 calc(var(--w) * 18px) calc(var(--w) * 34px) rgba(10, 31, 77, calc(var(--w) * .16));
  transition: transform .45s cubic-bezier(.22, .61, .36, 1), box-shadow .45s, border-color .3s; transition-delay: calc(var(--dist) * 55ms); will-change: transform; }
.steps li.is-hot { border-color: var(--gold); } .steps li.is-hot .step-n { background: var(--gold); color: var(--navy-950); transform: scale(1.1); } .steps li.is-hot h3 { color: var(--brand); }
.step-n { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; align-items: center; justify-content: center; margin-bottom: .7rem; transition: .3s; }
.steps h3 { font-size: 1rem; margin-bottom: .3rem; } .steps p { font-size: .88rem; color: var(--muted); margin: 0; }

/* video ------------------------------------------------------------------ */
.video-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 2.5rem; align-items: center; }
/* video box: idle frame keeps the true video aspect ratio; big centered play button */
.video-box { position: relative; aspect-ratio: var(--ar, 16 / 9); border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: var(--shadow); }
.video-box video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: linear-gradient(180deg, rgba(7, 26, 63, 0) 40%, rgba(7, 26, 63, .55)); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .9rem; cursor: pointer; transition: opacity .35s; padding: 0; }
.video-play svg { width: 84px; height: 84px; border-radius: 50%; background: var(--gold); color: var(--navy-950); padding: 22px; box-sizing: border-box; box-shadow: 0 12px 34px rgba(0, 0, 0, .35); transition: transform .25s; }
.video-play:hover svg { transform: scale(1.08); background: var(--gold-hover); }
.vp-ring { position: absolute; width: 84px; height: 84px; border-radius: 50%; border: 2px solid rgba(245, 185, 58, .8); animation: vp-ring 2s ease-out infinite; top: calc(50% - 42px - 1.3rem); }
@keyframes vp-ring { from { transform: scale(1); opacity: .9; } to { transform: scale(1.7); opacity: 0; } }
.vp-label { font-weight: 700; font-size: .95rem; text-shadow: 0 2px 8px rgba(0, 0, 0, .5); }
.video-box.playing .video-play { opacity: 0; pointer-events: none; }
.video-sec .video-mid { max-width: 880px; margin: 0 auto; } .center-h { justify-content: center; }

/* faq -------------------------------------------------------------------- */
/* FAQ accordion: hover (desktop) or tap opens, animated height, one open at a time */
.faq-list { display: flex; flex-direction: column; gap: .6rem; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-s); background: #fff; transition: box-shadow .3s, border-color .3s, transform .3s; }
.faq-item:hover, .faq-item.open { border-color: var(--brand-100); box-shadow: 0 10px 30px rgba(10, 31, 77, .08); }
.faq-item.open { border-left: 3px solid var(--gold); }
.faq-q { width: 100%; text-align: left; background: transparent; border: 0; padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-weight: 700; color: var(--navy-900); font-size: 1rem; }
.faq-item.open .faq-q { color: var(--brand); }
.faq-icon { position: relative; flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--brand-50); transition: background .3s, transform .35s; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--brand); border-radius: 1px; transition: .3s; }
.faq-icon::before { width: 12px; height: 2px; transform: translate(-50%, -50%); } .faq-icon::after { width: 2px; height: 12px; transform: translate(-50%, -50%); }
.faq-item.open .faq-icon { background: var(--gold); transform: rotate(180deg); } .faq-item.open .faq-icon::after { transform: translate(-50%, -50%) scaleY(0); } .faq-item.open .faq-icon::before { background: var(--navy-950); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.22, .61, .36, 1); }
.faq-a-inner { overflow: hidden; } .faq-a-inner p { margin: 0; padding: 0 1.2rem 1.1rem; color: var(--ink-2); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }

/* footer ----------------------------------------------------------------- */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, .8); padding: 0 0 6rem; margin-top: 3rem; }
/* CTA band: animated gradient, floating glows, layered 3D shadow, scroll reveal, hover lift */
.footer-cta { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(120deg, var(--navy-800) 0%, var(--brand) 45%, #2a56c4 70%, var(--navy-800) 100%); background-size: 220% 220%; animation: cta-gradient 14s ease-in-out infinite; border-radius: 22px; padding: 3rem 2.8rem; display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: center; transform: translateY(-2.5rem); border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 34px 70px -24px rgba(7, 26, 63, .75), 0 14px 30px -14px rgba(11, 48, 142, .45), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -2px 0 rgba(0, 0, 0, .25); transition: transform .5s cubic-bezier(.22, .61, .36, 1), box-shadow .5s, opacity .7s; }
.footer-cta:hover { transform: translateY(-3.1rem); box-shadow: 0 44px 90px -26px rgba(7, 26, 63, .8), 0 18px 36px -14px rgba(11, 48, 142, .55), inset 0 1px 0 rgba(255, 255, 255, .32), inset 0 -2px 0 rgba(0, 0, 0, .25); }
.js .footer-cta[data-reveal]:not(.in) { opacity: 0; transform: translateY(-.6rem); }
.js .map-wrap[data-reveal]:not(.in) { opacity: 0; transform: translateY(24px); } .map-wrap { transition: opacity .7s ease, transform .7s ease; }
@keyframes cta-gradient { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.fc-glow { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .55; pointer-events: none; z-index: -1; }
.fc-glow-a { width: 340px; height: 340px; right: -80px; top: -140px; background: radial-gradient(circle, rgba(245, 185, 58, .9), rgba(245, 185, 58, 0) 70%); animation: fc-float 9s ease-in-out infinite alternate; }
.fc-glow-b { width: 300px; height: 300px; left: 30%; bottom: -180px; background: radial-gradient(circle, rgba(120, 170, 255, .85), rgba(120, 170, 255, 0) 70%); animation: fc-float 11s ease-in-out infinite alternate-reverse; }
@keyframes fc-float { from { transform: translate(0, 0) scale(1); } to { transform: translate(-40px, 30px) scale(1.15); } }
.fc-grid { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255, 255, 255, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .35) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: radial-gradient(ellipse at 30% 50%, #000 20%, transparent 75%); mask-image: radial-gradient(ellipse at 30% 50%, #000 20%, transparent 75%); }
.fc-text, .fc-actions { position: relative; z-index: 1; }
.fc-text h2 { text-shadow: 0 3px 16px rgba(7, 26, 63, .5); }
.footer-cta .btn-gold { box-shadow: 0 10px 26px rgba(245, 185, 58, .45), 0 2px 0 #c58f14; } .footer-cta .btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(245, 185, 58, .55), 0 2px 0 #c58f14; }
.footer-cta h2 { color: #fff; margin-bottom: .3rem; } .footer-cta p { margin: 0; color: rgba(255, 255, 255, .85); } .footer-cta-kicker { color: var(--gold) !important; font-weight: 700; font-size: .9rem; margin-bottom: .4rem !important; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.footer-col h4 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .9rem; } .footer-col h4.mt { margin-top: 1.5rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; } .footer-col li { margin-bottom: .35rem; font-size: .92rem; } .footer-col a { color: rgba(255, 255, 255, .8); } .footer-col a:hover { color: var(--gold); }
.footer-logo { filter: brightness(0) invert(1); opacity: .95; margin-bottom: 1rem; height: 28px; width: auto; }
.footer-contact li { margin-bottom: .5rem; }
.footer-certs { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; padding: 1.2rem 0; font-size: .85rem; border-bottom: 1px solid rgba(255, 255, 255, .12); } .footer-certs a { color: rgba(255, 255, 255, .75); } .footer-certs-label { color: var(--gold); font-weight: 700; }
.footer-legal { padding-top: 1.2rem; font-size: .82rem; color: rgba(255, 255, 255, .6); } .footer-legal a { color: rgba(255, 255, 255, .75); } .footer-legal p { margin-bottom: .4rem; } .tm-note { font-size: .78rem; }
.pay-list li { font-size: .88rem; }

/* side bar & mobile bar -------------------------------------------------- */
/* side contact bar: light buttons, tooltip on hover (no layout shift), idle "wave" bounce top→bottom */
.side-bar { position: fixed; right: 16px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; z-index: 450; }
.sb-item { position: relative; animation: side-wave 3.2s ease-in-out infinite; animation-delay: calc(var(--i) * .22s); }
@keyframes side-wave { 0%, 60%, 100% { transform: translateX(0); } 30% { transform: translateX(-7px); } }
.sb-btn { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e3e8f2; background: #fff; color: var(--brand); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(10, 31, 77, .12); transition: transform .25s ease, box-shadow .25s ease, background .25s; padding: 0; }
.sb-btn:hover { transform: scale(1.1); box-shadow: 0 10px 26px rgba(10, 31, 77, .2); }
.sb-wechat { color: #07c160; } .sb-wa { color: #25d366; } .sb-phone { color: var(--brand); } .sb-top { color: var(--muted); }
.sb-wechat:hover { background: #07c160; color: #fff; } .sb-wa:hover { background: #25d366; color: #fff; } .sb-phone:hover { background: var(--brand); color: #fff; } .sb-top:hover { background: var(--navy-900); color: #fff; }
.sb-tip { position: absolute; right: calc(100% + 12px); top: 50%; transform: translate(6px, -50%); background: var(--navy-900); color: #fff; font-size: .8rem; font-weight: 600; padding: .35em .75em; border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transition: .22s; }
.sb-tip::after { content: ""; position: absolute; left: 100%; top: 50%; margin-top: -5px; border: 5px solid transparent; border-left-color: var(--navy-900); }
.sb-item:hover .sb-tip { opacity: 1; transform: translate(0, -50%); }
.mobile-bar { display: none; }

/* bottom-right guide launcher: idle mini window with message badge */
.guide-launcher { position: fixed; right: 18px; bottom: 18px; z-index: 460; display: flex; align-items: center; gap: .7rem; width: 300px; max-width: calc(100vw - 36px); padding: .7rem .9rem .7rem .7rem; border: 1px solid #e3e8f2; border-radius: 16px; background: #fff; box-shadow: 0 14px 40px rgba(7, 26, 63, .22); text-align: left; cursor: pointer; animation: gl-in .5s ease-out both, gl-bounce 4s ease-in-out 2s infinite; transition: transform .2s, box-shadow .2s; }
.guide-launcher:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(7, 26, 63, .28); animation-play-state: paused; }
.guide-launcher[hidden] { display: none; }
@keyframes gl-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes gl-bounce { 0%, 80%, 100% { transform: translateY(0); } 85% { transform: translateY(-6px); } 92% { transform: translateY(0); } 96% { transform: translateY(-3px); } }
.gl-avatar { position: relative; flex: 0 0 auto; } .gl-avatar img { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); }
.gl-online { position: absolute; right: 0; bottom: 0; width: 11px; height: 11px; border-radius: 50%; background: #25d366; border: 2px solid #fff; }
.gl-text { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; } .gl-text strong { font-size: .86rem; color: var(--navy-900); }
.gl-msg { font-size: .82rem; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: .15rem 0; }
.gl-sub { font-size: .74rem; color: var(--gold-600); font-weight: 700; }
.gl-badge { position: absolute; top: -8px; right: -6px; min-width: 22px; height: 22px; border-radius: 11px; background: #e5484d; color: #fff; font-size: .75rem; font-weight: 800; display: flex; align-items: center; justify-content: center; padding: 0 6px; border: 2px solid #fff; animation: badge-pulse 2s ease-in-out infinite; }
.gl-badge[hidden] { display: none; }
@keyframes badge-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(229, 72, 77, .5); } 60% { box-shadow: 0 0 0 8px rgba(229, 72, 77, 0); } }
/* persistent contact strip at the bottom of the expanded chat window */
.guide-contact { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; padding: .5rem .8rem; background: #fff; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.gc-btn { display: inline-flex; align-items: center; gap: .35em; border-radius: 999px; padding: .38em .8em; font-size: .82rem; font-weight: 700; border: 1px solid var(--line); background: #fff; color: var(--navy-900); transition: .2s; }
.gc-wechat { color: #07c160; border-color: rgba(7, 193, 96, .35); } .gc-wechat:hover { background: #07c160; color: #fff; }
.gc-wa { color: #1fa855; border-color: rgba(37, 211, 102, .4); } .gc-wa:hover { background: #25d366; color: #fff; }
.gc-phone { color: var(--brand); border-color: var(--brand-100); } .gc-phone:hover { background: var(--brand); color: #fff; }

/* modals ----------------------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 900; background: rgba(7, 26, 63, .6); display: flex; align-items: center; justify-content: center; padding: 1rem; }
.modal[hidden] { display: none; }
.modal-box { background: #fff; border-radius: var(--radius); max-width: 520px; width: 100%; padding: 1.6rem 1.6rem 1.4rem; position: relative; box-shadow: 0 30px 80px rgba(0, 0, 0, .3); animation: pop .22s ease-out; max-height: 92vh; overflow: auto; }
@keyframes pop { from { transform: translateY(14px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-close { position: absolute; right: .8rem; top: .7rem; width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--bg-2); font-size: 1.4rem; line-height: 1; color: var(--muted); }
.modal-close:hover { background: var(--brand-100); color: var(--brand); }
.modal-head { display: flex; gap: .8rem; align-items: center; margin-bottom: .6rem; } .modal-head h3 { margin: 0; font-size: 1.25rem; }
.modal-kicker { margin: 0; color: var(--gold-600); font-weight: 800; font-size: .85rem; }
.avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.modal-sub { color: var(--muted); font-size: .95rem; }
.qr-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 1.2rem; align-items: center; background: var(--bg-2); border-radius: var(--radius-s); padding: 1rem; }
.qr-wrap img { width: 220px; height: 220px; border-radius: 8px; background: #fff; }
.qr-label { margin: 0; font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; } .qr-id { margin: .2rem 0 .7rem; font-weight: 800; font-size: 1.15rem; color: var(--navy-900); word-break: break-all; } .qr-tip { font-size: .8rem; color: var(--muted); margin: .7rem 0 0; }
.modal-credit { margin: 1rem 0 .6rem; font-size: .9rem; color: var(--gold-600); font-weight: 700; }
.modal-alt { display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .9rem; border-top: 1px solid var(--line); padding-top: .8rem; } .modal-alt span { color: var(--muted); }
.phone-list { display: grid; gap: .6rem; margin: .6rem 0 .8rem; } .phone-list a { display: flex; justify-content: space-between; align-items: center; background: var(--bg-2); border-radius: var(--radius-s); padding: .9rem 1.1rem; color: var(--navy-900); font-size: 1.15rem; } .phone-list small { color: var(--green); font-weight: 700; font-size: .8rem; }

/* guide chat widget ------------------------------------------------------ */
.guide { position: fixed; right: 18px; bottom: 18px; width: 336px; max-width: calc(100vw - 24px); height: 470px; max-height: calc(100vh - 40px); background: #fff; border-radius: 16px; box-shadow: 0 24px 70px rgba(7, 26, 63, .35); z-index: 950; display: flex; flex-direction: column; overflow: hidden; animation: pop .25s ease-out; font-size: .92rem; }
.guide[hidden] { display: none; }
.guide-head { display: flex; align-items: center; gap: .7rem; padding: .65rem .85rem; background: var(--navy-900); color: #fff; }
.guide-head .avatar { width: 36px; height: 36px; border: 2px solid rgba(255, 255, 255, .5); display: block; animation: av-bob 3.2s ease-in-out infinite; }
.guide-avatar { position: relative; flex: 0 0 auto; width: 36px; height: 36px; }
.guide-avatar::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid rgba(245, 185, 58, .75); animation: av-ring 2.4s ease-out infinite; pointer-events: none; }
.av-hand { position: absolute; right: -10px; bottom: -6px; font-size: 15px; line-height: 1; transform-origin: 70% 70%; animation: av-wave 4.5s ease-in-out infinite; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35)); }
@keyframes av-bob { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-2px) rotate(-4deg); } }
@keyframes av-ring { 0% { transform: scale(.85); opacity: .9; } 70%, 100% { transform: scale(1.45); opacity: 0; } }
@keyframes av-wave { 0%, 55%, 100% { transform: rotate(0); } 60% { transform: rotate(18deg); } 68% { transform: rotate(-12deg); } 76% { transform: rotate(16deg); } 84% { transform: rotate(-6deg); } 92% { transform: rotate(8deg); } }
.guide-title { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.2; } .guide-title strong { font-size: .84rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .online { font-size: .72rem; color: #7ee2a0; }
.guide-head .modal-close, .guide-restart { position: static; background: rgba(255, 255, 255, .12); color: #fff; width: 32px; height: 32px; border-radius: 50%; border: 0; font-size: 1.1rem; }
.guide-banner { background: var(--gold); color: var(--navy-950); font-weight: 800; font-size: .8rem; text-align: center; padding: .3rem; }
.guide-body { flex: 1; overflow-y: auto; padding: .8rem; background: var(--bg-2); display: flex; flex-direction: column; gap: .5rem; }
.msg { max-width: 90%; padding: .55rem .8rem; border-radius: 13px; font-size: .88rem; line-height: 1.5; animation: fade .25s; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.msg.bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; align-self: flex-start; }
.msg.user { background: var(--brand); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.msg.typing { color: var(--muted); font-style: italic; }
.opts { display: flex; flex-wrap: wrap; gap: .4rem; padding: .2rem 0 .4rem; }
.opts button { border: 1.5px solid var(--brand); background: #fff; color: var(--brand); border-radius: 999px; padding: .35em .8em; font-size: .82rem; font-weight: 600; }
.opts button:hover { background: var(--brand); color: #fff; }
.guide-foot { border-top: 1px solid var(--line); padding: .55rem .8rem; display: flex; gap: .45rem; flex-wrap: wrap; align-items: center; background: #fff; min-height: 46px; }
.guide-foot:empty { display: none; }
.guide-foot input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 999px; padding: .5em .85em; font: inherit; font-size: .88rem; }
.guide-foot .btn { padding: .45em .9em; font-size: .84rem; }
.guide-final { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; width: 100%; }
.guide-final .btn { font-size: .8rem; padding: .55em .5em; }

/* product page ----------------------------------------------------------- */
.crumbs { font-size: .85rem; margin: 1.2rem 0 1rem; } .crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .3rem; color: var(--muted); }
.crumbs li + li::before { content: "›"; margin: 0 .4rem 0 .1rem; color: var(--line); } .crumbs a { color: var(--muted); } .crumbs a:hover { color: var(--brand); } .crumbs span { color: var(--navy-900); font-weight: 600; }
.product-top { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.5rem; align-items: start; margin-bottom: 2rem; }
.product-top > *, .product-body > *, .grid > *, .split > *, .cat-hero > *, .video-wrap > * { min-width: 0; }
.gallery-thumbs { max-width: 100%; }
.gallery-main { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-2); border: 1px solid var(--line); aspect-ratio: 1; }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-zoom, .gallery-nav { position: absolute; border: 0; background: rgba(255, 255, 255, .9); color: var(--navy-900); width: 40px; height: 40px; border-radius: 50%; font-size: 1.3rem; box-shadow: var(--shadow-s); }
.gallery-zoom { right: 12px; top: 12px; } .gallery-nav { top: 50%; transform: translateY(-50%); } .gallery-nav.prev { left: 12px; } .gallery-nav.next { right: 12px; }
.gallery-thumbs { display: flex; gap: .5rem; overflow-x: auto; padding: .8rem 0 .3rem; scrollbar-width: thin; }
.thumb { flex: 0 0 auto; width: 76px; height: 76px; border-radius: 8px; border: 2px solid var(--line); padding: 0; overflow: hidden; background: #fff; } .thumb.active { border-color: var(--brand); } .thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-note { font-size: .8rem; color: var(--muted); margin-top: .5rem; }
.product-info h1 { margin-bottom: .4rem; }
.spec-list { margin: 1.2rem 0; border: 1px solid var(--line); border-radius: var(--radius-s); overflow: hidden; }
.spec-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: .7rem 1rem; border-bottom: 1px solid var(--line); font-size: .93rem; } .spec-list > div:last-child { border-bottom: 0; } .spec-list > div:nth-child(odd) { background: var(--bg-2); }
.spec-list dt { color: var(--muted); font-weight: 600; } .spec-list dd { margin: 0; color: var(--ink); } .spec-list small { color: var(--gold-600); font-weight: 600; }
.product-cta { margin-top: 1.4rem; display: flex; flex-direction: column; gap: .7rem; } .product-cta .btn-lg { align-self: stretch; } .product-cta-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.product-body { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.pblock { margin-bottom: 2.2rem; } .pblock h2 { font-size: 1.35rem; padding-bottom: .5rem; border-bottom: 2px solid var(--brand-100); margin-bottom: 1rem; }
.check-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .9rem; }
.check-list li { padding-left: 1.6em; position: relative; } .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-600); font-weight: 800; }
.opt-table { width: 100%; border-collapse: collapse; } .opt-table th { text-align: left; width: 120px; color: var(--muted); font-weight: 600; padding: .7rem .6rem; border-bottom: 1px solid var(--line); vertical-align: top; font-size: .92rem; } .opt-table td { padding: .55rem .4rem; border-bottom: 1px solid var(--line); }
.opt { display: inline-block; background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; padding: .2em .6em; margin: .15em; font-size: .9rem; }
.mini-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; } .mini-process a { display: block; border-radius: var(--radius-s); overflow: hidden; position: relative; color: #fff; aspect-ratio: 3/2; }
.mini-process img { width: 100%; height: 100%; object-fit: cover; } .mini-process span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem .6rem .5rem; background: linear-gradient(transparent, rgba(7, 26, 63, .9)); font-size: .82rem; font-weight: 600; }
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 0; } .policy-grid.big { grid-template-columns: repeat(3, 1fr); }
.policy-grid > div { background: var(--bg-2); border-radius: var(--radius-s); padding: .9rem 1rem; } .policy-grid dt { font-weight: 700; color: var(--navy-900); margin-bottom: .3rem; } .policy-grid dd { margin: 0; font-size: .92rem; color: var(--ink-2); }
.product-side { position: sticky; top: calc(var(--header-h) + 16px); display: flex; flex-direction: column; gap: 1rem; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; } .side-card h3 { font-size: 1rem; margin-bottom: .6rem; }
.side-cta { background: var(--navy-900); color: #fff; border-color: var(--navy-900); display: flex; flex-direction: column; gap: .5rem; } .side-cta p { margin: 0; color: rgba(255, 255, 255, .85); font-size: .92rem; } .side-kicker { color: var(--gold) !important; font-weight: 800; font-size: 1.05rem !important; }
.side-phone { color: #fff; font-weight: 700; text-align: center; margin-top: .3rem; }
.side-links { list-style: none; padding: 0; margin: 0; } .side-links li { padding: .35rem 0; border-bottom: 1px dashed var(--line); font-size: .92rem; } .side-links li:last-child { border: 0; }

/* lightbox --------------------------------------------------------------- */
.lightbox { position: fixed; inset: 0; z-index: 990; background: rgba(0, 0, 0, .9); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; } .lightbox img { max-width: 92vw; max-height: 92vh; width: auto; height: auto; }
.lightbox .modal-close { background: rgba(255, 255, 255, .15); color: #fff; right: 1rem; top: 1rem; }
.lightbox .gallery-nav { background: rgba(255, 255, 255, .15); color: #fff; } .lightbox .gallery-nav.prev { left: 1rem; } .lightbox .gallery-nav.next { right: 1rem; }

/* category & generic pages ------------------------------------------------ */
.cat-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; align-items: center; padding: 1rem 0 2rem; }
.cat-hero-img { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); aspect-ratio: 1; } .cat-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.points-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; }
.points-grid li { background: var(--bg-2); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-s) var(--radius-s) 0; padding: .9rem 1rem; font-size: .93rem; }
.two-col-sec { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.feature-band { display: grid; grid-template-columns: 1fr 1.15fr; gap: 2.5rem; align-items: center; background: linear-gradient(135deg, #eef3ff, #f7f9fd); border: 1px solid var(--brand-100); border-radius: var(--radius); padding: 2rem; }
.feature-img { margin: 0; } .feature-img img { border-radius: var(--radius-s); box-shadow: var(--shadow); } .feature-img figcaption, .fig-clean figcaption { font-size: .82rem; color: var(--muted); margin-top: .5rem; }
.feature-text h2 { font-size: 1.5rem; } .check-list.one-col { grid-template-columns: 1fr; }
.fig-clean { margin: 0; } .cleanroom .split { align-items: start; }
.cta-inline { background: var(--navy-900); color: #fff; border-radius: var(--radius); padding: 2.5rem; display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: center; margin: 2rem 0; }
.cta-inline h2 { color: #fff; margin-bottom: .3rem; } .cta-inline p { margin: 0; color: rgba(255, 255, 255, .85); }
.page-head { padding: .5rem 0 1.5rem; } .page-head .lead { max-width: 50em; }
.page-hero { background: var(--navy-900) var(--hero) center/cover; position: relative; color: #fff; padding: 3rem 0 3.5rem; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 26, 63, .92), rgba(10, 31, 77, .6)); }
.page-hero .container { position: relative; } .page-hero h1 { color: #fff; } .page-hero .lead { color: rgba(255, 255, 255, .85); max-width: 46em; }
.page-hero .crumbs a, .page-hero .crumbs span, .page-hero .crumbs ol { color: rgba(255, 255, 255, .8); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; } .split-img img { border-radius: var(--radius); box-shadow: var(--shadow); } .split-img.stack { display: grid; gap: 1rem; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } .photo-grid figure { margin: 0; } .photo-grid img { border-radius: var(--radius-s); aspect-ratio: 3/2; object-fit: cover; width: 100%; } .photo-grid figcaption { font-size: .88rem; color: var(--muted); margin-top: .4rem; }
.timeline { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.tl-item { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.tl-item:nth-child(even) .tl-img { order: 2; } .tl-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/2; } .tl-text { padding: 1.5rem 2rem; }
.tl-n { display: inline-block; background: var(--gold); color: var(--navy-950); font-weight: 800; border-radius: 6px; padding: .1em .6em; margin-bottom: .6rem; } .tl-text h2 { font-size: 1.4rem; }
/* horizontal timeline with scroll-triggered reveal */
.htl { position: relative; padding-top: 22px; }
.htl-line { position: absolute; left: 0; right: 0; top: 14px; height: 3px; background: var(--brand-100); border-radius: 2px; overflow: hidden; }
.htl-progress { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--brand), var(--gold)); transition: width 2.6s cubic-bezier(.22, .61, .36, 1); }
.htl.in .htl-progress { width: 100%; }
.htl-items { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(8, 1fr); gap: 1rem; }
.htl-item { position: relative; padding: 1.2rem .2rem 0 0; opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; transition-delay: calc(var(--i) * .28s + .2s); }
.htl.in .htl-item { opacity: 1; transform: none; }
.htl-dot { position: absolute; left: 0; top: -15px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--brand); transition: .5s; transition-delay: calc(var(--i) * .28s + .2s); }
.htl.in .htl-dot { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 0 6px rgba(245, 185, 58, .22); }
.htl-year { display: block; font-weight: 800; color: var(--brand); font-size: 1.15rem; margin-bottom: .3rem; } .htl-item p { margin: 0; color: var(--ink-2); font-size: .88rem; line-height: 1.55; }
.htl-item:hover .htl-year { color: var(--gold-600); }
.value-grid .value { background: var(--bg-2); border-radius: var(--radius); padding: 1.4rem; } .value h3 { font-size: 1.05rem; } .value p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.cert-grid .cert-card { display: grid; grid-template-columns: 220px 1fr; } .cert-img img { width: 100%; height: 100%; object-fit: cover; } .cert-body { padding: 1.2rem; } .cert-body h3 { font-size: 1.05rem; }
.cert-meta { margin: 0 0 .8rem; font-size: .88rem; } .cert-meta div { display: grid; grid-template-columns: 90px 1fr; gap: .5rem; padding: .25rem 0; border-bottom: 1px dashed var(--line); } .cert-meta dt { color: var(--muted); } .cert-meta dd { margin: 0; }
.cert-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.cert-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; } .cert-strip a { display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; font-size: .85rem; color: var(--ink-2); } .cert-strip img { height: 160px; width: auto; border: 1px solid var(--line); border-radius: 6px; }
.gsec-head { display: grid; grid-template-columns: 240px 1fr; gap: 1.5rem; align-items: center; margin-bottom: 1.2rem; } .gsec-head img { border-radius: var(--radius-s); aspect-ratio: 3/2; object-fit: cover; } .gsec-head h2 { margin: 0; }
.term-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 0; } .term-list > div { background: var(--bg-2); border-radius: var(--radius-s); padding: .9rem 1.1rem; } .term-list dt { font-weight: 700; color: var(--navy-900); } .term-list dd { margin: .2rem 0 0; font-size: .92rem; color: var(--ink-2); }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; } .contact-card { padding: 1.4rem; text-align: left; border-radius: var(--radius); } .contact-card h3 { font-size: 1.05rem; } .contact-card p { color: var(--muted); font-size: .9rem; } .contact-val { font-weight: 700; color: var(--brand); word-break: break-all; }
.form-split { grid-template-columns: 1.4fr 1fr; align-items: start; } .form-split aside { display: flex; flex-direction: column; gap: 1rem; }
.fig-card figcaption { padding: 1rem; } .fig-card figcaption strong { display: block; margin-bottom: .3rem; } .fig-card figcaption span { font-size: .9rem; color: var(--muted); } .fig-card img { aspect-ratio: 3/2; object-fit: cover; }
.pay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; } .pay-item { background: var(--bg-2); border-radius: var(--radius-s); padding: 1.2rem; display: flex; flex-direction: column; align-items: center; gap: .6rem; text-align: center; } .pay-item img { height: 36px; width: auto; } .pay-item span { font-size: .88rem; color: var(--muted); }
.prose h2 { font-size: 1.25rem; margin-top: 1.8rem; } .prose p { color: var(--ink-2); }

/* map section (Amap embed + address card) */
.map-sec { padding: 4rem 0; }
.map-wrap { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.5rem; align-items: stretch; }
.map-frame { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); min-height: 420px; box-shadow: var(--shadow); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; display: flex; flex-direction: column; gap: .6rem; box-shadow: var(--shadow-s); }
.map-logo { height: 24px; width: auto; margin-bottom: .4rem; } .map-card h3 { font-size: 1.15rem; margin: 0; } .map-addr { color: var(--ink-2); margin: 0; }
.map-meta { list-style: none; margin: .4rem 0; padding: 0; } .map-meta li { display: flex; gap: .6rem; align-items: baseline; padding: .45rem 0; border-bottom: 1px dashed var(--line); font-size: .93rem; flex-wrap: wrap; }
.map-meta li > span:first-child { color: var(--muted); flex: 0 0 70px; font-size: .85rem; } .map-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; padding-top: .6rem; }
.copy-mini { border: 1px solid var(--brand-100); background: var(--brand-50); color: var(--brand); border-radius: 999px; font-size: .75rem; font-weight: 700; padding: .15em .7em; cursor: pointer; transition: .2s; }
.copy-mini:hover { background: var(--brand); color: #fff; } .copy-mini.light { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .3); color: #fff; } .copy-mini.light:hover { background: var(--gold); color: var(--navy-950); border-color: var(--gold); }

/* products page: drifting logo watermark behind content */
.page-products main { position: relative; isolation: isolate; }
.watermark { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.page-products .site-footer { position: relative; z-index: 1; }
.page-products main > .container { position: relative; z-index: 1; }
/* a handful of faint logos, each floating on its own rhythm */
.wm-logo { position: absolute; left: var(--x); top: var(--y); width: var(--s); opacity: .04; transform: rotate(var(--r)); animation: wm-float 14s ease-in-out var(--d) infinite alternate; will-change: transform; }
@keyframes wm-float { from { transform: translate(0, 0) rotate(var(--r)) scale(1); } 50% { opacity: .06; } to { transform: translate(28px, -36px) rotate(calc(var(--r) + 4deg)) scale(1.06); } }
@media (max-width: 760px) { .wm-logo { width: calc(var(--s) * .6); } .wm-logo:nth-child(n+4) { display: none; } }
.page-404 { padding: 4rem 0; } .err-code { font-size: 6rem; font-weight: 800; color: var(--brand-100); line-height: 1; margin: 0; }

/* forms ------------------------------------------------------------------ */
.inquiry-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .form-grid label { display: flex; flex-direction: column; gap: .35rem; font-size: .9rem; font-weight: 600; color: var(--ink-2); } .form-grid label.full { grid-column: 1 / -1; }
.form-grid label em { color: #d33; font-style: normal; } .form-grid input, .form-grid select, .form-grid textarea { border: 1px solid var(--line); border-radius: var(--radius-s); padding: .7em .9em; font: inherit; font-weight: 400; color: var(--ink); background: #fff; width: 100%; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 2px solid var(--brand-100); border-color: var(--brand); }
.form-grid label.check { flex-direction: row; align-items: center; font-weight: 400; } .form-grid label.check input { width: auto; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.2rem; } .form-note { margin: 0; font-size: .85rem; color: var(--muted); }
.form-status { margin: .8rem 0 0; font-weight: 600; min-height: 1.2em; } .form-status.ok { color: #15803d; } .form-status.err { color: #b91c1c; }
.hp { position: absolute; left: -9999px; }
.filters { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.4rem; } .filter-row { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; } .filter-label { font-size: .85rem; color: var(--muted); font-weight: 700; margin-right: .3rem; }
.p-card.is-hidden { display: none; }

/* responsive ------------------------------------------------------------- */
@media (max-width: 1100px) {
  .grid-5 { grid-template-columns: repeat(4, 1fr); } .strip { grid-template-columns: repeat(3, 1fr); } .steps { grid-template-columns: repeat(3, 1fr); } .logo-wall { grid-template-columns: repeat(4, 1fr); } .logo-wall.compact { grid-template-columns: repeat(5, 1fr); }
  .stats-grid, .stats-inline { grid-template-columns: repeat(3, 1fr); } .points-grid { grid-template-columns: repeat(2, 1fr); } .contact-grid, .pay-grid { grid-template-columns: repeat(2, 1fr); }
  .carousel, .car-cats-5 { --car-w: calc((100% - 2 * var(--car-gap)) / 3); } .car-cases { --car-w: calc((100% - var(--car-gap)) / 2); }
  .htl { overflow-x: auto; padding-bottom: .5rem; } .htl-items { display: flex; min-width: max-content; } .htl-item { flex: 0 0 210px; } .htl-line { right: auto; width: calc(8 * 226px); }
}
@media (max-width: 900px) {
  :root { --header-h: 62px; }
  .nav-toggle { display: flex; } .header-right .lang-switch, .header-cta, .header-phone { display: none; }
  .site-nav { position: fixed; inset: var(--header-h) 0 0 0; background: #fff; overflow-y: auto; padding: 1rem 20px 6rem; transform: translateX(100%); transition: transform .25s; z-index: 490; }
  .site-nav.open { transform: none; }
  .site-nav > ul { flex-direction: column; gap: 0; } .site-nav > ul > li { border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; }
  .site-nav > ul > li > a { flex: 1; padding: .9em .4em; font-size: 1.05rem; }
  .sub-toggle { display: block; border: 0; background: transparent; width: 44px; height: 44px; color: var(--brand); font-size: 1.1rem; transition: transform .2s; } .sub-toggle[aria-expanded="true"] { transform: rotate(180deg); }
  .sub, .sub.mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 .4em 1em; display: none; width: 100%; grid-template-columns: 1fr; gap: .6rem; }
  .has-sub.open .sub { display: block; } .has-sub.open .sub.mega { display: grid; } .mega-cta { display: none; } .mega-col ul.two-col { columns: 1; }
  .nav-mobile-extra { display: flex; flex-direction: column; gap: 1rem; padding-top: 1.2rem; } .nav-mobile-extra .lang-switch { justify-content: center; } .nav-mobile-extra .lang-switch a { flex: 1; text-align: center; padding: .6em; }
  .grid-3, .grid-4, .grid-5 { grid-template-columns: repeat(2, 1fr); } .grid-2 { grid-template-columns: 1fr; }
  .product-top, .product-body, .cat-hero, .split, .two-col-sec, .video-wrap, .cta-inline, .footer-cta, .form-split, .feature-band { grid-template-columns: 1fr; }
  .product-side { position: static; } .footer-grid { grid-template-columns: 1fr 1fr; } .tl-item { grid-template-columns: 1fr; } .tl-item:nth-child(even) .tl-img { order: 0; }
  .craft-card { grid-template-columns: 1fr; } .craft-img { aspect-ratio: 16/9; } .cert-grid .cert-card { grid-template-columns: 1fr; } .cert-img img { aspect-ratio: 4/3; }
  .case-inline { grid-template-columns: 1fr; } .term-list, .policy-grid, .policy-grid.big, .check-list { grid-template-columns: 1fr; } .gsec-head { grid-template-columns: 1fr; }
  .side-bar { display: none; }
  .guide-launcher { bottom: 74px; right: 10px; width: 270px; } .guide { right: 8px; bottom: 74px; }
  .carousel, .car-cats-5, .car-cases { --car-w: calc((100% - var(--car-gap)) / 2); } .car-btn { display: none; }
  .hero-ctrl { bottom: .8rem; } .hero-caption { display: none; } .hero-kicker { font-size: .95rem; }
  .map-wrap { grid-template-columns: 1fr; } .map-frame { min-height: 320px; } .map-sec { padding: 3rem 0; }
  .footer-cta { padding: 2rem 1.5rem; border-radius: 18px; } .fc-glow { filter: blur(36px); }
  .site-nav > ul > li.has-sub > a::after { display: none; }
  .video-wrap .video-text { order: -1; }
  .mobile-bar { display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 450; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(10, 31, 77, .08); }
  .mobile-bar > * { border: 0; background: transparent; padding: .8rem .2rem; font-size: .8rem; font-weight: 700; color: var(--navy-900); text-align: center; display: flex; align-items: center; justify-content: center; } .mobile-bar .mb-primary { background: var(--gold); color: var(--navy-950); }
  .site-footer { padding-bottom: 7rem; } .guide { height: min(600px, calc(100vh - 90px)); }
  .hero { min-height: 70vh; } .hero-inner { padding: 3.5rem 20px; }
  .section { padding: 3rem 0; } .steps { grid-template-columns: repeat(2, 1fr); } .photo-grid { grid-template-columns: repeat(2, 1fr); } .cert-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr 1fr; gap: .8rem; } .stats-grid, .stats-inline { grid-template-columns: repeat(2, 1fr); } .strip { grid-template-columns: repeat(2, 1fr); }
  .logo-wall, .logo-wall.compact { grid-template-columns: repeat(3, 1fr); } .steps { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .form-grid { grid-template-columns: 1fr; }
  .qr-wrap { grid-template-columns: 1fr; justify-items: center; text-align: center; } .product-cta-row { grid-template-columns: 1fr; } .mini-process { grid-template-columns: repeat(2, 1fr); } .points-grid, .contact-grid, .pay-grid, .photo-grid { grid-template-columns: 1fr; }
  .p-card-body p { display: none; } .hero h1 { font-size: 2rem; } .cta-inline, .footer-cta { padding: 1.6rem; }
  .carousel, .car-cats-5, .car-cases { --car-w: 78%; } .marquee .logo-item { width: 150px; height: 76px; } .video-play svg, .vp-ring { width: 64px; height: 64px; } .video-play svg { padding: 16px; } .vp-ring { top: calc(50% - 32px - 1.3rem); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } html { scroll-behavior: auto; } }
@media print { .site-header, .site-footer, .side-bar, .mobile-bar, .modal, .guide, .lang-hint { display: none !important; } }
