:root {
    --primary: #059669;            /* Emerald-600 疗愈绿 */
    --primary-dark: #04644a;
    --amber: #D97706;              /* 草原金 */
    --sky: #0284C7;                /* 信任蓝 */
    --bg: #FEFCE8;                 /* 羊毛白背景 */
    --bg-soft: #F4F7EE;
    --deep: #1E3A2F;               /* 草原夜 */
    --text: #14532D;               /* 墨绿黑 */
    --muted: #4F6B55;
    --border: #DCE5D8;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 28px;
    --radius-xl: 40px;
    --shadow-soft: 0 18px 48px rgba(20, 83, 45, 0.12);
    --shadow-strong: 0 24px 64px rgba(20, 83, 45, 0.18);
    --max-width: 1220px;
    --gradient-grass: radial-gradient(circle at 18% 18%, rgba(217,119,6,0.14), transparent 32%),
                      radial-gradient(circle at 82% 12%, rgba(2,132,199,0.12), transparent 28%),
                      linear-gradient(180deg, #FFFFFF 0%, #F8FCEA 40%, #EEF6FF 100%);
    --glass: rgba(255,255,255,0.82);
    --glass-border: 1px solid rgba(255,255,255,0.6);
    --blur: blur(14px);
    --hero-height: calc(100vh - 120px);
    --announcement-height: 46px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
    background: var(--gradient-grass);
    color: var(--text);
    line-height: 1.7;
    padding-top: calc(var(--announcement-height) + 96px);
    -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; transition: color 0.22s ease, opacity 0.22s ease; }

a:hover { color: var(--primary); }

p { color: var(--muted); }

.container { width: min(100%, var(--max-width)); margin: 0 auto; padding: 0 20px; }

.section { padding: 88px 0; }
.section-tight { padding: 64px 0; }
.section-header { text-align: center; margin-bottom: 36px; }
.section-header h2 { font-size: clamp(28px, 4vw, 34px); margin-bottom: 10px; }
.section-header p { max-width: 760px; margin: 0 auto; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 10px; background: rgba(2,132,199,0.1); color: var(--sky); font-weight: 700; font-size: 12px; }

.section-soft { background: #fff; border-radius: var(--radius-xl); padding: 36px 24px; box-shadow: var(--shadow-soft); margin: 32px 0; }

.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.card {
    background: #fff;
    border-radius: var(--radius-md);
    border: 1px solid rgba(20, 83, 45, 0.08);
    padding: 20px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }

.soft-card { background: linear-gradient(145deg, rgba(5,150,105,0.08), rgba(2,132,199,0.08)); border-radius: var(--radius-lg); padding: 28px; border: 1px solid rgba(20,83,45,0.12); }

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(5,150,105,0.12);
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
}

.tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(2,132,199,0.26); color: var(--sky); font-size: 12px; }

.badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 10px; background: rgba(217,119,6,0.14); color: var(--amber); font-weight: 700; font-size: 12px; }

.eyebrow { text-transform: uppercase; letter-spacing: 0.08em; color: var(--sky); font-weight: 700; font-size: 12px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 999px; border: none; font-weight: 700; cursor: pointer; transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease; }

.btn-primary { background: linear-gradient(135deg, #059669, #0284C7); color: #fff; box-shadow: 0 14px 32px rgba(5,150,105,0.28); }

.btn-ghost { background: rgba(255,255,255,0.8); border: 1px solid rgba(5,150,105,0.2); color: var(--primary); }

.btn-outline { background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.3); color: var(--primary); }

.btn-text { background: transparent; color: var(--sky); padding: 10px 0; }

.btn-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; padding: 0; }

.btn-lg { padding: 14px 24px; font-size: 16px; }

.btn:hover { transform: translateY(-2px); }

.icon-circle { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; background: rgba(5,150,105,0.1); color: var(--primary); border-radius: 16px; font-size: 22px; margin-bottom: 12px; }

.cover { border-radius: var(--radius-md); height: 190px; object-fit: cover; margin-bottom: 10px; }

.info-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); border: 1px solid rgba(5,150,105,0.14); border-radius: var(--radius-lg); padding: 16px; gap: 14px; background: #fff; box-shadow: var(--shadow-soft); }

.info-item strong { font-size: 32px; color: var(--primary); display: block; }

.info-item span { color: var(--muted); }

.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }

.hero-panel { background: linear-gradient(135deg, rgba(5,150,105,0.12), rgba(2,132,199,0.08)); border-radius: var(--radius-xl); padding: 32px; box-shadow: var(--shadow-soft); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; align-items: center; }

/* Announcement + Nav */
.announcement-bar {
    position: fixed;
    top: 0;
    left: 0; right: 0;
    height: var(--announcement-height);
    background: linear-gradient(90deg, rgba(5,150,105,0.12), rgba(2,132,199,0.12));
    color: var(--text);
    backdrop-filter: blur(10px);
    z-index: 60;
    border-bottom: 1px solid rgba(20,83,45,0.12);
}

.announcement-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; }

.marquee { display: flex; align-items: center; gap: 12px; overflow: hidden; font-size: 14px; }

.marquee span { white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; animation: marquee 18s linear infinite; }

@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.announcement-actions { display: inline-flex; gap: 8px; align-items: center; }

.nav-glass {
    position: fixed;
    top: var(--announcement-height);
    left: 0; right: 0;
    z-index: 55;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(20,83,45,0.06);
    backdrop-filter: blur(14px);
}

.nav-glass .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 96px; }

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--primary); font-weight: 800; }

.brand-mark { width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(145deg, rgba(5,150,105,0.15), rgba(2,132,199,0.12)); display: grid; place-items: center; }

.brand-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.3; max-width: 320px; }

.brand-cn { font-size: 16px; }

.brand-text small { display: block; font-size: 12px; color: var(--muted); }

.nav-main { flex: 1; }

.nav-list { list-style: none; display: flex; align-items: center; gap: 8px; }

.nav-list > li { position: relative; }

.nav-link { padding: 10px 14px; border-radius: 12px; font-weight: 700; color: var(--text); display: inline-flex; align-items: center; gap: 8px; }

.nav-link.active, .nav-link:hover { background: rgba(217,119,6,0.12); color: var(--primary); }

.mega-menu { position: absolute; top: 110%; left: 0; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-strong); padding: 18px; min-width: 440px; display: none; z-index: 40; }

.nav-list > li:hover .mega-menu { display: grid; }

.mega-grid { display: grid; grid-template-columns: repeat(2, minmax(200px, 1fr)); gap: 12px; }

.mega-card { padding: 14px; border-radius: var(--radius-md); border: 1px solid rgba(20,83,45,0.1); background: linear-gradient(145deg, rgba(5,150,105,0.06), rgba(255,255,255,0.9)); box-shadow: 0 12px 24px rgba(20,83,45,0.06); transition: transform 0.2s ease; }

.mega-card:hover { transform: translateY(-4px); }

.nav-actions { display: inline-flex; align-items: center; gap: 10px; }

.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--border); align-items: center; justify-content: center; flex-direction: column; gap: 6px; background: #fff; }

.menu-toggle span { width: 22px; height: 2px; background: var(--text); display: block; }

/* Hero */
.hero-fullscreen { position: relative; min-height: var(--hero-height); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: center; overflow: hidden; padding: 60px 0 30px; }

.hero-bg { position: absolute; inset: 0; overflow: hidden; }

.particles-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.8; }

.gradient-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(217,119,6,0.14), transparent 36%), radial-gradient(circle at 80% 0%, rgba(2,132,199,0.2), transparent 32%), linear-gradient(145deg, rgba(5,150,105,0.18), rgba(255,255,255,0.1)); }

.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: center; gap: 32px; }

.hero-text { padding: 22px 0; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(5,150,105,0.12); color: var(--primary); font-weight: 700; margin-bottom: 14px; }

.hero-title { font-size: clamp(36px, 5vw, 52px); line-height: 1.1; margin-bottom: 14px; }

.hero-title .highlight { color: var(--sky); display: block; }

.hero-subtitle { font-size: 18px; color: var(--muted); margin-bottom: 20px; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-visual { position: relative; }

.store-3d { border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(5,150,105,0.08)); padding: 18px; border: 1px solid rgba(20,83,45,0.12); box-shadow: var(--shadow-strong); }

.store-3d img { border-radius: var(--radius-md); }

.scroll-indicator { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); color: var(--muted); display: grid; place-items: center; gap: 4px; font-size: 13px; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: #e11d48; box-shadow: 0 0 0 8px rgba(225,29,72,0.18); display: inline-block; }

/* Metrics */
.metrics-dashboard { position: relative; padding: 40px 0; }

.metrics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }

.metric-card { background: #fff; border-radius: var(--radius-lg); padding: 18px; border: 1px solid rgba(20,83,45,0.08); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }

.metric-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(5,150,105,0.12); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: var(--primary); margin-bottom: 10px; }

.metric-value { display: flex; align-items: baseline; gap: 6px; font-size: 34px; font-weight: 800; color: var(--primary); }

.metric-label { color: var(--muted); font-size: 14px; }

.metric-bar { margin-top: 10px; height: 6px; background: rgba(5,150,105,0.08); border-radius: 6px; overflow: hidden; }

.metric-bar .bar-fill { width: var(--progress, 60%); height: 100%; background: linear-gradient(90deg, #059669, #0284C7); border-radius: 6px; }

/* Bento */
.services-bento { background: #fff; border-radius: var(--radius-xl); padding: 36px 24px; box-shadow: var(--shadow-strong); position: relative; overflow: hidden; }

.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(140px, auto); gap: 14px; }

.bento-card { background: #fff; border-radius: var(--radius-lg); border: 1px solid rgba(20,83,45,0.08); padding: 20px; box-shadow: var(--shadow-soft); position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 12px; }

.bento-card .card-bg { position: absolute; inset: 0; opacity: 0.35; filter: saturate(1.1); }

.bento-card .card-bg img { width: 100%; height: 100%; object-fit: cover; }

.bento-card .card-content { position: relative; z-index: 2; }
.bento-card .card-icon { margin-bottom: 8px; }

.bento-lg { grid-column: span 6; grid-row: span 2; }
.bento-md { grid-column: span 3; grid-row: span 1; }
.bento-sm { grid-column: span 2; grid-row: span 1; }

/* Products scroll */
.products-scroll { overflow: visible; position: relative; }

.products-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; padding: 8px 4px; }

.product-card { background: #fff; border-radius: var(--radius-lg); border: 1px solid rgba(20,83,45,0.1); padding: 16px; box-shadow: var(--shadow-soft); display: grid; grid-template-rows: auto 1fr; gap: 12px; }

.product-image { position: relative; border-radius: var(--radius-md); overflow: hidden; background: #F6FBF4; height: 180px; display: flex; align-items: center; justify-content: center; }

.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.25s ease; }

.product-card:hover .product-image img { transform: translateY(-4px); }

.product-info { display: grid; gap: 8px; align-content: start; }

.product-tag { position: absolute; top: 10px; left: 10px; padding: 6px 12px; border-radius: 12px; background: rgba(5,150,105,0.16); color: var(--primary); font-weight: 700; font-size: 12px; }

/* Store map */
.store-map-section { background: #fff; border-radius: var(--radius-xl); padding: 36px 24px; box-shadow: var(--shadow-soft); }

.map-container { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; align-items: start; }

.map-interactive { background: radial-gradient(circle at 20% 20%, rgba(5,150,105,0.08), transparent 44%), #F8FCF6; border-radius: var(--radius-xl); border: 1px solid rgba(20,83,45,0.1); position: relative; min-height: 420px; overflow: hidden; }

.map-canvas { position: absolute; inset: 0; min-height: 420px; }

.map-points { display: none; }

.map-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); background: #F8FCF6; }

.leaflet-container { height: 100%; width: 100%; }

.map-sidebar { background: #fff; border-radius: var(--radius-lg); border: 1px solid rgba(20,83,45,0.1); box-shadow: var(--shadow-soft); padding: 18px; display: grid; gap: 12px; max-height: 440px; overflow: auto; }

.store-card { border: 1px solid rgba(20,83,45,0.08); border-radius: var(--radius-md); padding: 14px; display: grid; gap: 6px; }

.store-services { display: flex; gap: 6px; flex-wrap: wrap; }

.tag-chip { padding: 4px 10px; border-radius: 10px; background: rgba(2,132,199,0.08); color: var(--sky); font-size: 12px; font-weight: 700; }

/* News */
.news-masonry { column-count: 3; column-gap: 14px; }

.news-card { break-inside: avoid; background: #fff; border-radius: var(--radius-lg); border: 1px solid rgba(20,83,45,0.08); box-shadow: var(--shadow-soft); margin-bottom: 14px; overflow: hidden; display: grid; gap: 10px; }

.news-card .news-image { position: relative; }

.news-card img { width: 100%; height: 180px; object-fit: cover; }

.news-category { position: absolute; bottom: 10px; left: 10px; background: rgba(5,150,105,0.84); color: #fff; padding: 6px 12px; border-radius: 10px; font-size: 12px; }

.news-content { padding: 14px 14px 16px; display: grid; gap: 8px; }

.news-meta { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }

.section-footer { text-align: center; }

/* Membership CTA */
.membership-cta .cta-card { background: linear-gradient(135deg, #059669, #0284C7); border-radius: var(--radius-xl); padding: 26px; color: #fff; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; align-items: center; box-shadow: var(--shadow-strong); }

.cta-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.16); font-weight: 700; }

.cta-benefits { list-style: none; display: grid; gap: 6px; margin: 10px 0 0; }

.cta-visual img { max-width: 320px; justify-self: end; }

/* Footer */
.footer { background: var(--deep); color: #E4EEE7; margin-top: 80px; padding: 60px 0 32px; }

.footer-main { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-bottom: 24px; align-items: flex-start; }

.footer .brand, .footer .brand-cn { color: #E4EEE7; }

.footer .brand-text small { color: #C9D7CF; }

.footer-brand p { margin-top: 8px; color: #C9D7CF; }

.footer-contact { display: grid; gap: 6px; margin-top: 10px; color: #C9D7CF; }

.footer-hotline { font-weight: 800; color: #fff; }

.footer-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; }

.footer-nav h4 { margin-bottom: 10px; color: #fff; }

.footer-nav ul { list-style: none; display: grid; gap: 8px; color: #C9D7CF; }

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

.footer-qrcode .qrcode-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 10px; }

.qrcode-note { font-size: 13px; color: #C9D7CF; margin-top: 10px; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 14px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #B5C7BC; }

.footer-links { display: inline-flex; flex-wrap: wrap; gap: 12px; }

/* Floating toolbar & tips */
.floating-toolbar { position: fixed; right: 20px; bottom: 28px; display: grid; gap: 10px; z-index: 40; }

.fab { width: 52px; height: 52px; border-radius: 16px; border: none; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #059669, #0284C7); box-shadow: 0 16px 30px rgba(2,132,199,0.24); cursor: pointer; }

.floating-consult { position: fixed; right: 20px; bottom: 120px; background: #fff; border: 1px solid rgba(5,150,105,0.2); border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-strong); display: grid; gap: 2px; min-width: 170px; cursor: pointer; z-index: 45; }

.floating-consult span { color: var(--muted); font-size: 12px; }

.floating-consult strong { color: var(--primary); font-size: 16px; }

.tip-popup { position: fixed; right: 20px; bottom: 180px; width: 320px; max-width: calc(100% - 40px); background: #fff; border: 1px solid rgba(20,83,45,0.12); border-radius: 18px; box-shadow: var(--shadow-strong); padding: 16px; display: none; z-index: 44; }

.tip-popup.active { display: block; }

.tip-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }

.tip-close { border: none; background: rgba(20,83,45,0.08); width: 26px; height: 26px; border-radius: 8px; cursor: pointer; }

.tip-popup p { color: var(--text); margin-bottom: 8px; }

/* Page heroes */
.page-hero { background: #fff; border-radius: var(--radius-xl); padding: 32px 28px; box-shadow: var(--shadow-soft); display: grid; gap: 12px; }

.breadcrumb { font-size: 14px; color: var(--muted); }

.page-hero h1 { font-size: clamp(30px, 4vw, 38px); }

.hero-actions-row { display: flex; gap: 10px; flex-wrap: wrap; }

/* Timelines & tables */
.timeline { position: relative; padding-left: 22px; display: grid; gap: 14px; }

.timeline::before { content: ''; position: absolute; left: 6px; top: 0; bottom: 0; width: 2px; background: rgba(5,150,105,0.28); }

.timeline-item { position: relative; padding-left: 12px; }

.timeline-item::before { content: ''; position: absolute; left: -9px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--primary); }

.table-responsive { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--border); }

table { width: 100%; border-collapse: collapse; background: #fff; }

th, td { padding: 14px; border-bottom: 1px solid var(--border); text-align: left; }

.list-check { list-style: none; display: grid; gap: 8px; color: var(--muted); }

.list-check li { position: relative; padding-left: 18px; }

.list-check li::before { content: '•'; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

.sitemap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }

/* Forms */
.input, input, textarea, select { width: 100%; border-radius: var(--radius-md); border: 1px solid var(--border); padding: 12px 14px; font-family: inherit; background: #fff; }

textarea { min-height: 140px; resize: vertical; }

.form-grid { display: grid; gap: 12px; }
.form-two { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* Accordions */
.accordion { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }

.accordion-item + .accordion-item { border-top: 1px solid var(--border); }

.accordion-header { width: 100%; text-align: left; background: transparent; border: none; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 700; }

.accordion-body { padding: 0 16px 16px; color: var(--muted); display: none; }

.accordion-item.active .accordion-body { display: block; }

/* Misc */
.mt-sm { margin-top: 10px; }
.mt-md { margin-top: 18px; }
.mt-lg { margin-top: 28px; }

.eyeline { border-radius: 999px; height: 8px; width: 48px; background: linear-gradient(90deg, #059669, #0284C7); }

.stat-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }

.stat-box { background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.16); border-radius: var(--radius-md); padding: 12px; text-align: center; }

.stat-box strong { display: block; font-size: 26px; color: var(--primary); }

.tabs { display: inline-flex; align-items: center; gap: 10px; padding: 8px; border-radius: 999px; background: rgba(5,150,105,0.08); margin-bottom: 16px; }

.tab { padding: 10px 16px; border-radius: 999px; border: none; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }

.tab.active { background: #fff; color: var(--primary); box-shadow: var(--shadow-soft); }

/* Responsive */
@media (max-width: 1080px) {
    .nav-list { position: absolute; top: 96px; right: 20px; flex-direction: column; background: #fff; padding: 12px; border-radius: var(--radius-lg); border: 1px solid var(--border); width: 280px; box-shadow: var(--shadow-strong); display: none; }
    .nav-list.show { display: flex; }
    .mega-menu { position: static; min-width: unset; box-shadow: none; border: none; display: none !important; padding: 0; }
    .nav-list > li.open .mega-menu { display: grid !important; margin-top: 8px; }
    .mega-grid { grid-template-columns: 1fr; }
    .menu-toggle { display: inline-flex; }
    .map-container { grid-template-columns: 1fr; }
    .news-masonry { column-count: 2; }
}

@media (max-width: 768px) {
    body { padding-top: 130px; }
    .hero-fullscreen { grid-template-columns: 1fr; padding-top: 30px; }
    .bento-grid { grid-template-columns: repeat(6, 1fr); }
    .bento-lg { grid-column: span 6; }
    .bento-md { grid-column: span 3; }
    .bento-sm { grid-column: span 2; }
    .news-masonry { column-count: 1; }
    .metrics-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
    .footer-main { grid-template-columns: 1fr; }
    .floating-consult { right: 14px; bottom: 104px; }
    .tip-popup { right: 14px; bottom: 160px; width: calc(100% - 28px); }
}

@media (max-width: 540px) {
    .announcement-inner { flex-direction: column; align-items: flex-start; }
    .nav-glass .container { height: auto; padding: 14px 20px; }
    .nav-actions { flex-wrap: wrap; }
    .products-track { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
    .cta-card { grid-template-columns: 1fr !important; }
}
