.hero { position: relative; background: radial-gradient(circle at 82% 18%, rgba(234,255,246,.72), transparent 24%), linear-gradient(135deg,#1268ee 0%,#18a6ff 46%,#1fbd83 100%); color: #fff; overflow: hidden; }

.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.16) 0 12%, transparent 12% 100%), radial-gradient(circle at 18% 84%, rgba(255,255,255,.18), transparent 23%); }

.hero-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); min-height: 330px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: center; padding: 58px 0 82px; }

.hero-kicker { display: inline-flex; align-items: center; padding: 8px 14px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(255,255,255,.16); color: rgba(255,255,255,.92); font-size: 13px; font-weight: 700; backdrop-filter: blur(10px); }

.hero-title { max-width: 660px; font-size: clamp(34px,5vw,58px); line-height: 1.12; font-weight: 900; letter-spacing: -1.5px; }

.hero-desc { max-width: 640px; margin-top: 18px; color: rgba(255,255,255,.9); font-size: 18px; }

.hero-panel { border: 1px solid rgba(255,255,255,.24); border-radius: 28px; padding: 24px; background: rgba(255,255,255,.16); backdrop-filter: blur(12px); box-shadow: 0 24px 48px rgba(3,55,122,.2); }

.hero-panel strong { display: block; font-size: 42px; line-height: 1.1; }

.hero-panel span { display: block; margin-top: 8px; color: rgba(255,255,255,.82); }

.filter-panel { position: relative; z-index: 3; width: min(1180px, calc(100% - 40px)); margin: -42px auto 0; padding: 20px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }

.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }

.tag-list a { border: 1px solid var(--line); border-radius: 999px; background: #f8fbff; color: #31445c; padding: 8px 14px; font-size: 13px; }

.tag-list a.active, .tag-list a:hover { border-color: rgba(18,104,238,.28); background: var(--blue-light); color: var(--blue); }

.main { width: min(1180px, calc(100% - 40px)); margin: 34px auto 70px; }

.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }

.summary-card { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 20px rgba(24,80,170,.06); }

.summary-card span { color: var(--muted); font-size: 13px; }

.summary-card strong { display: block; margin-top: 4px; color: var(--text); font-size: 28px; line-height: 1.1; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }

.section-head h1 { font-size: 28px; line-height: 1.2; }

.section-head p { margin-top: 6px; color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

.number-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 8px 24px rgba(24,80,170,.07); transition: transform .18s, box-shadow .18s, border-color .18s; }

.number-card:hover { border-color: rgba(18,104,238,.22); box-shadow: var(--shadow); transform: translateY(-3px); }

.number-cover { position: relative; min-height: 126px; padding: 18px; background: radial-gradient(circle at 86% 20%, rgba(255,255,255,.78), transparent 20%), linear-gradient(135deg,#eaf4ff 0%,#eafff6 100%); }

.badge-row { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 2; }

.badge { padding: 5px 9px; border-radius: 999px; background: #fff; color: var(--blue); font-size: 12px; font-weight: 800; box-shadow: 0 6px 14px rgba(24,80,170,.08); }

.badge.green { color: var(--green); }

.number-body { padding: 22px; }

.phone { color: var(--text); font-size: 26px; line-height: 1.2; font-weight: 900; letter-spacing: 1px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 18px; }

.meta-item { padding: 12px 8px; border-radius: 14px; background: #f7fbff; text-align: center; }

.meta-item strong, .meta-item span { display: block; }

.meta-item strong { color: var(--blue); font-size: 18px; line-height: 1.1; }

.meta-item span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.note { margin-top: 16px; padding: 10px 12px; border-radius: 14px; background: var(--orange-light); color: #8a5118; font-size: 12px; }

.actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }

.actions form { min-width: 0; }

.action { display: flex; align-items: center; justify-content: center; min-height: 42px; border-radius: 14px; border: 1px solid rgba(18,104,238,.18); background: var(--blue-light); color: var(--blue); font-size: 14px; font-weight: 800; }

.action.primary { border-color: transparent; background: linear-gradient(135deg,var(--blue),#24a2ff); color: #fff; box-shadow: 0 10px 18px rgba(18,104,238,.18); }

.feature-action { width: 100%; gap: 7px; border-color: rgba(18,104,238,.14); border-radius: 999px; background: linear-gradient(180deg,#fff,#f4f9ff); color: #0d5ed8; box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 16px rgba(24,80,170,.08); cursor: pointer; transition: transform .18s, box-shadow .18s, border-color .18s, background .18s; }

.feature-action::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(18,104,238,.1); }

.feature-action:hover { border-color: rgba(18,104,238,.3); background: linear-gradient(180deg,#fff,#eaf4ff); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 20px rgba(24,80,170,.14); transform: translateY(-1px); }

.empty { grid-column: 1 / -1; padding: 60px 24px; border: 1px dashed rgba(18,104,238,.26); border-radius: 24px; background: #fff; text-align: center; }

.empty strong { display: block; color: var(--text); font-size: 20px; }

.empty p { margin-top: 8px; color: var(--muted); }

.pager { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 28px; }

.pager a, .pager span { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #40546d; font-size: 14px; }

.pager .current { border-color: transparent; background: var(--blue); color: #fff; }

.warn { margin-top: 28px; padding: 14px 16px; border-radius: 16px; background: var(--orange-light); color: #8a5118; font-size: 13px; }

@media (max-width: 1080px) { .hero-inner { grid-template-columns: 1fr; } .hero-panel { display: none; } .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 860px) { .hero-inner, .filter-panel, .main { width: min(100% - 28px, 1180px); } .hero-inner { min-height: auto; padding: 42px 0 76px; } .summary { grid-template-columns: 1fr; } }

@media (max-width: 620px) { .brand-sub { display: none; } .filter-panel { margin-top: -34px; padding: 16px; } .card-grid { grid-template-columns: 1fr; } .section-head { align-items: flex-start; flex-direction: column; } .meta, .actions { grid-template-columns: 1fr; } }
