/* End custom CSS */

.elementor-3581 .elementor-element.elementor-element-1228f3d6 {
	--display: flex;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

:root {
	--page-title-display: none;
}

/* Start custom CSS for container, class: .elementor-element-1228f3d6 */
:root {
	--ink: #2a2118;
	--ink-soft: #5b5048;
	--paper: #fff9f3;
	--paper-alt: #fff;
	--kraft: #ffeddb;
	--kraft-deep: #fbdcc0;
	--orange: #dd5c1f;
	--orange-deep: #b4470f;
	--orange-light: #f4a25e;
	--orange-pale: #fde7d2;
	--orange-pale-2: #fff1e2;
	--line: rgba(42, 33, 24, .14);
	--shadow: 0 20px 45px -25px rgba(180, 71, 15, .35);
	--maxw: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-variant-numeric: tabular-nums;
}

img, svg {
	max-width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 28px;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.01em;
}

p {
	margin: 0;
	line-height: 1.7;
	color: var(--ink-soft);
}

.tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--orange-deep);
	padding: 6px 0;
	border-bottom: 2px solid var(--orange);
}

.tag-icon {
	width: 12px;
	height: 12px;
	color: var(--orange);
	flex-shrink: 0;
}

section {
	position: relative;
}

:focus-visible {
	outline: 3px solid var(--orange-deep);
	outline-offset: 3px;
}

/* ---------- watermark icon (decorative, content-relevant) ---------- */
.watermark-icon {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 180px;
	height: 180px;
	color: var(--ink);
	opacity: .05;
	pointer-events: none;
	user-select: none;
}

@media (max-width:760px) {
	.watermark-icon {
		display: none;
	}
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: inherit;
	font-weight: 700;
	font-size: 15px;
	padding: 15px 26px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
	white-space: nowrap;
}

.btn-primary {
	background: var(--orange);
	color: #fff;
	box-shadow: var(--shadow);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 40px -18px rgba(180, 71, 15, .55);
}

.btn-ghost {
	background: var(--paper-alt);
	color: var(--ink);
	border: 1.5px solid var(--line);
}

.btn-ghost:hover {
	border-color: var(--orange-light);
	color: var(--orange-deep);
}

.btn-sm {
	padding: 10px 18px;
	font-size: 13.5px;
	border-radius: 4px;
}

.btn svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* ---------- Header : folder-tab bar ---------- */
header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 249, 243, .92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 28px;
	max-width: var(--maxw);
	margin: 0 auto;
	gap: 20px;
}

.logo {
	display: flex;
	align-items: center;
}

.logo-img {
	height: 40px;
	width: auto;
	display: block;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	white-space: nowrap;
}

.header-phone svg {
	width: 15px;
	height: 15px;
	color: var(--orange);
	flex-shrink: 0;
}

@media (max-width:560px) {
	.header-phone {
		display: none;
	}
}

/* ---------- Hero : dossier cover ---------- */
.hero {
	padding: 0 0 0;
	background: var(--kraft);
	border-bottom: 1px solid var(--line);
	position: relative;
}

.hero-inner {
	padding: 60px 0 70px;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 52px;
	align-items: center;
}

.hero h1 {
	font-size: clamp(26px, 2.7vw, 36px);
	margin: 0 0 12px;
	color: var(--orange);
}

.hero h2.hero-sub {
	font-size: clamp(16.5px, 1.7vw, 20px);
	font-weight: 700;
	margin: 0 0 18px;
	color: var(--ink);
}

.hero h2.hero-sub em {
	font-style: normal;
	text-decoration: underline;
	text-decoration-color: var(--orange-light);
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
	text-decoration-skip-ink: none;
}

@media (max-width:640px) {
	.hero h1 {
		font-size: clamp(24px, 7vw, 30px);
	}
}

.hero p.lead {
	font-size: 16.5px;
	max-width: 540px;
	margin-bottom: 26px;
}

.hero-cta-row {
	margin-bottom: 34px;
}

/* Credibility strip (replaces docket ledger) */
.cred-strip {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	max-width: 520px;
}

.cred-item {
	display: flex;
	align-items: center;
	gap: 11px;
	background: rgba(255, 255, 255, .55);
	border: 1px solid rgba(42, 33, 24, .12);
	border-radius: 6px;
	padding: 12px 13px;
}

.cred-item .cred-icon {
	width: 34px;
	height: 34px;
	border-radius: 7px;
	background: var(--paper-alt);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cred-item .cred-icon svg {
	width: 18px;
	height: 18px;
	color: var(--orange-deep);
}

.cred-item span {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.35;
}

/* Hero visual: form only */
.hero-visual {
	position: relative;
	display: flex;
	justify-content: center;
}

/* ---------- Hero storyboard: cycling liquidation-journey scenes ---------- */
.story-card {
	background: var(--paper-alt);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: var(--shadow);
	padding: 22px 22px 20px;
	width: 100%;
	max-width: 440px;
	position: relative;
}

.story-stage {
	position: relative;
	aspect-ratio: 4/3;
}

.story-scene {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .5s ease, transform .5s ease;
	pointer-events: none;
}

.story-scene.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.story-caption {
	margin-top: 14px;
	font-size: 13px;
	color: var(--ink-soft);
	text-align: center;
	font-weight: 600;
	min-height: 18px;
}

.story-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 12px;
}

.story-dots i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--orange-pale);
	transition: background .3s ease, transform .3s ease;
}

.story-dots i.active {
	background: var(--orange);
	transform: scale(1.25);
}

/* Scene 1: resolution document + stamp */
.doc-window {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.doc-bar {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 9px 12px;
	border-bottom: 1px solid var(--line);
}

.doc-bar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--line);
	display: block;
}

.doc-bar span {
	margin-left: auto;
	font-size: 10.5px;
	font-weight: 700;
	color: var(--ink-soft);
	letter-spacing: .03em;
}

.doc-body {
	padding: 16px 18px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.doc-line {
	height: 8px;
	border-radius: 3px;
	background: var(--orange-pale);
}

.doc-sign {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.doc-sign svg {
	width: 90px;
	height: 28px;
	color: var(--orange-deep);
}

.doc-sign path {
	stroke-dasharray: 120;
	stroke-dashoffset: 120;
}

.story-scene.active .doc-sign path {
	animation: signDraw 1.1s ease-out .3s forwards;
}

@keyframes signDraw {
	to {
		stroke-dashoffset: 0;
	}
}

.doc-stamp {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	opacity: 0;
	transform: scale(1.7) rotate(-16deg);
}

.doc-stamp span {
	font-size: 8px;
	font-weight: 800;
	color: var(--orange-deep);
	letter-spacing: .03em;
}

.story-scene.active .doc-stamp {
	animation: stampDown .5s cubic-bezier(.34, 1.56, .64, 1) 1.3s forwards;
}

/* Scene 2: checklist ticking in */
.check-panel {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	height: 100%;
	padding: 20px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
}

.check-row {
	display: flex;
	align-items: center;
	gap: 11px;
	opacity: 0;
	transform: translateX(-8px);
}

.story-scene.active .check-row {
	animation: checkIn .45s ease forwards;
}

.story-scene.active .check-row:nth-child(1) {
	animation-delay: .1s;
}

.story-scene.active .check-row:nth-child(2) {
	animation-delay: .7s;
}

.story-scene.active .check-row:nth-child(3) {
	animation-delay: 1.3s;
}

@keyframes checkIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.check-dot {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid var(--orange-light);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: var(--paper-alt);
}

.check-dot svg {
	width: 11px;
	height: 11px;
	color: #fff;
	opacity: 0;
	transform: scale(.6);
}

.story-scene.active .check-row:nth-child(1) .check-dot {
	animation: dotFill .3s ease .35s forwards;
}

.story-scene.active .check-row:nth-child(2) .check-dot {
	animation: dotFill .3s ease .95s forwards;
}

.story-scene.active .check-row:nth-child(3) .check-dot {
	animation: dotFill .3s ease 1.55s forwards;
}

.story-scene.active .check-row .check-dot svg {
	transition: opacity .2s ease .1s, transform .2s ease .1s;
}

.story-scene.active .check-row:nth-child(1) .check-dot svg {
	opacity: 1;
	transform: scale(1);
	transition-delay: .5s;
}

.story-scene.active .check-row:nth-child(2) .check-dot svg {
	opacity: 1;
	transform: scale(1);
	transition-delay: 1.1s;
}

.story-scene.active .check-row:nth-child(3) .check-dot svg {
	opacity: 1;
	transform: scale(1);
	transition-delay: 1.7s;
}

@keyframes dotFill {
	to {
		border-color: var(--orange);
		background: var(--orange);
	}
}

.check-row span {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--ink);
}

/* Scene 3: routing to authorities */
.route-panel {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	height: 100%;
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.route-file {
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: var(--ink);
	padding: 8px 16px;
	border-radius: 6px;
	letter-spacing: .03em;
}

.route-track {
	position: relative;
	width: 100%;
	height: 3px;
	background: var(--orange-pale);
	border-radius: 3px;
	overflow: hidden;
}

.route-track i {
	position: absolute;
	inset: 0;
	background: var(--orange);
	border-radius: 3px;
	transform-origin: left;
	transform: scaleX(0);
}

.story-scene.active .route-track i {
	animation: routeFill 1.4s ease-out .2s forwards;
}

@keyframes routeFill {
	to {
		transform: scaleX(1);
	}
}

.route-nodes {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 6px;
}

.route-node {
	flex: 1;
	text-align: center;
	opacity: .4;
	transform: translateY(4px);
}

.story-scene.active .route-node {
	animation: routeNodeIn .4s ease forwards;
}

.story-scene.active .route-node:nth-child(1) {
	animation-delay: .3s;
}

.story-scene.active .route-node:nth-child(2) {
	animation-delay: .65s;
}

.story-scene.active .route-node:nth-child(3) {
	animation-delay: 1s;
}

.story-scene.active .route-node:nth-child(4) {
	animation-delay: 1.35s;
}

@keyframes routeNodeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.route-node .rn-dot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--orange-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 6px;
}

.route-node .rn-dot svg {
	width: 14px;
	height: 14px;
	color: var(--orange-deep);
}

.route-node span {
	font-size: 9.5px;
	font-weight: 700;
	color: var(--ink-soft);
}

/* Scene 4: certificate status cards */
.status-panel {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	height: 100%;
	padding: 18px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 9px;
}

.status-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--paper-alt);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 9px 12px;
	opacity: 0;
	transform: translateY(8px);
}

.story-scene.active .status-card {
	animation: statusUp .4s ease forwards;
}

.story-scene.active .status-card:nth-child(1) {
	animation-delay: .1s;
}

.story-scene.active .status-card:nth-child(2) {
	animation-delay: .5s;
}

.story-scene.active .status-card:nth-child(3) {
	animation-delay: .9s;
}

@keyframes statusUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.status-card span {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
}

.status-card b {
	font-size: 11px;
	font-weight: 800;
	color: #2e7d46;
}

.status-card.highlight {
	border-color: var(--orange);
	background: var(--orange-pale-2);
}

.status-card.highlight b {
	color: var(--orange-deep);
}

@media (prefers-reduced-motion:reduce) {
	.story-scene .doc-sign path, .story-scene .doc-stamp, .story-scene .check-row, .story-scene .check-dot, .story-scene .route-track i, .story-scene .route-node, .story-scene .status-card {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* ---------- Industry marquee ---------- */
.marquee-wrap {
	border-bottom: 1px solid var(--line);
	background: var(--paper-alt);
	padding: 20px 0;
	overflow: hidden;
}

.marquee-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--ink-soft);
	text-align: center;
	margin-bottom: 12px;
}

.marquee-track {
	display: flex;
	gap: 12px;
	width: max-content;
	animation: scroll-left 32s linear infinite;
}

.marquee-track span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	background: var(--orange-pale-2);
	padding: 8px 16px 8px 12px;
	border-radius: 3px;
	border: 1px solid var(--line);
	white-space: nowrap;
}

.marquee-track span svg {
	width: 15px;
	height: 15px;
	color: var(--orange-deep);
	flex-shrink: 0;
}

@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion:reduce) {
	.marquee-track {
		animation: none;
	}
}

.section {
	padding: 80px 0;
}

.section-head {
	max-width: 680px;
	margin-bottom: 44px;
	position: relative;
}

.section-head h2 {
	font-size: clamp(25px, 2.9vw, 34px);
	margin: 14px 0 12px;
}

.alt-bg {
	background: var(--paper-alt);
}

/* ---------- What is TP ---------- */
.tp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}

.tp-copy p {
	margin-bottom: 16px;
}

.alp-box {
	background: var(--orange-pale-2);
	border: 1px solid var(--orange-light);
	border-radius: 8px;
	padding: 20px 22px;
	margin-top: 22px;
	border-left: 4px solid var(--orange);
}

.alp-box h4 {
	font-size: 14px;
	color: var(--orange-deep);
	margin-bottom: 8px;
}

.transaction-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
	border-top: 1px solid var(--line);
}

.transaction-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 2px;
	font-size: 13.5px;
	font-weight: 600;
	border-bottom: 1px solid var(--line);
	transition: color .15s ease;
}

.transaction-item:hover {
	color: var(--orange-deep);
}

.transaction-item .t-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--orange-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.transaction-item .t-icon svg {
	width: 15px;
	height: 15px;
	color: var(--orange-deep);
}

@media (max-width:560px) {
	.transaction-grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- Pillars ---------- */
.pillar-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.pillar-card {
	background: var(--paper-alt);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 24px 20px;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	position: relative;
}

.pillar-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 38px -24px rgba(42, 33, 24, .28);
	border-color: var(--orange-light);
}

.pillar-card .idx-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 26px;
	font-weight: 900;
	color: var(--orange-pale);
}

.pillar-icon {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: var(--orange-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.pillar-icon svg {
	width: 22px;
	height: 22px;
	color: var(--orange-deep);
}

.pillar-card h3 {
	font-size: 15.5px;
	margin-bottom: 9px;
}

.pillar-card p {
	font-size: 13px;
}

@media (max-width:980px) {
	.pillar-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:640px) {
	.pillar-grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- Thresholds : stamped receipts ---------- */
.threshold-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 8px;
}

.threshold-card {
	background: var(--paper-alt);
	border: 1px dashed var(--line);
	border-radius: 6px;
	padding: 24px;
	text-align: left;
	position: relative;
}

.threshold-card .stamp-corner {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--orange-light);
	border: 1px solid var(--orange-light);
	border-radius: 3px;
	padding: 2px 6px;
}

.threshold-card .gauge {
	width: 100%;
	height: 6px;
	background: var(--orange-pale);
	border-radius: 4px;
	overflow: hidden;
	margin: 14px 0 16px;
}

.threshold-card .gauge i {
	display: block;
	height: 100%;
	background: var(--orange);
	border-radius: 4px;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 1.1s cubic-bezier(.2, .8, .2, 1);
}

.threshold-card.in-view .gauge i {
	transform: scaleX(1);
}

.threshold-card b {
	font-size: 23px;
	font-weight: 800;
	color: var(--orange-deep);
	display: block;
}

.threshold-card h4 {
	font-size: 14px;
	margin: 6px 0 8px;
}

.threshold-card p {
	font-size: 12.5px;
}

/* ---------- Master/local file split ---------- */
.file-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.file-card {
	background: var(--paper-alt);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 28px;
}

.file-card.global {
	border-top: 4px solid var(--orange-light);
}

.file-card.local {
	border-top: 4px solid var(--orange);
}

.file-card .file-icon {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: var(--orange-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.file-card .file-icon svg {
	width: 24px;
	height: 24px;
	color: var(--orange-deep);
}

.file-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.file-card p {
	font-size: 13.5px;
	margin-bottom: 14px;
}

.file-card ul li {
	font-size: 13px;
	padding: 7px 0;
	border-top: 1px dashed var(--line);
	display: flex;
	gap: 8px;
	color: var(--ink-soft);
	font-weight: 500;
}

.file-card ul li:first-child {
	border-top: none;
}

.file-card ul li svg {
	width: 14px;
	height: 14px;
	color: var(--orange);
	flex-shrink: 0;
	margin-top: 3px;
}

.qualify-box {
	background: var(--ink);
	color: #fff;
	border-radius: 8px;
	padding: 16px 18px;
	margin-top: 16px;
	font-size: 12.5px;
	line-height: 1.6;
}

.qualify-box b {
	color: var(--orange-light);
}

/* ---------- Methods ---------- */
.method-tabs {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
	margin-bottom: 0;
	border-bottom: 1px solid var(--line);
}

.method-tab {
	padding: 12px 18px;
	border: none;
	background: none;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .03em;
	cursor: pointer;
	color: var(--ink-soft);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	transition: all .15s ease;
}

.method-tab.active {
	color: var(--orange-deep);
	border-bottom-color: var(--orange);
}

.method-list {
	margin-top: 4px;
}

.method-row {
	padding: 28px 0;
	border-bottom: 1px solid var(--line);
	display: grid;
	grid-template-columns: 44px 1fr 250px;
	gap: 26px;
	align-items: start;
	scroll-margin-top: 100px;
}

.method-row .m-index {
	font-size: 13px;
	font-weight: 800;
	color: var(--orange-light);
	letter-spacing: .04em;
	padding-top: 5px;
}

.method-row h3 {
	font-size: 19px;
	margin-bottom: 8px;
	color: var(--ink);
}

.method-row .col-label {
	font-size: 10.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink-soft);
	margin-bottom: 7px;
	display: block;
}

.method-row .how p {
	font-size: 14px;
}

.method-row .used {
	border-left: 2px solid var(--orange-pale);
	padding-left: 18px;
}

.method-row .used p {
	font-size: 13px;
}

@media (max-width:760px) {
	.method-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.method-row .used {
		border-left: none;
		padding-left: 0;
		border-top: 1px dashed var(--line);
		padding-top: 12px;
	}
}

/* ---------- Process list (no "used for" column, index + description only) ---------- */
.process-row {
	padding: 26px 0;
	border-bottom: 1px solid var(--line);
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 22px;
	align-items: start;
	scroll-margin-top: 100px;
}

.process-row .m-index {
	font-size: 13px;
	font-weight: 800;
	color: var(--orange-light);
	letter-spacing: .04em;
	padding-top: 5px;
}

.process-row h3 {
	font-size: 17.5px;
	margin-bottom: 8px;
	color: var(--ink);
}

.process-row p {
	font-size: 14px;
}

/* ---------- Penalty grid (threshold-card reused at 4-up) ---------- */
.penalty-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 8px;
}

@media (max-width:980px) {
	.penalty-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:560px) {
	.penalty-grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- Risk areas ---------- */
.risk-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.risk-card {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 20px;
}

.risk-card .num {
	font-size: 11px;
	font-weight: 800;
	color: var(--orange-light);
	letter-spacing: .05em;
}

.risk-card h4 {
	font-size: 14.5px;
	margin: 9px 0 8px;
}

.risk-card p {
	font-size: 12.5px;
}

@media (max-width:980px) {
	.risk-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:560px) {
	.risk-grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- Journey : stamping sequence (signature animation) ---------- */
.journey {
	background: var(--ink);
	border-radius: 10px;
	padding: 54px 40px;
	position: relative;
	overflow: hidden;
}

.journey::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 60%;
	background: rgba(221, 92, 31, .14);
	pointer-events: none;
}

.journey-head {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin-bottom: 40px;
}

.journey-head .tag {
	color: var(--orange-light);
	border-bottom-color: var(--orange-light);
}

.journey-head .tag-icon {
	color: var(--orange-light);
}

.journey-head h2 {
	color: #fff;
}

.journey-head p {
	color: rgba(255, 249, 243, .72);
}

.stamp-row {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.stamp-slot {
	background: rgba(255, 249, 243, .05);
	border: 1px dashed rgba(255, 249, 243, .22);
	border-radius: 8px;
	padding: 22px 16px;
	text-align: center;
	position: relative;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.stamp-slot .stage-no {
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 11px;
	font-weight: 800;
	color: rgba(255, 249, 243, .35);
}

.stamp-circle {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2.5px solid var(--orange-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	opacity: .35;
	transform: scale(.8) rotate(-18deg);
}

.stamp-circle svg {
	width: 26px;
	height: 26px;
	color: var(--orange-light);
}

.stamp-slot b {
	color: #fff;
	font-size: 13.5px;
	font-weight: 700;
}

.stamp-slot span.desc {
	color: rgba(255, 249, 243, .55);
	font-size: 11.5px;
	margin-top: 4px;
}

.stamp-slot.stamped .stamp-circle {
	animation: stampDown .55s cubic-bezier(.34, 1.56, .64, 1) forwards;
	border-color: var(--orange);
	background: rgba(221, 92, 31, .15);
}

@keyframes stampDown {
	0% {
		opacity: .35;
		transform: scale(1.7) rotate(-18deg);
	}
	
	60% {
		opacity: 1;
		transform: scale(.92) rotate(-4deg);
	}
	
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@media (prefers-reduced-motion:reduce) {
	.stamp-slot.stamped .stamp-circle {
		animation: none;
		opacity: 1;
		transform: none;
		border-color: var(--orange);
	}
}

@media (max-width:760px) {
	.stamp-row {
		grid-template-columns: 1fr 1fr;
	}
}

/* ---------- Services ---------- */
.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.service-card {
	background: var(--paper-alt);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.service-card .s-icon {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: var(--orange-pale);
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card .s-icon svg {
	width: 21px;
	height: 21px;
	color: var(--orange-deep);
}

.service-card h4 {
	font-size: 15px;
}

.service-card p {
	font-size: 12.5px;
	flex-grow: 1;
}

.service-card a.mini-link {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--orange-deep);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.service-card a.mini-link svg {
	width: 13px;
	height: 13px;
	transition: transform .15s ease;
}

.service-card a.mini-link:hover svg {
	transform: translateX(3px);
}

@media (max-width:980px) {
	.service-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:560px) {
	.service-grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- FAQ ---------- */
#faq .section-head {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.faq-list {
	max-width: 780px;
	margin: 0 auto;
}

.faq-q {
	text-align: left;
}

.faq-item {
	border-bottom: 1px solid var(--line);
}

.faq-q {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 20px 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: inherit;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--ink);
	cursor: pointer;
	gap: 20px;
}

.faq-q .plus {
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: var(--orange-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.faq-q .plus::before, .faq-q .plus::after {
	content: "";
	position: absolute;
	background: var(--orange-deep);
	border-radius: 2px;
	transition: transform .25s ease;
}

.faq-q .plus::before {
	width: 11px;
	height: 2px;
}

.faq-q .plus::after {
	width: 2px;
	height: 11px;
}

.faq-item.open .plus::after {
	transform: rotate(90deg) scaleX(0);
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.faq-a p {
	padding: 0 4px 20px;
	font-size: 14px;
	max-width: 680px;
}

/* ---------- Final CTA ---------- */
.final-cta {
	background: var(--orange);
	border-radius: 10px;
	padding: 52px 44px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.final-cta::before {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background: rgba(255, 255, 255, .08);
	border-radius: 50%;
	top: -200px;
	left: -100px;
}

.final-cta h2 {
	color: #fff;
	font-size: clamp(23px, 2.9vw, 32px);
	margin-bottom: 13px;
	position: relative;
}

.final-cta p {
	color: rgba(255, 255, 255, .85);
	max-width: 560px;
	margin: 0 auto 26px;
	position: relative;
}

.final-cta .btn-ghost {
	background: #fff;
	color: var(--orange-deep);
	border: none;
	position: relative;
}

.final-cta .btn-outline {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, .6);
	position: relative;
}

.final-cta .cta-row {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

/* ---------- Footer ---------- */
.float-wa {
	position: fixed;
	bottom: 22px;
	right: 22px;
	z-index: 200;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .35);
}

.float-wa svg {
	width: 27px;
	height: 27px;
	color: #fff;
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .6s ease, transform .6s ease;
}

.reveal.in-view {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width:980px) {
	.hero-grid {
		grid-template-columns: 1fr;
	}
	
	.tp-grid {
		grid-template-columns: 1fr;
	}
	
	.file-split {
		grid-template-columns: 1fr;
	}
	
	.threshold-grid {
		grid-template-columns: 1fr;
	}
	
	.service-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:640px) {
	.section {
		padding: 56px 0;
	}
	
	.hero-inner {
		padding: 36px 0 50px;
	}
	
	.journey {
		padding: 34px 18px;
	}
}
