/*
  shr-security-page-v3.css — Security Levels 2026 (native) page-specific
  components. (v3 = the new native template; the legacy editor-content file
  is shr-security-page.css, kept only as a revert fallback.)
  Loaded only on landing-pages/template-security-levels-2026.php (dep:
  shr-sections). Everything structural (sections, kickers, rules, h2,
  blueprint frames + corner marks, hover-lift, scroll-reveal, icon badges,
  stat tiles, tag chips, buttons) is reused from shr-sections.css /
  shr-shared.css. Only the genuinely unique bits live here — all scoped
  under .shr-sec.
*/

/* ═══════════ Hero — same recipe as Learn Paper Shredder: diagonal navy
   gradient + falling-paper strips (multiply-blended) + fading red
   baseline. Both pages are buyer-guide/blog-style, distinct from the
   light hero used on About/Contact/Why Buy/Why Shred/Request Quote. ═══════════ */
.shr-sec-hero {
	position: relative;
	background: linear-gradient(135deg, #060a11 0%, #1e3654 50%, #060a11 100%);
	overflow: hidden;
}
.shr-sec-hero::before {
	content: '';
	position: absolute; inset: 0;
	background: url('assets/no-index/paper-shredder-falling-1.webp') center / cover no-repeat;
	mix-blend-mode: multiply;
	opacity: .55;
	z-index: 0;
}
.shr-sec-hero::after {
	content: '';
	position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
	background: linear-gradient(90deg, transparent 0%, var(--s2u-red) 50%, transparent 100%);
	box-shadow: 0 0 18px 2px rgba(230, 57, 70, .55);
	z-index: 2;
}
.shr-sec-hero .s2u-kicker { color: var(--s2u-red); }
.shr-sec-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.shr-sec-hero__title {
	font-family: var(--s2u-font-heading); font-weight: 600;
	font-size: clamp(30px, 3.8vw, 48px); line-height: 1.12; letter-spacing: .01em;
	text-transform: uppercase; color: #fff; margin: 18px 0 20px;
}
.shr-sec-hero__lead { font-size: 16.5px; line-height: 1.6; color: rgba(255, 255, 255, .72); max-width: 60ch; margin: 0 0 28px; }
.shr-sec-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.shr-sec-hero__pills { display: flex; flex-direction: column; gap: 10px; }
.shr-sec-pill {
	display: flex; align-items: center; gap: 14px;
	padding: 12px 18px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .12);
	text-decoration: none; transition: background .16s ease, border-color .16s ease;
}
.shr-sec-pill:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .25); }
.shr-sec-pill__badge {
	flex-shrink: 0; font-family: var(--s2u-font-heading); font-weight: 600; font-size: 13px;
	color: var(--s2u-navy); background: var(--s2u-accent-400); padding: 5px 10px; white-space: nowrap;
}
.shr-sec-pill__info { display: flex; flex-direction: column; gap: 1px; }
.shr-sec-pill__info strong { font-size: 13.5px; font-weight: 600; color: #fff; }
.shr-sec-pill__info span { font-size: 12px; color: rgba(255, 255, 255, .55); }

/* ═══════════ Intro + stats ═══════════ */
.shr-sec-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.shr-sec-intro__p { font-size: 15px; line-height: 1.7; color: var(--s2u-neutral-700); margin: 0 0 16px; }
.shr-sec-intro__p strong { color: var(--s2u-text); }
.shr-sec-intro .s2u-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.shr-sec-intro .s2u-stat__num { font-size: 38px; }

/* ═══════════ Level cards P-1..P-7 ═══════════
   Colored gradient badge panel on the left (level number + cut type),
   escalating in intensity from P-1 (slate, low security) through to P-7
   (navy/near-black, maximum security) — a quick visual severity scale a
   reader can scan down without reading any text. */
.shr-sec-levels { display: flex; flex-direction: column; gap: 20px; }
.shr-sec-level-card { display: flex; background: #fff; scroll-margin-top: 24px; padding: 0; }
.shr-sec-level-card--popular { border-color: var(--s2u-red); }
.shr-sec-level-card__badge {
	flex: 0 0 clamp(84px, 8vw, 110px);
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
	padding: 24px 8px; text-align: center;
}
.shr-sec-level-card__badge-level { font-family: var(--s2u-font-heading); font-weight: 600; font-size: 26px; line-height: 1; color: #fff; font-feature-settings: 'tnum' 1; }
.shr-sec-level-card__badge-cut { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .8); }
.shr-sec-level-card__badge--slate  { background: linear-gradient(160deg, var(--s2u-neutral-600) 0%, var(--s2u-navy) 100%); }
.shr-sec-level-card__badge--steel  { background: linear-gradient(160deg, var(--s2u-accent-400) 0%, var(--s2u-accent-700) 100%); }
.shr-sec-level-card__badge--teal   { background: linear-gradient(160deg, var(--s2u-icon-teal) 0%, var(--s2u-navy) 100%); }
.shr-sec-level-card__badge--red    { background: linear-gradient(160deg, var(--s2u-red) 0%, var(--s2u-red-dark) 100%); }
.shr-sec-level-card__badge--purple { background: linear-gradient(160deg, var(--s2u-icon-purple) 0%, var(--s2u-navy) 100%); }
.shr-sec-level-card__badge--amber  { background: linear-gradient(160deg, var(--s2u-icon-amber) 0%, var(--s2u-navy) 100%); }
.shr-sec-level-card__badge--navy   { background: linear-gradient(160deg, var(--s2u-navy2) 0%, #05080d 100%); }

.shr-sec-level-card__body { flex: 1; min-width: 0; padding: clamp(20px, 3vw, 28px); }
.shr-sec-level-card__popular-tag { display: inline-block; margin-bottom: 10px; }
.shr-sec-level-card__title {
	font-family: var(--s2u-font-heading); font-weight: 600; font-size: 19px;
	text-transform: uppercase; color: var(--s2u-text); margin: 0 0 10px;
}
.shr-sec-level-card__desc { font-size: 14.5px; line-height: 1.65; color: var(--s2u-neutral-700); margin: 0 0 16px; max-width: 76ch; }
.shr-sec-level-card__uses { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.shr-sec-tag {
	font-size: 12px; font-weight: 600; color: var(--s2u-accent-700);
	background: var(--s2u-accent-100); padding: 5px 12px;
}
.shr-sec-level-card__spec { display: flex; flex-direction: column; gap: 8px; max-width: 420px; }
.shr-sec-level-card__bar-bg { height: 4px; background: var(--s2u-divider); }
.shr-sec-level-card__bar-fill { display: block; height: 100%; background: var(--s2u-accent-700); }
.shr-sec-level-card--popular .shr-sec-level-card__bar-fill { background: var(--s2u-red); }
.shr-sec-level-card__spec-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.shr-sec-level-card__spec-row span { font-size: 12.5px; color: var(--s2u-neutral-500); font-feature-settings: 'tnum' 1; }
.shr-sec-level-card__spec-row a { font-size: 13px; font-weight: 600; color: var(--s2u-accent-700); text-decoration: none; }
.shr-sec-level-card__spec-row a:hover { color: var(--s2u-red); }

/* ═══════════ Malaysia industry guide + PDPA ═══════════ */
.shr-sec-industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.shr-sec-industry-card { padding: 22px; background: #fff; display: flex; flex-direction: column; gap: 8px; }
.shr-sec-industry-card .s2u-icon-badge { margin-bottom: 4px; }
.shr-sec-industry-card__name { font-family: var(--s2u-font-heading); font-weight: 600; font-size: 16.5px; text-transform: uppercase; color: var(--s2u-text); }
.shr-sec-industry-card__level { font-size: 12px; font-weight: 600; color: var(--s2u-red); text-transform: uppercase; letter-spacing: .04em; }
.shr-sec-industry-card__desc { font-size: 13.5px; line-height: 1.6; color: var(--s2u-neutral-700); margin: 4px 0 0; }

.shr-sec-pdpa { display: flex; align-items: flex-start; gap: 20px; padding: clamp(20px, 3vw, 28px); background: var(--s2u-accent-100); }
.shr-sec-pdpa__title { font-family: var(--s2u-font-heading); font-weight: 600; font-size: 17px; text-transform: uppercase; color: var(--s2u-text); margin: 0 0 8px; }
.shr-sec-pdpa__text p { font-size: 14px; line-height: 1.65; color: var(--s2u-neutral-700); margin: 0; max-width: 90ch; }

/* ═══════════ Quick comparison table ═══════════ */
.shr-sec-table-wrap { padding: 0; background: #fff; overflow-x: auto; }
.shr-sec-table { width: 100%; border-collapse: collapse; }
.shr-sec-table th, .shr-sec-table td { padding: 14px 20px; text-align: left; white-space: nowrap; }
.shr-sec-table thead th {
	font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--s2u-neutral-500);
}
.shr-sec-table tbody tr { border-top: 1px solid var(--s2u-divider); }
.shr-sec-table tbody th { font-family: var(--s2u-font-heading); font-weight: 600; font-size: 16px; color: var(--s2u-text); }
.shr-sec-table td:nth-child(5) { white-space: normal; min-width: 220px; }
.shr-sec-table__row--popular { background: var(--s2u-accent-100); }
.shr-sec-table a { font-size: 13px; font-weight: 600; color: var(--s2u-accent-700); text-decoration: none; }
.shr-sec-table a:hover { color: var(--s2u-red); }

/* ═══════════ CTA band (dark) ═══════════ */
.shr-sec-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.shr-sec-cta__copy { flex: 1 1 420px; }
.shr-sec-cta__copy .s2u-h2 { margin-bottom: 10px; }
.shr-sec-cta__copy p { font-size: 15.5px; line-height: 1.6; color: rgba(255, 255, 255, .72); margin: 0; max-width: 60ch; }
.shr-sec-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ═══════════ Responsive ═══════════ */
@media (max-width: 1000px) {
	.shr-sec-hero__grid { grid-template-columns: 1fr; }
	.shr-sec-intro { grid-template-columns: 1fr; }
	.shr-sec-industry-grid { grid-template-columns: repeat(2, 1fr); }
	.shr-sec-table td:last-child, .shr-sec-table th:last-child { display: none; }
}
@media (max-width: 720px) {
	.shr-sec-level-card { flex-direction: column; }
	.shr-sec-level-card__badge { flex-direction: row; justify-content: flex-start; padding: 14px 20px; }
	.shr-sec-intro .s2u-stats__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.shr-sec-industry-grid { grid-template-columns: 1fr; }
	.shr-sec-table td:nth-child(3), .shr-sec-table th:nth-child(3) { display: none; }
}
