/* ============================================================
   START (split from addons.css)
   ============================================================ */

/* ============================================================
   START PAGE (brascast-start.html)
   ============================================================ */

/* --- HERO --- */
.sp-hero { position: relative; overflow: hidden; padding: calc(var(--nav-h) + 80px) 0 88px; background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%); }
.sp-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sp-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.sp-blob-1 { width: 720px; height: 720px; background: radial-gradient(circle, rgba(23,141,114,.24) 0%, rgba(23,141,114,.09) 35%, transparent 70%); top: -250px; right: -190px; }
.sp-blob-2 { width: 560px; height: 560px; background: radial-gradient(circle, rgba(42,173,142,.24) 0%, rgba(42,173,142,.09) 35%, transparent 70%); bottom: -190px; left: -190px; }
.sp-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(15,30,27,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(15,30,27,.025) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%); }
.sp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.sp-hero-text .tag { margin-bottom: 20px; }
.sp-hero-text h1 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: var(--text); margin: 0 0 18px; text-wrap: balance; }
.sp-hero-text h1 .accent { color: var(--green); }
.sp-hero-text .sub { font-size: 20px; color: var(--text-muted); line-height: 1.6; margin-bottom: 28px; max-width: 520px; text-wrap: pretty; }
.sp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.sp-hero-url { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; padding: 10px 16px; background: #fff; border: 1.5px solid var(--border); border-radius: 99px; font-size: 14px; color: var(--text-muted); font-family: monospace; }
.sp-hero-url svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
.sp-hero-url strong { color: var(--green); font-weight: 700; }

/* Phone mockup */
.sp-hero-phone-wrap { position: relative; display: flex; justify-content: center; align-items: center; min-height: 540px; }
.sp-phone { width: 260px; height: 528px; background: #0e1c19; border-radius: 38px; padding: 12px; box-shadow: 0 14px 32px rgba(15,30,27,.25), 0 6px 14px rgba(15,30,27,.12); position: relative; animation: spFloat 5s ease-in-out infinite; }
@keyframes spFloat { 0%, 100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-14px) rotate(-1.5deg); } }
.sp-phone-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 86px; height: 22px; background: #0e1c19; border-radius: 14px; z-index: 2; }
.sp-phone-screen { background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%); border-radius: 28px; height: 100%; overflow: hidden; padding: 40px 14px 14px; display: flex; flex-direction: column; gap: 10px; }

.sp-pg-header { text-align: center; padding: 4px 0 12px; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.sp-pg-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-mid)); color: #fff; margin-bottom: 6px; box-shadow: 0 0 0 3px #fff, 0 4px 10px rgba(23,141,114,.3); display: flex; align-items: center; justify-content: center; }
.sp-pg-avatar svg { width: 26px; height: 26px; }
.sp-pg-header strong { font-size: 13px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }
.sp-pg-header > span { font-size: 10.5px; color: var(--text-muted); }
.sp-pg-socials { display: flex; justify-content: center; gap: 8px; margin-bottom: 10px; }
.sp-pg-soc { width: 28px; height: 28px; border-radius: 50%; background: #eef0f2; color: var(--text); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.sp-pg-soc:hover { background: var(--green); color: #fff; }
.sp-pg-soc svg { width: 14px; height: 14px; }

/* Player do mockup da Start Page (estilo card limpo + botao teal + volume bar) */
.sp-pg-player { display: flex; flex-direction: column; gap: 8px; padding: 10px 12px; background: #fff; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 10px; }
.sp-pg-player-top { display: flex; align-items: center; gap: 10px; }
.sp-pg-player-cover { width: 34px; height: 34px; border-radius: 8px; background: #f1f2f4; color: var(--text-muted); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sp-pg-player-cover svg { width: 17px; height: 17px; }
.sp-pg-player-info { flex: 1; min-width: 0; line-height: 1.15; }
.sp-pg-player-tag { display: block; font-size: 7.5px; font-weight: 800; letter-spacing: .12em; color: var(--text-muted); text-transform: uppercase; }
.sp-pg-player-info strong { display: block; font-size: 12px; font-weight: 800; color: var(--text); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-pg-player-status { display: inline-flex; align-items: center; gap: 4px; font-size: 8px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.sp-pg-player-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green-mid); animation: spPlayerPulse 1.6s ease-in-out infinite; }
@keyframes spPlayerPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .55; transform: scale(.85); } }
.sp-pg-player-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--green-mid); color: #fff; border: 0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; transition: transform .15s, background .15s; }
.sp-pg-player-btn:hover { transform: scale(1.05); background: var(--green); }
.sp-pg-player-btn svg { width: 14px; height: 14px; }

/* Volume bar (speaker low + slider + speaker high) */
.sp-pg-player-volume { display: flex; align-items: center; gap: 8px; padding: 0 2px; }
.sp-pg-player-volume svg { width: 12px; height: 12px; color: var(--text-muted); flex-shrink: 0; }
.sp-pg-player-vol-track { flex: 1; height: 3px; background: #e6e8ec; border-radius: 99px; position: relative; }
.sp-pg-player-vol-fill { position: absolute; left: 0; top: 0; height: 100%; width: 55%; background: var(--green-mid); border-radius: 99px; }
.sp-pg-player-vol-fill::after { content: ''; position: absolute; right: -4px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--green-mid); box-shadow: 0 1px 3px rgba(0,0,0,.18); }

.sp-pg-block { display: block; padding: 7px 10px; background: #eef0f2; border: 1.5px solid transparent; border-radius: 15px; font-size: 11.5px; font-weight: 700; color: var(--text); text-align: center; transition: border-color .15s, background .15s; cursor: default; }
.sp-pg-block:hover { background: #dfdfdf; border-color: transparent; }

.sp-pg-sponsor { display: flex; flex-direction: column; gap: 4px; padding: 8px 10px; background: #fff7e0; border: 1px solid #f5d97a; border-radius: 10px; }
.sp-pg-sponsor-tag { font-size: 8px; font-weight: 800; letter-spacing: .08em; color: #b07a00; text-transform: uppercase; }
.sp-pg-sponsor-body { display: flex; align-items: center; gap: 8px; }
.sp-pg-sponsor-logo { width: 20px; height: 20px; border-radius: 5px; background: linear-gradient(135deg, #f5b73a, #d97048); flex-shrink: 0; }
.sp-pg-sponsor strong { font-size: 11px; font-weight: 700; color: var(--text); }

/* Floating hero cards */
.sp-float { position: absolute; background: #fff; border: 1.5px solid var(--border); border-radius: 14px; padding: 12px; box-shadow: 0 12px 32px rgba(15,30,27,.12); z-index: 2; }
.sp-float-label { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; display: block; }
/* Floating feature chips (icon + headline + sub) */
.sp-float--easy,
.sp-float--fast { display: flex; align-items: center; gap: 10px; padding: 10px 14px; }
.sp-float--easy { top: 32px; left: 0; transform: rotate(-4deg); }
.sp-float--easy:hover { transform: rotate(0); }
.sp-float--fast { bottom: 40px; right: -8px; transform: rotate(3deg); }
.sp-float--fast:hover { transform: rotate(0); }

.sp-float-ico { width: 32px; height: 32px; border-radius: 9px; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sp-float-ico svg { width: 18px; height: 18px; }
.sp-float-body { display: flex; flex-direction: column; line-height: 1.15; }
.sp-float-body strong { font-size: 14px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }

/* --- WHY --- */
.sp-why { padding: 96px 0; background: var(--bg); }
.sp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sp-why-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 32px 28px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.sp-why-card:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: 0 8px 24px rgba(23,141,114,.1); }
.sp-why-card--featured { border: 2px solid var(--green); background: linear-gradient(180deg, #fff 0%, var(--green-light) 100%); }
.sp-why-icon { width: 52px; height: 52px; border-radius: 13px; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.sp-why-icon svg { width: 24px; height: 24px; }
.sp-why-card--featured .sp-why-icon { background: var(--green); color: #fff; }
.sp-why-card h3 { font-size: 18px; font-weight: 800; letter-spacing: -.01em; color: var(--text); margin-bottom: 8px; }
.sp-why-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.55; }

/* --- BLOCOS --- */
.sp-blocks { padding: 96px 0; background: var(--bg-soft); }
.sp-blocks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sp-bk { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 22px 20px; background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); transition: transform .15s, border-color .15s, box-shadow .15s; cursor: default; }
.sp-bk:hover { transform: translateY(-2px); border-color: var(--green); box-shadow: 0 6px 18px rgba(23,141,114,.08); }
.sp-bk-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.sp-bk-icon svg { width: 20px; height: 20px; }
.sp-bk:hover .sp-bk-icon { background: var(--green); color: #fff; }
.sp-bk strong { font-size: 14.5px; font-weight: 700; color: var(--text); line-height: 1.3; }
.sp-bk span { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; }

/* --- EDITOR VISUAL --- */
.sp-editor-sec { padding: 96px 0; background: var(--bg); }
.sp-editor-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.sp-editor-text .tag { margin-bottom: 18px; }
.sp-editor-text h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 16px; text-wrap: balance; }
.sp-editor-text h2 .accent { color: var(--green); }
.sp-editor-text > p { font-size: 17px; color: var(--text-muted); line-height: 1.6; margin-bottom: 28px; text-wrap: pretty; }
.sp-editor-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.sp-editor-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--text); line-height: 1.5; }
.sp-editor-check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.sp-editor-check svg { width: 13px; height: 13px; }

/* Editor mockup */
.sp-editor-mockup { position: relative; }
.sp-ed { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; box-shadow: 0 16px 48px rgba(15,30,27,.12); overflow: hidden; }
.sp-ed-bar { display: flex; align-items: center; gap: 6px; padding: 12px 14px; background: #f5faf8; border-bottom: 1px solid var(--border); }
.sp-ed-dot { width: 10px; height: 10px; border-radius: 50%; background: #e1ece9; }
.sp-ed-dot:nth-child(1) { background: #ff5f57; }
.sp-ed-dot:nth-child(2) { background: #febc2e; }
.sp-ed-dot:nth-child(3) { background: #28c840; }
.sp-ed-title { margin-left: 12px; font-size: 12.5px; color: var(--text-muted); font-weight: 600; flex: 1; }
.sp-ed-publish { padding: 5px 12px; background: var(--green); color: #fff; font-size: 11px; font-weight: 700; border-radius: 6px; letter-spacing: .02em; }
.sp-ed-body { display: grid; grid-template-columns: 200px 1fr; min-height: 380px; }
.sp-ed-side { padding: 18px 14px; border-right: 1px solid var(--border); background: #fff; display: flex; flex-direction: column; gap: 16px; }
.sp-ed-side-group { display: flex; flex-direction: column; gap: 9px; }
.sp-ed-side-label { font-size: 10.5px; font-weight: 800; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; }
.sp-ed-side-list { display: flex; flex-direction: column; gap: 4px; }
.sp-ed-side-item { display: flex; align-items: center; gap: 8px; padding: 8px 10px; background: #fff; border: 1px solid var(--border); border-radius: 8px; font-size: 12px; font-weight: 600; color: var(--text); cursor: grab; transition: border-color .15s, background .15s; }
.sp-ed-side-item:hover { border-color: var(--green); background: var(--green-light); }
.sp-ed-side-item svg { width: 14px; height: 14px; color: var(--green); flex-shrink: 0; }
.sp-ed-themes { display: flex; gap: 7px; flex-wrap: wrap; }
.sp-ed-theme { width: 26px; height: 26px; border-radius: 8px; cursor: pointer; border: 2px solid #fff; box-shadow: 0 0 0 1.5px var(--border); transition: transform .15s; }
.sp-ed-theme:hover { transform: scale(1.05); }
.sp-ed-theme.is-active { box-shadow: 0 0 0 2.5px var(--green); }
.sp-ed-theme--green { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.sp-ed-theme--red { background: linear-gradient(135deg, #e53935, #b71c1c); }
.sp-ed-theme--orange { background: linear-gradient(135deg, #ed8a4a, #d96728); }
.sp-ed-theme--purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.sp-ed-theme--pink { background: linear-gradient(135deg, #e91e8c, #b8156c); }
.sp-ed-mode { display: inline-flex; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 9px; padding: 3px; gap: 2px; }
.sp-ed-mode-btn { flex: 1; background: transparent; border: none; padding: 6px 18px; font-size: 12px; font-weight: 600; color: var(--text-muted); border-radius: 6px; cursor: pointer; transition: background .15s, color .15s, box-shadow .15s; font-family: inherit; }
.sp-ed-mode-btn.is-active { background: #fff; color: var(--text); box-shadow: 0 1px 3px rgba(15,30,27,.08); }
.sp-ed-mode-btn:hover:not(.is-active) { color: var(--text); }
.sp-ed-preview { padding: 24px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; }
.sp-ed-preview-phone {
  --pv-primary: #178d72;
  --pv-primary-dark: #0f6b55;
  --pv-bg: #fff;
  --pv-text: var(--text);
  --pv-muted: var(--text-muted);
  --pv-border: var(--border);
  --pv-soft-bg: var(--bg-soft);
  --pv-shadow: 0 2px 5px rgba(23,141,114,.3);
  width: 190px; min-height: 320px;
  background: var(--pv-bg);
  border: 1.5px solid var(--pv-border);
  border-radius: 18px; padding: 14px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  box-shadow: 0 8px 20px rgba(15,30,27,.08);
  font-family: var(--font);
  transition: background .25s, border-color .25s;
}
.sp-ed-preview-phone.is-dark {
  --pv-bg: #0e1a17;
  --pv-text: #fff;
  --pv-muted: rgba(255,255,255,.55);
  --pv-border: rgba(255,255,255,.1);
  --pv-soft-bg: rgba(255,255,255,.08);
}
.sp-ed-preview-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--pv-primary), var(--pv-primary-dark)); display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; transition: background .25s; }
.sp-ed-preview-avatar svg { width: 22px; height: 22px; }
.sp-ed-preview-name { font-size: 11px; font-weight: 800; color: var(--pv-text); text-align: center; letter-spacing: -.01em; margin-top: 2px; transition: color .25s; }
.sp-ed-preview-bio { font-size: 8px; color: var(--pv-muted); text-align: center; line-height: 1.35; max-width: 95%; margin-bottom: 3px; transition: color .25s; }

.sp-ed-preview-player { width: 100%; background: var(--pv-bg); border: 1px solid var(--pv-border); border-radius: 9px; padding: 6px 7px; display: flex; align-items: center; gap: 6px; box-shadow: 0 1px 3px rgba(15,30,27,.05); margin-bottom: 2px; transition: background .25s, border-color .25s; }
.sp-ed-preview-phone.is-dark .sp-ed-preview-player { background: rgba(255,255,255,.05); box-shadow: none; }
.sp-ed-preview-player-thumb { width: 26px; height: 26px; border-radius: 6px; background: var(--pv-soft-bg); display: flex; align-items: center; justify-content: center; color: var(--pv-muted); flex-shrink: 0; transition: background .25s, color .25s; }
.sp-ed-preview-player-thumb svg { width: 12px; height: 12px; }
.sp-ed-preview-player-info { flex: 1; display: flex; flex-direction: column; min-width: 0; line-height: 1.15; }
.sp-ed-preview-player-label { font-size: 6.5px; font-weight: 800; color: var(--pv-muted); text-transform: uppercase; letter-spacing: .06em; transition: color .25s; }
.sp-ed-preview-player-title { font-size: 9px; font-weight: 700; color: var(--pv-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .25s; }
.sp-ed-preview-play { width: 22px; height: 22px; border-radius: 50%; background: var(--pv-primary); display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: background .25s; }
.sp-ed-preview-play svg { width: 10px; height: 10px; margin-left: 1px; }

.sp-ed-preview-block { width: 100%; background: var(--pv-primary); border: 1px solid var(--pv-primary); border-radius: 999px; padding: 8px 12px; display: flex; align-items: center; justify-content: center; gap: 6px; position: relative; transition: box-shadow .15s, transform .15s, background .25s, border-color .25s; }
.sp-ed-preview-block-text { font-size: 10px; font-weight: 700; color: #fff; letter-spacing: -.01em; }
.sp-ed-preview-block--drag { box-shadow: 0 4px 12px rgba(0,0,0,.25); transform: scale(1.02); }
.sp-ed-preview-block--drag .sp-ed-preview-drag { position: absolute; left: 8px; }
.sp-ed-preview-drag { font-size: 11px; color: rgba(255,255,255,.85); font-weight: 800; letter-spacing: -2px; }

/* --- EXAMPLES GALLERY --- */
.sp-gallery { padding: 96px 0; background: var(--bg-soft); }
.sp-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.sp-ex { display: flex; flex-direction: column; align-items: center; }
.sp-ex-phone { width: 300px; height: 600px; background: #0e1c19; border-radius: 44px; padding: 12px; box-shadow: 0 18px 40px rgba(15,30,27,.18); margin-bottom: 20px; transition: transform .25s; }
.sp-ex-phone:hover { transform: translateY(-6px); }
.sp-ex-screen { border-radius: 34px; height: 100%; overflow: hidden; }
.sp-ex-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sp-ex-info { text-align: center; }
.sp-ex-info strong { display: block; font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 2px; letter-spacing: -.005em; }
.sp-ex-info span { font-size: 13px; color: var(--text-muted); }

/* --- ANALYTICS --- */
.sp-analytics { padding: 96px 0; background: var(--bg); }
.sp-analytics-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.sp-analytics-text .tag { margin-bottom: 18px; }
.sp-analytics-text h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 16px; text-wrap: balance; }
.sp-analytics-text h2 .accent { color: var(--green); }
.sp-analytics-text > p { font-size: 17px; color: var(--text-muted); line-height: 1.6; margin-bottom: 28px; text-wrap: pretty; }
.sp-analytics-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sp-analytics-point { padding: 14px 16px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 10px; }
.sp-analytics-point strong { display: block; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.sp-analytics-point span { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; }

/* Analytics panel mock */
.sp-analytics-mock { position: relative; }
.sp-an { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; box-shadow: 0 16px 48px rgba(15,30,27,.1); padding: 22px; display: flex; flex-direction: column; gap: 18px; }
.sp-an-header { display: flex; align-items: baseline; justify-content: space-between; }
.sp-an-header strong { font-size: 17px; font-weight: 800; color: var(--text); }
.sp-an-period { font-size: 12px; color: var(--text-muted); }
.sp-an-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sp-an-stat { padding: 12px 14px; background: var(--bg-soft); border-radius: 10px; display: flex; flex-direction: column; gap: 2px; }
.sp-an-stat-num { font-size: 22px; font-weight: 800; color: var(--green); letter-spacing: -.02em; line-height: 1; }
.sp-an-stat-label { font-size: 11px; color: var(--text-muted); }
.sp-an-stat-up { display: inline-block; align-self: flex-start; margin-top: 4px; padding: 2px 7px; background: var(--green-light); color: var(--green-dark); border-radius: 6px; font-size: 10.5px; font-weight: 700; }
.sp-an-chart { display: flex; align-items: flex-end; gap: 6px; height: 88px; padding-top: 6px; border-top: 1px dashed var(--border); }
.sp-an-bar { flex: 1; background: linear-gradient(180deg, var(--green) 0%, var(--green-mid) 100%); border-radius: 4px 4px 0 0; opacity: .9; height: var(--h, 50%); }
.sp-an-top { display: flex; flex-direction: column; gap: 8px; }
.sp-an-top > strong { font-size: 13px; font-weight: 800; color: var(--text); }
.sp-an-top-list { display: flex; flex-direction: column; gap: 4px; }
.sp-an-top-item { display: flex; align-items: center; gap: 10px; padding: 6px 10px; background: var(--bg-soft); border-radius: 8px; }
.sp-an-top-rank { width: 18px; height: 18px; border-radius: 5px; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; flex-shrink: 0; }
.sp-an-top-name { flex: 1; font-size: 12.5px; color: var(--text); font-weight: 600; }
.sp-an-top-val { font-size: 12px; color: var(--green-dark); font-weight: 700; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .sp-hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .sp-hero-phone-wrap { min-height: 540px; }
  .sp-why-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; gap: 18px; }
  .sp-blocks-grid { grid-template-columns: repeat(3, 1fr); }
  .sp-editor-grid { grid-template-columns: 1fr; gap: 48px; }
  .sp-gallery-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; gap: 36px; }
  .sp-analytics-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .sp-hero { padding: calc(var(--nav-h) + 30px) 0 64px; }
  .sp-why, .sp-blocks, .sp-editor-sec, .sp-gallery, .sp-analytics { padding: 64px 0; }
  .sp-blocks-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-ed-body { grid-template-columns: 1fr; min-height: auto; }
  .sp-ed-side { border-right: none; border-bottom: 1px solid var(--border); flex-direction: row; flex-wrap: wrap; align-items: center; }
  .sp-ed-side-list { flex-direction: row; flex-wrap: wrap; }
  .sp-ed-preview { padding: 20px; }
  .sp-analytics-points { grid-template-columns: 1fr; }
  .sp-float--easy { left: -8px; }
  .sp-float--fast { right: -16px; }
}
@media (max-width: 480px) {
  .sp-hero-cta { flex-direction: column; align-items: stretch; }
  .sp-hero-cta .btn { justify-content: center; }
  .sp-blocks-grid { grid-template-columns: 1fr; }
  .sp-phone { width: 220px; height: 460px; }
  .sp-hero-phone-wrap { min-height: 480px; }
  .sp-an-stats { grid-template-columns: 1fr; }
}


