:root {
	--ink: #071a2f;
	--navy: #06182d;
	--orange: #1476ff;
	--aqua: #23d5c4;
	--soft: #edf4f8;
	--line: #dfe8ee;
	--muted: #607184;
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	color: var(--ink);
	font-family: Inter, 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
	background: #fff
}

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

#main-header {
	z-index: 1000;
	min-height: 64px;
	box-shadow: 0 1px 0 rgba(7, 26, 47, .08)
}

#main-header .nav-link {
	font-size: .8rem;
	color: #071a2f !important;
	font-weight: 600
}

.nav-icon {
	width: 14px;
	text-align: center
}

.hamburger-text {
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px
}

.navbar-toggler-icon {
	width: 1.4em;
	height: 1.4em
}

.section {
	padding: 160px max(5.5vw, 30px)
}

.section-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	color: #1688e5;
	margin-bottom: 36px
}

.section-label:before {
	content: '';
	width: 28px;
	height: 1px;
	background: currentColor;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.eyebrow {
	font-size: 11px;
	letter-spacing: .17em;
	font-weight: 800;
	color: #146be2;
	margin: 0 0 22px
}

.eyebrow span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22d6c4;
	margin-right: 9px
}

.eyebrow.light {
	color: #a9c6e9
}

.eyebrow.light span {
	background: #31e4d1
}

h1,
h2,
h3,
p {
	margin-top: 0
}

h2 {
	font-size: clamp(37px, 5vw, 74px);
	letter-spacing: -.07em;
	line-height: 1.16;
	font-weight: 700
}

h2 em,
h1 em {
	font-style: normal;
	color: #187cff
}

.button {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	border-radius: 99px;
	padding: 16px 23px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	transition: .3s
}

.button-primary {
	background: #187cff;
	color: #fff;
	box-shadow: 0 12px 28px rgba(24, 124, 255, .2)
}

.button-primary:hover {
	color: white;
	transform: translateY(-3px);
	background: #0568ec
}

.button-ghost {
	color: #dbe9f7;
	border: 1px solid rgba(255, 255, 255, .3)
}

.button-ghost:hover {
	color: #fff;
	background: rgba(255, 255, 255, .1)
}

.mobile-only {
	display: none
}

.hero {
	background: var(--navy);
	color: #fff;
	min-height: calc(100svh - 64px);
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 9vw, 142px) max(5.5vw, 30px) 70px
}

.hero-grid,
.cta-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(119, 167, 212, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(119, 167, 212, .07) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(to bottom, black, transparent)
}

.hero-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(20px);
	opacity: .6
}

.hero-glow-a {
	width: 600px;
	height: 600px;
	background: #0750a8;
	right: -170px;
	top: -220px
}

.hero-glow-b {
	width: 350px;
	height: 350px;
	background: #11baa6;
	left: 39%;
	bottom: -250px;
	opacity: .2
}

.hero-inner {
	max-width: 1370px;
	margin: auto;
	position: relative;
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	align-items: center;
	min-height: 600px
}

.hero-copy {
	position: relative;
	z-index: 2
}

.hero h1 {
	font-size: clamp(52px, 6.4vw, 98px);
	letter-spacing: -.09em;
	line-height: 1.08;
	margin: 0 0 28px;
	font-weight: 700
}

.hero-text {
	color: #b6c9df;
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px
}

.hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap
}

.netis {
	font-size: 10px;
	letter-spacing: .1em;
	color: #95aabe;
	margin-top: 35px
}

.netis span {
	display: inline-block;
	color: #d5e9fb;
	border: 1px solid #476580;
	padding: 4px 7px;
	border-radius: 2px;
	margin-right: 7px
}

.hero-visual {
	position: relative;
	min-height: 510px
}

.hero-image-frame {
	width: min(100%, 620px);
	height: 460px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	clip-path: polygon(7% 0, 100% 0, 100% 89%, 91% 100%, 0 100%, 0 11%);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .4)
}

.hero-image-frame:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(6, 27, 51, .45), transparent 60%)
}

.dumpkeeper-netis-badge {
	position: absolute;
	right: -34px;
	top: calc(50% - 284px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	z-index: 5;
}

.dumpkeeper-netis-badge>img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	filter: none !important;
}

.dumpkeeper-netis-badge__text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: .2rem;
	color: #111;
	text-align: center;
}

.dumpkeeper-netis-badge__text strong {
	display: block;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.2;
}

.dumpkeeper-netis-badge__headline {
	display: block;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.2;
}

.dumpkeeper-netis-badge__value {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
}

.hero-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.8) contrast(1.12)
}

.scan-line {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	top: 20%;
	background: #36e9d6;
	box-shadow: 0 0 20px 6px rgba(54, 233, 214, .7);
	z-index: 2;
	animation: scan 4s ease-in-out infinite
}

.ai-target {
	position: absolute;
	z-index: 3;
	color: #d9fffb;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em
}

.ai-target i {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #2de0cd;
	border-radius: 50%;
	margin-bottom: 5px;
	position: relative
}

.ai-target i:after {
	content: '';
	position: absolute;
	inset: 10px;
	border: 1px solid #2de0cd;
	border-radius: 50%
}

.target-a {
	right: 26%;
	top: 43%
}

.target-b {
	left: 27%;
	bottom: 21%
}

.visual-chip {
	position: absolute;
	z-index: 4;
	background: rgba(11, 36, 61, .8);
	border: 1px solid rgba(151, 231, 224, .4);
	backdrop-filter: blur(8px);
	font-size: 9px;
	letter-spacing: .12em;
	padding: 11px 13px;
	color: #d7f9f5
}

.visual-chip b {
	color: #33e1cc;
	margin-left: 7px
}

.chip-one {
	top: 34px;
	left: 1%
}

.chip-two {
	right: -5px;
	bottom: 24px
}

.scroll-prompt {
	position: absolute;
	bottom: 30px;
	left: max(5.5vw, 30px);
	color: #b1c6de;
	text-decoration: none;
	letter-spacing: .18em;
	font-size: 9px;
	z-index: 5
}

.scroll-prompt span {
	display: inline-block;
	width: 42px;
	height: 1px;
	background: #23d5c4;
	vertical-align: middle;
	margin-right: 9px
}

.intro {
	max-width: 1440px;
	margin: auto
}

.intro-layout {
	display: grid;
	grid-template-columns: 1.1fr .62fr;
	gap: 10%;
	align-items: end
}

.intro h2 {
	margin-bottom: 0
}

.intro-body {
	padding-bottom: 7px
}

.intro-body p,
.showcase-head>p,
.workflow-header>p,
.platform-copy>p {
	font-size: 15px;
	line-height: 2;
}

.text-link {
	color: #1476ff;
	font-weight: 700;
	text-decoration: none;
	font-size: 13px;
	display: inline-flex;
	gap: 12px;
	margin-top: 20px
}

.mode-strip {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	margin-top: 90px;
	display: grid;
	grid-template-columns: 1fr 1fr
}

.mode-strip>div {
	padding: 28px 35px 30px 0;
	display: grid;
	grid-template-columns: 58px 1fr;
	column-gap: 12px
}

.mode-strip>div+div {
	padding-left: 35px;
	border-left: 1px solid var(--line)
}

.mode-num {
	grid-row: span 2;
	color: #1d86e7;
	font-size: 12px;
	font-weight: 700
}

.mode-strip h3 {
	font-size: 18px;
	margin: 0 0 8px
}

.mode-strip p {
	font-size: 12px;
	line-height: 1.7;
	color: var(--muted);
	margin: 0
}

.problem {
	background: #f3f7f9;
	position: relative;
	overflow: hidden
}

.problem-backdrop {
	position: absolute;
	right: -2vw;
	top: 17vw;
	color: #e8eff2;
	font-size: clamp(100px, 21vw, 310px);
	font-weight: 800;
	letter-spacing: -.1em;
	line-height: 1
}

.problem-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	max-width: 1300px;
	position: relative
}

.problem-head h2 {
	margin: 0
}

.problem-head p {
	font-size: 14px;
	line-height: 2;
	color: #657387;
	margin-bottom: 10px
}

.friction-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 78px auto 0;
	max-width: 1300px;
	position: relative
}

.friction-card {
	background: #fff;
	padding: 32px;
	min-height: 280px;
	position: relative;
	transition: .3s
}

.friction-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 18px 35px rgba(17, 48, 75, .1)
}

.friction-card>span {
	font-size: 11px;
	color: #92a2b3
}

.friction-card>i {
	display: block;
	font-size: 29px;
	color: #2a8cf0;
	margin: 38px 0 20px
}

.friction-card h3 {
	font-size: 18px;
	font-weight: 700
}

.friction-card p {
	font-size: 13px;
	line-height: 1.8;
	color: var(--muted)
}

.solution {
	background: var(--navy);
	color: #f4f9ff;
	overflow: hidden
}

.solution .section-label {
	color: #38e5d2
}

.solution-rail {
	max-width: 1300px;
	margin: auto;
	position: relative;
	min-height: 610px
}

.solution-copy {
	width: 52%;
	position: relative;
	z-index: 2
}

.solution-copy h2 {
	margin: 0 0 27px
}

.solution-copy h2 em {
	color: #3be2d0
}

.solution-copy h3 {
	margin: 1.1rem 0;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.4;
	font-stretch: normal
}

.solution-copy h3 em {
	color: var(--aqua);
	font-style: normal
}

.solution-copy>p:last-child {
	color: #a8c0d7;
	line-height: 2;
	font-size: 18px;
	max-width: 500px
}

.solution-orbit {
	position: absolute;
	right: 4%;
	top: 2%;
	width: 490px;
	height: 490px
}

.orbit-ring {
	position: absolute;
	border: 1px solid rgba(83, 176, 219, .24);
	border-radius: 50%
}

.ring-one {
	inset: 15px
}

.ring-two {
	inset: 98px;
	border-style: dashed;
	animation: spin 22s linear infinite
}

.orbit-center {
	position: absolute;
	inset: 174px;
	background: linear-gradient(140deg, #198cff, #20c9b9);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 18px rgba(27, 129, 210, .08), 0 0 75px #197eea
}

.orbit-center i {
	font-size: 20px
}

.orbit-center span {
	font-size: 12px;
	font-weight: 800;
	margin-top: 5px
}

.orbit-node {
	position: absolute;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #9dc4d7
}

.n1 {
	top: 24px;
	left: 49%;
	transform: translateX(-50%)
}

.n2 {
	right: 0;
	top: 49%
}

.n3 {
	bottom: 24px;
	left: 48%
}

.n4 {
	left: 8px;
	top: 49%
}

.feature-showcase {
	max-width: 1440px;
	margin: auto
}

.showcase-head {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end
}

.showcase-head h2 {
	margin: 0
}

.showcase-head>p {
	margin: 0 0 11px
}

.feature-stage {
	margin-top: 70px
}

.feature-large {
	display: grid;
	grid-template-columns: 1.45fr .75fr;
	background: #f3f8fa
}

.feature-media {
	height: 470px;
	position: relative;
	overflow: hidden
}

.feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.feature-media:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 50%, rgba(5, 28, 50, .35))
}

.media-caption {
	position: absolute;
	bottom: 22px;
	left: 25px;
	color: #fff;
	z-index: 1;
	display: flex;
	gap: 12px;
	font-size: 10px;
	letter-spacing: .12em
}

.media-caption b {
	color: #40ebd9
}

.feature-detail {
	padding: 54px 47px
}

.feature-index,
.feature-small>div>p {
	font-size: 10px;
	letter-spacing: .15em;
	color: #1c8bef;
	font-weight: 800
}

.feature-detail h3 {
	font-size: clamp(25px, 2.4vw, 37px);
	letter-spacing: -.06em;
	line-height: 1.3;
	margin: 50px 0 24px
}

.feature-detail>p:last-child {
	font-size: 13px;
	line-height: 1.9;
	color: var(--muted)
}

.feature-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 18px
}

.feature-small {
	min-height: 280px;
	position: relative;
	overflow: hidden;
	background: #0c2742;
	color: #fff
}

.feature-small:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 24, 43, .83), rgba(6, 24, 43, .12))
}

.feature-small img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	filter: saturate(.7)
}

.feature-small>div {
	position: relative;
	z-index: 2;
	padding: 32px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.feature-small>div>p {
	color: #54e1d2;
	margin-bottom: auto
}

.feature-small h3 {
	font-size: 24px;
	letter-spacing: -.05em;
	line-height: 1.4
}

.feature-small span {
	font-size: 12px;
	line-height: 1.7;
	color: #d0e2ed;
	max-width: 250px
}

.feature-ticker {
	display: flex;
	gap: 21px;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color: #407083;
	margin-top: 24px
}

.feature-ticker i {
	width: 5px;
	height: 5px;
	flex: none;
	border-radius: 50%;
	background: #36d8c5
}

.record {
	background: #eaf3f6
}

.record-shell {
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 10%;
	align-items: center
}

.record-copy h2 {
	margin: 0 0 28px
}

.record-copy>p {
	font-size: 14px;
	line-height: 2;
	color: var(--muted)
}

.record-list {
	list-style: none;
	padding: 0;
	margin: 30px 0 0
}

.record-list li {
	font-size: 13px;
	margin: 12px 0;
	color: #27465f
}

.record-list i {
	color: #18bcae;
	margin-right: 8px
}

.report-card {
	background: #fff;
	box-shadow: 0 25px 80px rgba(35, 75, 97, .17);
	padding: 18px;
	transform: rotate(2deg)
}

.report-top,
.report-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 9px;
	letter-spacing: .1em
}

.report-top {
	padding: 3px 5px 14px;
	color: #35617a
}

.report-top b {
	color: #177cf4
}

.report-image {
	border: 1px solid #e3e9ed;
	overflow: hidden
}

.report-image img {
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: cover;
	object-position: top
}

.report-bottom {
	padding: 14px 5px 2px;
	color: #5d7487
}

.report-bottom i {
	color: #1ac5b3
}

.workflow {
	max-width: 1440px;
	margin: auto
}

.workflow-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px
}

.workflow-header h2 {
	margin: 0
}

.workflow-header>p {
	margin: 0
}

.flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 90px;
	position: relative;
	gap: 20px
}

.flow-line {
	height: 1px;
	background: #c7d9e1;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 45px;
}

.flow-step {
	position: relative
}

.flow-number {
	display: block;
	color: #1484e8;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 17px
}

.flow-icon {
	position: relative;
	z-index: 1;
	width: 58px;
	height: 58px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1987ec;
	font-size: 18px;
	margin-bottom: 30px
}

.flow-step h3 {
	font-size: 19px
}

.flow-step p {
	font-size: 12px;
	line-height: 1.8;
	max-width: 210px
}

.platform {
	background: var(--navy);
	color: #fff;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 8%;
	align-items: center;
	padding-left: 0;
	padding-right: max(5.5vw, 30px)
}

.platform-visual {
	height: 540px;
	overflow: hidden
}

.platform-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.platform-copy h2 {
	margin: 0 0 26px
}

.platform-copy h2 em {
	color: #36dfcd
}

.platform-copy>p {
	color: #b7cada;
	max-width: 530px
}

.platform .section-label {
	color: #37e1cf
}

.data-note {
	border-top: 1px solid rgba(173, 215, 236, .3);
	margin-top: 35px;
	padding-top: 22px;
	display: flex;
	gap: 20px;
	align-items: center
}

.data-note span {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -.08em
}

.data-note p {
	font-size: 12px;
	line-height: 1.8;
	color: #acc5d7;
	margin: 0
}

.cta {
	position: relative;
	overflow: hidden;
	background: #0b2d51;
	color: white;
	padding: 150px max(5.5vw, 30px);
	text-align: center
}

.cta-grid {
	opacity: .7;
	background-size: 45px 45px
}

.cta-inner {
	position: relative;
	max-width: 760px;
	margin: auto
}

.cta h2 {
	margin: 0 0 24px
}

.cta h2 em {
	color: #39e1cf
}

.cta-inner>p:not(.eyebrow) {
	font-size: 20px;
	line-height: 2;
	color: #fff;
	margin-bottom: 30px
}

.cta .button {
	margin: auto
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1)
}

.reveal.is-visible {
	opacity: 1;
	transform: none
}

.delay-1 {
	transition-delay: .12s
}

.delay-2 {
	transition-delay: .24s
}

.delay-3 {
	transition-delay: .36s
}

@keyframes scan {

	0%,
	100% {
		top: 20%;
		opacity: .3
	}

	50% {
		top: 80%;
		opacity: 1
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.text-xs {
	font-size: .7rem
}

@media(max-width:900px) {
	.section {
		padding: 105px 28px
	}

	.hero {
		padding: 72px 28px 82px
	}

	.hero-inner {
		grid-template-columns: 1fr;
		min-height: auto
	}

	.hero-visual {
		min-height: 380px;
		margin-top: 36px
	}

	.hero-image-frame {
		height: 340px;
		left: 0;
		right: auto;
		width: 95%;
		transform: none;
		top: 0
	}

	.solution-rail {
		min-height: 750px
	}

	.solution-copy {
		width: 76%
	}

	.solution-orbit {
		right: -100px;
		top: 300px;
		width: 430px;
		height: 430px
	}

	.orbit-center {
		inset: 150px
	}

	.feature-large {
		grid-template-columns: 1.2fr .8fr
	}

	.feature-detail {
		padding: 35px 28px
	}

	.platform {
		gap: 5%;
		grid-template-columns: 1fr 1fr
	}

	.platform-visual {
		height: 440px
	}
}

@media(max-width:640px) {
	.desktop-only {
		display: none
	}

	.mobile-only {
		display: block
	}

	.section {
		padding: 82px 20px
	}

	.hero {
		padding: 68px 20px 76px
	}

	.hero h1 {
		font-size: 48px
	}

	.hero-text {
		font-size: 13px;
		line-height: 1.9
	}

	.hero-visual {
		min-height: 300px;
		margin-top: 36px
	}

	.hero-image-frame {
		height: 270px;
		width: 100%
	}

	.visual-chip {
		font-size: 8px;
		padding: 8px
	}

	.chip-one {
		top: 14px
	}

	.chip-two {
		right: 0;
		bottom: 5px
	}

	.scroll-prompt {
		left: 20px
	}

	.intro-layout,
	.record-shell,
	.platform {
		display: block
	}

	.intro-body {
		margin-top: 30px
	}

	.mode-strip {
		margin-top: 55px;
		display: block
	}

	.mode-strip>div,
	.mode-strip>div+div {
		padding: 20px 0;
		border-left: 0
	}

	.mode-strip>div+div {
		border-top: 1px solid var(--line)
	}

	.problem-head,
	.showcase-head,
	.workflow-header {
		display: block
	}

	.problem-head p,
	.showcase-head>p,
	.workflow-header>p {
		margin-top: 22px
	}

	.friction-list {
		grid-template-columns: 1fr;
		margin-top: 42px
	}

	.friction-card {
		min-height: 0;
		padding: 28px
	}

	.friction-card>i {
		margin: 23px 0 15px
	}

	.solution {
		padding-bottom: 0
	}

	.solution-rail {
		min-height: 650px
	}

	.solution-copy {
		width: 100%
	}

	.solution-copy>p:last-child {
		font-size: 13px
	}

	.solution-orbit {
		width: 370px;
		height: 370px;
		right: 50%;
		transform: translateX(50%);
		top: 330px
	}

	.orbit-center {
		inset: 128px
	}

	.feature-stage {
		margin-top: 43px
	}

	.feature-large {
		display: block
	}

	.feature-media {
		height: 280px
	}

	.feature-detail {
		padding: 32px 23px
	}

	.feature-detail h3 {
		margin: 24px 0 16px
	}

	.feature-pair {
		display: block;
		margin-top: 12px
	}

	.feature-small {
		min-height: 240px;
		margin: 12px 0
	}

	.feature-ticker {
		margin-top: 20px
	}

	.record-copy {
		margin-bottom: 55px
	}

	.report-card {
		padding: 10px
	}

	.workflow-header>p {
		font-size: 13px
	}

	.flow {
		grid-template-columns: 1fr 1fr;
		gap: 40px 20px;
		margin-top: 55px
	}

	.flow-line {
		display: none
	}

	.flow-step p {
		font-size: 11px
	}

	.platform {
		padding: 0
	}

	.platform-visual {
		height: 280px
	}

	.platform-copy {
		padding: 70px 20px 82px
	}

	.data-note span {
		font-size: 32px
	}

	.cta {
		padding: 90px 20px
	}

	.cta h2 {
		font-size: 38px
	}

	.button {
		font-size: 12px;
		padding: 15px 19px
	}

	.cta .button {
		width: 100%;
		justify-content: center
	}

	h2 {
		font-size: 38px
	}

	.section-label {
		margin-bottom: 25px
	}
}

/* FAD product LP integration */
:root {
	--ink: #202028;
	--navy: #202028;
	--orange: #d34414;
	--aqua: #ffca01;
	--soft: #f6f4ef;
	--line: #dedbd4;
	--muted: #65636b
}

.ai-dumpkeeper-page {
	color: var(--ink)
}

.ai-dumpkeeper-lp .section {
	padding: 100px max(5.5vw, 30px)
}

.ai-dumpkeeper-lp .section-label,
.ai-dumpkeeper-lp .eyebrow,
.ai-dumpkeeper-lp .text-link,
.ai-dumpkeeper-lp .mode-num,
.ai-dumpkeeper-lp .feature-index,
.ai-dumpkeeper-lp .feature-small>div>p,
.ai-dumpkeeper-lp .flow-number {
	color: var(--aqua)
}

.ai-dumpkeeper-lp .eyebrow span {
	background: var(--aqua)
}

.ai-dumpkeeper-lp h1 em,
.ai-dumpkeeper-lp h2 em {
	color: var(--orange)
}

.ai-dumpkeeper-lp .button-primary {
	background: var(--orange);
	box-shadow: 0 12px 28px rgba(211, 68, 20, .24)
}

.ai-dumpkeeper-lp .button-primary:hover {
	background: #af3510
}

.ai-dumpkeeper-lp .button-ghost {
	color: #fff7dd;
	border-color: rgba(255, 202, 1, .65)
}

.ai-dumpkeeper-lp .button-ghost:hover {
	background: rgba(255, 202, 1, .13);
	color: #fff
}

.ai-dumpkeeper-lp .hero {
	background: var(--navy);
	min-height: 0;
	padding-top: 116px;
	padding-bottom: 52px;
}

.ai-dumpkeeper-lp .hero-glow-a {
	background: var(--orange)
}

.ai-dumpkeeper-lp .hero-glow-b {
	background: var(--aqua)
}

.ai-dumpkeeper-lp .hero-grid,
.ai-dumpkeeper-lp .cta-grid {
	background-image: linear-gradient(rgba(255, 202, 1, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 202, 1, .11) 1px, transparent 1px)
}

.ai-dumpkeeper-lp .netis span {
	color: #fff4c9;
	border-color: #9d7733
}

.ai-dumpkeeper-lp .scan-line {
	background: var(--aqua);
	box-shadow: 0 0 20px 6px rgba(255, 202, 1, .55)
}

.ai-dumpkeeper-lp .ai-target {
	color: #fff8d7
}

.ai-dumpkeeper-lp .ai-target i,
.ai-dumpkeeper-lp .ai-target i:after {
	border-color: var(--aqua)
}

.ai-dumpkeeper-lp .visual-chip {
	border-color: rgba(255, 202, 1, .55);
	background: rgba(32, 32, 40, .8)
}

.ai-dumpkeeper-lp .visual-chip b {
	color: var(--aqua)
}

.ai-dumpkeeper-lp .overview-video,
.ai-dumpkeeper-lp .video-placeholder,
.ai-dumpkeeper-lp .cta {
	background: #202028
}

.ai-dumpkeeper-lp .video-copy {
	background: var(--orange)
}

.ai-dumpkeeper-lp .video-copy p {
	color: #ffda52
}

.ai-dumpkeeper-lp .solution {
	background: #202028
}

.ai-dumpkeeper-lp .solution .section-label {
	color: var(--aqua)
}

.ai-dumpkeeper-lp .solution-copy h2 em {
	color: var(--aqua)
}

.ai-dumpkeeper-lp .orbit-center {
	background: linear-gradient(140deg, #d34414, #ffca01);
	box-shadow: 0 0 0 18px rgba(211, 68, 20, .08), 0 0 75px #d34414
}

.dumpkeeper-sub-header {
	background: rgba(255, 255, 255, .95);
	padding: 14px 20px;
	box-shadow: 0 1px 12px rgba(32, 32, 40, .12)
}

.dumpkeeper-header-logo {
	display: inline-flex;
	align-items: center;
	color: var(--ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none;
	white-space: nowrap
}

.dumpkeeper-header-logo img {
	width: 180px;
	height: auto;
}

.dumpkeeper-sub-header .lp-nav a {
	color: var(--ink);
	font-weight: 700
}

.dumpkeeper-sub-header .lp-btn-request,
.dumpkeeper-sub-header .lp-btn-contact {
	background: var(--orange);
	color: #fff !important
}

.dumpkeeper-breadcrumb {
	position: absolute;
	top: 76px;
	left: max(5.5vw, 30px);
	z-index: 4
}

.dumpkeeper-breadcrumb .breadcrumb-item,
.dumpkeeper-breadcrumb .breadcrumb-item a,
.dumpkeeper-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, .84) !important
}

.dumpkeeper-cases {
	background: var(--soft)
}

.dumpkeeper-cases__heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 40px;
	max-width: 1300px;
	margin: 0 auto 48px
}

.dumpkeeper-cases__heading h2 {
	margin: 0
}

.dumpkeeper-cases__heading p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 2
}

.dumpkeeper-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	max-width: 1300px;
	margin: auto
}

.dumpkeeper-case {
	background: #fff;
	padding: 32px;
	min-height: 220px;
	border-top: 3px solid var(--orange);
	box-shadow: 0 8px 24px rgba(32, 32, 40, .06)
}

.dumpkeeper-case span {
	display: block;
	color: var(--orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 30px
}

.dumpkeeper-case h3 {
	font-size: 20px;
	margin: 0 0 14px
}

.dumpkeeper-case p {
	font-size: 13px;
	line-height: 1.8;
	color: var(--muted);
	margin: 0
}

.ai-dumpkeeper-lp .related-products-section {
	padding: 80px 0;
	background: #f5f7f9
}

/* products.css の .is-visible { display: flex; } をLP内では使用しない。 */
.ai-dumpkeeper-lp .reveal.is-visible {
	display: block
}

.ai-dumpkeeper-lp .mode-strip.reveal.is-visible,
.ai-dumpkeeper-lp .feature-large.reveal.is-visible {
	display: grid
}

.ai-dumpkeeper-lp .data-note.reveal.is-visible,
.ai-dumpkeeper-lp .dumpkeeper-cases__heading.reveal.is-visible {
	display: flex
}

.ai-dumpkeeper-lp .hero-copy {
	display: block
}

.ai-dumpkeeper-lp .hero-copy .lp-main-catch {
	margin: 0 0 30px;
	color: #fff;
	font-size: clamp(36px, 3.05vw, 44px);
	letter-spacing: -.05em;
	line-height: 1.3
}

.ai-dumpkeeper-lp .hero-copy .lp-main-lead {
	margin: 0 0 20px;
	color: #b6c9df;
	font-size: 18px;
	line-height: 2
}

@media(max-width:767px) {
	.ai-dumpkeeper-lp .section {
		padding: 80px 20px
	}

	.dumpkeeper-sub-header {
		padding: 8px 14px
	}

	.dumpkeeper-sub-header .lp-header-btns {
		display: flex
	}

	.dumpkeeper-sub-header .lp-btn {
		height: 34px;
		padding: 0 12px;
		font-size: 12px
	}

	.dumpkeeper-breadcrumb {
		display: none
	}

	.ai-dumpkeeper-lp .hero {
		min-height: auto;
		padding-top: 86px
	}

	.ai-dumpkeeper-lp .hero-copy .lp-main-catch {
		font-size: 48px
	}

	.ai-dumpkeeper-lp .hero-copy .lp-main-lead {
		font-size: 13px;
		line-height: 1.9
	}

	.dumpkeeper-cases__heading {
		display: block;
		margin-bottom: 32px
	}

	.ai-dumpkeeper-lp .mode-strip.reveal.is-visible,
	.ai-dumpkeeper-lp .feature-large.reveal.is-visible,
	.ai-dumpkeeper-lp .dumpkeeper-cases__heading.reveal.is-visible {
		display: block
	}

	.dumpkeeper-cases__heading p {
		margin-top: 20px;
		font-size: 13px
	}

	.dumpkeeper-cases__grid {
		grid-template-columns: 1fr;
		gap: 12px
	}

	.dumpkeeper-case {
		min-height: 0;
		padding: 25px
	}
}

/* AIダンプキーパー LP content update */
.ai-dumpkeeper-lp .dumpkeeper-breadcrumb {
	position: absolute;
	top: 76px;
	left: 0;
	z-index: 5;
	width: auto;
	max-width: 1440px;
	margin: 0;
	padding: 0;
}

.ai-dumpkeeper-lp .dumpkeeper-breadcrumb .breadcrumb-item,
.ai-dumpkeeper-lp .dumpkeeper-breadcrumb .breadcrumb-item a,
.ai-dumpkeeper-lp .dumpkeeper-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, .9) !important;
}

.ai-dumpkeeper-lp .dumpkeeper-breadcrumb .breadcrumb-item a:hover {
	color: var(--orange) !important;
}

.ai-dumpkeeper-lp .hero>.lp-main-partner {
	position: absolute;
	right: 30px;
	bottom: 22px;
	z-index: 5;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, .78);
}

.ai-dumpkeeper-lp .hero-inner {
	column-gap: 10%;
	align-items: start;
	min-height: 520px;
	transform: translateY(16px);
}

.ai-dumpkeeper-lp .hero-copy {
	padding-top: 26px;
}

.ai-dumpkeeper-lp .hero {
	padding-left: 0;
	padding-right: 0;
}

.ai-dumpkeeper-lp h2 {
	font-size: clamp(32px, 4vw, 54px);
	letter-spacing: 0;
}

.ai-dumpkeeper-lp .hero-copy .lp-main-lead {
	max-width: 640px;
	color: #fff;
}

.ai-dumpkeeper-lp .dumpkeeper-hero-logo {
	width: min(90%, 650px);
	min-width: 0;
	height: auto;
	margin: 0 0 24px;
	filter: brightness(0) invert(1)
}

.ai-dumpkeeper-lp .hero-actions,
.ai-dumpkeeper-lp .cta-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap
}

.ai-dumpkeeper-lp .hero-actions .button,
.ai-dumpkeeper-lp .cta-actions .button {
	width: 260px;
	min-height: 54px;
	justify-content: center;
	font-size: 15px;
	position: relative
}

.ai-dumpkeeper-lp .hero-actions .button .fa-arrow-right,
.ai-dumpkeeper-lp .cta-actions .button .fa-arrow-right {
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%)
}

.ai-dumpkeeper-lp .hero-actions .button-primary,
.ai-dumpkeeper-lp .dumpkeeper-sub-header .lp-btn-request {
	background: var(--orange) !important;
	border-color: var(--orange) !important;
	color: #fff !important;
}

.ai-dumpkeeper-lp .hero-actions .button-primary:hover,
.ai-dumpkeeper-lp .dumpkeeper-sub-header .lp-btn-request:hover {
	background: #af3510 !important;
	color: #fff !important;
}

.ai-dumpkeeper-lp .dumpkeeper-sub-header .lp-btn-contact {
	background: var(--aqua) !important;
	border-color: var(--aqua) !important;
	color: #202028 !important;
}

.ai-dumpkeeper-lp .button-primary,
.ai-dumpkeeper-lp .button-ghost {
	color: #202028 !important;
	background: var(--aqua);
	border: 0;
	box-shadow: none;
}

.ai-dumpkeeper-lp .button-primary:hover,
.ai-dumpkeeper-lp .button-ghost:hover {
	color: #202028 !important;
	background: #f0ba00;
	transform: translateY(-3px);
}

.ai-dumpkeeper-lp .dumpkeeper-sub-header .lp-btn-request,
.ai-dumpkeeper-lp .dumpkeeper-sub-header .lp-btn-contact {
	background: var(--aqua) !important;
	border-color: var(--aqua) !important;
	color: #202028 !important;
}

.ai-dumpkeeper-lp .dumpkeeper-sub-header .lp-header-btns .lp-btn-request {
	background: var(--orange) !important;
	border-color: var(--orange) !important;
	color: #fff !important;
}

.ai-dumpkeeper-lp .vehicle-scan {
	position: absolute;
	width: 21%;
	height: 25%;
	z-index: 3;
	border: 1px solid rgba(255, 202, 1, .76);
	box-shadow: 0 0 26px rgba(255, 202, 1, .4);
	animation: vehicleScanPulse 2.4s ease-in-out infinite;
}

.ai-dumpkeeper-lp .vehicle-scan-a {
	left: 13%;
	top: 39%;
}

.ai-dumpkeeper-lp .vehicle-scan-b {
	left: 38%;
	top: 32%;
}

.ai-dumpkeeper-lp .vehicle-scan-c {
	left: 57%;
	top: 42%;
}

.ai-dumpkeeper-lp .vehicle-scan-d {
	left: 75%;
	top: 34%;
}

.ai-dumpkeeper-lp .vehicle-scan i {
	position: absolute;
	width: 24px;
	height: 24px;
	border: 3px solid var(--aqua);
}

.ai-dumpkeeper-lp .vehicle-scan i:nth-of-type(1) {
	left: -3px;
	top: -3px;
	border-right: 0;
	border-bottom: 0;
}

.ai-dumpkeeper-lp .vehicle-scan i:nth-of-type(2) {
	right: -3px;
	top: -3px;
	border-left: 0;
	border-bottom: 0;
}

.ai-dumpkeeper-lp .vehicle-scan i:nth-of-type(3) {
	left: -3px;
	bottom: -3px;
	border-right: 0;
	border-top: 0;
}

.ai-dumpkeeper-lp .vehicle-scan i:nth-of-type(4) {
	right: -3px;
	bottom: -3px;
	border-left: 0;
	border-top: 0;
}

.ai-dumpkeeper-lp .vehicle-scan span {
	position: absolute;
	top: -25px;
	left: 0;
	color: var(--aqua);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.ai-dumpkeeper-lp .hero-visual {
	min-height: 570px;
}

.ai-dumpkeeper-lp .hero-visual.reveal.is-visible {
	transform: translateY(22px);
}

.ai-dumpkeeper-lp .hero-image-frame {
	width: min(112%, 720px);
	height: 520px;
	overflow: visible;
	transform: translateY(calc(-50% + 20px));
}

@media (max-width: 900px) {
	.ai-dumpkeeper-lp .dumpkeeper-netis-badge {
		right: -18px;
		top: -28px;
		width: 176px;
		height: 176px;
	}

	.ai-dumpkeeper-lp .dumpkeeper-netis-badge__text strong {
		font-size: 1.2rem;
	}

	.ai-dumpkeeper-lp .dumpkeeper-netis-badge__headline {
		font-size: 1rem;
	}

	.ai-dumpkeeper-lp .dumpkeeper-netis-badge__value {
		font-size: .92rem;
	}
}

.ai-dumpkeeper-lp .dumpkeeper-hero-overlay {
	display: block;
	width: min(88%, 460px);
	height: auto;
	transform: none;
}

.ai-dumpkeeper-lp .hero-visual .chip-one {
	left: -88px;
	top: 16px;
}

.ai-dumpkeeper-lp .hero-visual .chip-two {
	right: -24px;
	bottom: 48px;
}

.ai-dumpkeeper-lp .hero>.hero-actions {
	justify-content: center;
	margin: 16px auto 38px;
	transform: translateY(16px);
}

@keyframes vehicleScanPulse {
	50% {
		opacity: .5;
	}
}

@media(max-width:767px) {
	.ai-dumpkeeper-lp .hero-copy {
		padding-top: 0;
	}

	.ai-dumpkeeper-lp .dumpkeeper-hero-overlay {
		width: 100%;
		margin-top: 20px;
	}

	.ai-dumpkeeper-lp .hero-actions .button,
	.ai-dumpkeeper-lp .cta-actions .button {
		width: 100%;
	}

	.ai-dumpkeeper-lp .vehicle-scan {
		width: 23%;
		height: 23%;
	}

	.ai-dumpkeeper-lp .vehicle-scan-a {
		left: 10%;
		top: 42%;
	}

	.ai-dumpkeeper-lp .vehicle-scan-b {
		left: 34%;
		top: 34%;
	}

	.ai-dumpkeeper-lp .vehicle-scan-c {
		left: 56%;
		top: 44%;
	}

	.ai-dumpkeeper-lp .vehicle-scan-d {
		left: 75%;
		top: 36%;
	}
}

.ai-dumpkeeper-lp .problem {
	background: var(--soft)
}

.ai-dumpkeeper-lp .problem>.section-label,
.ai-dumpkeeper-lp .feature-showcase>.section-label,
.ai-dumpkeeper-lp .dumpkeeper-cases>.section-label {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.ai-dumpkeeper-lp .dumpkeeper-problem-grid,
.ai-dumpkeeper-lp .dumpkeeper-overview-grid {
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 5%;
	align-items: center
}

.ai-dumpkeeper-lp .dumpkeeper-problem-copy h2 {
	margin-bottom: 38px
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles {
	display: grid;
	gap: 16px
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p {
	position: relative;
	width: min(100%, 575px);
	max-width: 100%;
	margin: 0;
	padding: 17px 22px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-size: 17px;
	line-height: 1.65;
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(32, 32, 40, .06)
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p::before,
.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	transform: translateY(-50%);
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p::before {
	right: -13px;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent var(--line);
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p::after {
	right: -11px;
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #fff;
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p:nth-child(2) {
	margin-left: 8%
}

.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p:nth-child(3) {
	margin-left: 3%
}

.ai-dumpkeeper-lp .problem-illustration {
	margin: 0
}

.ai-dumpkeeper-lp .problem-illustration img {
	max-width: 110%!important;
	height: auto
}

.ai-dumpkeeper-lp .solution {
	background: var(--navy)
}

.ai-dumpkeeper-lp .solution-copy {
	width: auto;
	order: 2
}

.ai-dumpkeeper-lp .solution-copy>p:last-child {
	margin: 0;
	color: #c8d4df;
	max-width: 600px;
}

.ai-dumpkeeper-lp .dumpkeeper-video-placeholder {
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
	background: #101d2b;
	box-shadow: 0 22px 48px rgba(0, 0, 0, .25);
	order: 1;
	display: grid;
	place-items: center;
}

.ai-dumpkeeper-lp .dumpkeeper-video-placeholder video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ai-dumpkeeper-lp .dumpkeeper-video-placeholder span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, .42);
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.ai-dumpkeeper-lp .showcase-head,
.ai-dumpkeeper-lp .workflow-header,
.ai-dumpkeeper-lp .dumpkeeper-cases__heading {
	display: block !important;
}

.ai-dumpkeeper-lp .showcase-head>p,
.ai-dumpkeeper-lp .workflow-header>p,
.ai-dumpkeeper-lp .dumpkeeper-cases__heading p {
	margin: 20px 0 0 !important;
	font-size: 20px;
}

.ai-dumpkeeper-lp .dumpkeeper-function-heading {
	max-width: 1300px;
	margin: 58px auto 24px;
	font-size: 30px;
	line-height: 1.4;
	padding-left: 16px;
	border-left: 4px solid var(--aqua);
	color: var(--aqua);
}

.ai-dumpkeeper-lp .dumpkeeper-function-heading span,
.ai-dumpkeeper-lp .dumpkeeper-record-feature h3 span {
	color: #fff;
}

.ai-dumpkeeper-lp .dumpkeeper-function-heading span,
.ai-dumpkeeper-lp .dumpkeeper-record-feature h3 span {
	color: #fff;
}

.ai-dumpkeeper-lp .feature-showcase {
	max-width: none;
	background: #633d2a;
	color: #fff;
}

.ai-dumpkeeper-lp .feature-showcase .section-label,
.ai-dumpkeeper-lp .feature-showcase h2 em {
	color: var(--aqua);
}

.ai-dumpkeeper-lp .feature-showcase .showcase-head>p {
	color: rgba(255, 255, 255, .84);
}

.ai-dumpkeeper-lp .showcase-head {
	max-width: 1300px;
	margin: 0 auto
}

.ai-dumpkeeper-lp .dumpkeeper-feature-lead-grid {
	max-width: 1300px;
	margin: 58px auto 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px
}

.ai-dumpkeeper-lp .dumpkeeper-feature-large {
	overflow: hidden;
	background: #fff;
	color: var(--ink);
	border-radius: 8px;
}

.ai-dumpkeeper-lp .dumpkeeper-feature-large img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center
}

.ai-dumpkeeper-lp .dumpkeeper-feature-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	background: linear-gradient(135deg, #d9e3e8, #aabcc5);
	color: #29404c;
	font-size: 1.35rem;
	font-weight: 700;
	text-align: center;
}

.ai-dumpkeeper-lp .dumpkeeper-feature-tag {
	display: inline-block;
	position: relative;
	top: -.25rem;
	vertical-align: middle;
	margin-left: .55rem;
	padding: .22rem .65rem;
	border-radius: 999px;
	background: var(--orange);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .04em;
}

.ai-dumpkeeper-lp .dumpkeeper-feature-large--new h3 {
	margin-top: 28px;
}

.ai-dumpkeeper-lp .dumpkeeper-feature-large h3 {
	margin: 28px 28px 12px;
	font-size: 24px
}

.ai-dumpkeeper-lp .dumpkeeper-feature-large p {
	margin: 0 28px 30px;
	color: #202028;
	font-size: 16px;
	line-height: 1.8
}

.ai-dumpkeeper-lp .dumpkeeper-feature-grid {
	max-width: 1300px;
	margin: 18px auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px
}

.ai-dumpkeeper-lp .dumpkeeper-feature-grid article {
	overflow: hidden;
	min-height: 0;
	display: block;
	padding: 0 0 24px;
	background: #fff;
	border: 0;
	border-radius: 8px;
	color: var(--ink);
}

.ai-dumpkeeper-lp .dumpkeeper-feature-grid article img {
	width: 100%;
	height: 154px;
	object-fit: cover;
	object-position: center;
}

.ai-dumpkeeper-lp .dumpkeeper-feature-grid article h3 {
	margin: 20px 20px 10px;
	font-size: 18px;
	line-height: 1.45;
}

.ai-dumpkeeper-lp .dumpkeeper-feature-grid article p {
	margin: 0 20px;
	color: #202028;
	font-size: 16px;
	line-height: 1.75;
}

.ai-dumpkeeper-lp .dumpkeeper-record-feature {
	max-width: 1300px;
	margin: 54px auto 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
	gap: 42px;
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff
}

.ai-dumpkeeper-lp .dumpkeeper-record-feature h3 {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 1.4;
	padding-left: 16px;
	border-left: 4px solid var(--aqua);
	color: var(--aqua);
}

.ai-dumpkeeper-lp .dumpkeeper-record-feature p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
	line-height: 1.9
}

.ai-dumpkeeper-lp .dumpkeeper-record-feature>img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	object-position: center;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison img {
	width: 100%;
	background: #fff
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison table {
	width: 100%;
	margin-top: 18px;
	border-collapse: collapse;
	background: #fff;
	color: var(--ink);
	font-size: 12px;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison th,
.ai-dumpkeeper-lp .dumpkeeper-record-comparison td {
	padding: 7px 10px;
	border: 1px solid var(--line);
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison tbody th {
	text-align: left;
	font-weight: 700;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison small {
	font-size: 10px;
}

.ai-dumpkeeper-lp .dumpkeeper-record-feature {
	grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
	grid-template-areas: 'copy image' 'table image';
}

.ai-dumpkeeper-lp .dumpkeeper-record-copy {
	grid-area: copy;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison {
	grid-area: table;
}

.ai-dumpkeeper-lp .dumpkeeper-record-feature>img {
	grid-area: image;
	align-self: center;
}

@media(min-width:768px) {
	.ai-dumpkeeper-lp .dumpkeeper-record-feature {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
		grid-template-areas: 'copy image' 'table image';
	}
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison table {
	margin-top: 0;
	table-layout: fixed;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison thead th {
	background: var(--orange);
	border-color: var(--orange);
	color: #fff;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison thead th:first-child {
	background: #fff;
	border-color: var(--line);
	color: var(--ink);
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison thead th:nth-child(2) {
	background: #6c625a;
	border-color: #6c625a;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison thead th:nth-child(3) {
	background: var(--orange);
	border-color: var(--orange);
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison tbody th {
	background: #fff1df;
	color: #7c3516;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison table th:first-child,
.ai-dumpkeeper-lp .dumpkeeper-record-comparison table td:first-child {
	width: 200px;
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison table th:nth-child(2),
.ai-dumpkeeper-lp .dumpkeeper-record-comparison table th:nth-child(3),
.ai-dumpkeeper-lp .dumpkeeper-record-comparison table td:nth-child(2),
.ai-dumpkeeper-lp .dumpkeeper-record-comparison table td:nth-child(3) {
	width: calc((100% - 200px) / 2);
}

.ai-dumpkeeper-lp .dumpkeeper-record-comparison tbody td:nth-child(3) {
	font-size: 16px;
	font-weight: 700;
}

.ai-dumpkeeper-lp .record h2 {
	max-width: 1300px;
	margin: 0 auto 42px
}

.ai-dumpkeeper-lp .record {
	background: var(--soft);
}

.ai-dumpkeeper-lp .record .section-label {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto
}

.ai-dumpkeeper-lp .dumpkeeper-benefit-grid {
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px
}

.ai-dumpkeeper-lp .dumpkeeper-benefit-grid article {
	padding: 34px 30px;
	background: #fff;
	border-top: 3px solid var(--orange);
	text-align: center
}

.ai-dumpkeeper-lp .dumpkeeper-benefit-grid article>i {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: var(--soft);
	color: var(--orange);
	font-size: 22px;
}

.ai-dumpkeeper-lp .dumpkeeper-benefit-grid article>img {
	display: block;
	margin: 0 auto 22px;
}

.ai-dumpkeeper-lp .dumpkeeper-benefit-grid h3 {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.45;
	font-weight: 600;
	color: var(--orange);
	text-align: left;
}

.ai-dumpkeeper-lp .dumpkeeper-benefit-grid p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	text-align: left
}

.ai-dumpkeeper-lp .dumpkeeper-cases__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.ai-dumpkeeper-lp .dumpkeeper-case {
	min-height: 0;
	padding: 0 0 28px;
	border-top: 0
}

.ai-dumpkeeper-lp .dumpkeeper-case img {
	width: 100%;
	height: 174px !important;
	object-fit: cover;
	margin-bottom: 24px
}

.ai-dumpkeeper-lp .dumpkeeper-case:first-child img,
.ai-dumpkeeper-lp .dumpkeeper-case:last-child img {
	height: 174px !important;
}

.ai-dumpkeeper-lp .dumpkeeper-case h3,
.ai-dumpkeeper-lp .dumpkeeper-case p {
	margin-left: 24px;
	margin-right: 24px
}

.ai-dumpkeeper-lp .dumpkeeper-case h3 {
	font-size: 19px;
	line-height: 1.5
}

.ai-dumpkeeper-lp .dumpkeeper-case-company {
	color: var(--orange) !important;
	font-size: 12px !important;
	font-weight: 700;
	margin-bottom: 14px !important
}

.ai-dumpkeeper-lp .dumpkeeper-faq {
	background: #f2f2f2
}

.ai-dumpkeeper-lp .dumpkeeper-faq>h2,
.ai-dumpkeeper-lp .dumpkeeper-faq>.section-label,
.ai-dumpkeeper-lp .dumpkeeper-faq-list {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto
}

.ai-dumpkeeper-lp .dumpkeeper-faq>h2 {
	margin-bottom: 42px;
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list {
	border-top: 1px solid var(--line)
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list details {
	border-bottom: 1px solid var(--line);
	padding: 0
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list summary {
	cursor: pointer;
	list-style: none;
	padding: 24px 42px 24px 0;
	font-size: 20px;
	font-weight: 700;
	position: relative
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list summary::before,
.ai-dumpkeeper-lp .dumpkeeper-faq-list summary::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 16px;
	height: 2px;
	background: var(--orange);
	transform: translateY(-50%);
	transition: transform .25s ease, opacity .25s ease
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list summary::after {
	transform: translateY(-50%) rotate(90deg)
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list details[open] summary::after {
	transform: translateY(-50%) rotate(0deg);
	opacity: 0
}

.ai-dumpkeeper-lp .dumpkeeper-faq-list p {
	margin: 0;
	padding: 0 42px 24px 0;
	font-size: 1.1rem;
	line-height: 1.9
}

.ai-dumpkeeper-lp .cta-actions {
	justify-content: center;
	gap: 12px !important;
}

.ai-dumpkeeper-lp .cta-actions .button+.button {
	margin-left: 0;
}

.ai-dumpkeeper-lp .cta-actions .button-primary {
	background: var(--orange);
	color: #fff !important;
}

.ai-dumpkeeper-lp .cta-actions .button-primary:hover {
	background: #af3510;
	color: #fff !important;
}

.ai-dumpkeeper-lp .related-products-section .lp-block-title {
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: 0;
}

.ai-dumpkeeper-lp .workflow .flow-icon {
	width: 78px;
	height: 78px;
	background:var(--orange);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #fff;
	font-size: 30px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.ai-dumpkeeper-lp .workflow .flow-line {
	top: 41px;
	left: calc(10% + 30px);
	right: calc(10% + 20px);
	background: var(--orange);
}

.ai-dumpkeeper-lp .workflow .flow-step p {
	max-width: 270px;
	font-size: 16px;
	line-height: 1.85;
}

.ai-dumpkeeper-lp .workflow .flow-step h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 24px;
}

.ai-dumpkeeper-lp .workflow .flow-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 28px;
	padding: 0 8px;
	border: 1px solid var(--orange);
	color: var(--orange);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0;
}

.ai-dumpkeeper-lp .cta-inner>p:not(.eyebrow) {
	margin-top: 24px
}

@media(max-width:767px) {
	.ai-dumpkeeper-lp .dumpkeeper-breadcrumb {
		position: absolute;
		top: 76px;
		left: 5%;
		display: block
	}

	.ai-dumpkeeper-lp .hero>.lp-main-partner {
		position: absolute;
		right: 5%;
		bottom: 22px;
	}

	.ai-dumpkeeper-lp .hero-copy .lp-main-catch {
		font-size: 38px
	}

	.ai-dumpkeeper-lp .dumpkeeper-hero-logo {
		min-width: 0;
		width: 76%;
		margin-bottom: 20px
	}

	.ai-dumpkeeper-lp .hero-actions .button,
	.ai-dumpkeeper-lp .cta-actions .button {
		width: 100%;
		font-size: 14px
	}

	.ai-dumpkeeper-lp .dumpkeeper-problem-grid,
	.ai-dumpkeeper-lp .dumpkeeper-overview-grid {
		grid-template-columns: 1fr;
		gap: 36px
	}

	.ai-dumpkeeper-lp .dumpkeeper-problem-bubbles p {
		font-size: 14px
	}

	.ai-dumpkeeper-lp .dumpkeeper-feature-lead-grid,
	.ai-dumpkeeper-lp .dumpkeeper-feature-grid,
	.ai-dumpkeeper-lp .dumpkeeper-benefit-grid,
	.ai-dumpkeeper-lp .dumpkeeper-cases__grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 12px
	}

	.ai-dumpkeeper-lp .dumpkeeper-feature-large img {
		height: 220px
	}

	.ai-dumpkeeper-lp .dumpkeeper-feature-placeholder {
		height: 220px
	}

	.ai-dumpkeeper-lp .dumpkeeper-record-feature {
		margin-top: 36px;
		padding: 28px;
		grid-template-columns: 1fr;
		grid-template-areas: 'copy' 'table' 'image';
		gap: 24px
	}

	.ai-dumpkeeper-lp .dumpkeeper-function-heading {
		margin-top: 42px;
		font-size: 24px;
	}

	.ai-dumpkeeper-lp .dumpkeeper-record-feature h3 {
		font-size: 26px
	}

	.ai-dumpkeeper-lp .dumpkeeper-record-comparison th,
	.ai-dumpkeeper-lp .dumpkeeper-record-comparison td {
		padding: 6px 5px;
		font-size: 10px
	}

	.ai-dumpkeeper-lp .dumpkeeper-benefit-grid article {
		padding: 28px 24px
	}

	.ai-dumpkeeper-lp .dumpkeeper-case img {
		height: 210px
	}

	.ai-dumpkeeper-lp .dumpkeeper-faq-list summary {
		font-size: 15px;
		padding: 20px 34px 20px 0
	}

	.ai-dumpkeeper-lp .dumpkeeper-faq-list p {
		padding-right: 0;
		font-size: 13px
	}
}