/* =====================================================================
   沃胜商城商家助手 - 官网主题样式
   ===================================================================== */
:root {
  --navy-900: #0a1830;
  --navy-800: #0e1e3d;
  --navy-700: #16305f;
  --navy-600: #1d3f7d;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-400: #7db0ff;
  --gold: #f5b942;
  --gold-strong: #f0a42a;
  --ink: #1f2937;
  --ink-2: #5c6b85;
  --ink-3: #93a1b8;
  --line: #e6ebf4;
  --bg: #f6f8fc;
  --white: #ffffff;
  --radius: 16px;
  --shadow-sm: 0 2px 10px rgba(14, 30, 61, .06);
  --shadow-md: 0 10px 34px rgba(14, 30, 61, .10);
  --shadow-lg: 0 24px 64px rgba(14, 30, 61, .16);
  --font-num: "Segoe UI", "DIN Alternate", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------------- 按钮 ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 26px; border-radius: 12px; font-size: 15px; font-weight: 600;
  border: 1px solid transparent; cursor: pointer; transition: all .25s ease; white-space: nowrap;
}
.btn i { font-size: 14px; }
.btn-gold {
  background: linear-gradient(135deg, #ffc95c 0%, var(--gold) 45%, var(--gold-strong) 100%);
  color: #3a2a06; box-shadow: 0 6px 18px rgba(245, 185, 66, .35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(245, 185, 66, .45); }
.btn-blue {
  background: linear-gradient(135deg, var(--blue-600), var(--navy-600));
  color: #fff; box-shadow: 0 6px 18px rgba(37, 99, 235, .30);
}
.btn-blue:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(37, 99, 235, .42); }
.btn-ghost {
  background: rgba(255, 255, 255, .10); color: #fff; border-color: rgba(255, 255, 255, .30);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .18); }
.btn-lg { height: 52px; padding: 0 34px; font-size: 16px; border-radius: 14px; }
.btn-link { color: var(--navy-700); font-weight: 600; font-size: 15px; transition: color .2s; }
.btn-link:hover { color: var(--gold-strong); }

/* ---------------- 页头导航 ---------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10, 24, 48, .92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: all .3s ease;
}
.site-header.scrolled { background: rgba(10, 24, 48, .98); box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.site-header-inner { display: flex; align-items: center; height: 72px; gap: 40px; }
.site-logo { display: flex; align-items: center; gap: 12px; flex: none; }
.site-logo-mark {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  background: linear-gradient(135deg, #ffc95c, var(--gold-strong));
  color: #3a2a06; display: flex; align-items: center; justify-content: center; font-size: 19px;
  box-shadow: 0 6px 16px rgba(245, 185, 66, .4);
}
.site-logo-name { font-size: 17px; font-weight: 800; color: #fff; letter-spacing: .5px; line-height: 1.2; }
.site-logo-sub { font-size: 10px; color: rgba(255, 255, 255, .5); letter-spacing: 1.6px; margin-top: 2px; }
.site-nav { display: flex; gap: 34px; flex: 1; justify-content: center; }
.site-nav-item { color: rgba(255, 255, 255, .82); font-size: 15px; font-weight: 500; position: relative; padding: 8px 0; transition: color .2s; }
.site-nav-item:hover { color: #fff; }
.site-nav-item.active { color: var(--gold); }
.site-nav-item.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent); border-radius: 2px;
}
.site-actions { display: flex; align-items: center; gap: 22px; flex: none; }
.site-actions .btn-link { color: rgba(255, 255, 255, .85); }
.site-actions .btn-link:hover { color: var(--gold); }
.site-cta { height: 40px; padding: 0 20px; font-size: 14px; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; }

/* ---------------- 首页 Hero ---------------- */
.hero {
  background:
    radial-gradient(900px 480px at 85% -10%, rgba(37, 99, 235, .35), transparent 60%),
    radial-gradient(700px 420px at -10% 20%, rgba(245, 185, 66, .18), transparent 55%),
    linear-gradient(150deg, var(--navy-900) 0%, var(--navy-800) 45%, var(--navy-600) 100%);
  color: #fff; padding: 168px 0 96px; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px;
  border-radius: 999px; background: rgba(245, 185, 66, .14); border: 1px solid rgba(245, 185, 66, .35);
  color: var(--gold); font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.hero-badge i { font-size: 12px; }
.hero-title { font-size: 48px; line-height: 1.22; font-weight: 800; letter-spacing: .5px; }
.hero-title .hl {
  background: linear-gradient(90deg, #ffd57a, var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-desc { margin-top: 20px; font-size: 16.5px; color: rgba(255, 255, 255, .72); max-width: 520px; }
.hero-cta { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 28px; margin-top: 46px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .65); font-size: 13px; }
.hero-trust-item i { color: var(--gold); }
.hero-visual { position: relative; }
.hero-dash {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px; padding: 18px; backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.hero-dash img { border-radius: 12px; width: 100%; }
.hero-float {
  position: absolute; background: rgba(255, 255, 255, .97); color: var(--ink);
  border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px; font-size: 13px; animation: floaty 4s ease-in-out infinite;
}
.hero-float .hf-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; flex: none; }
.hero-float .hf-val { font-weight: 800; font-family: var(--font-num); font-size: 16px; }
.hero-float .hf-label { color: var(--ink-3); font-size: 11.5px; }
.hf-1 { top: -18px; left: -30px; animation-delay: 0s; }
.hf-2 { bottom: 26px; right: -34px; animation-delay: 1.6s; }
.hf-3 { bottom: -22px; left: 24px; animation-delay: .8s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------------- 通用区块 ---------------- */
.section { padding: 96px 0; }
.section.bg-white { background: var(--white); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 999px;
  background: rgba(37, 99, 235, .08); color: var(--blue-600); font-size: 13px; font-weight: 700;
  letter-spacing: 1px; margin-bottom: 18px;
}
.section-title { font-size: 34px; font-weight: 800; color: var(--navy-800); line-height: 1.3; }
.section-desc { margin-top: 14px; font-size: 15.5px; color: var(--ink-2); line-height: 1.8; }

/* ---------------- 能力卡片 ---------------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; transition: all .3s ease; position: relative; overflow: hidden;
}
.feature-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--gold)); opacity: 0; transition: opacity .3s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature-card:hover::before { opacity: 1; }
.feature-icon {
  width: 54px; height: 54px; border-radius: 15px; display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #fff; margin-bottom: 20px;
}
.feature-card h3 { font-size: 18px; font-weight: 700; color: var(--navy-800); }
.feature-card p { margin-top: 10px; font-size: 14px; color: var(--ink-2); line-height: 1.8; }
.bg-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.bg-gold { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.bg-green { background: linear-gradient(135deg, #34d399, #059669); }
.bg-purple { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.bg-red { background: linear-gradient(135deg, #f87171, #dc2626); }
.bg-cyan { background: linear-gradient(135deg, #22d3ee, #0891b2); }
.bg-orange { background: linear-gradient(135deg, #fb923c, #ea580c); }
.bg-pink { background: linear-gradient(135deg, #f472b6, #db2777); }
.bg-navy { background: linear-gradient(135deg, #334155, #0f172a); }

/* ---------------- 数据统计带 ---------------- */
.stats-band {
  background:
    radial-gradient(700px 360px at 15% 10%, rgba(245, 185, 66, .12), transparent 60%),
    linear-gradient(135deg, var(--navy-800), var(--navy-600));
  padding: 68px 0; color: #fff;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats-item .stats-num { font-size: 44px; font-weight: 800; font-family: var(--font-num); color: var(--gold); }
.stats-item .stats-label { margin-top: 8px; color: rgba(255, 255, 255, .7); font-size: 14px; }

/* ---------------- 解决方案预览 ---------------- */
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.solution-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: all .3s ease; display: flex; flex-direction: column;
}
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.solution-card .sc-img { height: 180px; overflow: hidden; position: relative; }
.solution-card .sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.solution-card:hover .sc-img img { transform: scale(1.06); }
.solution-card .sc-body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.solution-card .sc-body h3 { font-size: 18px; color: var(--navy-800); }
.solution-card .sc-body p { margin-top: 10px; font-size: 14px; color: var(--ink-2); line-height: 1.8; flex: 1; }
.solution-card .sc-link { margin-top: 18px; color: var(--blue-600); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.solution-card .sc-link i { transition: transform .2s; }
.solution-card:hover .sc-link i { transform: translateX(4px); }

/* ---------------- 案例评价 ---------------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column;
}
.testimonial-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
.testimonial-text { margin-top: 14px; font-size: 14.5px; color: var(--ink-2); line-height: 1.9; flex: 1; }
.testimonial-user { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px;
}
.testimonial-user .tu-name { font-size: 14.5px; font-weight: 700; color: var(--navy-800); }
.testimonial-user .tu-role { font-size: 12.5px; color: var(--ink-3); }

/* ---------------- CTA 带 ---------------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(255, 255, 255, .10), transparent 60%),
    linear-gradient(135deg, var(--navy-900), var(--navy-600));
  border-radius: 24px; padding: 64px 56px; color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08); top: -140px; right: -80px;
}
.cta-band::after {
  content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .06); bottom: -90px; left: -60px;
}
.cta-band h2 { font-size: 32px; font-weight: 800; }
.cta-band p { margin-top: 12px; color: rgba(255, 255, 255, .72); font-size: 15px; }
.cta-btns { margin-top: 32px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------------- 页脚 ---------------- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .62); padding: 64px 0 0; margin-top: 96px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.footer-desc { font-size: 13.5px; line-height: 1.9; margin-top: 4px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social span {
  width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .08);
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .25s; font-size: 16px;
}
.footer-social span:hover { background: var(--gold); color: #3a2a06; transform: translateY(-3px); }
.footer-col-title { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 13.5px; padding: 7px 0; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-col p { font-size: 13.5px; padding: 7px 0; }
.footer-col p i { width: 20px; color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08); padding: 20px 0;
  display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(255, 255, 255, .4); flex-wrap: wrap; gap: 8px;
}

/* ---------------- 子页 Hero ---------------- */
.page-hero {
  background:
    radial-gradient(700px 380px at 85% -10%, rgba(37, 99, 235, .35), transparent 60%),
    linear-gradient(150deg, var(--navy-900), var(--navy-600));
  color: #fff; padding: 148px 0 72px; text-align: center;
}
.page-hero h1 { font-size: 40px; font-weight: 800; }
.page-hero p { margin-top: 14px; color: rgba(255, 255, 255, .7); font-size: 16px; max-width: 620px; margin-left: auto; margin-right: auto; }
.breadcrumb-nav { margin-top: 18px; font-size: 13px; color: rgba(255, 255, 255, .55); }
.breadcrumb-nav a { color: rgba(255, 255, 255, .8); }
.breadcrumb-nav a:hover { color: var(--gold); }
.breadcrumb-nav i { font-size: 11px; margin: 0 8px; }

/* ---------------- 解决方案页 ---------------- */
.sol-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.sol-row + .sol-row { margin-top: 88px; }
.sol-row.reverse .sol-img { order: 2; }
.sol-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); }
.sol-img img { width: 100%; height: 320px; object-fit: cover; }
.sol-body .sol-tag { color: var(--blue-600); font-weight: 700; font-size: 13px; letter-spacing: 1.5px; }
.sol-body h2 { font-size: 28px; font-weight: 800; color: var(--navy-800); margin-top: 12px; }
.sol-body > p { margin-top: 14px; color: var(--ink-2); font-size: 15px; line-height: 1.9; }
.sol-points { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sol-point { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink); }
.sol-point i { color: var(--gold); margin-top: 3px; font-size: 13px; flex: none; }
.sol-facts { margin-top: 26px; display: flex; gap: 32px; }
.sol-fact .sf-num { font-size: 26px; font-weight: 800; color: var(--navy-800); font-family: var(--font-num); }
.sol-fact .sf-label { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }

/* ---------------- 关于页 ---------------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-text h2 { font-size: 30px; font-weight: 800; color: var(--navy-800); }
.about-text p { margin-top: 16px; color: var(--ink-2); font-size: 15px; line-height: 2; }
.about-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); }
.about-img img { width: 100%; height: 400px; object-fit: cover; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; text-align: center; transition: all .3s; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-card .vc-icon { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; }
.value-card h3 { font-size: 17px; color: var(--navy-800); }
.value-card p { margin-top: 10px; font-size: 13.5px; color: var(--ink-2); line-height: 1.8; }
.timeline { position: relative; max-width: 720px; margin: 0 auto; padding-left: 32px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--blue-600), var(--gold)); }
.tl-item { position: relative; padding-bottom: 40px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -32px; top: 6px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold); border: 4px solid #fff; box-shadow: 0 0 0 3px var(--gold);
}
.tl-year { font-size: 15px; font-weight: 800; color: var(--blue-600); font-family: var(--font-num); }
.tl-item h3 { font-size: 17px; color: var(--navy-800); margin-top: 4px; }
.tl-item p { margin-top: 8px; color: var(--ink-2); font-size: 14px; line-height: 1.8; }

/* ---------------- 认证页卡片 ---------------- */
.auth-page {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(800px 480px at 80% -10%, rgba(37, 99, 235, .35), transparent 60%),
    radial-gradient(600px 400px at -10% 110%, rgba(245, 185, 66, .16), transparent 55%),
    linear-gradient(150deg, var(--navy-900), var(--navy-600));
  padding: 100px 20px 60px;
}
.auth-wrap { width: 100%; max-width: 440px; }
.auth-card {
  background: #fff; border-radius: 22px; padding: 40px 38px;
  box-shadow: var(--shadow-lg);
}
.auth-brand { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 8px; }
.auth-title { text-align: center; font-size: 22px; font-weight: 800; color: var(--navy-800); }
.auth-sub { text-align: center; font-size: 13.5px; color: var(--ink-3); margin: 8px 0 28px; }
.auth-field { margin-bottom: 18px; }
.auth-field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.auth-input {
  display: flex; align-items: center; gap: 10px; height: 48px; padding: 0 16px;
  border: 1.5px solid var(--line); border-radius: 12px; background: var(--bg); transition: all .2s;
}
.auth-input:focus-within { border-color: var(--blue-600); background: #fff; box-shadow: 0 0 0 4px rgba(37, 99, 235, .10); }
.auth-input i { color: var(--ink-3); font-size: 14px; }
.auth-input input { flex: 1; border: none; outline: none; background: none; font-size: 14.5px; color: var(--ink); }
.auth-btn { width: 100%; height: 50px; margin-top: 8px; font-size: 16px; }
.auth-foot { text-align: center; margin-top: 22px; font-size: 13.5px; color: var(--ink-3); }
.auth-foot a { color: var(--blue-600); font-weight: 600; }
.auth-tip {
  margin-top: 20px; background: #fff8e8; border: 1px solid #f5e0b0; border-radius: 12px;
  padding: 12px 16px; font-size: 13px; color: #8a6114; text-align: center;
}
.auth-alert { display: none; border-radius: 12px; padding: 12px 16px; font-size: 13.5px; margin-bottom: 18px; }
.auth-alert.show { display: block; }
.auth-alert.error { background: #fdeaea; color: #dc2626; border: 1px solid #f5c6c6; }
.auth-alert.success { background: #e6f7ec; color: #16a34a; border: 1px solid #b8e6c8; }
.auth-demo { text-align: center; font-size: 13px; color: var(--ink-3); margin-top: 18px; }
.auth-demo b { color: var(--blue-600); }

/* ---------------- 响应式 ---------------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding: 140px 0 72px; }
  .feature-grid, .solution-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sol-row, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .sol-row.reverse .sol-img { order: 0; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .site-nav, .site-actions .btn-link { display: none; }
  .nav-toggle { display: block; }
  .site-nav.open { display: flex; position: absolute; top: 72px; left: 0; right: 0; background: var(--navy-900); flex-direction: column; padding: 20px 24px; gap: 6px; }
  .site-nav.open .site-nav-item { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .hero-title { font-size: 34px; }
  .section-title { font-size: 27px; }
  .section { padding: 68px 0; }
  .feature-grid, .solution-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .sol-points { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-float { display: none; }
}
