/* ============================================================
 * Snagging / punch list inspections — page styles.
 * Auto-loaded for template-snagging-inspections.php via the
 * template-name dispatcher in inc/enqueue.php. All selectors
 * are scoped to the .sn-* / page-specific class prefixes so
 * nothing leaks into other templates.
 * ============================================================ */

/* ---------------- HERO ---------------- */
.sn-hero { padding: 96px 0 80px; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
.sn-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 88% 28%, rgba(97,206,112,0.10), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(224,166,43,0.06), transparent 60%);
  pointer-events: none;
}
/* construction-context grid pattern, top-right corner */
.sn-hero::after {
  content: ""; position: absolute; right: -120px; bottom: -100px; width: 800px; height: 600px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 80px);
  pointer-events: none; mask: radial-gradient(circle at 60% 40%, black 0%, transparent 70%);
}
.sn-hero .container-wide { position: relative; z-index: 1; }
.sn-hero .grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.sn-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: 60px; letter-spacing: -0.025em; line-height: 1.05; color: #fff; margin: 18px 0 22px; }
.sn-hero h1 em { font-style: normal; color: var(--green-100); }
.sn-hero p.sub { color: rgba(255,255,255,0.78); font-size: 19px; line-height: 1.55; margin-bottom: 14px; max-width: 560px; }
.sn-hero p.sup { color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 30px; }
.sn-hero .btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* hero visual: floorplan + tablet + report */
.hero-stage { position: relative; height: 540px; }
/* floorplan card */
.floorplan {
  position: absolute; left: 0; top: 30px; width: 360px; height: 380px;
  background: #FAF7EE; border: 1px solid rgba(255,255,255,0.10); border-radius: 14px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
  transform: rotate(-3deg);
  padding: 20px;
  overflow: hidden;
}
.fp-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px dashed #DDD2B5; margin-bottom: 14px; }
.fp-header .ttl { font-family: var(--font-mono); font-size: 11px; color: #6B7280; letter-spacing: 0.08em; text-transform: uppercase; }
.fp-header .un { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--anthracite-100); }

/* SVG floorplan */
.fp-svg { width: 100%; height: 280px; }
.fp-svg .room { fill: #fff; stroke: #C7B68A; stroke-width: 1.5; }
.fp-svg .room-label { fill: #8A8268; font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase; }
.fp-svg .pin { cursor: pointer; }
.fp-svg .pin .pin-bg { fill: #C04032; }
.fp-svg .pin.amber .pin-bg { fill: #E0A62B; }
.fp-svg .pin.green .pin-bg { fill: #1E7A2B; }
.fp-svg .pin .pin-num { fill: #fff; font-family: var(--font-mono); font-size: 9px; font-weight: 700; }
.fp-svg .pin-pulse { fill: #C04032; opacity: 0.25; animation: snPinPulse 1.6s ease-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes snPinPulse { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(2.5); opacity: 0; } }

.fp-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; font-family: var(--font-mono); font-size: 10px; color: #8A8268; }
.fp-foot span b { color: #C04032; font-weight: 700; }
.fp-foot span.ok b { color: #1E7A2B; }

/* Tablet device */
.sn-hero .tablet {
  position: absolute; right: 40px; top: 0; width: 380px; height: 510px;
  background: #181C22; border-radius: 28px; padding: 14px;
  box-shadow: 0 40px 90px -20px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.06) inset;
  transform: rotate(2deg);
  z-index: 2;
}
.sn-hero .tablet .screen {
  width: 100%; height: 100%; background: #FAFAF7; border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column;
}
.sn-hero .tablet .tb { padding: 14px 16px; background: #fff; border-bottom: 1px solid #EEEAE0; display: flex; justify-content: space-between; align-items: center; }
.sn-hero .tablet .tb .crumb { font-family: var(--font-mono); font-size: 9px; color: #9CA3AF; letter-spacing: 0.1em; text-transform: uppercase; }
.sn-hero .tablet .tb .crumb b { color: var(--anthracite-100); }
.sn-hero .tablet .tb .room { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--anthracite-100); margin-top: 2px; }
.sn-hero .tablet .tb .prog { display: flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 10px; color: var(--anthracite-100); }
.sn-hero .tablet .tb .prog b { color: #1E7A2B; }
.sn-hero .tablet .body { flex: 1; padding: 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.def-card { padding: 12px; background: #fff; border: 1px solid #EEEAE0; border-radius: 10px; display: flex; gap: 10px; align-items: flex-start; }
.def-card .pin { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #FBEBE8; color: #C04032; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: 11px; }
.def-card.amber .pin { background: #FCF1D9; color: #8A6518; }
.def-card.fixed .pin { background: #E7F4E9; color: #1E7A2B; }
.def-card .body { padding: 0; }
.def-card .ttl { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--anthracite-100); }
.def-card .meta { font-family: var(--font-mono); font-size: 10px; color: #9CA3AF; margin-top: 2px; }
.def-card .photos { display: flex; gap: 4px; margin-top: 8px; }
/* Defect-card photo strips: real RICS-survey-style defect photos at ~30×22px.
 * They read as decorative thumbnails at this scale; the gradient colours
 * survive as fallback for paint flash before background-image loads. */
.def-card .photos div { width: 30px; height: 22px; border-radius: 3px; background-color: #C7C2B0; background-image: url('../assets/inspection-photos/rics-render-crack.webp'); background-size: cover; background-position: center; border: 1px solid #DDD; }
.def-card .photos div.ph2 { background-color: #A8A89A; background-image: url('../assets/inspection-photos/rics-damp-stain.webp'); }
.def-card .photos div.ph3 { background-color: #BDB59C; background-image: url('../assets/inspection-photos/rics-roof-tiles.webp'); }
.def-card .ck { width: 18px; height: 18px; flex-shrink: 0; border-radius: 4px; background: #1E7A2B; color: #fff; display: flex; align-items: center; justify-content: center; }
.def-card .ck svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 3; }
.def-card.fixed .ttl { color: #6B7280; text-decoration: line-through; }

.sn-hero .tablet .add-btn { padding: 12px; background: var(--anthracite-100); color: var(--green-100); border-radius: 10px; font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; }
.sn-hero .tablet .add-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Floating handover tag */
.handover-tag {
  position: absolute; bottom: 24px; left: 280px;
  padding: 12px 18px; background: #fff; color: var(--anthracite-100);
  border-radius: 999px; box-shadow: 0 16px 40px -10px rgba(0,0,0,0.45);
  display: flex; align-items: center; gap: 12px; z-index: 3;
  transform: rotate(-2deg);
}
.handover-tag .ic { width: 28px; height: 28px; border-radius: 50%; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; }
.handover-tag .ic svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; }
.handover-tag .meta { font-family: var(--font-mono); font-size: 10px; color: #9CA3AF; letter-spacing: 0.06em; text-transform: uppercase; }
.handover-tag .ttl { font-family: var(--font-display); font-weight: 700; font-size: 14px; line-height: 1.1; }

/* Pre-hero SEO clarifier */
.seo-clarifier { padding: 22px 0; background: var(--anthracite-80); color: rgba(255,255,255,0.78); }
.seo-clarifier .container-wide { display: flex; align-items: center; gap: 18px; font-size: 14px; }
.seo-clarifier .tag { padding: 4px 12px; background: rgba(97,206,112,0.14); color: var(--green-100); border-radius: 999px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; flex-shrink: 0; }

/* Section base */
.sn-section { padding: 96px 0; }
.sn-section.alt { background: var(--off-white-60); }
.sn-section.dark { background: var(--anthracite-100); color: #fff; }
.sn-section h2 { font-family: var(--font-display); font-weight: 600; font-size: 42px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0; max-width: 800px; }
.sn-section.dark h2 { color: #fff; }
.sn-section p.lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.55; max-width: 720px; margin-bottom: 48px; }
.sn-section.dark p.lead { color: rgba(255,255,255,0.72); }

/* Problem cards */
.prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.prob-card { padding: 32px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; position: relative; overflow: hidden; }
.prob-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, #C04032, #E0A62B); }
.prob-card .ic { width: 44px; height: 44px; border-radius: 10px; background: #FBEBE8; color: #C04032; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.prob-card .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.prob-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.01em; margin-bottom: 8px; }
.prob-card p { color: var(--color-text-muted); font-size: 15px; line-height: 1.55; }

/* Two-col: features + visual */
.sn-section .two-col { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.sn-section .feature-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.sn-section .feature-list li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-top: 1px dashed var(--color-border); list-style: none; }
.sn-section .feature-list li:last-child { border-bottom: 1px dashed var(--color-border); }
.sn-section .feature-list .ic { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.sn-section .feature-list .ic svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 3; }
.sn-section .feature-list .body strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--anthracite-100); }
.sn-section .feature-list .body span { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

/* Punch list visual */
.punch-board { background: #fff; border: 1px solid var(--color-border); border-radius: 16px; box-shadow: var(--shadow-md); overflow: hidden; }
.punch-head { padding: 16px 20px; background: var(--off-white-60); border-bottom: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; }
.punch-head .ttl { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--anthracite-100); }
.punch-head .ttl sub { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 10px; color: var(--color-text-subtle); margin-top: 2px; letter-spacing: 0.04em; }
.punch-head .stats { display: flex; gap: 18px; }
.punch-head .stats div { font-family: var(--font-mono); font-size: 10px; color: var(--color-text-subtle); letter-spacing: 0.06em; text-transform: uppercase; }
.punch-head .stats div b { display: block; font-family: var(--font-display); font-size: 18px; color: var(--anthracite-100); margin-top: 2px; letter-spacing: -0.01em; }
.punch-head .stats div.open b { color: #C04032; }
.punch-head .stats div.fix b { color: #E0A62B; }
.punch-head .stats div.done b { color: #1E7A2B; }

.punch-row { display: grid; grid-template-columns: 30px 1fr 80px 100px 100px 90px; gap: 14px; padding: 14px 20px; border-bottom: 1px dashed var(--color-border); align-items: center; font-size: 14px; }
.punch-row:last-child { border-bottom: none; }
.punch-row .pin { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: 10px; color: #fff; }
.punch-row .pin.r { background: #C04032; }
.punch-row .pin.a { background: #E0A62B; }
.punch-row .pin.g { background: #1E7A2B; }
.punch-row .desc { font-family: var(--font-display); font-weight: 600; color: var(--anthracite-100); }
.punch-row .desc sub { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 10px; color: var(--color-text-subtle); margin-top: 2px; letter-spacing: 0.04em; }
.punch-row .room { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-muted); letter-spacing: 0.04em; }
.punch-row .trade { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-muted); }
.punch-row .photo { display: flex; gap: 3px; }
.punch-row .photo div { width: 22px; height: 16px; border-radius: 2px; background-color: #C7C2B0; background-image: url('../assets/inspection-photos/rics-render-crack.webp'); background-size: cover; background-position: center; border: 1px solid #DDD; }
.punch-row .photo div.b { background-color: #A8A89A; background-image: url('../assets/inspection-photos/rics-damp-stain.webp'); }
.punch-row .photo div.c { background-color: #BDB59C; background-image: url('../assets/inspection-photos/rics-roof-tiles.webp'); }
.punch-row .status { padding: 4px 10px; border-radius: 999px; font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-align: center; }
.punch-row .status.open { background: #FBEBE8; color: #C04032; }
.punch-row .status.fix { background: #FCF1D9; color: #8A6518; }
.punch-row .status.done { background: #E7F4E9; color: #1E7A2B; }
.punch-row.fixed .desc { color: #6B7280; text-decoration: line-through; }

.punch-foot { padding: 12px 20px; background: var(--off-white-60); border-top: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 11px; color: var(--color-text-subtle); }

/* How it works — 4 step grid */
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { padding: 30px 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; position: relative; }
.step-card .num { font-family: var(--font-mono); font-size: 11px; color: var(--green-100); letter-spacing: 0.14em; font-weight: 700; }
.step-card .ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(97,206,112,0.14); color: var(--green-100); display: flex; align-items: center; justify-content: center; margin: 16px 0 18px; }
.step-card .ic svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.step-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: #fff; letter-spacing: -0.01em; margin-bottom: 8px; }
.step-card p { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.55; }

/* Workflow tile cards */
.wkflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wkflow-card { padding: 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 14px; }
.wkflow-card .ic { width: 44px; height: 44px; border-radius: 10px; background: var(--off-white-100); color: var(--anthracite-100); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.wkflow-card .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.wkflow-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; margin-bottom: 6px; }
.wkflow-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

/* Defect capture: room-by-room visual board */
.room-board { background: #fff; border: 1px solid var(--color-border); border-radius: 16px; box-shadow: var(--shadow-md); padding: 24px; }
.room-board .rb-h { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-subtle); letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 18px; }
.room-board .room-item { padding: 14px 0; border-top: 1px dashed var(--color-border); display: grid; grid-template-columns: 22px 1fr auto auto; gap: 14px; align-items: center; }
.room-board .room-item:first-of-type { border-top: none; padding-top: 0; }
.room-board .room-item .stripe { width: 4px; height: 32px; border-radius: 2px; }
.room-board .room-item.s1 .stripe { background: #1E7A2B; }
.room-board .room-item.s2 .stripe { background: #E0A62B; }
.room-board .room-item.s3 .stripe { background: #C04032; }
.room-board .room-item.s0 .stripe { background: #DDD2B5; }
.room-board .room-item .nm { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--anthracite-100); }
.room-board .room-item .nm sub { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 10px; color: var(--color-text-subtle); margin-top: 2px; letter-spacing: 0.04em; }
.room-board .room-item .count { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-muted); }
.room-board .room-item .count b { font-family: var(--font-display); font-size: 16px; color: var(--anthracite-100); display: block; text-align: right; }
.room-board .room-item.s1 .count b { color: #1E7A2B; }
.room-board .room-item.s2 .count b { color: #E0A62B; }
.room-board .room-item.s3 .count b { color: #C04032; }
.room-board .room-item .photos { display: flex; gap: 3px; }
.room-board .room-item .photos div { width: 26px; height: 20px; border-radius: 3px; border: 1px solid #DDD; }
.room-board .room-item .photos div { background-color: #C7C2B0; background-size: cover; background-position: center; }
.room-board .room-item .photos .pa { background-image: url('../assets/inspection-photos/rics-render-crack.webp'); }
.room-board .room-item .photos .pb { background-image: url('../assets/inspection-photos/rics-damp-stain.webp'); }
.room-board .room-item .photos .pc { background-image: url('../assets/inspection-photos/rics-roof-tiles.webp'); }
.room-board .room-item .photos .none { background: repeating-linear-gradient(45deg, #FAF7EE 0 4px, #EEEAE0 4px 8px); border: 1px dashed #C7C2B0; }

/* Reporting visual: stacked report */
.report-stack { position: relative; height: 540px; }
.report-stack .rep { position: absolute; background: #fff; border: 1px solid var(--color-border); border-radius: 12px; box-shadow: 0 30px 60px -16px rgba(54,62,72,0.20); }
.report-stack .rep.r3 { left: 60px; top: 30px; width: 320px; height: 440px; transform: rotate(-4deg); background: #FAF7EE; }
.report-stack .rep.r2 { left: 30px; top: 60px; width: 320px; height: 440px; transform: rotate(2deg); }
.report-stack .rep.r1 { left: 80px; top: 24px; width: 380px; height: 480px; transform: rotate(-1deg); padding: 0; overflow: hidden; }

.rep-cover { padding: 18px 20px; background: var(--anthracite-100); color: #fff; display: flex; justify-content: space-between; align-items: center; }
.rep-cover .lo { display: flex; align-items: center; gap: 8px; }
.rep-cover .lo .sq { width: 18px; height: 18px; border-radius: 4px; background: var(--green-100); }
.rep-cover .lo .nm { font-family: var(--font-display); font-weight: 700; font-size: 12px; }
.rep-cover .meta { font-family: var(--font-mono); font-size: 9px; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; }

.rep-h { padding: 16px 22px 14px; }
.rep-h .kind { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: #C04032; font-weight: 700; }
.rep-h h6 { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--anthracite-100); letter-spacing: -0.015em; margin: 4px 0 4px; }
.rep-h p { font-family: var(--font-mono); font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.04em; }

.rep-stats { padding: 0 22px 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.rep-stats div { padding: 8px 10px; background: var(--off-white-60); border-radius: 6px; }
.rep-stats div .l { font-family: var(--font-mono); font-size: 8px; color: var(--color-text-subtle); letter-spacing: 0.08em; text-transform: uppercase; }
.rep-stats div .v { font-family: var(--font-display); font-weight: 700; font-size: 17px; line-height: 1; margin-top: 4px; }
.rep-stats div.r .v { color: #C04032; }
.rep-stats div.a .v { color: #E0A62B; }
.rep-stats div.g .v { color: #1E7A2B; }

.rep-row { padding: 8px 22px; border-top: 1px dashed var(--color-border); display: grid; grid-template-columns: 16px 1fr 50px; gap: 10px; align-items: center; }
.rep-row .dot { width: 8px; height: 8px; border-radius: 50%; }
.rep-row .dot.r { background: #C04032; }
.rep-row .dot.a { background: #E0A62B; }
.rep-row .dot.g { background: #1E7A2B; }
.rep-row .nm { font-family: var(--font-display); font-weight: 600; font-size: 11px; color: var(--anthracite-100); }
.rep-row .nm sub { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 8px; color: var(--color-text-subtle); margin-top: 1px; }
.rep-row .pin { padding: 2px 6px; border-radius: 3px; font-family: var(--font-mono); font-size: 8px; font-weight: 700; text-align: center; letter-spacing: 0.04em; }
.rep-row .pin.r { background: #FBEBE8; color: #C04032; }
.rep-row .pin.a { background: #FCF1D9; color: #8A6518; }
.rep-row .pin.g { background: #E7F4E9; color: #1E7A2B; }

.rep-foot { display: flex; align-items: center; gap: 8px; padding: 10px 22px; background: var(--off-white-60); border-top: 1px solid var(--color-border); font-family: var(--font-mono); font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.04em; position: absolute; bottom: 0; left: 0; right: 0; }
.rep-foot .hash { color: var(--anthracite-100); font-weight: 700; }

/* Speed stats */
.speed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.speed-card { padding: 32px 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 14px; }
.speed-card .num { font-family: var(--font-display); font-weight: 600; font-size: 44px; letter-spacing: -0.025em; line-height: 1; color: var(--anthracite-100); }
.speed-card .num em { font-style: normal; color: var(--green-100); }
.speed-card .lab { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-subtle); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 12px; }
.speed-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; margin-top: 10px; }

/* Role cards */
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.role-card { padding: 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 14px; }
.role-card .ic { width: 44px; height: 44px; border-radius: 10px; background: var(--off-white-100); color: var(--anthracite-100); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.role-card .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.role-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; margin-bottom: 6px; }
.role-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

/* Related */
.sn-section .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sn-section .related-card { padding: 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 14px; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 12px; transition: all 180ms var(--ease-standard); }
.sn-section .related-card:hover { transform: translateY(-2px); border-color: var(--anthracite-40); box-shadow: var(--shadow-md); }
.sn-section .related-card .tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--green-100); font-weight: 700; }
.sn-section .related-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -0.01em; }
.sn-section .related-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; flex: 1; }
.sn-section .related-card .go { font-size: 13px; font-weight: 600; color: var(--anthracite-100); display: inline-flex; align-items: center; gap: 6px; }
.sn-section .related-card .go svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform 150ms; }
.sn-section .related-card:hover .go svg { transform: translateX(3px); }

/* Final CTA */
.final-cta { background: var(--gradient-primary); color: #fff; padding: 110px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; left: 50%; top: -20%; width: 720px; height: 720px; background: radial-gradient(circle, rgba(97,206,112,0.18), transparent 60%); transform: translateX(-50%); pointer-events: none; }
.final-cta .inner { position: relative; z-index: 1; }
.final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 48px; letter-spacing: -0.02em; color: #fff; max-width: 900px; margin: 16px auto; }
.final-cta p.sup { color: rgba(255,255,255,0.78); font-size: 18px; margin-top: 8px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.final-cta .btns { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }

/* CTA link */
.sn-section .cta-link { font-size: 15px; font-weight: 600; color: var(--anthracite-100); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; margin-top: 28px; }
.sn-section .cta-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform 150ms; }
.sn-section .cta-link:hover svg { transform: translateX(4px); }

@media (max-width: 1100px) {
  .sn-hero .grid { grid-template-columns: 1fr; }
  .hero-stage { height: 520px; }
  .step-grid, .wkflow-grid, .speed-grid, .role-grid { grid-template-columns: repeat(2, 1fr); }
  .sn-section .two-col, .sn-section .related-grid { grid-template-columns: 1fr; }
  .prob-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .sn-hero h1 { font-size: 40px; }
  .sn-section h2 { font-size: 32px; }
  .step-grid, .wkflow-grid, .speed-grid, .role-grid { grid-template-columns: 1fr; }
}
