/*
Theme Name: StarDome
Theme URI: https://zh-dome-house-site.site.accio.ai
Author: Your Dome House Co.
Author URI: https://zh-dome-house-site.site.accio.ai
Description: Custom WordPress theme for a transparent PC dome house manufacturer. Sections: hero carousel with dual CTA, business models, real projects, social proof, structured product spec pages, blog, quote and catalog lead forms. Ported from the approved AI-builder preview design system (placeholder content — replace with real brand data).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stardome
Tags: e-commerce, portfolio, one-column, custom-menu, featured-images, translation-ready
*/

/* ============ WordPress core tweaks ============ */
.alignwide { margin-left: auto; margin-right: auto; max-width: 1200px; }
.alignfull { margin-left: 0; margin-right: 0; max-width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #888; text-align: center; padding-top: 6px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.sticky { border-left: 3px solid #4caf50; }
.gallery { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.bypostauthor { }
.alignleft { float: left; margin: 6px 24px 12px 0; }
.alignright { float: right; margin: 6px 0 12px 24px; }
.aligncenter { display: block; margin: 18px auto; }
.entry-content h2, .entry-content h3 { margin: 26px 0 12px; }
.entry-content p { margin-bottom: 18px; }
.entry-content ul, .entry-content ol { margin: 0 0 18px 22px; }
.entry-content li { margin-bottom: 8px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: #fff; padding: 8px 14px; }
.admin-bar .navbar { top: 32px; }
@media (max-width: 782px) { .admin-bar .navbar { top: 46px; } }

/* form actions */
.sd-form-status { display: none; }
.sd-form-status.error { display: block; color: #c62828; font-size: 13px; font-weight: 600; margin-top: 4px; }
.sd-form-status.ok { display: block; color: #2e7d32; font-size: 13.5px; font-weight: 600; margin-top: 4px; }

/* hero slides (WP) */
.hero { min-height: 84vh; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============ Design Tokens ============ */
:root {
  --green: #4caf50;
  --green-hover: #43a047;
  --green-deep: #1e4d2b;
  --green-logo: #3a7d32;
  --ink: #222;
  --ink-2: #555;
  --ink-3: #888;
  --watermark: #eef3ee;
  --bg: #fff;
  --bg-soft: #f6f8f6;
  --line: #e3e8e3;
  --radius-card: 12px;
  --radius-btn: 5px;
  --radius-pill: 999px;
  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 14px 34px rgba(20, 60, 30, 0.14);
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --maxw: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; }

/* ============ Buttons & links ============ */
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  font-weight: 700; font-size: 14px; letter-spacing: 0.03em; text-transform: uppercase;
  padding: 14px 30px; border-radius: var(--radius-btn); border: 2px solid transparent;
  transition: all 0.2s ease; line-height: 1.2; white-space: nowrap;
}
.btn.primary { background: var(--green); color: #fff; }
.btn.primary:hover { background: var(--green-hover); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3); }
.btn.outline { background: transparent; color: var(--green-deep); border-color: var(--green); }
.btn.outline:hover { background: var(--green); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: 13px; }
.btn-lg { padding: 16px 36px; font-size: 15px; }
.btn-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--green-deep); font-weight: 700; font-size: 14px; transition: gap 0.2s; }
.text-link:hover { gap: 9px; color: var(--green); }
.tag { display: inline-block; padding: 7px 16px; border-radius: var(--radius-pill); background: #eaf6ec; color: var(--green-deep); font-size: 13px; font-weight: 600; border: 1px solid #cde8d2; }
.flag-dot { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 6px; background: var(--green-deep); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.03em; }
.stars { display: flex; gap: 2px; color: #f5a623; margin: 10px 0 6px; }
.cta-band { margin-top: 72px; background: linear-gradient(120deg, var(--green-deep), #2c6b3f); border-radius: 16px; padding: 56px 48px; text-align: center; color: #fff; }
.cta-band h2 { font-size: 30px; margin-bottom: 10px; letter-spacing: -0.02em; }
.cta-band p { color: rgba(255, 255, 255, 0.85); margin-bottom: 24px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band .dual-cta { justify-content: center; }
.cta-band .btn.outline { border-color: #fff; color: #fff; }
.cta-band .btn.outline:hover { background: #fff; color: var(--green-deep); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); margin-bottom: 28px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--green); }
.block-title { font-size: 24px; letter-spacing: -0.01em; margin-bottom: 20px; }

/* ============ Section scaffolding ============ */
.section { padding: 88px 0; }
.section-soft { background: var(--bg-soft); }
.section-deep { background: var(--green-deep); }
.section-deep .section-title, .section-deep .section-sub { color: #fff; }
.section-deep .watermark { color: rgba(255, 255, 255, 0.07); }
.section-deep .section-sub { color: rgba(255, 255, 255, 0.72); }
.section-more { text-align: center; margin-top: 44px; }
.section-head { margin-bottom: 48px; position: relative; }
.section-head.center { text-align: center; }
.section-title { position: relative; font-size: 40px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; overflow-x: clip; overflow-y: visible; }
.section-title .watermark {
  position: absolute; left: -4px; top: -38px; z-index: -1;
  font-size: 92px; font-weight: 900; letter-spacing: 0.02em; line-height: 1;
  color: var(--watermark); pointer-events: none; text-transform: uppercase;
}
.section-title:not(.center) { padding-left: 0; }
.section-head.center .watermark { left: 50%; transform: translateX(-50%); }
.section-title { position: relative; z-index: 1; }
.section-sub { margin-top: 14px; color: var(--ink-3); font-size: 16px; max-width: 620px; position: relative; z-index: 1; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }
.prose p { margin-bottom: 18px; color: var(--ink-2); font-size: 16px; }
.prose p:first-of-type { color: var(--ink); font-size: 17px; }

/* ============ Top bar & Navbar ============ */
.topbar { background: var(--green-deep); color: rgba(255, 255, 255, 0.92); font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar-tagline { font-weight: 500; letter-spacing: 0.02em; }
.topbar-contact { display: flex; gap: 22px; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 6px; opacity: 0.92; }
.topbar-contact a:hover { opacity: 1; color: #b8e6bd; }
.navbar { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong { font-size: 19px; font-weight: 800; letter-spacing: 0.04em; color: var(--green-deep); }
.logo-text small { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); }
.logo.light .logo-text strong { color: #fff; }
.logo.light .logo-text small { color: rgba(255, 255, 255, 0.7); }
.nav-desktop { display: flex; gap: 34px; }
.nav-desktop a { font-size: 15px; font-weight: 600; color: var(--ink-2); position: relative; padding: 6px 0; }
.nav-desktop a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--green); transition: width 0.25s; }
.nav-desktop a:hover, .nav-desktop a.active { color: var(--green-deep); }
.nav-desktop a.active::after, .nav-desktop a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--ink-2); border: 1px solid var(--line); padding: 7px 12px; border-radius: var(--radius-pill); }
.hamburger { display: none; background: none; border: none; color: var(--ink); }
.nav-mobile { display: none; flex-direction: column; padding: 10px 24px 24px; gap: 4px; border-top: 1px solid var(--line); background: #fff; }
.nav-mobile a { padding: 13px 4px; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid #f2f4f2; }
.nav-mobile a.active { color: var(--green-deep); }
.nav-mobile .btn { margin-top: 14px; }

/* ============ Hero ============ */
.hero { position: relative; min-height: 84vh; overflow: hidden; background: var(--green-deep); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10, 30, 15, 0.78) 0%, rgba(10, 30, 15, 0.35) 55%, rgba(10, 30, 15, 0.15) 100%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 84vh; max-width: 720px; margin-left: 0; padding-top: 20px; padding-bottom: 90px; color: #fff; }
.hero-kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: #9fe0a5; margin-bottom: 18px; }
.hero-content h1 { font-size: 52px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; margin-bottom: 18px; }
.hero-sub { font-size: 17px; color: rgba(255, 255, 255, 0.88); max-width: 560px; margin-bottom: 34px; }
.hero-controls { position: absolute; right: 28px; bottom: 30px; z-index: 3; display: flex; align-items: center; gap: 6px; }
.hero-controls button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.08); color: #fff; display: grid; place-items: center; transition: all 0.2s; }
.hero-controls button:hover { background: var(--green); border-color: var(--green); }
.hero-counter { color: rgba(255, 255, 255, 0.85); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; padding: 0 10px; }

/* ============ Stats ============ */
.stats-bar { background: #fff; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 30px 16px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat strong { display: block; font-size: 38px; font-weight: 800; color: var(--green-deep); letter-spacing: -0.02em; }
.stat span { font-size: 13.5px; color: var(--ink-3); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

/* ============ Products / categories ============ */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.category-card { background: #fff; border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.category-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.category-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.category-card:hover .category-card-media img { transform: scale(1.05); }
.category-card-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10, 25, 12, 0.82) 100%); }
.category-card-label { position: absolute; left: 20px; bottom: 44px; z-index: 2; color: #fff; font-size: 21px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; }
.category-card-sub { position: absolute; left: 20px; bottom: 20px; z-index: 2; color: rgba(255, 255, 255, 0.82); font-size: 13.5px; }
.category-card > p { padding: 18px 20px 6px; color: var(--ink-2); font-size: 14.5px; }
.category-card > .text-link { margin: auto 20px 20px; padding-top: 10px; }

/* ============ Business models ============ */
.model-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.model-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); padding: 30px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 10px; transition: transform 0.25s, box-shadow 0.25s; border-top: 4px solid transparent; }
.model-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); border-top-color: var(--green); }
.model-icon { width: 56px; height: 56px; border-radius: 14px; background: #eaf6ec; color: var(--green-deep); display: grid; place-items: center; margin-bottom: 6px; }
.model-card h3 { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; }
.model-card p { color: var(--ink-2); font-size: 14.5px; margin-bottom: 8px; }

/* ============ About ============ */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.about-media { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lift); }
.about-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.about-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 66px; height: 66px; border-radius: 50%; background: rgba(76, 175, 80, 0.92); color: #fff; border: none; display: grid; place-items: center; transition: transform 0.2s, background 0.2s; }
.about-play:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--green-hover); }
.about-copy p { color: var(--ink-2); margin-bottom: 16px; }
.about-points { margin: 18px 0 26px; }
.about-points li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--ink-2); font-size: 15px; }
.about-points li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 800; }

/* ============ Projects ============ */
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.project-grid-lg { grid-template-columns: repeat(2, 1fr); }
.project-card { background: #fff; border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.project-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.project-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.project-card:hover .project-card-media img { transform: scale(1.06); }
.project-card-badge { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; gap: 8px; background: rgba(12, 30, 16, 0.72); color: #fff; font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: var(--radius-pill); backdrop-filter: blur(4px); }
.project-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.project-card-body h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.project-card-body p { color: var(--ink-2); font-size: 13.5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.project-card-body .text-link { margin-top: auto; }

/* ============ Advantages ============ */
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.advantage-card { text-align: center; padding: 30px 22px; color: #fff; }
.advantage-icon { display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); color: #9fe0a5; margin-bottom: 18px; }
.advantage-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.advantage-card p { color: rgba(255, 255, 255, 0.75); font-size: 14px; }

/* ============ Social proof ============ */
.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 52px; }
.logo-chip { display: grid; place-items: center; height: 74px; border: 1px solid var(--line); border-radius: 10px; background: #fafcfa; color: #9aa89c; font-weight: 800; font-size: 14px; letter-spacing: 0.1em; transition: all 0.25s; text-align: center; padding: 0 10px; }
.logo-chip:hover { color: var(--green-deep); border-color: var(--green); background: #eef7ef; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testimonial-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); padding: 26px; box-shadow: var(--shadow-card); position: relative; display: flex; flex-direction: column; }
.quote-mark { color: #cde8d2; margin-bottom: 6px; }
.testimonial-card blockquote { font-size: 14.5px; color: var(--ink-2); line-height: 1.65; flex: 1; }
.testimonial-card figcaption { margin-top: 18px; display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: center; border-top: 1px solid #f0f3f0; padding-top: 16px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green-deep); color: #fff; font-weight: 800; font-size: 14px; display: grid; place-items: center; grid-row: span 2; }
.t-who { display: flex; flex-direction: column; line-height: 1.3; }
.t-who strong { font-size: 14.5px; }
.t-who small { color: var(--ink-3); font-size: 12.5px; }
.t-meta { grid-column: 2; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-3); }

/* ============ Blog ============ */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.post-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.post-card:hover .post-card-media img { transform: scale(1.06); }
.post-date-badge { position: absolute; left: 14px; top: 14px; background: var(--green); color: #fff; border-radius: 8px; text-align: center; padding: 6px 10px; line-height: 1.15; }
.post-date-badge strong { display: block; font-size: 18px; font-weight: 800; }
.post-date-badge span { font-size: 10.5px; letter-spacing: 0.04em; opacity: 0.92; }
.post-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-cat { align-self: flex-start; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); }
.post-card-body h3 { font-size: 17.5px; font-weight: 800; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-card-body p { color: var(--ink-2); font-size: 13.5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-card-body .text-link { margin-top: auto; }

/* ============ Contact ============ */
.contact-section { background: var(--bg-soft); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: start; }
.contact-info h3 { font-size: 22px; margin-bottom: 12px; }
.contact-info > p { color: var(--ink-2); margin-bottom: 22px; }
.contact-lines { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.contact-lines a, .contact-lines span { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink-2); }
.contact-lines a:hover { color: var(--green-deep); }
.contact-cta-note { background: #eef7ef; border: 1px solid #d5ebd9; border-radius: 12px; padding: 20px; }
.contact-cta-note strong { color: var(--green-deep); }
.contact-cta-note p { font-size: 13.5px; color: var(--ink-2); margin-top: 4px; }
.contact-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px; box-shadow: var(--shadow-card); }
.quote-form { display: flex; flex-direction: column; gap: 16px; }
.quote-form h3 { font-size: 20px; margin-bottom: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.quote-form input, .quote-form select, .quote-form textarea {
  font-family: inherit; font-size: 14.5px; padding: 12px 14px; border: 1px solid var(--line);
  border-radius: 7px; background: var(--bg-soft); color: var(--ink); transition: border 0.2s, background 0.2s; resize: vertical;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: none; border-color: var(--green); background: #fff; }
.form-error { color: #c62828; font-size: 13px; font-weight: 600; }
.form-foot { font-size: 12.5px; color: var(--ink-3); text-align: center; }
.form-success { text-align: center; padding: 40px 10px; }
.form-success h3 { font-size: 22px; margin: 12px 0 8px; }
.form-success p { color: var(--ink-2); margin-bottom: 6px; }
.modal-note { font-size: 12.5px; color: var(--ink-3); margin-top: 8px; }

/* ============ Page hero (inner pages) ============ */
.page-hero { background: linear-gradient(120deg, var(--green-deep) 0%, #2c6b3f 100%); color: #fff; padding: 84px 0 68px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); }
.page-kicker { font-size: 12.5px; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; color: #9fe0a5; margin-bottom: 14px; }
.page-hero h1 { font-size: 44px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 14px; max-width: 720px; }
.page-sub { color: rgba(255, 255, 255, 0.85); font-size: 16.5px; max-width: 620px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.chip { padding: 10px 20px; border-radius: var(--radius-pill); border: 1px solid var(--line); background: #fff; color: var(--ink-2); font-size: 14px; font-weight: 700; transition: all 0.2s; }
.chip:hover { border-color: var(--green); color: var(--green-deep); }
.chip.active { background: var(--green); border-color: var(--green); color: #fff; }

/* ============ Category blocks (products page) ============ */
.cat-block { margin-bottom: 64px; }
.cat-block-head { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center; background: var(--bg-soft); border-radius: 14px; padding: 28px; margin-bottom: 26px; }
.cat-block-text h2 { font-size: 26px; font-weight: 800; margin-bottom: 4px; }
.cat-block-sub { color: var(--green); font-weight: 700; font-size: 14px; margin-bottom: 10px; letter-spacing: 0.03em; text-transform: uppercase; }
.cat-block-text p { color: var(--ink-2); font-size: 14.5px; }
.cat-block-head img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; }
.plc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-list-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.product-list-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.plc-media { aspect-ratio: 4 / 3; overflow: hidden; }
.plc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.product-list-card:hover .plc-media img { transform: scale(1.05); }
.plc-body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.plc-body h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
.plc-body p { color: var(--ink-2); font-size: 13.5px; }
.plc-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px; }
.plc-features li { font-size: 12px; font-weight: 700; color: var(--green-deep); background: #eef7ef; border-radius: var(--radius-pill); padding: 4px 12px; }
.plc-body .text-link { margin-top: auto; }

/* ============ Product detail ============ */
.section-pd-top { padding-top: 56px; }
.pd-top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; margin-bottom: 56px; align-items: start; }
.pd-gallery .pd-main { border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); margin-bottom: 12px; }
.pd-main img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs { display: flex; gap: 10px; }
.pd-thumb { width: 86px; height: 64px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; padding: 0; background: none; opacity: 0.75; transition: all 0.2s; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumb.active, .pd-thumb:hover { border-color: var(--green); opacity: 1; }
.cat-pill { display: inline-flex; align-items: center; gap: 8px; background: #eef7ef; color: var(--green-deep); font-weight: 800; font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 14px; border-radius: var(--radius-pill); margin-bottom: 16px; }
.pd-info h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.pd-tagline { color: var(--ink-2); font-size: 16px; margin-bottom: 20px; }
.pd-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.pd-features li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); font-weight: 600; }
.pd-note { margin-top: 14px; font-size: 12.5px; color: var(--ink-3); }
.pd-section { margin-top: 64px; }
.pd-gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.pd-gallery-row img { border-radius: 10px; aspect-ratio: 16 / 10; object-fit: cover; }
.spec-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.spec-table th, .spec-table td { text-align: left; padding: 14px 20px; font-size: 14.5px; }
.spec-table tr:nth-child(odd) { background: var(--bg-soft); }
.spec-table th { width: 240px; color: var(--green-deep); font-weight: 800; letter-spacing: 0.02em; }
.spec-table td { color: var(--ink-2); }
.config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.config-item { display: flex; align-items: center; gap: 10px; padding: 15px 16px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; font-size: 14px; font-weight: 600; color: var(--ink-2); text-align: left; transition: all 0.2s; }
.config-item:hover { border-color: var(--green); }
.config-item.checked { border-color: var(--green); background: #eef7ef; color: var(--green-deep); }
.config-check { width: 20px; height: 20px; border-radius: 5px; border: 1.5px solid var(--line); display: grid; place-items: center; flex-shrink: 0; color: #fff; }
.config-item.checked .config-check { background: var(--green); border-color: var(--green); }
.tag-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ============ Video module ============ */
.video-module { margin-top: 56px; }
.video-stage { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 9; background: #0d1f12; }
.video-poster { width: 100%; height: 100%; object-fit: cover; }
.kenburns { animation: kenburns 22s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.1); } }
.video-badge { position: absolute; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 7px; background: rgba(12, 30, 16, 0.72); color: #fff; font-size: 12.5px; font-weight: 700; padding: 7px 13px; border-radius: var(--radius-pill); backdrop-filter: blur(4px); }
.video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.7); background: rgba(76, 175, 80, 0.9); color: #fff; display: grid; place-items: center; transition: transform 0.2s; }
.video-play:hover { transform: translate(-50%, -50%) scale(1.1); }
.video-hint { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); background: rgba(12, 30, 16, 0.85); color: #fff; font-size: 13px; padding: 9px 18px; border-radius: var(--radius-pill); white-space: nowrap; }
.video-caption { margin-top: 10px; color: var(--ink-3); font-size: 13px; text-align: center; }

/* ============ Project detail ============ */
.fact-list { display: flex; flex-direction: column; margin: 20px 0 26px; border-top: 1px solid var(--line); }
.fact-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.fact-row dt { display: flex; align-items: center; gap: 8px; color: var(--ink-3); font-weight: 700; }
.fact-row dd { color: var(--ink); font-weight: 600; text-align: right; }
.mini-project { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-card); }
.mini-project-media img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; transition: transform 0.4s; }
.mini-project:hover .mini-project-media img { transform: scale(1.05); }
.mini-project-media { overflow: hidden; }
.mini-project-body { padding: 16px 18px; }
.mini-project-body h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 6px; }
.mini-project-body p { font-size: 13px; color: var(--ink-3); margin-bottom: 10px; display: flex; align-items: center; gap: 7px; }
.read-card { display: grid; grid-template-columns: 300px 1fr; gap: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-card); transition: box-shadow 0.25s; }
.read-card:hover { box-shadow: var(--shadow-lift); }
.read-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.read-card > div { padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; }
.read-card h3 { font-size: 19px; font-weight: 800; line-height: 1.35; }
.read-card p { color: var(--ink-2); font-size: 14px; }
.post-grid .read-card { grid-template-columns: 1fr; }
.post-grid .read-card img { aspect-ratio: 16 / 9; }

/* ============ Blog post ============ */
.post-hero { background: linear-gradient(120deg, var(--green-deep) 0%, #2c6b3f 100%); color: #fff; padding: 76px 0 60px; }
.post-hero .container { max-width: 860px; }
.post-hero h1 { font-size: 38px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin: 14px 0 18px; }
.post-meta { display: flex; gap: 24px; color: rgba(255, 255, 255, 0.8); font-size: 14px; }
.post-meta span { display: inline-flex; align-items: center; gap: 7px; }
.post-cover { border-radius: 14px; margin-bottom: 30px; aspect-ratio: 16 / 7; object-fit: cover; box-shadow: var(--shadow-card); }

/* ============ Catalog ============ */
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.catalog-info h3 { font-size: 20px; margin: 26px 0 14px; }
.catalog-cover { background: linear-gradient(135deg, #2c6b3f, var(--green-deep)); color: #fff; border-radius: 16px; padding: 34px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; box-shadow: var(--shadow-lift); }
.catalog-cover span { font-size: 18px; font-weight: 800; }
.catalog-cover small { color: rgba(255, 255, 255, 0.75); }
.catalog-list { display: flex; flex-direction: column; gap: 12px; }
.catalog-list li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: 14.5px; }

/* ============ Footer ============ */
.footer { background: var(--green-deep); color: rgba(255, 255, 255, 0.85); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding: 64px 24px 48px; }
.footer-brand p { margin-top: 16px; font-size: 14px; color: rgba(255, 255, 255, 0.7); max-width: 300px; }
.footer-col h4 { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col a, .footer-col .footer-line { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, 0.75); font-size: 14px; margin-bottom: 11px; transition: color 0.2s; }
.footer-col a:hover { color: #9fe0a5; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.14); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; font-size: 13px; color: rgba(255, 255, 255, 0.6); }
.muted-link { cursor: pointer; }
.muted-link:hover { color: #fff; }

/* ============ Side contact bar (green capsule, floating right) ============ */
.side-contact { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 70; display: flex; flex-direction: column; gap: 10px; }
.sc-btn, .sc-top { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); color: #fff; font-weight: 800; letter-spacing: 0.06em; font-size: 12.5px; padding: 13px 16px; border-radius: 999px; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; width: 128px; box-shadow: 0 5px 0 rgba(30, 77, 43, 0.4), 0 10px 18px rgba(30, 77, 43, 0.25); transition: transform 0.15s, box-shadow 0.15s, background 0.2s; }
.sc-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 rgba(30, 77, 43, 0.4), 0 6px 12px rgba(30, 77, 43, 0.2); background: var(--green-hover); color: #fff; }
.sc-btn svg, .sc-top svg { flex-shrink: 0; }
.sc-top { background: var(--green-deep); box-shadow: 0 5px 0 rgba(12, 40, 20, 0.45), 0 10px 18px rgba(12, 40, 20, 0.3); }
.sc-top:hover { transform: translateY(2px); box-shadow: 0 2px 0 rgba(12, 40, 20, 0.45), 0 6px 12px rgba(12, 40, 20, 0.25); background: #2c6b3f; color: #fff; }

/* ============ Modal ============ */
.modal-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(8, 22, 12, 0.62); display: grid; place-items: center; padding: 20px; animation: fadeIn 0.2s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal { position: relative; background: #fff; border-radius: 16px; padding: 36px; width: 100%; max-width: 440px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35); animation: slideUp 0.28s ease; }
@keyframes slideUp { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close { position: absolute; right: 14px; top: 14px; background: none; border: none; color: var(--ink-3); }
.modal-close:hover { color: var(--ink); }
.modal-icon { width: 54px; height: 54px; border-radius: 14px; background: #eef7ef; color: var(--green-deep); display: grid; place-items: center; margin-bottom: 16px; }
.modal h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.modal-sub { color: var(--ink-2); font-size: 14px; margin-bottom: 20px; }
.modal form { display: flex; flex-direction: column; gap: 14px; }
.modal label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.modal input { font-family: inherit; font-size: 14.5px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-soft); }
.modal input:focus { outline: none; border-color: var(--green); background: #fff; }
.modal-success { text-align: center; padding: 20px 6px; }
.modal-success h3 { margin: 14px 0 8px; }
.modal-success p { color: var(--ink-2); font-size: 14.5px; }
.modal-success .btn { margin-top: 20px; }

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .hamburger { display: grid; place-items: center; }
  .nav-mobile { display: flex; }
  .category-grid, .post-grid, .plc-grid, .advantage-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid, .pd-top, .catalog-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-content h1 { font-size: 42px; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  .nav-cta { display: none; }
  .lang-chip { display: none; }
  .navbar-inner { gap: 10px; }
  .section { padding: 64px 0; }
  .section-title { font-size: 30px; }
  .section-title .watermark { font-size: 60px; top: -26px; }
  .hero { min-height: 78vh; }
  .hero-content { min-height: 78vh; }
  .hero-content h1 { font-size: 32px; }
  .hero-sub { font-size: 15.5px; }
  .hero-controls { right: 16px; bottom: 18px; }
  .hero-controls button { width: 36px; height: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-left: none; border-bottom: 1px solid var(--line); padding: 20px 10px; }
  .stat strong { font-size: 30px; }
  .category-grid, .post-grid, .plc-grid, .advantage-grid, .testimonial-grid, .project-grid, .project-grid-lg, .model-grid, .config-grid, .logo-wall { grid-template-columns: 1fr; }
  .cat-block-head { grid-template-columns: 1fr; padding: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .dual-cta { flex-direction: column; align-items: stretch; }
  .dual-cta .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 48px 24px 36px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .page-hero { padding: 60px 0 48px; }
  .page-hero h1 { font-size: 32px; }
  .post-hero h1 { font-size: 28px; }
  .pd-info h1 { font-size: 28px; }
  .pd-gallery-row { grid-template-columns: 1fr; }
  .read-card { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .cta-band h2 { font-size: 24px; }
  .spec-table th { width: 130px; }
  .side-contact { right: 10px; gap: 8px; }
  .sc-btn, .sc-top { width: 48px; padding: 12px 0; }
  .sc-btn span, .sc-top span { display: none; }
  .modal { padding: 28px 22px; }
}

/* ============ Base fixes (dual CTA, contact cards) ============ */
.dual-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.dual-cta.center { justify-content: center; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 22px; }
.contact-card { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fafcfa; transition: all 0.2s; color: var(--ink-2); }
.contact-card:hover { border-color: var(--green); box-shadow: var(--shadow-card); }
.contact-card svg { color: var(--green-deep); flex-shrink: 0; }
.contact-card span { display: flex; flex-direction: column; line-height: 1.35; }
.contact-card small { font-size: 12px; color: var(--ink-3); }
.contact-card strong { font-size: 14px; color: var(--ink); }
.contact-note { display: flex; gap: 12px; align-items: flex-start; background: #eef7ef; border: 1px solid #d5ebd9; border-radius: 12px; padding: 18px; color: var(--ink-2); font-size: 13.5px; }
.contact-note svg { color: var(--green-deep); flex-shrink: 0; margin-top: 2px; }
.about-stats { margin-top: 48px; }
@media (max-width: 768px) {
  .dual-cta { flex-direction: column; align-items: stretch; }
  .dual-cta .btn { width: 100%; }
  .contact-cards { grid-template-columns: 1fr; }
}

/* ============ WordPress navigation ============ */
.nav-desktop .menu-item, .nav-mobile .menu-item, .footer-col .menu-item { list-style: none; margin: 0; }
.nav-desktop > .menu-item > a { font-size: 15px; font-weight: 600; color: var(--ink-2); position: relative; padding: 6px 0; }
.nav-desktop > .menu-item > a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--green); transition: width 0.25s; }
.nav-desktop > .menu-item > a:hover, .nav-desktop > .current-menu-item > a, .nav-desktop > .current_page_item > a { color: var(--green-deep); }
.nav-desktop > .menu-item > a:hover::after, .nav-desktop > .current-menu-item > a::after, .nav-desktop > .current_page_item > a::after { width: 100%; }
.nav-desktop li { position: relative; }
.nav-desktop .sub-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 38px rgba(20, 60, 30, 0.14); padding: 10px; min-width: 250px; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s, visibility 0.2s; z-index: 90; list-style: none; }
.nav-desktop li:hover > .sub-menu, .nav-desktop li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(12px); }
.nav-desktop .sub-menu .menu-item { margin: 0; }
.nav-desktop .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-weight: 600; font-size: 14px; color: var(--ink-2); }
.nav-desktop .sub-menu a:hover { background: var(--bg-soft); color: var(--green-deep); }
.nav-desktop .sub-menu .menu-item + .menu-item { border-top: 1px solid var(--bg-soft); }
.nav-mobile .sub-menu { display: flex; flex-direction: column; padding-left: 18px; border-left: 2px solid var(--line); margin: 2px 0 10px 6px; list-style: none; }
.nav-mobile .sub-menu a { font-size: 14px; padding: 8px 4px; color: var(--ink-2); font-weight: 500; }
.nav-mobile { display: none; }
.nav-mobile.open { display: flex; }
.nav-mobile .menu-item > a { padding: 13px 4px; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid #f2f4f2; }
.nav-mobile .current-menu-item > a, .nav-mobile .current_page_item > a { color: var(--green-deep); }

/* ============ QR strip (above footer) ============ */
.qr-strip { background: #fff; border-top: 1px solid var(--line); padding: 28px 0; }
.qr-strip-inner { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.qr-strip h4 { font-size: 17px; font-weight: 800; color: var(--ink); margin: 0; }
.qr-cards { display: flex; gap: 14px; }
.qr-card { display: flex; flex-direction: column; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; background: #fff; transition: box-shadow 0.2s, border-color 0.2s; }
.qr-card:hover { border-color: var(--green); box-shadow: var(--shadow-card); }
.qr-card img { width: 86px; height: 96px; object-fit: cover; border-radius: 6px; }
.qr-card span { font-size: 12.5px; font-weight: 700; color: var(--ink-2); }
@media (max-width: 640px) {
  .qr-strip-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .qr-card img { width: 76px; height: 86px; }
}

/* ============ Exploded view (structure breakdown) ============ */
.exploded { margin-top: 40px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.exploded-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.exploded-head h2 { font-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.exploded-head span { font-size: 13px; color: var(--ink-3); font-weight: 600; }
.exploded-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 28px; align-items: start; }
.exploded-main { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.exploded-main img { width: 100%; display: block; }
.ec-dot { position: absolute; width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; transform: translate(-50%, -50%); cursor: default; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); border: 2px solid #fff; transition: transform 0.15s, background 0.15s; z-index: 2; }
.ec-dot:hover { transform: translate(-50%, -50%) scale(1.15); background: var(--green-deep); }
.ec-dot::after { content: attr(data-label); position: absolute; top: -6px; left: 50%; transform: translate(-50%, -100%); background: var(--green-deep); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.15s; }
.ec-dot:hover::after { opacity: 1; }
.exploded-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.el-item { display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: #fff; transition: box-shadow 0.2s, border-color 0.2s; }
.el-item:hover { border-color: var(--green); box-shadow: var(--shadow-card); }
.el-thumb { position: relative; width: 44px; height: 44px; border-radius: 50%; background: var(--bg-soft); color: var(--green-deep); display: grid; place-items: center; flex-shrink: 0; }
.el-badge { position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; border-radius: 50%; background: var(--green); color: #fff; font-size: 10.5px; font-weight: 800; display: grid; place-items: center; }
.el-body strong { display: block; font-size: 13.5px; color: var(--ink); margin-bottom: 3px; }
.el-body p { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
@media (max-width: 1024px) {
  .exploded-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .exploded { padding: 18px; }
  .exploded-legend { grid-template-columns: 1fr; }
  .ec-dot { width: 22px; height: 22px; font-size: 10px; }
}

/* ============ FAQ page ============ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
.faq-item[open] { border-color: var(--green); box-shadow: var(--shadow-card); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; text-align: left; background: none; border: none; padding: 18px 22px; font-size: 15.5px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q:hover { color: var(--green-deep); }
.faq-chevron { flex-shrink: 0; color: var(--ink-3); transition: transform 0.25s ease; }
.faq-item[open] .faq-chevron { transform: rotate(180deg); color: var(--green); }
.faq-a p { padding: 0 22px 20px; font-size: 14.5px; color: var(--ink-2); line-height: 1.75; }
.faq-cta { display: flex; align-items: center; gap: 18px; margin-top: 36px; padding: 26px 28px; border-radius: 14px; background: linear-gradient(135deg, #eef7ef, #f6fbf6); border: 1px solid #d5ebd9; flex-wrap: wrap; }
.faq-cta svg { color: var(--green-deep); flex-shrink: 0; }
.faq-cta div { flex: 1; min-width: 220px; }
.faq-cta h3 { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.faq-cta p { font-size: 14px; color: var(--ink-2); }
@media (max-width: 640px) {
  .faq-cta { flex-direction: column; align-items: flex-start; }
  .faq-cta .btn { width: 100%; }
}
