/* ====== BASE ====== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; color: #1e293b; background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 15px; font-weight: 600; line-height: 1; border-radius: 8px;
  padding: 12px 24px; border: 2px solid transparent; cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
  white-space: nowrap;
}
.btn-green { background: #16a34a; color: #fff; border-color: #16a34a; }
.btn-green:hover { background: #15803d; border-color: #15803d; box-shadow: 0 4px 16px rgba(22,163,74,0.25); }
.btn-amber { background: #d97706; color: #fff; border-color: #d97706; }
.btn-amber:hover { background: #b45309; border-color: #b45309; }
.btn-slate { background: #0f172a; color: #fff; border-color: #0f172a; }
.btn-slate:hover { background: #1e293b; border-color: #1e293b; }
.btn-outline { background: transparent; color: #16a34a; border-color: #16a34a; }
.btn-outline:hover { background: #16a34a; color: #fff; }
.btn-outline-w { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-w:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-lg { padding: 15px 32px; font-size: 17px; border-radius: 10px; }
.btn-sm { padding: 8px 18px; font-size: 13px; }

/* ====== LAYOUT ====== */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.sec { padding: 80px 0; }
.sec-sm { padding: 48px 0; }
.sec-white { background: #fff; }
.sec-surface { background: #f8fafc; }
.sec-green { background: #16a34a; }
.sec-dark { background: #0f172a; }
.sec-dark2 { background: #1e293b; }

.sec-head { text-align: center; margin-bottom: 52px; }
.sec-tag {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; border-radius: 20px;
  padding: 5px 14px; margin-bottom: 16px;
}
.sec-tag-green { background: #dcfce7; color: #15803d; }
.sec-tag-amber { background: #fef3c7; color: #b45309; }
.sec-tag-slate { background: #e2e8f0; color: #475569; }
.sec-tag-white { background: rgba(255,255,255,0.15); color: #fff; }
.sec-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.sec-title { font-size: 2rem; font-weight: 800; color: #0f172a; line-height: 1.25; }
.sec-title-light { color: #fff; }
.sec-sub { font-size: 1.05rem; color: #64748b; margin-top: 12px; max-width: 600px; margin-left: auto; margin-right: auto; }
.sec-sub-light { color: rgba(255,255,255,0.75); }
.hl { color: #16a34a; }
.hl2 { color: #d97706; }

/* ====== NAV ====== */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
}
.nav-inner {
  display: flex; align-items: center; height: 64px; gap: 32px;
}
.nav-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-brand-icon { width: 36px; height: 36px; }
.nav-brand-name { font-size: 17px; font-weight: 800; color: #0f172a; letter-spacing: -0.02em; }
.nav-brand-name span { color: #16a34a; }
.nav-links { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav-link {
  font-size: 14px; font-weight: 500; color: #475569; padding: 6px 12px;
  border-radius: 6px; transition: background 0.15s, color 0.15s;
}
.nav-link:hover { color: #0f172a; background: #f1f5f9; }
.nav-link.active { color: #16a34a; background: #dcfce7; font-weight: 700; }
.nav-dl { margin-left: auto; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 8px; border-radius: 6px; background: none; border: none;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #475569; border-radius: 2px; transition: 0.2s; }
.nav-menu { display: contents; }

/* ====== HERO ====== */
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a24 55%, #14532d 100%); padding: 90px 0 70px; overflow: hidden; position: relative; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(22,163,74,0.2); border: 1px solid rgba(22,163,74,0.4); border-radius: 20px; padding: 5px 14px; font-size: 13px; font-weight: 600; color: #86efac; margin-bottom: 20px; }
.hero-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.hero-h1 { font-size: 2.7rem; font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 18px; letter-spacing: -0.03em; }
.hero-h1 .hl { color: #4ade80; }
.hero-p { font-size: 1.1rem; color: rgba(255,255,255,0.75); margin-bottom: 32px; max-width: 460px; line-height: 1.7; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hstat { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 16px 14px; text-align: center; }
.hstat-num { font-size: 1.6rem; font-weight: 800; color: #4ade80; line-height: 1; }
.hstat-lbl { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 5px; }

/* Hero visual - dashboard mockup */
.hero-vis { position: relative; }
.hw-board {
  background: #1e293b; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px;
  overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.hwb-bar { background: #0f172a; padding: 10px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hwb-dots { display: flex; gap: 5px; }
.hwb-dot { width: 10px; height: 10px; border-radius: 50%; }
.hwb-dot.r { background: #f87171; }
.hwb-dot.y { background: #fbbf24; }
.hwb-dot.g { background: #4ade80; }
.hwb-title { font-size: 12px; color: rgba(255,255,255,0.4); margin-left: 8px; }
.hwb-body { padding: 20px; }
.hwb-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.hwb-tab { font-size: 12px; padding: 5px 12px; border-radius: 6px; color: rgba(255,255,255,0.5); cursor: pointer; }
.hwb-tab.on { background: #16a34a; color: #fff; font-weight: 600; }
.hwb-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.hwb-card { background: rgba(255,255,255,0.05); border-radius: 10px; padding: 12px; }
.hwb-card-lbl { font-size: 11px; color: rgba(255,255,255,0.4); }
.hwb-card-val { font-size: 18px; font-weight: 800; margin-top: 4px; }
.hwb-card-val.g { color: #4ade80; }
.hwb-card-val.a { color: #fbbf24; }
.hwb-card-val.b { color: #60a5fa; }
.hwb-rows { display: flex; flex-direction: column; gap: 8px; }
.hwb-row { display: flex; align-items: center; gap: 10px; }
.hwb-row-name { font-size: 11px; color: rgba(255,255,255,0.5); width: 60px; flex-shrink: 0; }
.hwb-row-track { flex: 1; height: 6px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; }
.hwb-row-fill { height: 100%; border-radius: 3px; }
.hwb-row-fill.g { background: #4ade80; }
.hwb-row-fill.a { background: #fbbf24; }
.hwb-row-fill.b { background: #60a5fa; }
.hwb-row-val { font-size: 11px; color: rgba(255,255,255,0.4); width: 28px; text-align: right; flex-shrink: 0; }

/* ====== STATS BAND ====== */
.stats-band { padding: 40px 0; background: #fff; border-bottom: 1px solid #e2e8f0; }
.stats-row { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px; }
.stat-item { text-align: center; }
.stat-num { font-size: 2rem; font-weight: 900; line-height: 1; }
.stat-num.g { color: #16a34a; }
.stat-num.a { color: #d97706; }
.stat-num.s { color: #0f172a; }
.stat-num.b { color: #2563eb; }
.stat-lbl { font-size: 13px; color: #64748b; margin-top: 5px; }

/* ====== FEATURE CARDS ====== */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 28px;
  border-left: 4px solid transparent; transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}
.feat-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.09); transform: translateY(-2px); }
.feat-card.fc-green { border-left-color: #16a34a; }
.feat-card.fc-amber { border-left-color: #d97706; }
.feat-card.fc-blue { border-left-color: #2563eb; }
.feat-card.fc-violet { border-left-color: #7c3aed; }
.feat-card.fc-rose { border-left-color: #e11d48; }
.feat-card.fc-teal { border-left-color: #0d9488; }
.feat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.fi-green { background: #dcfce7; color: #16a34a; }
.fi-amber { background: #fef3c7; color: #d97706; }
.fi-blue { background: #dbeafe; color: #2563eb; }
.fi-violet { background: #ede9fe; color: #7c3aed; }
.fi-rose { background: #ffe4e6; color: #e11d48; }
.fi-teal { background: #ccfbf1; color: #0d9488; }
.feat-name { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.feat-desc { font-size: 0.9rem; color: #64748b; line-height: 1.65; }

/* ====== DEEP ROWS ====== */
.deep-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 60px 0; }
.deep-row + .deep-row { border-top: 1px solid #e2e8f0; }
.deep-row.flip .deep-info { order: 2; }
.deep-row.flip .deep-vis { order: 1; }
.deep-chip {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; border-radius: 20px;
  padding: 4px 12px; margin-bottom: 14px;
}
.dc-green { background: #dcfce7; color: #15803d; }
.dc-amber { background: #fef3c7; color: #b45309; }
.dc-blue { background: #dbeafe; color: #1d4ed8; }
.dc-violet { background: #ede9fe; color: #6d28d9; }
.dc-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.deep-h3 { font-size: 1.65rem; font-weight: 800; color: #0f172a; margin-bottom: 12px; line-height: 1.25; }
.deep-desc { font-size: 0.95rem; color: #475569; line-height: 1.7; margin-bottom: 18px; }
.deep-list { display: flex; flex-direction: column; gap: 10px; }
.deep-list-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.92rem; color: #334155; }
.dli-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.dli-dot.g { background: #16a34a; }
.dli-dot.a { background: #d97706; }
.dli-dot.b { background: #2563eb; }
.dli-dot.v { background: #7c3aed; }

/* Deep visual panel */
.dv-panel { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; }
.dv-panel.dark { background: #0f172a; border-color: rgba(255,255,255,0.1); }
.dv-panel-title { font-size: 13px; font-weight: 700; color: #64748b; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.06em; }
.dv-panel-title.light { color: rgba(255,255,255,0.5); }
.dv-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.dv-bar-label { font-size: 12px; color: #64748b; width: 80px; flex-shrink: 0; }
.dv-bar-label.light { color: rgba(255,255,255,0.5); }
.dv-bar-track { flex: 1; height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.dv-bar-track.dark { background: rgba(255,255,255,0.08); }
.dv-bar-fill { height: 100%; border-radius: 4px; }
.dvf-green { background: #16a34a; }
.dvf-amber { background: #d97706; }
.dvf-blue { background: #2563eb; }
.dvf-teal { background: #0d9488; }
.dv-bar-val { font-size: 12px; font-weight: 700; color: #0f172a; width: 36px; text-align: right; flex-shrink: 0; }
.dv-bar-val.light { color: #fff; }
.dv-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.dv-stat { background: #fff; border-radius: 10px; padding: 14px; text-align: center; border: 1px solid #e2e8f0; }
.dv-stat.dark { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); }
.dv-stat-num { font-size: 1.25rem; font-weight: 800; }
.dv-stat-num.c-green { color: #16a34a; }
.dv-stat-num.c-amber { color: #d97706; }
.dv-stat-num.c-blue { color: #2563eb; }
.dv-stat-num.c-white { color: #fff; }
.dv-stat-lbl { font-size: 11px; color: #94a3b8; margin-top: 3px; }
.dv-stat-lbl.light { color: rgba(255,255,255,0.45); }

/* ====== MODULE TABS ====== */
.mod-section { padding: 80px 0; background: #f8fafc; }
.mod-tabs-wrap { max-width: 900px; margin: 0 auto 40px; }
.mod-tabs { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.mod-tab {
  padding: 10px 22px; font-size: 14px; font-weight: 600; border-radius: 8px;
  background: #fff; border: 2px solid #e2e8f0; color: #64748b; cursor: pointer;
  transition: all 0.18s;
}
.mod-tab.active { background: #16a34a; border-color: #16a34a; color: #fff; }
.mod-panel { display: none; }
.mod-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.mod-badge {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; border-radius: 20px;
  padding: 4px 12px; margin-bottom: 14px;
}
.mb-green { background: #dcfce7; color: #15803d; }
.mb-amber { background: #fef3c7; color: #b45309; }
.mb-blue { background: #dbeafe; color: #1d4ed8; }
.mb-rose { background: #ffe4e6; color: #be123c; }
.mod-h3 { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-bottom: 10px; }
.mod-desc { font-size: 0.93rem; color: #475569; line-height: 1.7; margin-bottom: 18px; }
.mod-feats { display: flex; flex-direction: column; gap: 10px; }
.mod-feat { display: flex; align-items: flex-start; gap: 9px; font-size: 0.9rem; color: #334155; }
.mod-feat-dot { width: 7px; height: 7px; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.mod-visual { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px; }
.mv-title { font-size: 12px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.mv-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.mv-bar-label { font-size: 11px; color: #64748b; width: 70px; flex-shrink: 0; }
.mv-bar-track { flex: 1; height: 7px; background: #f1f5f9; border-radius: 4px; overflow: hidden; }
.mv-bar-fill { height: 100%; border-radius: 4px; }
.mvf-green { background: #16a34a; }
.mvf-amber { background: #d97706; }
.mvf-blue { background: #2563eb; }
.mvf-rose { background: #e11d48; }
.mv-bar-val { font-size: 11px; color: #94a3b8; width: 28px; text-align: right; flex-shrink: 0; }

/* ====== PLATFORMS ====== */
.plat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.plat-card {
  background: #fff; border: 2px solid #e2e8f0; border-radius: 16px; padding: 28px 20px;
  text-align: center; transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}
.plat-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.1); transform: translateY(-3px); }
.plat-card.featured { border-color: #16a34a; }
.plat-badge {
  display: inline-block; font-size: 11px; font-weight: 700; background: #dcfce7;
  color: #15803d; border-radius: 20px; padding: 3px 10px; margin-bottom: 14px;
}
.plat-icon { width: 56px; height: 56px; margin: 0 auto 14px; }
.plat-name { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.plat-ver { font-size: 12px; color: #64748b; margin-bottom: 12px; }
.plat-req { font-size: 11px; color: #94a3b8; margin-bottom: 16px; line-height: 1.5; }
.plat-btn { width: 100%; justify-content: center; }

/* ====== REVIEWS ====== */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rev-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; }
.rev-stars { display: flex; gap: 3px; margin-bottom: 12px; color: #f59e0b; font-size: 16px; }
.rev-text { font-size: 0.9rem; color: #475569; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.rev-footer { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.av-green { background: linear-gradient(135deg, #16a34a, #4ade80); }
.av-amber { background: linear-gradient(135deg, #d97706, #fbbf24); }
.av-blue { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.av-violet { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.av-rose { background: linear-gradient(135deg, #e11d48, #fb7185); }
.av-teal { background: linear-gradient(135deg, #0d9488, #2dd4bf); }
.rev-name { font-size: 14px; font-weight: 700; color: #0f172a; }
.rev-role { font-size: 12px; color: #94a3b8; }

/* ====== COMPARISON TABLE ====== */
.cmp-wrap { overflow-x: auto; }
.cmp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cmp-table th { background: #f8fafc; padding: 14px 18px; text-align: left; font-weight: 700; color: #0f172a; border-bottom: 2px solid #e2e8f0; }
.cmp-table td { padding: 13px 18px; border-bottom: 1px solid #f1f5f9; color: #475569; }
.cmp-table tr:hover td { background: #f8fafc; }
.cmp-hl { background: #f0fdf4 !important; }
.cmp-hl td:first-child { font-weight: 700; color: #15803d; }
.yes { color: #16a34a; font-weight: 700; }
.no { color: #ef4444; }
.part { color: #d97706; }

/* ====== SECURITY ====== */
.sec-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sec-item { display: flex; gap: 18px; padding: 24px; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; }
.sec-item-icon { width: 48px; height: 48px; border-radius: 12px; background: #dcfce7; color: #16a34a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sec-item-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.sec-item-desc { font-size: 0.88rem; color: #64748b; line-height: 1.6; }

/* ====== VERSIONS ====== */
.ver-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ver-card {
  background: #fff; border: 2px solid #e2e8f0; border-radius: 18px; padding: 36px 28px;
  display: flex; flex-direction: column; transition: box-shadow 0.18s, transform 0.18s;
}
.ver-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.ver-card.featured { border-color: #16a34a; position: relative; }
.ver-recommend {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: #16a34a; color: #fff; font-size: 12px; font-weight: 700;
  padding: 4px 16px; border-radius: 20px; white-space: nowrap;
}
.ver-plan { font-size: 13px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.ver-price { font-size: 2.4rem; font-weight: 900; color: #0f172a; line-height: 1; margin-bottom: 6px; }
.ver-price span { font-size: 14px; color: #94a3b8; font-weight: 400; }
.ver-price-note { font-size: 13px; color: #94a3b8; margin-bottom: 24px; }
.ver-divider { height: 1px; background: #e2e8f0; margin: 20px 0; }
.ver-feats { display: flex; flex-direction: column; gap: 11px; flex: 1; margin-bottom: 28px; }
.ver-feat { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: #475569; }
.ver-feat-check { width: 18px; height: 18px; border-radius: 50%; background: #dcfce7; color: #16a34a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.ver-feat-check svg { width: 10px; height: 10px; }
.ver-btn { width: 100%; justify-content: center; }

/* ====== FAQ ====== */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: border-color 0.18s; }
.faq-item.open { border-color: #16a34a; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; cursor: pointer; font-size: 1rem; font-weight: 600; color: #0f172a;
  user-select: none;
}
.faq-q:hover { background: #f8fafc; }
.faq-item.open .faq-q { color: #16a34a; background: #f0fdf4; }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; color: #94a3b8; transition: transform 0.2s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: #16a34a; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 22px 18px; font-size: 0.93rem; color: #475569; line-height: 1.75; }

/* ====== CTA BANNER ====== */
.cta-banner { background: linear-gradient(135deg, #0f172a, #15532d); padding: 72px 0; text-align: center; }
.cta-eyebrow { font-size: 13px; font-weight: 700; color: #86efac; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 14px; }
.cta-h2 { font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 14px; }
.cta-p { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ====== FOOTER ====== */
.site-footer { background: #0f172a; padding: 32px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand-name { font-size: 15px; font-weight: 700; color: #fff; }
.footer-brand-name span { color: #4ade80; }
.footer-note { font-size: 13px; color: #64748b; }
.footer-security { font-size: 13px; color: #94a3b8; display: flex; align-items: center; gap: 7px; }
.footer-security svg { color: #4ade80; width: 15px; height: 15px; flex-shrink: 0; }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .hero-h1 { font-size: 2.2rem; }
  .plat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .site-nav .nav-links { display: none; }
  .site-nav .nav-dl { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .nav-menu {
    display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid #e2e8f0; padding: 12px 0; z-index: 99;
  }
  .nav-menu.open { display: flex; }
  .nav-menu .nav-links { display: flex; flex-direction: column; padding: 0 16px; }
  .nav-menu .nav-dl { display: block; padding: 8px 16px 12px; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-vis { display: none; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-h1 { font-size: 2rem; }

  .feat-grid { grid-template-columns: 1fr 1fr; }
  .deep-row { grid-template-columns: 1fr; gap: 32px; }
  .deep-row.flip .deep-info { order: 1; }
  .deep-row.flip .deep-vis { order: 2; }
  .mod-panel.active { grid-template-columns: 1fr; }
  .plat-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: 1fr 1fr; }
  .ver-grid { grid-template-columns: 1fr; }
  .sec-items { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .sec-title { font-size: 1.6rem; }
}
@media (max-width: 480px) {
  .feat-grid { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-btns { flex-direction: column; }
  .btn-lg { width: 100%; justify-content: center; }
  .stats-row { gap: 16px; }
  .plat-grid { grid-template-columns: 1fr 1fr; }
}
