:root {
	--pcns-navy: #0b2348;
	--pcns-ink: #10213e;
	--pcns-muted: #60708b;
	--pcns-green: #00ad72;
	--pcns-green-dark: #07845f;
	--pcns-mint: #e8fbf4;
	--pcns-line: #dce6ef;
}

#cookie-notice,
.cookie-notice-container,
#cookie-law-info-bar,
.cli-modal-backdrop,
.cky-consent-container,
.cc-window {
	display: none !important;
}

.pcns,
.pcns *,
.pcns *::before,
.pcns *::after,
.pcns-policy,
.pcns-policy *,
.pcns-policy *::before,
.pcns-policy *::after {
	box-sizing: border-box;
}

.pcns {
	color: var(--pcns-ink);
	font: 15px/1.55 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: relative;
	z-index: 2147483000;
}

/*
 * Author-level display declarations on the banner and launcher must never
 * override the platform state controlled by the native hidden attribute.
 */
.pcns[hidden],
.pcns [hidden] {
	display: none !important;
}

.pcns__banner {
	align-items: center;
	background: rgba(255, 255, 255, .97);
	border: 1px solid rgba(210, 224, 235, .95);
	border-radius: 24px;
	bottom: 18px;
	box-shadow: 0 28px 90px rgba(7, 31, 65, .22), 0 4px 16px rgba(7, 31, 65, .08);
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(300px, 1fr) auto;
	left: 50%;
	max-width: 1320px;
	padding: 20px 22px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 36px);
}

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

.pcns__brand-logo {
	display: block;
	height: auto;
	max-width: none;
	width: 144px;
}

.pcns__eyebrow {
	color: var(--pcns-green-dark);
	display: block;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.pcns__banner h2,
.pcns__dialog h2 {
	color: var(--pcns-ink);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0 0 5px;
}

.pcns__banner p,
.pcns__dialog p {
	color: var(--pcns-muted);
	margin: 0;
}

.pcns a {
	color: #08785d;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pcns__banner-actions {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(3, max-content);
}

.pcns__button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 780;
	justify-content: center;
	min-height: 46px;
	padding: 10px 17px;
	transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.pcns__button:hover { transform: translateY(-1px); }
.pcns__button:focus-visible,
.pcns__close:focus-visible,
.pcns__launcher:focus-visible,
.pcns__category input:focus-visible + .pcns__switch {
	box-shadow: 0 0 0 4px rgba(55, 116, 255, .22);
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.pcns__button--primary {
	background: var(--pcns-green);
	box-shadow: 0 10px 22px rgba(0, 173, 114, .22);
	color: #fff;
}
.pcns__button--primary:hover { background: #009d67; }
.pcns__button--dark { background: var(--pcns-navy); color: #fff; }
.pcns__button--soft { background: #f4f7fa; border-color: var(--pcns-line); color: #29415e; }

.pcns__backdrop {
	backdrop-filter: blur(8px);
	background: rgba(4, 18, 37, .55);
	inset: 0;
	position: fixed;
}

.pcns__dialog {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 26px;
	box-shadow: 0 34px 120px rgba(3, 18, 37, .36);
	left: 50%;
	max-height: calc(100vh - 34px);
	max-width: 760px;
	overflow: auto;
	padding: clamp(22px, 4vw, 34px);
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 28px);
}

.pcns__dialog-head {
	align-items: flex-start;
	display: flex;
	gap: 22px;
	justify-content: space-between;
}

.pcns__dialog h2 { font-size: clamp(27px, 5vw, 38px); }

.pcns__close {
	align-items: center;
	background: #f2f6f8;
	border: 1px solid var(--pcns-line);
	border-radius: 50%;
	color: #304963;
	cursor: pointer;
	display: flex;
	font-size: 25px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	min-width: 42px;
}

.pcns__assurance {
	align-items: center;
	background: var(--pcns-mint);
	border: 1px solid #bdebd7;
	border-radius: 14px;
	display: flex;
	gap: 11px;
	margin: 22px 0 17px;
	padding: 13px 15px;
}

.pcns__assurance > span {
	align-items: center;
	background: var(--pcns-green);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-weight: 900;
	height: 25px;
	justify-content: center;
	min-width: 25px;
}

.pcns__assurance p { color: #25634f; font-size: 13px; font-weight: 650; }

.pcns__categories { display: grid; gap: 10px; }

.pcns__category {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pcns-line);
	border-radius: 16px;
	cursor: pointer;
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr auto;
	padding: 16px 17px;
}

.pcns__category.is-required { background: #f7fafc; cursor: default; }
.pcns__category strong { color: #193653; display: block; font-size: 15px; margin-bottom: 3px; }
.pcns__category span { color: var(--pcns-muted); display: block; font-size: 13px; }
.pcns__category input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.pcns__required { background: #e5f8f1; border-radius: 999px; color: #08785d !important; font-size: 11px !important; font-weight: 800; padding: 6px 10px; white-space: nowrap; }

.pcns__switch {
	background: #cbd7e1;
	border-radius: 999px;
	height: 28px;
	position: relative;
	transition: background .18s ease;
	width: 48px;
}

.pcns__switch::after {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(10, 30, 50, .25);
	content: "";
	height: 22px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: transform .18s ease;
	width: 22px;
}

.pcns__category input:checked + .pcns__switch { background: var(--pcns-green); }
.pcns__category input:checked + .pcns__switch::after { transform: translateX(20px); }

.pcns__dialog-foot {
	align-items: center;
	border-top: 1px solid var(--pcns-line);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 20px;
}

.pcns__dialog-foot > div { display: flex; gap: 9px; }

.pcns__launcher {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pcns-line);
	border-radius: 999px;
	bottom: 16px;
	box-shadow: 0 10px 32px rgba(7, 31, 65, .15);
	color: #27425e;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 12px;
	gap: 8px;
	left: 16px;
	min-height: 42px;
	padding: 8px 13px;
	position: fixed;
}
.pcns__launcher span { color: var(--pcns-green); font-size: 18px; }

.pcns__toast {
	background: #0c6b52;
	border-radius: 12px;
	bottom: 22px;
	box-shadow: 0 14px 42px rgba(4, 33, 25, .22);
	color: #fff;
	font-weight: 720;
	left: 50%;
	padding: 12px 18px;
	position: fixed;
	transform: translateX(-50%);
}

body.pcns-is-open { overflow: hidden; }

.profilio-cookie-policy-page { background: #f3f7fb; }

.pcns-policy {
	color: var(--pcns-ink);
	font: 16px/1.7 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 auto;
	max-width: 1120px;
	padding: clamp(24px, 4vw, 56px) 20px 90px;
}

.pcns-policy__toolbar {
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--pcns-line);
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 13px 22px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 13px 17px;
}

.pcns-policy__toolbar a,
.pcns-policy__toolbar button {
	background: none;
	border: 0;
	color: #08785d;
	cursor: pointer;
	font: inherit;
	font-weight: 780;
	padding: 0;
	text-decoration: none;
}

.pcns-policy__document > .hero {
	background: linear-gradient(125deg, #071f41 0%, #0b3b59 57%, #08745f 100%);
	border-radius: 28px;
	box-shadow: 0 26px 70px rgba(7, 31, 65, .2);
	color: #fff;
	padding: clamp(30px, 6vw, 64px);
}

.pcns-policy h1 {
	color: #fff;
	font-size: clamp(38px, 7vw, 64px);
	font-weight: 820;
	letter-spacing: -.05em;
	line-height: 1.02;
	margin: 14px 0 20px;
}

.pcns-policy h2 {
	color: #0b426b;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.2;
	margin: 0 0 18px;
}

.pcns-policy .meta { color: rgba(255, 255, 255, .72); }
.pcns-policy .hero > p:not(.meta):not(.lead) { color: rgba(255, 255, 255, .86); font-size: 18px; }
.pcns-policy .lead { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .17); border-left: 5px solid #63edbd; border-radius: 14px; color: #f2fffb; padding: 17px 19px; }

.pcns-policy__document > section:not(.hero) {
	background: #fff;
	border: 1px solid var(--pcns-line);
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(16, 33, 62, .045);
	margin-top: 22px;
	padding: clamp(22px, 4vw, 40px);
}

.pcns-policy .summary {
	border-collapse: separate;
	border-radius: 16px;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}
.pcns-policy .summary th,
.pcns-policy .summary td { border-bottom: 1px solid var(--pcns-line); padding: 13px 15px; text-align: left; vertical-align: top; }
.pcns-policy .summary th { background: #edf4f8; color: #163a5a; font-weight: 770; width: 30%; }
.pcns-policy .summary tr:last-child th,
.pcns-policy .summary tr:last-child td { border-bottom: 0; }
.pcns-policy code { background: #edf4f8; border-radius: 6px; color: #0b426b; padding: 2px 5px; }
.pcns-policy li + li { margin-top: 9px; }

@media (max-width: 1040px) {
	.pcns__banner { grid-template-columns: auto 1fr; }
	.pcns__banner-actions { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
	.pcns__banner { bottom: 8px; gap: 13px; grid-template-columns: 1fr; max-height: calc(100vh - 16px); overflow: auto; padding: 18px; width: calc(100% - 16px); }
	.pcns__brand { display: none; }
	.pcns__banner h2 { font-size: 19px; }
	.pcns__banner-actions { grid-column: auto; grid-template-columns: 1fr; }
	.pcns__button { width: 100%; }
	.pcns__dialog { border-radius: 20px; padding: 20px 16px; }
	.pcns__dialog-head { gap: 12px; }
	.pcns__dialog-foot { align-items: stretch; flex-direction: column; }
	.pcns__dialog-foot > div { flex-direction: column-reverse; }
	.pcns__category { gap: 12px; padding: 14px; }
	.pcns__required { white-space: normal; }
	.pcns__launcher strong { display: none; }
	.pcns__launcher { border-radius: 50%; height: 44px; justify-content: center; padding: 0; width: 44px; }
	.pcns-policy { padding-left: 12px; padding-right: 12px; }
	.pcns-policy__toolbar { align-items: flex-start; flex-direction: column; }
	.pcns-policy .summary,
	.pcns-policy .summary tbody,
	.pcns-policy .summary tr,
	.pcns-policy .summary th,
	.pcns-policy .summary td { display: block; width: 100%; }
	.pcns-policy .summary thead { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.pcns *, .pcns *::before, .pcns *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
	.pcns,
	.pcns-policy__toolbar,
	header,
	footer { display: none !important; }
	.pcns-policy,
	.pcns-policy__document > section { box-shadow: none !important; }
}
