:root {
	--laminate-blue: #9fb2c6;
	--laminate-blue-soft: #d9e5f0;
	--laminate-ink: #1a1a1a;
	--laminate-slate: #25343f;
	--laminate-paper: #f7f9fb;
	--laminate-line: rgba(37, 52, 63, 0.14);
	--laminate-shadow: 0 28px 70px rgba(31, 47, 61, 0.12);
}

body.page-template-page-laminate {
	background: var(--laminate-paper);
	color: var(--laminate-slate);
	margin: 0;
	overflow-x: hidden;
}

body.page-template-page-laminate .shadan-site--implant-landing {
	overflow: clip;
}

.shadan-laminate-page,
.shadan-laminate-page * {
	box-sizing: border-box;
}

.shadan-laminate-page {
	background: var(--laminate-paper);
	color: var(--laminate-slate);
	line-height: 1.9;
	overflow: clip;
}

.shadan-laminate-page a {
	text-decoration: none;
}

.shadan-laminate-page img {
	display: block;
	max-width: 100%;
}

.shadan-laminate-shell {
	width: min(88%, 1380px);
	margin-inline: auto;
}

.shadan-laminate-hero {
	position: relative;
	isolation: isolate;
	min-height: 820px;
	padding: 0;
	background:
		radial-gradient(circle at 14% 18%, rgba(255,255,255,.9), transparent 28%),
		linear-gradient(135deg, #dce9f4 0%, #abc3db 47%, #91abc3 100%);
	overflow: hidden;
}

.shadan-laminate-hero::before {
	content: "LAMINATE";
	position: absolute;
	inset: 7% auto auto 50%;
	transform: translateX(-50%);
	z-index: -1;
	font: 300 clamp(92px, 15vw, 250px)/1 Arial, sans-serif;
	letter-spacing: .05em;
	color: rgba(255,255,255,.18);
	white-space: nowrap;
	pointer-events: none;
}

.shadan-laminate-orb {
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
}

.shadan-laminate-orb--one {
	width: 430px;
	height: 430px;
	top: -210px;
	right: 5%;
	background: rgba(255,255,255,.32);
}

.shadan-laminate-orb--two {
	width: 360px;
	height: 360px;
	bottom: -180px;
	left: 12%;
	background: rgba(43,69,89,.12);
}

.shadan-laminate-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(460px, 1.07fr);
	gap: clamp(40px, 6vw, 95px);
	align-items: center;
	min-height: 680px;
	padding-block: 70px 35px;
}

.shadan-laminate-hero__content {
	position: relative;
	z-index: 3;
	padding-top: 10px;
}

.shadan-laminate-eyebrow,
.shadan-laminate-section-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	color: #365166;
}

.shadan-laminate-eyebrow span,
.shadan-laminate-hero__note span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 6px rgba(255,255,255,.25);
}

.shadan-laminate-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(58px, 7vw, 104px) !important;
	font-weight: 800 !important;
	line-height: .98;
	letter-spacing: -.045em;
	color: var(--laminate-ink);
}

.shadan-laminate-hero h1::after {
	content: "طراحی لبخند دیجیتال";
	display: block;
	margin-top: 17px;
	font-size: clamp(25px, 2.6vw, 43px);
	font-weight: 400;
	letter-spacing: -.02em;
	color: #fff;
	text-shadow: 0 5px 25px rgba(28,45,58,.22);
}

.shadan-laminate-hero__lead {
	max-width: 680px;
	margin: 30px 0 0;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 2;
	color: rgba(27,44,57,.86);
}

.shadan-laminate-checklist {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	display: grid;
	gap: 13px;
}

.shadan-laminate-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	font-weight: 600;
}

.shadan-laminate-checklist li span {
	display: grid;
	place-items: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-top: 4px;
	border-radius: 50%;
	background: var(--laminate-ink);
	color: #fff;
	font-size: 12px;
}

.shadan-laminate-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.shadan-laminate-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 55px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	transition: transform .28s ease, background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.shadan-laminate-button:hover {
	transform: translateY(-3px);
}

.shadan-laminate-button--dark {
	background: var(--laminate-ink);
	color: #fff;
	box-shadow: 0 17px 35px rgba(26,26,26,.18);
}

.shadan-laminate-button--dark:hover {
	background: #2c3d49;
	color: #fff;
}

.shadan-laminate-button--ghost {
	background: rgba(255,255,255,.42);
	border-color: rgba(255,255,255,.65);
	color: var(--laminate-ink);
	backdrop-filter: blur(12px);
}

.shadan-laminate-button--ghost svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.shadan-laminate-hero__note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 0 0;
	font-size: 12px !important;
	color: rgba(27,44,57,.72);
}

.shadan-laminate-hero__note span {
	width: 5px;
	height: 5px;
	background: #4c718e;
	box-shadow: 0 0 0 5px rgba(76,113,142,.14);
}

.shadan-laminate-hero__visual {
	position: relative;
	min-width: 0;
	padding: 34px 0 25px;
}

.shadan-laminate-hero__image-wrap {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 34px 8px 34px 8px;
	overflow: hidden;
	box-shadow: 0 38px 85px rgba(38,64,84,.25);
	transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.shadan-laminate-hero__image-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 46%, rgba(255,255,255,.32) 51%, transparent 57%);
	transform: translateX(-130%);
	animation: shadanLaminateShine 6.5s ease-in-out infinite 1.5s;
	pointer-events: none;
}

.shadan-laminate-hero__image-wrap img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}

.shadan-laminate-hero__scan {
	position: absolute;
	inset-inline: 7%;
	top: 18%;
	height: 1px;
	background: rgba(172,242,255,.95);
	box-shadow: 0 0 18px 3px rgba(108,218,242,.5);
	animation: shadanLaminateScan 4.4s ease-in-out infinite;
}

.shadan-laminate-floating-card {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 205px;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 14px;
	background: rgba(246,250,253,.78);
	box-shadow: 0 20px 50px rgba(37,52,63,.16);
	backdrop-filter: blur(16px);
	animation: shadanLaminateFloat 5.8s ease-in-out infinite;
}

.shadan-laminate-floating-card--top {
	top: 0;
	right: -34px;
}

.shadan-laminate-floating-card--bottom {
	left: -34px;
	bottom: 0;
	animation-delay: -2.7s;
}

.shadan-laminate-floating-card__icon {
	display: grid;
	place-items: center;
	width: 47px;
	height: 47px;
	border-radius: 12px;
	background: var(--laminate-ink);
	color: #fff;
	font: 700 12px/1 Arial, sans-serif;
}

.shadan-laminate-floating-card strong,
.shadan-laminate-floating-card small {
	display: block;
}

.shadan-laminate-floating-card strong {
	font-size: 13px;
	color: var(--laminate-ink);
}

.shadan-laminate-floating-card small {
	margin-top: 3px;
	font-size: 10px;
	color: #687d8c;
}

.shadan-laminate-pulse {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #72a9c7;
}

.shadan-laminate-pulse::after {
	content: "";
	position: absolute;
	inset: -7px;
	border: 1px solid #72a9c7;
	border-radius: 50%;
	animation: shadanLaminatePulse 2s ease-out infinite;
}

.shadan-laminate-trustbar {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: -2px;
	border: 1px solid rgba(255,255,255,.48);
	border-radius: 16px 16px 0 0;
	background: rgba(248,251,253,.66);
	box-shadow: 0 -8px 35px rgba(37,52,63,.07);
	backdrop-filter: blur(18px);
}

.shadan-laminate-trustbar div {
	padding: 19px 25px;
	border-inline-end: 1px solid rgba(37,52,63,.1);
}

.shadan-laminate-trustbar div:last-child {
	border-inline-end: 0;
}

.shadan-laminate-trustbar strong,
.shadan-laminate-trustbar span {
	display: block;
}

.shadan-laminate-trustbar strong {
	font: 700 14px/1.2 Arial, sans-serif;
	color: var(--laminate-ink);
}

.shadan-laminate-trustbar span {
	margin-top: 7px;
	font-size: 11px;
	color: #677a88;
}

.shadan-laminate-jumpnav {
	position: sticky;
	top: 0;
	z-index: 70;
	border-bottom: 1px solid rgba(37,52,63,.1);
	background: rgba(250,252,253,.9);
	box-shadow: 0 12px 35px rgba(37,52,63,.07);
	backdrop-filter: blur(17px);
}

.shadan-laminate-jumpnav .shadan-laminate-shell {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 64px;
	overflow-x: auto;
	scrollbar-width: none;
}

.shadan-laminate-jumpnav .shadan-laminate-shell::-webkit-scrollbar {
	display: none;
}

.shadan-laminate-jumpnav a {
	flex: 0 0 auto;
	padding: 10px 14px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
	color: #526774;
	transition: background .25s ease, color .25s ease;
}

.shadan-laminate-jumpnav a:hover,
.shadan-laminate-jumpnav a.is-active {
	background: #e5edf4;
	color: var(--laminate-ink);
}

.shadan-laminate-jumpnav__home {
	border: 1px solid var(--laminate-line);
	color: var(--laminate-ink) !important;
}

.shadan-laminate-jumpnav__cta {
	margin-inline-start: auto;
	background: var(--laminate-ink) !important;
	color: #fff !important;
}

.shadan-laminate-section {
	position: relative;
	padding-block: clamp(75px, 9vw, 135px);
}

.shadan-laminate-section h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 60px) !important;
	font-weight: 800 !important;
	line-height: 1.28;
	letter-spacing: -.035em;
	color: var(--laminate-ink);
}

.shadan-laminate-section h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--laminate-ink);
}

.shadan-laminate-section p {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 2.05;
	color: #60727f;
}

.shadan-laminate-section-label {
	color: #57748a;
}

.shadan-laminate-section-label::before {
	content: "";
	width: 31px;
	height: 1px;
	background: currentColor;
}

.shadan-laminate-section-label--light {
	color: #bdd3e6;
}

.shadan-laminate-section-head {
	max-width: 850px;
	margin: 0 auto 55px;
	text-align: center;
}

.shadan-laminate-section-head p {
	max-width: 760px;
	margin: 18px auto 0;
}

.shadan-laminate-section-head--split {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: end;
	gap: 45px;
	max-width: none;
	text-align: right;
}

.shadan-laminate-section-head--split p {
	margin: 0;
}

.shadan-laminate-two-column {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	align-items: center;
	gap: clamp(45px, 8vw, 120px);
}

.shadan-laminate-two-column > div > p {
	margin: 24px 0 0;
}

.shadan-laminate-text-link {
	display: inline-flex;
	gap: 10px;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 700;
	color: var(--laminate-ink);
}

.shadan-laminate-intro-media {
	position: relative;
	margin: 0;
	padding: 22px;
	border: 1px solid var(--laminate-line);
	border-radius: 34px 7px 34px 7px;
	background: #fff;
	box-shadow: var(--laminate-shadow);
}

.shadan-laminate-intro-media img {
	width: 100%;
	border-radius: 24px 5px 24px 5px;
}

.shadan-laminate-intro-media figcaption {
	position: absolute;
	right: 44px;
	bottom: 42px;
	min-width: 220px;
	padding: 15px 18px;
	border-radius: 13px;
	background: rgba(25,34,40,.78);
	color: #fff;
	backdrop-filter: blur(12px);
}

.shadan-laminate-intro-media strong,
.shadan-laminate-intro-media span {
	display: block;
}

.shadan-laminate-intro-media span {
	margin-top: 4px;
	font-size: 10px;
	color: #d5e3ed;
}

.shadan-laminate-section--problems {
	background: #eef3f7;
}

.shadan-laminate-problem-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.shadan-laminate-problem-grid article,
.shadan-laminate-benefit-grid article {
	position: relative;
	min-height: 275px;
	padding: 32px 28px;
	border: 1px solid var(--laminate-line);
	border-radius: 20px 5px 20px 5px;
	background: rgba(255,255,255,.72);
	transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.shadan-laminate-problem-grid article:hover,
.shadan-laminate-benefit-grid article:hover {
	transform: translateY(-7px);
	border-color: rgba(91,128,154,.35);
	box-shadow: 0 22px 45px rgba(37,52,63,.09);
}

.shadan-laminate-problem-grid article > span {
	display: block;
	margin-bottom: 48px;
	font: 300 35px/1 Arial, sans-serif;
	color: #9fb2c6;
}

.shadan-laminate-problem-grid p,
.shadan-laminate-benefit-grid p {
	margin: 13px 0 0;
	font-size: 14px !important;
}

.shadan-laminate-section--digital {
	background: var(--laminate-ink);
	color: #fff;
}

.shadan-laminate-digital-grid {
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	align-items: center;
	gap: clamp(50px, 7vw, 100px);
}

.shadan-laminate-section--digital h2,
.shadan-laminate-section--materials h2,
.shadan-laminate-section--consultation h2 {
	color: #fff;
}

.shadan-laminate-section--digital p {
	color: #b7c6d1;
}

.shadan-laminate-digital__media {
	position: relative;
	border-radius: 28px 5px 28px 5px;
	overflow: hidden;
	box-shadow: 0 35px 70px rgba(0,0,0,.34);
}

.shadan-laminate-digital__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.48));
	pointer-events: none;
}

.shadan-laminate-digital__media img {
	width: 100%;
	min-height: 480px;
	object-fit: cover;
}

.shadan-laminate-media-play {
	position: absolute;
	z-index: 3;
	left: 28px;
	bottom: 28px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 15px;
	border-radius: 12px;
	background: rgba(255,255,255,.9);
	color: var(--laminate-ink);
	box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

.shadan-laminate-media-play span {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--laminate-ink);
	color: #fff;
	font-size: 11px;
}

.shadan-laminate-media-play strong {
	font-size: 12px;
}

.shadan-laminate-digital__badge {
	position: absolute;
	z-index: 3;
	top: 24px;
	right: 24px;
	padding: 13px 16px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 12px;
	background: rgba(20,30,37,.62);
	backdrop-filter: blur(12px);
}

.shadan-laminate-digital__badge strong,
.shadan-laminate-digital__badge span {
	display: block;
}

.shadan-laminate-digital__badge strong {
	font-size: 12px;
	color: #fff;
}

.shadan-laminate-digital__badge span {
	margin-top: 4px;
	font-size: 10px;
	color: #bfd2df;
}

.shadan-laminate-digital-steps {
	display: grid;
	gap: 12px;
	margin-top: 30px;
}

.shadan-laminate-digital-steps > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	column-gap: 15px;
	padding: 17px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 13px;
	background: rgba(255,255,255,.04);
}

.shadan-laminate-digital-steps > div > span {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #b7cce0;
	color: var(--laminate-ink);
	font-weight: 800;
}

.shadan-laminate-digital-steps h3 {
	font-size: 16px;
	color: #fff;
}

.shadan-laminate-digital-steps p {
	margin: 4px 0 0;
	font-size: 12px !important;
}

.shadan-laminate-medical-note {
	padding: 14px 17px;
	border-right: 2px solid #9fb2c6;
	background: rgba(159,178,198,.08);
	font-size: 12px !important;
}

.shadan-laminate-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.shadan-laminate-benefit-grid article {
	min-height: 250px;
	background: #fff;
}

.shadan-laminate-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 34px;
	border-radius: 14px;
	background: #e5edf4;
	color: #3e617b;
	font-size: 20px;
}

.shadan-laminate-section--gallery {
	--laminate-gallery-bg: #1a1a1a;
	padding-block: 105px 80px;
	background: var(--laminate-gallery-bg);
	color: #fff;
	overflow: hidden;
}

.shadan-laminate-section-head--gallery h2 {
	color: #fff;
}

.shadan-laminate-section-head--gallery p {
	color: #b7c7d3;
}

.shadan-round-carousel {
	position: relative;
	min-height: 650px;
	margin-top: 30px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 34px 8px 34px 8px;
	background:
		radial-gradient(circle at 50% 45%, rgba(159,178,198,.16), transparent 38%),
		linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.18));
	overflow: hidden;
	user-select: none;
}

.shadan-round-carousel::before,
.shadan-round-carousel::after {
	content: "";
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	width: 16%;
	pointer-events: none;
}

.shadan-round-carousel::before {
	right: 0;
	background: linear-gradient(270deg, var(--laminate-gallery-bg), transparent);
}

.shadan-round-carousel::after {
	left: 0;
	background: linear-gradient(90deg, var(--laminate-gallery-bg), transparent);
}

.shadan-round-carousel__stage {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	perspective: 3000px;
	cursor: grab;
	touch-action: pan-y pinch-zoom;
	overscroll-behavior-x: contain;
}

.shadan-round-carousel.is-dragging .shadan-round-carousel__stage {
	cursor: grabbing;
}

.shadan-round-carousel__tilt,
.shadan-round-carousel__ring,
.shadan-round-carousel__item {
	transform-style: preserve-3d;
}

.shadan-round-carousel__ring {
	position: relative;
	width: 300px;
	height: 300px;
	will-change: transform;
}

.shadan-round-carousel__item {
	position: absolute;
	inset: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.shadan-round-carousel__face {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 22px;
	background-color: #222;
	background-position: center;
	background-size: cover;
	box-shadow: 0 20px 50px rgba(0,0,0,.45);
	overflow: hidden;
	backface-visibility: hidden;
}

.shadan-round-carousel__face::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 35%, rgba(0,0,0,.16));
}

.shadan-round-carousel__face--back {
	transform: rotateY(180deg);
	filter: brightness(.35);
}

.shadan-round-carousel__hint {
	position: absolute;
	z-index: 7;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	background: rgba(0,0,0,.35);
	font-size: 11px;
	color: #d7e3ec;
	white-space: nowrap;
	backdrop-filter: blur(10px);
}

.shadan-round-carousel__hint-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(159,178,198,.16);
	font-size: 17px;
	line-height: 1;
}

.shadan-round-carousel__hint-mobile {
	display: none;
}

.shadan-laminate-empty-gallery {
	padding: 40px;
	border: 1px dashed rgba(255,255,255,.2);
	text-align: center;
	color: #fff !important;
}

.shadan-laminate-section--materials {
	background: #263640;
	color: #fff;
}

.shadan-laminate-materials__intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: end;
	margin-bottom: 48px;
}

.shadan-laminate-materials__intro p {
	color: #b7c6d0;
}

.shadan-laminate-material-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(255,255,255,.14);
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.shadan-laminate-material-list div {
	padding: 34px;
	border-inline-end: 1px solid rgba(255,255,255,.14);
}

.shadan-laminate-material-list div:last-child {
	border-inline-end: 0;
}

.shadan-laminate-material-list strong,
.shadan-laminate-material-list span {
	display: block;
}

.shadan-laminate-material-list strong {
	font: 700 25px/1.2 Arial, sans-serif;
	color: #fff;
}

.shadan-laminate-material-list span {
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.9;
	color: #b7c6d0;
}

.shadan-laminate-candidate-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(50px, 8vw, 120px);
	align-items: center;
}

.shadan-laminate-candidate__panel {
	padding: 40px;
	border: 1px solid var(--laminate-line);
	border-radius: 26px 6px 26px 6px;
	background: #fff;
	box-shadow: var(--laminate-shadow);
}

.shadan-laminate-alert-list {
	display: grid;
	gap: 12px;
	margin-top: 25px;
}

.shadan-laminate-alert-list > div {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	padding: 16px;
	border-radius: 13px;
	background: #f1f5f8;
}

.shadan-laminate-alert-list > div > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--laminate-ink);
	color: #fff;
	font-weight: 800;
}

.shadan-laminate-alert-list p {
	margin: 0;
	font-size: 12px !important;
}

.shadan-laminate-alert-list strong {
	display: block;
	font-size: 14px;
	color: var(--laminate-ink);
}

.shadan-laminate-section--timeline {
	background: #edf2f6;
}

.shadan-laminate-timeline {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}

.shadan-laminate-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	width: 1px;
	background: #b9c9d5;
}

.shadan-laminate-timeline article {
	position: relative;
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 22px;
	padding-bottom: 25px;
}

.shadan-laminate-timeline article > span {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	border: 9px solid #edf2f6;
	border-radius: 50%;
	background: var(--laminate-ink);
	color: #fff;
	font: 700 14px/1 Arial, sans-serif;
}

.shadan-laminate-timeline article > div {
	padding: 20px 25px;
	border: 1px solid var(--laminate-line);
	border-radius: 16px 4px 16px 4px;
	background: #fff;
}

.shadan-laminate-timeline small {
	font-size: 10px;
	color: #7791a3;
}

.shadan-laminate-timeline p {
	margin: 6px 0 0;
	font-size: 13px !important;
}

.shadan-laminate-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--laminate-line);
	border-radius: 22px 5px 22px 5px;
	background: #fff;
	box-shadow: var(--laminate-shadow);
}

.shadan-laminate-comparison-table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	text-align: right;
}

.shadan-laminate-comparison-table th,
.shadan-laminate-comparison-table td {
	padding: 20px 23px;
	border-bottom: 1px solid var(--laminate-line);
	font-size: 13px;
}

.shadan-laminate-comparison-table thead th {
	background: var(--laminate-ink);
	color: #fff;
	font-weight: 700;
}

.shadan-laminate-comparison-table tbody th {
	color: var(--laminate-ink);
	font-weight: 700;
}

.shadan-laminate-comparison-table tbody tr:last-child th,
.shadan-laminate-comparison-table tbody tr:last-child td {
	border-bottom: 0;
}

.shadan-laminate-section--care {
	background: #dbe6ef;
}

.shadan-laminate-care-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(50px, 8vw, 110px);
	align-items: start;
}

.shadan-laminate-care__title {
	position: sticky;
	top: 105px;
}

.shadan-laminate-care-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.shadan-laminate-care-list article {
	min-height: 230px;
	padding: 27px;
	border: 1px solid rgba(37,52,63,.13);
	border-radius: 18px 5px 18px 5px;
	background: rgba(255,255,255,.62);
}

.shadan-laminate-care-list article > span {
	display: inline-flex;
	margin-bottom: 42px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff;
	font-size: 10px;
	font-weight: 700;
	color: #4f7087;
}

.shadan-laminate-care-list p {
	margin: 12px 0 0;
	font-size: 13px !important;
}

.shadan-laminate-section--offer {
	padding-block: 45px;
	background: #f7f9fb;
}

.shadan-laminate-offer {
	display: grid;
	grid-template-columns: 1fr 330px;
	gap: 50px;
	align-items: center;
	padding: clamp(38px, 5vw, 70px);
	border-radius: 30px 7px 30px 7px;
	background: linear-gradient(135deg, #a9c0d4, #d9e5ee);
	box-shadow: var(--laminate-shadow);
}

.shadan-laminate-offer > div > span {
	font-size: 12px;
	font-weight: 700;
	color: #4b687d;
}

.shadan-laminate-offer h2 {
	max-width: 780px;
	margin-top: 12px;
}

.shadan-laminate-offer p {
	max-width: 760px;
	margin-bottom: 0;
}

.shadan-laminate-offer__action {
	padding: 27px;
	border-radius: 18px;
	background: rgba(255,255,255,.7);
	text-align: center;
}

.shadan-laminate-offer__action strong,
.shadan-laminate-offer__action small,
.shadan-laminate-offer__action a {
	display: block;
}

.shadan-laminate-offer__action strong {
	font-size: 25px;
	color: var(--laminate-ink);
}

.shadan-laminate-offer__action small {
	margin: 7px 0 20px;
	color: #607481;
}

.shadan-laminate-offer__action a {
	padding: 13px;
	border-radius: 7px;
	background: var(--laminate-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.shadan-laminate-faq-grid {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: clamp(50px, 8vw, 110px);
}

.shadan-laminate-faq__intro {
	position: sticky;
	top: 105px;
	align-self: start;
}

.shadan-laminate-faq__intro a {
	display: inline-block;
	margin-top: 20px;
	font-size: 25px;
	font-weight: 800;
	color: var(--laminate-ink);
	direction: ltr;
}

.shadan-laminate-faq-list {
	border-top: 1px solid var(--laminate-line);
}

.shadan-laminate-faq-list details {
	border-bottom: 1px solid var(--laminate-line);
}

.shadan-laminate-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 23px 0;
	list-style: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: var(--laminate-ink);
}

.shadan-laminate-faq-list summary::-webkit-details-marker {
	display: none;
}

.shadan-laminate-faq-list summary span {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6edf3;
	transition: transform .25s ease;
}

.shadan-laminate-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.shadan-laminate-faq-list details p {
	margin: 0;
	padding: 0 0 24px;
	font-size: 14px !important;
}

.shadan-laminate-section--consultation {
	background: var(--laminate-ink);
	color: #fff;
}

.shadan-laminate-consultation-grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: clamp(50px, 8vw, 110px);
	align-items: center;
}

.shadan-laminate-consultation__content > p {
	color: #b7c6d1;
}

.shadan-laminate-contact-card {
	margin-top: 30px;
	padding: 23px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 18px;
	background: rgba(255,255,255,.05);
}

.shadan-laminate-contact-card span,
.shadan-laminate-contact-card a,
.shadan-laminate-contact-card small {
	display: block;
}

.shadan-laminate-contact-card span {
	font-size: 11px;
	color: #a9bdcc;
}

.shadan-laminate-contact-card a {
	margin: 7px 0;
	font-size: 31px;
	font-weight: 800;
	color: #fff;
	direction: ltr;
	text-align: right;
}

.shadan-laminate-contact-card small {
	color: #b7c6d1;
}

.shadan-laminate-form-card {
	padding: clamp(28px, 4vw, 48px);
	border-radius: 26px 6px 26px 6px;
	background: #fff;
	box-shadow: 0 35px 80px rgba(0,0,0,.28);
	color: var(--laminate-ink);
}

.shadan-laminate-form-card form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.shadan-laminate-form-card label {
	display: grid;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #425966;
}

.shadan-laminate-form-card label:nth-of-type(4),
.shadan-laminate-form-card .shadan-laminate-consent,
.shadan-laminate-form-card button {
	grid-column: 1 / -1;
}

.shadan-laminate-form-card input,
.shadan-laminate-form-card select,
.shadan-laminate-form-card textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #d5dee5;
	border-radius: 8px;
	background: #f8fafb;
	font: inherit;
	font-weight: 400;
	outline: 0;
}

.shadan-laminate-form-card textarea {
	min-height: 100px;
	resize: vertical;
}

.shadan-laminate-form-card input:focus,
.shadan-laminate-form-card select:focus,
.shadan-laminate-form-card textarea:focus {
	border-color: #7d9bb1;
	box-shadow: 0 0 0 3px rgba(125,155,177,.12);
}

.shadan-laminate-consent {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: center;
	gap: 9px !important;
	font-weight: 400 !important;
}

.shadan-laminate-consent input {
	width: 17px;
	min-height: 17px;
}

.shadan-laminate-form-card button {
	min-height: 54px;
	border: 0;
	border-radius: 8px;
	background: var(--laminate-ink);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.shadan-laminate-form-message {
	margin-bottom: 15px;
	padding: 13px;
	border-radius: 8px;
	font-size: 12px;
}

.shadan-laminate-form-message.is-success {
	background: #e8f6ed;
	color: #28623b;
}

.shadan-laminate-form-message.is-error {
	background: #fff0ef;
	color: #8e3a35;
}

.shadan-laminate-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.shadan-laminate-disclaimer {
	padding-block: 27px;
	background: #293943;
	color: #c5d2dc;
}

.shadan-laminate-disclaimer .shadan-laminate-shell {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.shadan-laminate-disclaimer strong {
	flex: 0 0 auto;
	color: #fff;
}

.shadan-laminate-disclaimer p {
	margin: 0;
	font-size: 11px !important;
	line-height: 1.9;
}

.shadan-laminate-page.is-motion-ready [data-laminate-reveal] {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity .85s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.22,.61,.36,1);
	transition-delay: calc(var(--laminate-delay, 0) * 1ms);
}

.shadan-laminate-page.is-motion-ready [data-laminate-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.shadan-laminate-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 28px;
	background: rgba(9,14,18,.88);
	backdrop-filter: blur(14px);
}

.shadan-laminate-lightbox[hidden] {
	display: none;
}

.shadan-laminate-lightbox__dialog {
	max-width: min(900px, 92vw);
	max-height: 88vh;
	text-align: center;
}

.shadan-laminate-lightbox__dialog img {
	max-height: 78vh;
	margin: auto;
	border-radius: 22px;
	box-shadow: 0 35px 90px rgba(0,0,0,.5);
}

.shadan-laminate-lightbox__dialog p {
	margin: 13px 0 0;
	color: #fff;
}

.shadan-laminate-lightbox__close {
	position: absolute;
	top: 20px;
	left: 20px;
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: 29px;
	cursor: pointer;
}

.shadan-laminate-mobile-bar {
	display: none;
}

@keyframes shadanLaminateScan {
	0%, 100% { top: 18%; opacity: .2; }
	50% { top: 82%; opacity: 1; }
}

@keyframes shadanLaminateShine {
	0%, 65% { transform: translateX(-140%); }
	100% { transform: translateX(140%); }
}

@keyframes shadanLaminateFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-9px); }
}

@keyframes shadanLaminatePulse {
	0% { transform: scale(.7); opacity: .9; }
	100% { transform: scale(1.65); opacity: 0; }
}

@media (max-width: 1100px) {
	.shadan-laminate-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
	}

	.shadan-laminate-problem-grid {
		grid-template-columns: 1fr 1fr;
	}

	.shadan-laminate-trustbar {
		grid-template-columns: 1fr 1fr;
	}

	.shadan-laminate-trustbar div:nth-child(2) {
		border-inline-end: 0;
	}

	.shadan-laminate-trustbar div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(37,52,63,.1);
	}

	.shadan-round-carousel {
		min-height: 580px;
	}
}

@media (max-width: 860px) {
	.shadan-laminate-shell {
		width: 90%;
	}

	.shadan-laminate-hero {
		min-height: auto;
	}

	.shadan-laminate-hero__grid,
	.shadan-laminate-two-column,
	.shadan-laminate-digital-grid,
	.shadan-laminate-candidate-grid,
	.shadan-laminate-care-grid,
	.shadan-laminate-faq-grid,
	.shadan-laminate-consultation-grid,
	.shadan-laminate-materials__intro,
	.shadan-laminate-section-head--split,
	.shadan-laminate-offer {
		grid-template-columns: 1fr;
	}

	.shadan-laminate-hero__grid {
		padding-block: 45px 30px;
	}

	.shadan-laminate-hero__visual {
		max-width: 700px;
		margin-inline: auto;
	}

	.shadan-laminate-hero__image-wrap img {
		min-height: 420px;
	}

	.shadan-laminate-benefit-grid {
		grid-template-columns: 1fr 1fr;
	}

	.shadan-laminate-care__title,
	.shadan-laminate-faq__intro {
		position: static;
	}

	.shadan-laminate-materials__intro {
		gap: 15px;
	}

	.shadan-laminate-offer {
		gap: 28px;
	}

	.shadan-laminate-offer__action {
		max-width: 430px;
	}
}

@media (max-width: 600px) {
	body.page-template-page-laminate {
		padding-bottom: 68px;
	}

	.shadan-laminate-shell {
		width: 90%;
	}

	.shadan-laminate-hero::before {
		top: 5%;
		font-size: 25vw;
	}

	.shadan-laminate-hero__grid {
		gap: 25px;
		padding-block: 30px 25px;
	}

	.shadan-laminate-eyebrow {
		font-size: 11px;
	}

	.shadan-laminate-hero h1 {
		font-size: clamp(48px, 15vw, 70px) !important;
	}

	.shadan-laminate-hero h1::after {
		font-size: 25px;
	}

	.shadan-laminate-hero__lead {
		font-size: 15px !important;
	}

	.shadan-laminate-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.shadan-laminate-button {
		width: 100%;
	}

	.shadan-laminate-hero__visual {
		padding: 20px 0 35px;
	}

	.shadan-laminate-hero__image-wrap {
		border-radius: 25px 6px 25px 6px;
		transform: none;
	}

	.shadan-laminate-hero__image-wrap img {
		min-height: 320px;
	}

	.shadan-laminate-floating-card {
		min-width: 165px;
		padding: 10px;
	}

	.shadan-laminate-floating-card--top {
		top: 2px;
		right: -8px;
	}

	.shadan-laminate-floating-card--bottom {
		left: -7px;
		bottom: 8px;
	}

	.shadan-laminate-floating-card__icon {
		width: 38px;
		height: 38px;
	}

	.shadan-laminate-trustbar {
		grid-template-columns: 1fr 1fr;
		border-radius: 15px 15px 0 0;
	}

	.shadan-laminate-trustbar div {
		padding: 14px;
	}

	.shadan-laminate-jumpnav .shadan-laminate-shell {
		width: 100%;
		padding-inline: 5%;
	}

	.shadan-laminate-jumpnav a {
		padding: 9px 11px;
	}

	.shadan-laminate-section {
		padding-block: 72px;
	}

	.shadan-laminate-section h2 {
		font-size: 32px !important;
	}

	.shadan-laminate-section p {
		font-size: 14px !important;
	}

	.shadan-laminate-section-head {
		margin-bottom: 35px;
	}

	.shadan-laminate-intro-media {
		padding: 12px;
		border-radius: 23px 5px 23px 5px;
	}

	.shadan-laminate-intro-media figcaption {
		right: 25px;
		bottom: 25px;
	}

	.shadan-laminate-problem-grid,
	.shadan-laminate-benefit-grid,
	.shadan-laminate-care-list,
	.shadan-laminate-form-card form,
	.shadan-laminate-material-list {
		grid-template-columns: 1fr;
	}

	.shadan-laminate-problem-grid article,
	.shadan-laminate-benefit-grid article {
		min-height: auto;
	}

	.shadan-laminate-problem-grid article > span,
	.shadan-laminate-care-list article > span {
		margin-bottom: 25px;
	}

	.shadan-laminate-digital__media img {
		min-height: 380px;
	}

	.shadan-laminate-media-play {
		left: 16px;
		bottom: 16px;
	}

	.shadan-laminate-digital__badge {
		top: 14px;
		right: 14px;
	}

	.shadan-round-carousel {
		min-height: 470px;
		border-radius: 25px 6px 25px 6px;
	}

	.shadan-round-carousel__hint {
		left: 12px;
		right: 12px;
		bottom: 12px;
		transform: none;
		justify-content: center;
		width: auto;
		max-width: none;
		gap: 7px;
		padding: 7px 9px;
		border-radius: 14px;
		background: rgba(12,17,21,.66);
		font-size: 9px;
		line-height: 1.65;
		white-space: normal;
		text-align: center;
		backdrop-filter: blur(8px);
	}

	.shadan-round-carousel__hint-icon {
		width: 22px;
		height: 22px;
		font-size: 14px;
	}

	.shadan-round-carousel__hint-desktop {
		display: none;
	}

	.shadan-round-carousel__hint-mobile {
		display: inline;
	}

	.shadan-laminate-material-list {
		border: 0;
		gap: 10px;
	}

	.shadan-laminate-material-list div {
		padding: 24px;
		border: 1px solid rgba(255,255,255,.14);
	}

	.shadan-laminate-candidate__panel {
		padding: 25px;
	}

	.shadan-laminate-timeline::before {
		right: 27px;
	}

	.shadan-laminate-timeline article {
		grid-template-columns: 56px 1fr;
		gap: 12px;
	}

	.shadan-laminate-timeline article > span {
		width: 56px;
		height: 56px;
		border-width: 7px;
	}

	.shadan-laminate-timeline article > div {
		padding: 16px;
	}

	.shadan-laminate-offer {
		padding: 28px 22px;
		border-radius: 24px 6px 24px 6px;
	}

	.shadan-laminate-faq-list summary {
		font-size: 14px;
	}

	.shadan-laminate-form-card {
		padding: 24px 18px;
	}

	.shadan-laminate-form-card label:nth-of-type(4),
	.shadan-laminate-form-card .shadan-laminate-consent,
	.shadan-laminate-form-card button {
		grid-column: auto;
	}

	.shadan-laminate-disclaimer .shadan-laminate-shell {
		display: block;
	}

	.shadan-laminate-mobile-bar {
		position: fixed;
		z-index: 9990;
		left: 10px;
		right: 10px;
		bottom: 9px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 7px;
		padding: 7px;
		border: 1px solid rgba(255,255,255,.2);
		border-radius: 14px;
		background: rgba(25,25,25,.92);
		box-shadow: 0 18px 45px rgba(0,0,0,.25);
		backdrop-filter: blur(14px);
	}

	.shadan-laminate-mobile-bar a {
		display: grid;
		place-items: center;
		min-height: 44px;
		border-radius: 9px;
		font-size: 12px;
		font-weight: 700;
	}

	.shadan-laminate-mobile-bar a:first-child {
		background: #fff;
		color: var(--laminate-ink);
	}

	.shadan-laminate-mobile-bar a:last-child {
		background: var(--laminate-blue);
		color: var(--laminate-ink);
	}
}

@media (prefers-reduced-motion: reduce) {
	.shadan-laminate-page *,
	.shadan-laminate-page *::before,
	.shadan-laminate-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.shadan-laminate-page.is-motion-ready [data-laminate-reveal] {
		opacity: 1;
		transform: none;
	}
}


/* Service sliders must inherit the page background. */
.shadan-laminate-section--gallery {
	--laminate-gallery-bg: transparent;
	background: transparent !important;
	color: var(--laminate-ink);
}
.shadan-laminate-section-head--gallery h2 { color: var(--laminate-ink); }
.shadan-laminate-section-head--gallery p { color: var(--laminate-muted); }
.shadan-round-carousel {
	background: transparent !important;
	border-color: transparent;
	box-shadow: none;
}
.shadan-round-carousel::before,
.shadan-round-carousel::after { display: none; }
.shadan-round-carousel__face { background-color: transparent; }
.shadan-round-carousel__hint {
	background: transparent;
	border-color: rgba(37, 52, 63, .14);
	color: var(--laminate-ink);
	backdrop-filter: none;
}
.shadan-laminate-empty-gallery {
	border-color: rgba(37, 52, 63, .18);
	color: var(--laminate-ink) !important;
}
