.page-home { background: var(--paper); }
.hero { background: #fff; padding: 40px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: center; padding-bottom: 32px; }
.hero-copy h1 { font-size: clamp(32px, 3.6vw, 46px); line-height: 1.1; margin: 10px 0 14px; font-weight: 800; }
.hero-copy h1 span { color: var(--blue); }
.hero .lede { color: #334155; font-size: 16px; max-width: 34em; margin: 0 0 20px; }
.pills { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 22px; }
.pills li { display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; color: #334155; line-height: 1.2; }
.pills li .ico { width: 20px; height: 20px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.hero-visual { position: relative; height: 440px; }
.hero-photo { position: absolute; right: 0; top: 0; width: 62%; height: 100%; object-fit: cover; object-position: 55% 20%; border-radius: 20px; box-shadow: var(--sh-lg); }
.hero-visual::before { content: ""; position: absolute; right: 0; top: 0; width: 62%; height: 100%; border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,.6)); z-index: 1; pointer-events: none; }
.note-paper { position: absolute; left: 0; top: 24px; width: 46%; background: #fbfaf5; padding: 22px 22px 26px; border-radius: 4px; transform: rotate(-7deg); box-shadow: 0 18px 40px rgba(15,23,42,.18); font-family: "Caveat", cursive; font-size: 21px; line-height: 1.35; color: #1e293b; display: flex; flex-direction: column; z-index: 2; background-image: repeating-linear-gradient(transparent, transparent 27px, #dfe5ee 28px); }
.arrow { position: absolute; left: 42%; top: 34%; width: 70px; z-index: 3; }
.pdf-card { position: absolute; left: 30%; bottom: 0; width: 54%; background: #fff; border-radius: 10px; padding: 14px 16px; transform: rotate(6deg); box-shadow: 0 20px 50px rgba(15,23,42,.22); z-index: 2; border: 1px solid var(--line); }
.pdf-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 12px; }
.pdf-h b { font-weight: 800; color: var(--ink); } .pdf-h b span { color: var(--blue); } .pdf-h em { font-style: normal; font-weight: 800; letter-spacing: .12em; color: var(--muted); }
.pdf-card table { width: 100%; border-collapse: collapse; font-size: 10.5px; }
.pdf-card th { text-align: left; color: var(--muted); font-weight: 600; padding: 4px 4px; border-bottom: 1px solid var(--line); }
.pdf-card td { padding: 5px 4px; border-bottom: 1px solid var(--line-2); color: #cbd5e1; }
.pdf-card tr.on td { color: var(--ink); font-weight: 600; animation: rowin .4s ease; }
.pdf-card tr.miss td { color: var(--warn); }
@keyframes rowin { from { background: var(--blue-soft); } to { background: transparent; } }
.timer-badge { position: absolute; right: -8px; top: 36%; background: #fff; border-radius: 14px; padding: 10px 14px; display: flex; align-items: center; gap: 10px; box-shadow: 0 12px 30px rgba(26,86,219,.22); z-index: 3; border: 1px solid var(--blue-line); }
.timer-badge .ico { width: 30px; height: 30px; }
.timer-badge b { display: block; font-size: 20px; color: var(--blue); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.timer-badge small { color: var(--muted); font-weight: 600; font-size: 11px; }
.timer-badge.running b { color: var(--ink); } .timer-badge.done b { color: var(--ok); }

.upload-sec { padding: 0 0 20px; margin-top: -8px; }
.upload-card { background: #fff; border-radius: 20px; padding: 18px; box-shadow: var(--sh-lg); display: grid; grid-template-columns: 1.55fr .45fr; gap: 16px; border: 1px solid var(--line); }
.drop { border: 2px dashed var(--blue-line); border-radius: 16px; background: #fbfdff; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 6px; cursor: pointer; padding: 24px 16px; }
.drop:hover, .drop.hot { border-color: var(--blue); background: var(--blue-soft); }
.drop.done { border-color: var(--ok); background: #f0fdf4; }
.drop .cloud { width: 52px; height: 52px; margin-bottom: 4px; }
.drop b { font-size: 17px; color: var(--ink); } .drop b u { color: var(--blue); text-decoration: none; }
.drop em { color: var(--muted); font-style: normal; font-size: 13px; }
.fmts { list-style: none; display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; margin: 14px 0 0; padding: 0; }
.fmts li { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; color: var(--muted); }
.fmts li b { color: var(--ink); font-weight: 600; font-size: 12px; }
.fmts i { width: 36px; height: 36px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-style: normal; font-weight: 800; font-size: 12px; margin-bottom: 4px; }
.f-xls { background: #1d6f42; } .f-pdf { background: #dc2626; font-size: 9px; } .f-img { background: #2563eb; } .f-csv { background: #0f766e; } .f-pen { background: #7c3aed; }
.sample { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.sample p { margin: 0; font-weight: 700; font-size: 14px; color: var(--ink); }
.sample-thumb { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px; display: grid; gap: 7px; flex: 1; }
.sample-thumb span { height: 8px; border-radius: 4px; background: #e2e8f0; } .sample-thumb span:nth-child(odd) { width: 70%; }
.demo { margin-top: 14px; background: #fff; border-radius: 14px; padding: 12px 16px; border: 1px solid var(--line); }
.demo-sheet { width: 100%; border-collapse: collapse; font-size: 13px; }
.demo-sheet th { text-align: left; font-size: 11px; color: var(--muted); padding: 8px; border-bottom: 1px solid var(--line); }
.demo-sheet td { padding: 9px 8px; border-bottom: 1px solid var(--line-2); }
.demo-sheet tr.idle td { color: #cbd5e1; } .demo-sheet tr.on td { background: #f0f7ff; } .demo-sheet tr.miss td { background: #fff7ed; }
.demo-foot { margin: 8px 0 0; color: var(--muted); font-size: 13px; } .demo-foot.ok { color: #15803d; font-weight: 700; }

.how { padding: 16px 0 28px; }
.how-h { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 20px; }
.how-h h2 { font-size: 26px; margin: 0; } .how-h p { margin: 0; color: var(--muted); font-size: 14px; }
.steps3 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.steps3 li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 22px 22px 60px; }
.steps3 li .n { position: absolute; left: 18px; top: 22px; width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-style: normal; }
.steps3 .ico-wrap { margin-bottom: 12px; }
.steps3 b { display: block; font-size: 16px; color: var(--ink); margin-bottom: 4px; } .steps3 p { margin: 0; color: var(--muted); font-size: 13px; }

@media (max-width: 1000px) {
  .hero-grid, .upload-card, .steps3 { grid-template-columns: 1fr; }
  .hero-visual { height: 380px; margin-top: 8px; }
  .fmts { gap: 14px; }
}
