body.webrox-guard-stran {
	--varuh-temna: #101828;
	--varuh-tekst: #243044;
	--varuh-tiha: #667085;
	--varuh-svetla: #f5f7fa;
	--varuh-svetla-2: #edf4ff;
	--varuh-bela: #ffffff;
	--varuh-crta: #d9e2ee;
	--varuh-crta-mocna: #aebdd1;
	--varuh-modra: var(--bs-primary);
	--varuh-modra-temna: #123c7d;
	--varuh-uspeh: var(--bs-success);
	--varuh-opozorilo: var(--bs-warning);
	--varuh-napaka: var(--bs-danger);
	--varuh-radius: 8px;
	--varuh-radius-sm: 6px;
	--varuh-senca: 0 3px 10px #edf2f8;
	--varuh-senca-mocna: 0 6px 16px #e2eaf5;
	color: var(--varuh-tekst);
	background: var(--varuh-bela);
}

body.webrox-guard-stran main,
body.webrox-guard-stran #main,
body.webrox-guard-stran .site-main {
	overflow-x: clip;
}

body.webrox-guard-stran:not(.webrox-guard-insights) section[class*="varuh-"]:where(:not(.woocommerce-account *)) {
	position: relative;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	overflow-x: clip;
}

body.webrox-guard-stran:not(.webrox-guard-insights) section[class*="varuh-"]:not(.varuh-hero):where(:not(.woocommerce-account *)):nth-of-type(even) {
	background:
		linear-gradient(90deg, #f5f7fa 0%, #ffffff 48%, #f5f7fa 100%);
}

body.webrox-guard-stran:not(.webrox-guard-insights) section[class*="varuh-"]:not(.varuh-hero):where(:not(.woocommerce-account *)):nth-of-type(odd) {
	background: var(--varuh-bela);
}

body.webrox-guard-stran section.varuh-hero.varuh-ozadje-animirano {
	min-height: auto;
	padding-top: 4.25rem;
	padding-bottom: 4.25rem;
	background-color: #0b1220;
	background-image:
		repeating-linear-gradient(90deg, #101b2d 0 1px, #0b1220 1px 88px),
		repeating-linear-gradient(0deg, #101b2d 0 1px, #0b1220 1px 88px),
		linear-gradient(135deg, #07111f 0%, #0b1220 44%, #14345c 100%);
	background-position: 0 0, 0 0, 0 0;
	background-size: 88px 88px, 88px 88px, auto;
	color: #d7e4f7;
}

body.webrox-guard-stran .varuh-ozadje-animirano {
	animation: varuh-premik-ozadja 22s linear infinite;
}

@keyframes varuh-premik-ozadja {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: 88px 0, 0 88px, 0 0;
	}
}

@keyframes varuh-rahlo-plavanje {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@keyframes varuh-vrtenje {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes varuh-logo-marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes varuh-mascot-plavanje {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-.25deg);
	}

	50% {
		transform: translate3d(0, -2px, 0) rotate(.35deg);
	}
}

@keyframes varuh-mascot-pop {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(0, -1px, 0) scale(1.006);
	}
}

@keyframes varuh-mascot-status {
	0%,
	100% {
		filter: drop-shadow(0 8px 14px rgba(7, 17, 31, .22)) drop-shadow(0 0 0 rgba(13, 110, 253, 0));
	}

	50% {
		filter: drop-shadow(0 9px 16px rgba(7, 17, 31, .22)) drop-shadow(0 0 7px rgba(13, 110, 253, .18));
	}
}

body.webrox-guard-stran h1,
body.webrox-guard-stran h2,
body.webrox-guard-stran h3,
body.webrox-guard-stran h4 {
	color: var(--varuh-temna);
	letter-spacing: 0;
}

body.webrox-guard-stran h1 {
	max-width: 780px;
	font-size: 3.5rem;
	line-height: 1.04;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-hero h1 {
	max-width: 760px;
	font-size: 3.55rem;
	line-height: 1.08;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-hero-logo {
	display: block;
	width: min(20rem, 78vw);
	height: auto;
	margin-bottom: 1.2rem;
}

body.webrox-guard-stran .varuh-hero .lead {
	max-width: 740px;
	font-size: 1.15rem;
	color: #c8d6ea;
}

body.webrox-guard-stran h2 {
	font-size: 2.65rem;
	line-height: 1.1;
	font-weight: 800;
}

body.webrox-guard-stran h3 {
	font-weight: 750;
}

body.webrox-guard-stran .lead {
	color: var(--varuh-tiha);
	font-weight: 400;
	line-height: 1.65;
}

body.webrox-guard-stran .varuh-oznaka,
body.webrox-guard-stran .varuh-nadnaslov {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	width: fit-content;
	margin-bottom: 1rem;
	padding: .45rem .75rem;
	border: 1px solid var(--varuh-crta);
	border-radius: 999px;
	background: var(--varuh-bela);
	color: var(--varuh-modra);
	font-size: .78rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 4px 12px #e8eef6;
}

body.webrox-guard-stran .varuh-hero .varuh-oznaka,
body.webrox-guard-stran .varuh-hero .varuh-nadnaslov {
	border-color: #263955;
	background: #111d31;
	color: #9ec5ff;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-brand-oznaka img {
	width: 1.15rem;
	height: 1.15rem;
	border-radius: .35rem;
	flex: 0 0 auto;
}

body.webrox-guard-stran .card,
body.webrox-guard-stran .varuh-opozorilo,
body.webrox-guard-stran .varuh-funkcija,
body.webrox-guard-stran .varuh-vnos,
body.webrox-guard-stran .varuh-risk,
body.webrox-guard-stran .varuh-tok-vnos,
body.webrox-guard-stran .varuh-varovalo,
body.webrox-guard-stran .varuh-opomba {
	border-color: var(--varuh-crta) !important;
	border-radius: var(--varuh-radius) !important;
	background: var(--varuh-bela);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-hero .varuh-pregled,
body.webrox-guard-stran .varuh-rezultat,
body.webrox-guard-stran .varuh-flow,
body.webrox-guard-stran .varuh-casovnica,
body.webrox-guard-stran .varuh-report,
body.webrox-guard-stran .varuh-zakljucek {
	box-shadow: var(--varuh-senca-mocna);
}

body.webrox-guard-stran .card-body {
	padding: 2rem;
}

body.webrox-guard-stran .btn {
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

body.webrox-guard-stran .btn-lg {
	padding: .9rem 1.35rem;
	font-size: 1rem;
}

body.webrox-guard-stran .btn-primary {
	border-color: var(--varuh-modra);
	background-color: var(--varuh-modra);
	background-image: linear-gradient(90deg, var(--varuh-modra) 0%, #2f8cff 50%, var(--varuh-modra) 100%);
	background-size: 220% 100%;
	box-shadow: none;
}

body.webrox-guard-stran .btn-primary:hover,
body.webrox-guard-stran .btn-primary:focus {
	border-color: var(--varuh-modra-temna);
	background-color: var(--varuh-modra-temna);
	background-position: 100% 0;
	transform: translateY(-2px);
}

body.webrox-guard-stran .btn-outline-primary {
	border-color: var(--varuh-crta-mocna);
	background: var(--varuh-bela);
	color: var(--varuh-modra);
}

body.webrox-guard-stran .btn-outline-primary:hover,
body.webrox-guard-stran .btn-outline-primary:focus {
	border-color: var(--varuh-modra);
	background: var(--varuh-modra);
	color: var(--varuh-bela);
	transform: translateY(-2px);
}

body.webrox-guard-stran .card,
body.webrox-guard-stran .varuh-opozorilo,
body.webrox-guard-stran .varuh-hiter-nakup-panel,
body.webrox-guard-stran .varuh-sekcijski-cta,
body.webrox-guard-stran .varuh-rezultat-kartice > div,
body.webrox-guard-stran .varuh-primerjava-gumb,
body.webrox-guard-stran .varuh-dogodek,
body.webrox-guard-stran .varuh-report-vrstica,
body.webrox-guard-stran .varuh-dodatek,
body.webrox-guard-stran .varuh-funkcija,
body.webrox-guard-stran .varuh-varovalo {
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

body.webrox-guard-stran .varuh-kartica:hover,
body.webrox-guard-stran .varuh-opozorilo:hover,
body.webrox-guard-stran .varuh-hiter-nakup-panel:hover,
body.webrox-guard-stran .varuh-sekcijski-cta:hover,
body.webrox-guard-stran .varuh-dodatek:hover,
body.webrox-guard-stran .varuh-funkcija:hover,
body.webrox-guard-stran .varuh-varovalo:hover,
body.webrox-guard-stran .varuh-primerjava-gumb:hover,
body.webrox-guard-stran .varuh-dogodek:hover {
	border-color: var(--varuh-crta-mocna) !important;
	box-shadow: var(--varuh-senca-mocna);
	transform: translateY(-3px);
}

body.webrox-guard-stran .form-control {
	min-height: 3.4rem;
	border-color: var(--varuh-crta-mocna);
	border-radius: 999px;
	color: var(--varuh-tekst);
	box-shadow: 0 3px 9px #edf2f8;
}

body.webrox-guard-stran .varuh-hero .form-control {
	border-color: #ffffff;
	box-shadow: none;
}

body.webrox-guard-stran .form-control:focus {
	border-color: var(--varuh-modra);
	box-shadow: 0 0 0 .2rem #dbe9ff;
}

body.webrox-guard-stran .text-muted,
body.webrox-guard-stran .small {
	color: var(--varuh-tiha) !important;
}

body.webrox-guard-stran .varuh-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(126, 158, 199, .18);
	background:
		linear-gradient(180deg, rgba(9, 17, 31, .98), rgba(9, 17, 31, .93));
	backdrop-filter: blur(18px);
	box-shadow: 0 10px 26px rgba(3, 8, 20, .18);
}

body.webrox-guard-stran .varuh-site-nav {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
	min-height: 4.35rem;
}

body.webrox-guard-stran .varuh-site-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-site-brand img {
	display: block;
	width: min(12.6rem, 48vw);
	height: auto;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .16));
}

body.webrox-guard-stran .varuh-site-links {
	justify-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .22rem;
	padding: .24rem;
	border: 1px solid rgba(158, 197, 255, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .045);
}

body.webrox-guard-stran .varuh-site-links a {
	display: inline-flex;
	align-items: center;
	gap: .42rem;
	padding: .52rem .82rem;
	border-radius: 999px;
	color: #c8d6ea;
	font-size: .84rem;
	font-weight: 900;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

body.webrox-guard-stran .varuh-site-links a i {
	color: #7db7ff;
	font-size: .78rem;
	transition: color .2s ease;
}

body.webrox-guard-stran .varuh-site-links a:hover,
body.webrox-guard-stran .varuh-site-links a:focus {
	background: rgba(31, 127, 255, .16);
	color: #ffffff;
	transform: translateY(-1px);
}

body.webrox-guard-stran .varuh-site-links a:hover i,
body.webrox-guard-stran .varuh-site-links a:focus i {
	color: #ffffff;
}

body.webrox-guard-stran .varuh-site-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .46rem;
	min-height: 2.35rem;
	padding-inline: .95rem;
	box-shadow: 0 9px 20px rgba(31, 127, 255, .22);
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-site-cta i {
	font-size: .82rem;
}

body.webrox-guard-stran .woocommerce-notices-wrapper {
	width: min(1296px, calc(100% - 2rem));
	margin: 0 auto;
	padding: .85rem 0 0;
}

body.webrox-guard-stran .woocommerce-message,
body.webrox-guard-stran .woocommerce-info,
body.webrox-guard-stran .woocommerce-error {
	position: relative;
	display: block;
	width: min(1296px, calc(100% - 2rem));
	margin: .85rem auto;
	padding: 1rem 1.1rem 1rem 3.1rem;
	border: 1px solid #d8e5f5 !important;
	border-top: 1px solid #d8e5f5 !important;
	border-radius: 18px;
	background: rgba(255, 255, 255, .97);
	color: #213047;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
	line-height: 1.55;
}

body.webrox-guard-stran .woocommerce-notices-wrapper .woocommerce-message,
body.webrox-guard-stran .woocommerce-notices-wrapper .woocommerce-info,
body.webrox-guard-stran .woocommerce-notices-wrapper .woocommerce-error {
	width: 100%;
	margin: 0 0 .7rem;
}

body.webrox-guard-stran .woocommerce-message::before,
body.webrox-guard-stran .woocommerce-info::before,
body.webrox-guard-stran .woocommerce-error::before {
	content: "";
	position: absolute;
	top: 1.18rem;
	left: 1.1rem;
	width: 1.18rem;
	height: 1.18rem;
	border-radius: 999px;
	background: #07925f;
	box-shadow: inset 0 0 0 .34rem #e9fbf4;
}

body.webrox-guard-stran .woocommerce-info::before {
	background: var(--varuh-modra);
	box-shadow: inset 0 0 0 .34rem #eaf3ff;
}

body.webrox-guard-stran .woocommerce-error::before {
	background: #dc2626;
	box-shadow: inset 0 0 0 .34rem #fff1f2;
}

body.webrox-guard-stran .woocommerce-message {
	border-color: #bfe8d7 !important;
	background: linear-gradient(180deg, #ffffff, #f3fff9);
}

body.webrox-guard-stran .woocommerce-info {
	border-color: #bfd8ff !important;
	background: linear-gradient(180deg, #ffffff, #f3f8ff);
}

body.webrox-guard-stran .woocommerce-error {
	border-color: #fecdd3 !important;
	background: linear-gradient(180deg, #ffffff, #fff7f8);
	list-style: none;
}

body.webrox-guard-stran .woocommerce-error li {
	margin: 0;
	list-style: none;
}

body.webrox-guard-stran .woocommerce-message .button,
body.webrox-guard-stran .woocommerce-info .button,
body.webrox-guard-stran .woocommerce-error .button {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	margin: 0 .85rem 0 0;
	padding: .55rem .85rem;
	border: 1px solid #bdd6f5;
	border-radius: 999px;
	background: #ffffff;
	color: var(--varuh-modra);
	font-size: .84rem;
	font-weight: 950;
	text-decoration: none;
}

body.webrox-guard-stran .wc-block-components-notice-banner {
	align-items: flex-start;
	gap: .75rem;
	margin: .9rem 0;
	padding: 1rem 1.1rem;
	border: 1px solid #d8e5f5 !important;
	border-radius: 18px;
	background: #ffffff;
	color: #213047;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
	line-height: 1.55;
}

body.webrox-guard-stran .wc-block-components-notice-banner.is-success {
	border-color: #bfe8d7 !important;
	background: linear-gradient(180deg, #ffffff, #f3fff9);
}

body.webrox-guard-stran .wc-block-components-notice-banner.is-info {
	border-color: #bfd8ff !important;
	background: linear-gradient(180deg, #ffffff, #f3f8ff);
}

body.webrox-guard-stran .wc-block-components-notice-banner.is-error {
	border-color: #fecdd3 !important;
	background: linear-gradient(180deg, #ffffff, #fff7f8);
}

body.webrox-guard-stran .wc-block-components-notice-banner svg {
	width: 1.35rem;
	height: 1.35rem;
	margin-top: .05rem;
	padding: .2rem;
	border-radius: 999px;
	background: #eaf3ff;
	fill: var(--varuh-modra);
}

body.webrox-guard-stran .wc-block-components-notice-banner.is-success svg {
	background: #e9fbf4;
	fill: #07925f;
}

body.webrox-guard-stran .wc-block-components-notice-banner.is-error svg {
	background: #fff1f2;
	fill: #dc2626;
}

body.webrox-guard-stran .wc-block-components-notice-banner__content {
	padding-top: 0;
	font-size: .95rem;
}

body.webrox-guard-stran.woocommerce-checkout {
	background: #f4f7fb;
}

body.webrox-guard-stran.woocommerce-checkout main,
body.webrox-guard-stran.woocommerce-checkout .site-main,
body.webrox-guard-stran.woocommerce-checkout .entry-content {
	background:
		radial-gradient(circle at 12% 0%, rgba(31, 127, 255, .08), transparent 28rem),
		linear-gradient(180deg, #ffffff 0%, #f4f7fb 18rem, #ffffff 100%);
}

body.webrox-guard-stran.woocommerce-checkout h1,
body.webrox-guard-stran.woocommerce-checkout .entry-title {
	margin-bottom: clamp(1.75rem, 4vw, 3rem);
	color: #101827;
	line-height: 1;
}

body.webrox-guard-stran.woocommerce-checkout .wp-block-woocommerce-checkout,
body.webrox-guard-stran.woocommerce-checkout .wc-block-checkout {
	max-width: 1120px;
	margin-inline: auto;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-main,
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-sidebar {
	border-radius: 20px;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-sidebar {
	padding: 1rem;
	border: 1px solid #d8e5f5;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: clamp(1rem, 3vw, 2rem);
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-title,
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-checkout-step__title,
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
	color: #101827;
	font-weight: 950;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-text-input input,
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"] {
	min-height: 3.25rem;
	border: 1px solid #cbd9ea;
	border-radius: 12px;
	background: #ffffff;
	color: #101827;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-text-input input:focus,
body.webrox-guard-stran.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	border-color: var(--varuh-modra);
	box-shadow: 0 0 0 .2rem rgba(31, 127, 255, .12);
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-order-summary {
	border-radius: 16px;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-order-summary-item {
	align-items: flex-start;
	padding-block: .95rem;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-order-summary-item__image {
	overflow: hidden;
	width: 4.2rem;
	min-width: 4.2rem;
	border: 1px solid #d8e5f5;
	border-radius: 14px;
	background: #f3f8ff;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-order-summary-item__description {
	padding-top: .05rem;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: #101827;
	font-weight: 950;
	line-height: 1.25;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-totals-footer-item {
	padding-top: 1rem;
	border-top: 1px solid #d8e5f5;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-button {
	border-radius: 999px;
	font-weight: 950;
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
		padding-right: 0;
	}

	body.webrox-guard-stran.woocommerce-checkout .wc-block-components-sidebar {
		padding: .85rem;
		border-radius: 16px;
	}
}

/* Header and footer refinement: quieter navigation, editorial footer. */
body.webrox-guard-stran .varuh-site-header {
	border-bottom: 1px solid rgba(158, 197, 255, .14);
	background: rgba(7, 15, 27, .97);
	box-shadow: 0 6px 18px rgba(3, 8, 20, .12);
}

body.webrox-guard-stran .varuh-site-nav {
	min-height: 4.5rem;
	gap: clamp(1.25rem, 3vw, 2.75rem);
}

body.webrox-guard-stran .varuh-site-brand img {
	width: min(10.8rem, 42vw);
	filter: none;
}

body.webrox-guard-stran .varuh-site-links {
	gap: clamp(1rem, 2.4vw, 2rem);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.webrox-guard-stran .varuh-site-links a {
	position: relative;
	gap: .4rem;
	padding: .55rem 0;
	border-radius: 0;
	color: #b8c7dc;
	font-size: .82rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-site-links a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: .22rem;
	left: 0;
	height: 2px;
	background: #2f8cff;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .18s ease;
}

body.webrox-guard-stran .varuh-site-links a i {
	color: #72aef9;
	font-size: .74rem;
}

body.webrox-guard-stran .varuh-site-links a:hover,
body.webrox-guard-stran .varuh-site-links a:focus {
	background: transparent;
	color: #ffffff;
	transform: none;
}

body.webrox-guard-stran .varuh-site-links a:hover::after,
body.webrox-guard-stran .varuh-site-links a:focus::after {
	transform: scaleX(1);
}

body.webrox-guard-stran .varuh-site-cta {
	min-height: 2.55rem;
	padding-inline: 1rem;
	border-radius: 6px;
	box-shadow: 0 5px 14px rgba(22, 119, 255, .18);
}

body.webrox-guard-stran .varuh-footer {
	padding: clamp(3.25rem, 6vw, 5rem) 0 1.4rem;
	border-top: 1px solid #172942;
	background: #07101d;
	color: #c5d2e4;
}

body.webrox-guard-stran .varuh-footer-main {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(22rem, .85fr);
	align-items: start;
	gap: clamp(3rem, 8vw, 7rem);
	padding-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

body.webrox-guard-stran .varuh-footer-intro {
	max-width: 34rem;
}

body.webrox-guard-stran .varuh-footer-brand {
	margin-bottom: 1rem;
}

body.webrox-guard-stran .varuh-footer-brand img {
	width: min(12rem, 68vw);
}

body.webrox-guard-stran .varuh-footer-intro p {
	max-width: 34rem;
	margin: 0 0 1.25rem;
	color: #91a5bf;
	font-size: 1rem;
	line-height: 1.65;
}

body.webrox-guard-stran .varuh-footer-scan {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-footer-scan i {
	color: #2f8cff;
	transition: transform .18s ease;
}

body.webrox-guard-stran .varuh-footer-scan:hover,
body.webrox-guard-stran .varuh-footer-scan:focus {
	color: #8ec0ff;
}

body.webrox-guard-stran .varuh-footer-scan:hover i,
body.webrox-guard-stran .varuh-footer-scan:focus i {
	transform: translateX(3px);
}

body.webrox-guard-stran .varuh-footer-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4rem);
}

body.webrox-guard-stran .varuh-footer-navigation > div {
	display: grid;
	align-content: start;
	gap: .72rem;
}

body.webrox-guard-stran .varuh-footer-navigation span {
	margin-bottom: .18rem;
	color: #7187a4;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-footer-navigation a {
	width: fit-content;
	color: #d8e2ef;
	font-size: .92rem;
	font-weight: 750;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-footer-navigation a:hover,
body.webrox-guard-stran .varuh-footer-navigation a:focus {
	color: #63a5ff;
}

body.webrox-guard-stran .varuh-footer-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 1.15rem 0;
	border-top: 1px solid #1c2e47;
	border-bottom: 1px solid #1c2e47;
}

body.webrox-guard-stran .varuh-footer-trust > a {
	display: grid;
	grid-template-columns: 2.35rem minmax(0, 1fr);
	align-items: center;
	gap: .75rem;
	min-width: 0;
	padding: .15rem clamp(1rem, 3vw, 2rem);
	border-right: 1px solid #1c2e47;
	color: inherit;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-footer-trust > a:first-child {
	padding-left: 0;
}

body.webrox-guard-stran .varuh-footer-trust > a:last-child {
	padding-right: 0;
	border-right: 0;
}

body.webrox-guard-stran .varuh-footer-trust > a:hover strong,
body.webrox-guard-stran .varuh-footer-trust > a:focus strong {
	color: #80b8ff;
}

body.webrox-guard-stran .varuh-footer-trust i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border: 1px solid #25405f;
	border-radius: 6px;
	color: #6aabff;
	font-size: .82rem;
}

body.webrox-guard-stran .varuh-footer-trust span {
	display: grid;
	gap: .14rem;
	min-width: 0;
}

body.webrox-guard-stran .varuh-footer-trust strong {
	color: #f5f8fc;
	font-size: .86rem;
}

body.webrox-guard-stran .varuh-footer-trust small {
	color: #7f94af;
	font-size: .75rem;
}

body.webrox-guard-stran .varuh-footer-spodaj {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	align-items: center;
	gap: .8rem 1.5rem;
	padding-top: 1.2rem;
	border-top: 0;
	color: #7187a4;
	font-size: .78rem;
}

body.webrox-guard-stran .varuh-footer-spodaj > span:last-child {
	justify-self: end;
	text-align: right;
}

body.webrox-guard-stran .varuh-footer-pravne {
	justify-content: flex-start;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-footer-pravne a {
	color: #9eb2ca;
	font-size: .78rem;
	font-weight: 750;
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran .varuh-footer-main {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	body.webrox-guard-stran .varuh-footer-trust {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-footer-trust > a,
	body.webrox-guard-stran .varuh-footer-trust > a:first-child,
	body.webrox-guard-stran .varuh-footer-trust > a:last-child {
		padding: .9rem 0;
		border-right: 0;
		border-bottom: 1px solid #172942;
	}

	body.webrox-guard-stran .varuh-footer-trust > a:last-child {
		border-bottom: 0;
	}

	body.webrox-guard-stran .varuh-footer-spodaj {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-footer-spodaj > span:last-child {
		justify-self: start;
		text-align: left;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran .varuh-site-nav {
		min-height: 4.1rem;
		gap: .75rem;
	}

	body.webrox-guard-stran .varuh-site-brand img {
		width: min(9.25rem, 48vw);
	}

	body.webrox-guard-stran .varuh-site-cta {
		min-height: 2.4rem;
		padding-inline: .78rem;
		border-radius: 6px;
	}

	body.webrox-guard-stran .varuh-footer {
		padding-top: 3rem;
	}

	body.webrox-guard-stran .varuh-footer-navigation {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}

	body.webrox-guard-stran .varuh-footer-navigation a {
		font-size: .84rem;
	}
}

body.webrox-guard-stran .badge {
	border-radius: 999px;
	padding: .45rem .7rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-trial-badge {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	width: fit-content;
	margin-bottom: .8rem;
	padding: .45rem .68rem;
	border: 1px solid #bde7d6;
	border-radius: 999px;
	background: linear-gradient(135deg, #effcf6 0%, #eef6ff 100%);
	color: #087a4b;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
}

body.webrox-guard-stran .varuh-card-ribbon {
	position: absolute;
	top: -1px;
	right: 1.1rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: .45rem .85rem .5rem;
	border-radius: 0 0 .65rem .65rem;
	background: linear-gradient(135deg, #0a8f5a 0%, #18b97a 100%);
	color: #ffffff;
	font-size: .76rem;
	font-weight: 950;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(8, 122, 75, .16);
}

body.webrox-guard-stran i[class*="fa-"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.15em;
	font-style: normal !important;
	line-height: 1;
}

body.webrox-guard-stran .fa-solid,
body.webrox-guard-stran .fa-solid::before {
	font-family: "Font Awesome 6 Free" !important;
	font-style: normal !important;
	font-weight: 900 !important;
}

body.webrox-guard-stran .varuh-ikona {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-svetla-2);
	color: var(--varuh-modra);
	font-size: 1.05rem;
}

body.webrox-guard-stran .varuh-hero-akcije,
body.webrox-guard-stran .varuh-hiter-nakup-gumbi,
body.webrox-guard-stran .varuh-popup-gumbi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-hero .btn-outline-light {
	border-color: #39506f;
	background: #111d31;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-hero .btn-outline-light:hover,
body.webrox-guard-stran .varuh-hero .btn-outline-light:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #0b1220;
}

body.webrox-guard-stran .varuh-tekst-link {
	display: inline-flex;
	align-items: center;
	min-height: 3rem;
	color: #cfe1ff;
	font-weight: 800;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-tekst-link:hover,
body.webrox-guard-stran .varuh-tekst-link:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: .25rem;
}

body.webrox-guard-stran .varuh-hero-problemi {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .75rem;
	max-width: 760px;
}

body.webrox-guard-stran .varuh-hero-problemi span {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .55rem;
	align-items: center;
	padding: .75rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	background: #111d31;
	color: #d7e4f7;
	font-size: .9rem;
	font-weight: 750;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-hero-forma {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto;
	gap: .7rem;
	max-width: 700px;
	margin-bottom: .7rem;
}

body.webrox-guard-stran .varuh-hero-forma .btn-light {
	color: var(--varuh-modra-temna);
}

body.webrox-guard-stran .varuh-hero .small {
	color: #9fb0c8 !important;
}

body.webrox-guard-stran .varuh-hero-free-scan {
	max-width: 780px;
	padding: 1rem;
	border: 1px solid #2d4565;
	border-radius: var(--varuh-radius);
	background: #101b2d;
	box-shadow: 0 4px 12px #07111f;
}

body.webrox-guard-stran .varuh-free-scan-glava {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .8rem;
}

body.webrox-guard-stran .varuh-free-scan-glava strong,
body.webrox-guard-stran .varuh-free-scan-glava span {
	display: block;
}

body.webrox-guard-stran .varuh-free-scan-glava strong {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2;
}

body.webrox-guard-stran .varuh-free-scan-glava span {
	color: #9fb0c8;
	font-size: .9rem;
	line-height: 1.35;
	text-align: right;
}

body.webrox-guard-stran .varuh-free-scan-vnos {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) auto;
	gap: .7rem;
}

body.webrox-guard-stran .varuh-scan-status {
	color: #9fb0c8;
	font-size: .88rem;
	line-height: 1.4;
}

body.webrox-guard-stran .varuh-scan-status[data-tone="good"] {
	color: #73d59f;
}

body.webrox-guard-stran .varuh-scan-status[data-tone="bad"] {
	color: #ffb4a9;
}

body.webrox-guard-stran .varuh-final-cta .varuh-scan-status {
	grid-column: 1 / -1;
	color: #c8d6ea;
}

body.webrox-guard-stran .varuh-mascot {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	user-select: none;
	pointer-events: none;
}

body.webrox-guard-stran .varuh-mascot-hero-wrap {
	position: relative;
	padding-top: 1.15rem;
}

body.webrox-guard-stran .varuh-mascot-hero {
	position: absolute;
	top: -3.65rem;
	right: 1.15rem;
	z-index: 1;
	width: min(8rem, 22vw);
	animation:
		varuh-mascot-plavanje 8.5s ease-in-out infinite,
		varuh-mascot-status 7.5s ease-in-out infinite;
}

body.webrox-guard-stran .varuh-hero-panel {
	position: relative;
	z-index: 2;
	padding: 1.35rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	background: #ffffff;
	color: var(--varuh-tekst);
	box-shadow: 0 4px 12px #07111f;
}

body.webrox-guard-stran .varuh-hero-panel-glava {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

body.webrox-guard-stran .varuh-hero-panel h2 {
	color: var(--varuh-temna);
	font-size: 1.65rem;
	line-height: 1.08;
}

body.webrox-guard-stran .varuh-hero-rezultat {
	padding: 1rem;
	animation: varuh-rahlo-plavanje 7s ease-in-out infinite;
}

body.webrox-guard-stran .varuh-hero-rezultat.je-skeniranje {
	border-color: #7fb3ff;
}

body.webrox-guard-stran .varuh-hero-rezultat.je-napaka {
	border-color: #ffb4a9;
}

body.webrox-guard-stran .varuh-rezultat-url {
	display: grid;
	gap: .15rem;
	margin-bottom: .55rem;
	padding: .7rem .8rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: #f7f9fc;
}

body.webrox-guard-stran .varuh-rezultat-url span,
body.webrox-guard-stran .varuh-priporocilo-badge {
	color: var(--varuh-tiha);
	font-size: .78rem;
	font-weight: 850;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-rezultat-url strong {
	color: var(--varuh-temna);
	font-size: 1.05rem;
	line-height: 1.15;
}

body.webrox-guard-stran .varuh-rezultat-kartice {
	display: grid;
	gap: .4rem;
	margin-bottom: .55rem;
}

body.webrox-guard-stran .varuh-rezultat-kartice > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: .55rem;
	padding: .55rem .65rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: var(--varuh-bela);
}

body.webrox-guard-stran .varuh-rezultat-kartice small {
	display: block;
	margin-top: .08rem;
	color: var(--varuh-tiha);
	font-size: .7rem;
	font-weight: 500;
	line-height: 1.25;
}

body.webrox-guard-stran .varuh-rezultat-kartice .fa-spinner {
	animation: varuh-vrtenje 1s linear infinite;
}

body.webrox-guard-stran .varuh-scan-good {
	background: #f3fbf6 !important;
}

body.webrox-guard-stran .varuh-scan-warn {
	background: #fff8eb !important;
}

body.webrox-guard-stran .varuh-scan-bad {
	background: #fff7f7 !important;
}

body.webrox-guard-stran .varuh-scan-info {
	background: #f7faff !important;
}

body.webrox-guard-stran .varuh-rezultat-kartice > div:hover {
	border-color: var(--varuh-crta-mocna);
	background: #f7faff;
	transform: translateX(3px);
}

body.webrox-guard-stran .varuh-rezultat-kartice strong {
	padding: .2rem .45rem;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--varuh-modra-temna);
	font-size: .68rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-priporocilo {
	display: grid;
	align-content: start;
	gap: .8rem;
	padding: 1.05rem;
	border: 1px solid #c8d8ec;
	border-radius: var(--varuh-radius);
	background: #f7faff;
}

body.webrox-guard-stran .varuh-priporocilo-glava {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-priporocilo-badge {
	line-height: 1.25;
}

body.webrox-guard-stran .varuh-priporocilo-ikona {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border: 1px solid #cfe0f6;
	border-radius: 7px;
	background: #ffffff;
	color: var(--varuh-modra);
	font-size: .95rem;
}

body.webrox-guard-stran .varuh-priporocilo-naslov {
	color: var(--varuh-temna);
	font-size: 1.35rem;
	line-height: 1.12;
}

body.webrox-guard-stran .varuh-priporocilo-opis {
	margin: 0;
	color: var(--varuh-tiha);
	font-size: .92rem;
	line-height: 1.48;
}

body.webrox-guard-stran .varuh-scan-plugin {
	display: flex;
	align-items: center;
	gap: .45rem;
	padding: .62rem .7rem;
	border: 1px solid #d5e2f2;
	border-radius: var(--varuh-radius-sm);
	background: #ffffff;
	color: var(--varuh-modra-temna);
	font-size: .8rem;
	font-weight: 850;
	line-height: 1.3;
}

body.webrox-guard-stran .varuh-scan-benefits,
body.webrox-guard-stran .varuh-scan-services {
	display: grid;
	gap: .5rem;
}

body.webrox-guard-stran .varuh-scan-benefits > em,
body.webrox-guard-stran .varuh-scan-services > em {
	color: var(--varuh-tiha);
	font-size: .68rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-scan-benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .45rem;
}

body.webrox-guard-stran .varuh-scan-benefit {
	display: grid;
	grid-template-columns: 1rem minmax(0, 1fr);
	align-items: start;
	gap: .42rem;
	min-height: 2.6rem;
	padding: .55rem .6rem;
	border: 1px solid #dbe6f3;
	border-radius: 7px;
	background: #ffffff;
	color: #26364d;
	font-size: .76rem;
	font-weight: 750;
	line-height: 1.3;
}

body.webrox-guard-stran .varuh-scan-benefit i {
	margin-top: .08rem;
	color: #15945b;
}

body.webrox-guard-stran .varuh-scan-services-list {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem 1rem;
}

body.webrox-guard-stran .varuh-scan-service {
	display: inline-flex;
	align-items: center;
	gap: .38rem;
	color: #3f526d;
	font-size: .76rem;
	font-weight: 750;
	line-height: 1.3;
}

body.webrox-guard-stran .varuh-scan-service i {
	color: var(--varuh-modra);
	font-size: .68rem;
}

body.webrox-guard-stran .varuh-scan-pills {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	align-items: center;
}

body.webrox-guard-stran .varuh-scan-pills em {
	width: 100%;
	color: var(--varuh-tiha);
	font-size: .68rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-scan-pills span {
	display: inline-flex;
	align-items: center;
	padding: .28rem .45rem;
	border: 1px solid #cfe0ff;
	border-radius: 999px;
	background: #ffffff;
	color: var(--varuh-modra-temna);
	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
}

body.webrox-guard-stran .varuh-rezultat-akcije {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .65rem;
	margin-top: .8rem;
}

body.webrox-guard-stran .varuh-rezultat-akcije .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	min-height: 3rem;
	padding-right: .85rem;
	padding-left: .85rem;
	font-size: .86rem;
}

body.webrox-guard-stran .varuh-zivo {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .4rem .65rem;
	border-radius: 999px;
	background: #e8f5ee;
	color: #137a4a;
	font-size: .78rem;
	font-weight: 900;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-hero-checklist {
	display: grid;
	gap: .6rem;
}

body.webrox-guard-stran .varuh-hero-checklist > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: .65rem;
	align-items: center;
	padding: .85rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: #f7f9fc;
	font-size: .94rem;
}

body.webrox-guard-stran .varuh-hero-checklist strong {
	padding: .28rem .55rem;
	border-radius: 999px;
	background: var(--varuh-bela);
	color: var(--varuh-temna);
	font-size: .72rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-hero-checklist .varuh-hero-alarm {
	border-color: #f1d39b;
	background: #fff8eb;
}

body.webrox-guard-stran .varuh-hero-mini {
	display: grid;
	gap: .25rem;
	margin-top: .85rem;
	padding: .95rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: #eef5ff;
	color: var(--varuh-tiha);
	font-size: .92rem;
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-hero-mini strong {
	color: var(--varuh-temna);
}

body.webrox-guard-stran .varuh-hiter-nakup {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
	background: #f5f7fa !important;
}

body.webrox-guard-stran .varuh-hiter-nakup-panel {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-hiter-nakup-panel::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 8rem;
	background:
		linear-gradient(135deg, #eef5ff 0 25%, transparent 25% 50%, #eef5ff 50% 75%, transparent 75% 100%);
	background-size: 1.25rem 1.25rem;
	content: "";
	pointer-events: none;
}

body.webrox-guard-stran .varuh-hiter-nakup-panel strong,
body.webrox-guard-stran .varuh-hiter-nakup-panel span {
	display: block;
}

body.webrox-guard-stran .varuh-hiter-nakup-panel strong {
	margin-bottom: .2rem;
	color: var(--varuh-temna);
	font-size: 1.05rem;
}

body.webrox-guard-stran .varuh-hiter-nakup-panel span {
	color: var(--varuh-tiha);
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-hiter-nakup-panel > * {
	position: relative;
	z-index: 1;
}

body.webrox-guard-stran .varuh-hiter-nakup-po-scanu {
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 1.15rem;
	border-color: #b9d4ff;
	background:
		linear-gradient(90deg, #ffffff 0%, #f7fbff 100%);
	box-shadow: 0 4px 12px #e8eef6;
}

body.webrox-guard-stran .varuh-hitri-rezultat {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: .9rem;
	align-items: flex-start;
}

body.webrox-guard-stran .varuh-hitri-ikona {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid #cfe0ff;
	border-radius: var(--varuh-radius-sm);
	background: #eef5ff;
	color: var(--varuh-modra);
}

body.webrox-guard-stran .varuh-hitri-oznaka {
	display: inline-flex !important;
	width: fit-content;
	margin-bottom: .35rem;
	padding: .32rem .55rem;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--varuh-modra-temna) !important;
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
}

body.webrox-guard-stran .varuh-hitri-rezultat strong {
	margin-bottom: .3rem;
	font-size: 1.15rem;
	line-height: 1.2;
}

body.webrox-guard-stran .varuh-hitri-rezultat p {
	margin: 0;
	color: var(--varuh-tiha);
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-hitri-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin-top: .65rem;
}

body.webrox-guard-stran .varuh-hitri-meta span {
	display: inline-flex;
	align-items: center;
	gap: .38rem;
	width: fit-content;
	padding: .34rem .52rem;
	border: 1px solid #cfe0ff;
	border-radius: 999px;
	background: var(--varuh-bela);
	color: var(--varuh-modra-temna);
	font-size: .75rem;
	font-weight: 800;
	line-height: 1;
}

body.webrox-guard-stran .varuh-hitri-meta i {
	color: var(--varuh-uspeh);
}

body.webrox-guard-stran .varuh-hiter-nakup-gumbi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .65rem;
}

body.webrox-guard-stran .varuh-hiter-nakup + .varuh-paketi {
	padding-top: 2.5rem;
}

body.webrox-guard-stran .varuh-sekcijski-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-sekcijski-cta strong,
body.webrox-guard-stran .varuh-sekcijski-cta span {
	display: block;
}

body.webrox-guard-stran .varuh-sekcijski-cta strong {
	margin-bottom: .2rem;
	color: var(--varuh-temna);
	font-size: 1.05rem;
	line-height: 1.25;
}

body.webrox-guard-stran .varuh-sekcijski-cta span {
	color: var(--varuh-tiha);
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-sekcijski-cta-gumbi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .65rem;
}

body.webrox-guard-stran .varuh-scan-trak {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: .55rem 0;
	background: #f5f7fa;
	border-bottom: 1px solid var(--varuh-crta);
}

body.webrox-guard-stran .varuh-scan-trak-notranji {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr) auto;
	gap: .75rem;
	align-items: center;
	padding: .65rem .8rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-scan-trak-notranji span {
	padding: .32rem .55rem;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--varuh-modra-temna);
	font-size: .76rem;
	font-weight: 900;
	line-height: 1;
}

body.webrox-guard-stran .varuh-scan-trak-notranji strong {
	color: var(--varuh-temna);
	font-size: .95rem;
	line-height: 1.15;
}

body.webrox-guard-stran .varuh-scan-trak-notranji p {
	margin: 0;
	color: var(--varuh-tiha);
	font-size: .86rem;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-dinamicni-scan {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	margin-top: 1.1rem;
	padding: 1.15rem;
	border: 1px solid #b9d4ff;
	border-left: 4px solid var(--varuh-modra);
	border-radius: var(--varuh-radius);
	background:
		linear-gradient(90deg, #edf5ff 0%, #ffffff 58%, #f8fbff 100%);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-dinamicni-scan::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7rem;
	background:
		linear-gradient(135deg, #dbeafe 0 25%, transparent 25% 50%, #dbeafe 50% 75%, transparent 75% 100%);
	background-size: 1.25rem 1.25rem;
	content: "";
	pointer-events: none;
}

body.webrox-guard-stran .varuh-dinamicni-scan[data-scan-context="active"] {
	animation: varuh-scan-vstop .28s ease-out both;
}

@keyframes varuh-scan-vstop {
	0% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0);
	}
}

body.webrox-guard-stran .varuh-dinamicni-scan:hover {
	border-color: #7fb3ff;
	box-shadow: 0 5px 14px #e1ecfb;
	transform: translateY(-2px);
}

body.webrox-guard-stran .varuh-dinamicni-scan:first-child {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

body.webrox-guard-stran .varuh-dinamicni-scan [data-scan-context-label] {
	display: inline-flex;
	width: fit-content;
	margin-bottom: .35rem;
	padding: .32rem .55rem;
	border-radius: 999px;
	background: var(--varuh-bela);
	color: var(--varuh-modra);
	font-size: .7rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-dinamicni-vsebina {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: .85rem;
	align-items: flex-start;
}

body.webrox-guard-stran .varuh-dinamicni-ikona {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.45rem;
	height: 2.45rem;
	border: 1px solid #cfe0ff;
	border-radius: var(--varuh-radius-sm);
	background: #ffffff;
	color: var(--varuh-modra);
	font-size: 1rem;
	box-shadow: 0 2px 8px #edf2f8;
}

body.webrox-guard-stran .varuh-dinamicni-scan strong {
	display: block;
	margin-bottom: .25rem;
	color: var(--varuh-temna);
	font-size: 1.05rem;
	line-height: 1.25;
}

body.webrox-guard-stran .varuh-dinamicni-scan p {
	margin: 0;
	color: var(--varuh-tekst);
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-dinamicni-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	margin-top: .65rem;
}

body.webrox-guard-stran .varuh-dinamicni-tags span {
	padding: .3rem .48rem;
	border: 1px solid #cfe0ff;
	border-radius: 999px;
	background: var(--varuh-bela);
	color: var(--varuh-modra-temna);
	font-size: .73rem;
	font-weight: 800;
	line-height: 1;
}

body.webrox-guard-stran .varuh-dinamicni-akcije {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .6rem;
}

body.webrox-guard-stran .varuh-scan-priporocen-paket {
	border-color: var(--varuh-modra) !important;
	box-shadow: 0 5px 14px #dbeafe;
	transform: translateY(-4px);
}

body.webrox-guard-stran .varuh-scan-badge {
	display: inline-flex;
	width: fit-content;
	margin-bottom: .7rem;
	padding: .4rem .65rem;
	border-radius: 999px;
	background: var(--varuh-modra);
	color: var(--varuh-bela);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
}

body.webrox-guard-stran.varuh-scan-aktiven .varuh-skrij-po-scanu {
	display: none !important;
}

body.webrox-guard-stran.varuh-scan-aktiven .varuh-link-po-scanu {
	position: relative;
}

body.webrox-guard-stran .varuh-hero-zaupanje span {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .45rem .7rem;
	border: 1px solid #263955;
	border-radius: 999px;
	background: #111d31;
	color: #d7e4f7;
	font-size: .88rem;
	font-weight: 700;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-hero .varuh-pregled {
	border-width: 1px;
	border-color: #263955 !important;
	background: #ffffff;
	box-shadow: 0 8px 20px #07111f;
}

body.webrox-guard-stran .varuh-hero .varuh-pregled .card-body {
	padding: 1.6rem;
}

body.webrox-guard-stran .varuh-ocena {
	border-color: var(--varuh-crta) !important;
	background: var(--varuh-svetla);
	color: var(--varuh-temna);
	box-shadow: inset 0 0 0 1px var(--varuh-bela);
}

body.webrox-guard-stran .varuh-ocena strong {
	font-weight: 900;
	color: var(--varuh-modra);
}

body.webrox-guard-stran .varuh-status,
body.webrox-guard-stran .varuh-vrstica,
body.webrox-guard-stran .varuh-vnos,
body.webrox-guard-stran .varuh-funkcija,
body.webrox-guard-stran .varuh-tok-vnos,
body.webrox-guard-stran .varuh-risk {
	border-color: var(--varuh-crta) !important;
	border-radius: var(--varuh-radius-sm) !important;
	background: #f7f9fc;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-status strong,
body.webrox-guard-stran .varuh-vrstica strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .35rem .65rem;
	border-radius: 999px;
	background: var(--varuh-bela);
	font-size: .78rem;
	line-height: 1;
	white-space: nowrap;
}

body.webrox-guard-stran .text-success {
	color: #137a4a !important;
}

body.webrox-guard-stran .text-warning {
	color: #9a6700 !important;
}

body.webrox-guard-stran .text-danger {
	color: #b42318 !important;
}

body.webrox-guard-stran .text-primary {
	color: var(--varuh-modra) !important;
}

body.webrox-guard-stran .varuh-stevilka {
	background: var(--varuh-modra);
	color: var(--varuh-bela);
	box-shadow: 0 4px 10px #d8e6ff;
}

body.webrox-guard-stran .varuh-kako {
	background:
		linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%) !important;
}

body.webrox-guard-stran .varuh-procesni-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: 0 4px 14px #e8eef6;
	overflow: hidden;
}

body.webrox-guard-stran .varuh-procesni-rail .varuh-korak {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: .85rem;
	padding: 1.25rem;
	border-right: 1px solid var(--varuh-crta);
}

body.webrox-guard-stran .varuh-procesni-rail .varuh-korak:last-child {
	border-right: 0;
}

body.webrox-guard-stran .varuh-procesni-rail .varuh-stevilka {
	position: absolute;
	top: .75rem;
	right: .85rem;
	padding: .22rem .5rem;
	border-radius: 999px;
	font-size: .74rem;
	font-weight: 900;
}

body.webrox-guard-stran .varuh-procesni-rail .varuh-ikona {
	margin-top: .15rem;
	width: 2.35rem;
	height: 2.35rem;
	min-width: 2.35rem;
}

body.webrox-guard-stran .varuh-procesni-rail h3 {
	margin-top: .35rem;
	margin-bottom: .35rem;
	font-size: 1rem;
}

body.webrox-guard-stran .varuh-procesni-rail p {
	color: var(--varuh-tiha);
	font-size: .92rem;
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-cenik {
	position: relative;
	height: 100%;
	border-top: 3px solid #d9e2ee !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.webrox-guard-stran .varuh-lite-trial-card {
	border-color: #bde7d6 !important;
	border-top-color: #18a86f !important;
	background:
		linear-gradient(180deg, rgba(239, 252, 246, .74) 0%, rgba(255, 255, 255, 0) 38%),
		var(--varuh-bela);
}

body.webrox-guard-stran .varuh-cenik:hover {
	transform: translateY(-4px);
	box-shadow: var(--varuh-senca-mocna);
}

body.webrox-guard-stran .varuh-cenik .card-body {
	gap: .15rem;
	padding: 1.4rem;
}

body.webrox-guard-stran .varuh-cenik h3 {
	font-size: 1.16rem;
	margin-bottom: .55rem;
}

body.webrox-guard-stran .varuh-cenik p {
	color: var(--varuh-tiha);
	font-size: .92rem;
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-cena {
	color: var(--varuh-temna);
	font-size: 1.95rem;
	font-weight: 900;
	line-height: 1.05;
}

body.webrox-guard-stran .varuh-cena span {
	color: var(--varuh-tiha);
	font-size: .86rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-trial-strip,
body.webrox-guard-stran .varuh-letno {
	display: grid;
	gap: .2rem;
	margin-top: .75rem;
	padding: .78rem .85rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: #f7faff;
}

body.webrox-guard-stran .varuh-trial-strip {
	border-color: #bde7d6;
	background: #effcf6;
}

body.webrox-guard-stran .varuh-trial-strip strong {
	color: #087a4b;
	font-size: .9rem;
	font-weight: 950;
}

body.webrox-guard-stran .varuh-trial-strip span,
body.webrox-guard-stran .varuh-letno span {
	color: var(--varuh-tiha);
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-letno {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	background: linear-gradient(135deg, #f6f9ff 0%, #eef5ff 100%);
}

body.webrox-guard-stran .varuh-letno strong {
	grid-column: 1;
	color: var(--varuh-temna);
	font-size: .96rem;
	font-weight: 950;
	line-height: 1.15;
}

body.webrox-guard-stran .varuh-letno em {
	grid-row: 1 / span 2;
	grid-column: 2;
	display: inline-flex;
	align-items: center;
	align-self: center;
	padding: .38rem .55rem;
	border: 1px solid #b8d3ff;
	border-radius: 999px;
	background: #ffffff;
	color: var(--varuh-modra-temna);
	font-size: .74rem;
	font-style: normal;
	font-weight: 950;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-cenik .small strong {
	display: inline-flex;
	margin-left: .35rem;
	padding: .18rem .45rem;
	border: 1px solid #b8d3ff;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--varuh-modra-temna);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-cenik ul {
	gap: .55rem !important;
	font-size: .9rem;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-cenik .btn {
	padding: .68rem 1rem;
	font-size: .88rem;
}

body.webrox-guard-stran .varuh-izpostavljen {
	border: 1px solid var(--varuh-modra) !important;
	border-top: 3px solid var(--varuh-modra) !important;
	transform: translateY(-4px);
}

body.webrox-guard-stran .varuh-izpostavljen:hover {
	transform: translateY(-7px);
}

body.webrox-guard-stran .varuh-blok-akcije {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-blok-akcije .btn {
	flex: 1 1 12rem;
	padding-inline: 1rem;
}

body.webrox-guard-stran .varuh-paketi .varuh-opomba,
body.webrox-guard-stran .varuh-safe-updates .varuh-opomba,
body.webrox-guard-stran .varuh-faq .varuh-opomba {
	box-shadow: none;
	background: var(--varuh-svetla-2);
}

body.webrox-guard-stran .varuh-partnerji {
	overflow: hidden;
	border-top: 1px solid var(--varuh-crta);
	border-bottom: 1px solid var(--varuh-crta);
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

body.webrox-guard-stran .varuh-partnerji-glava {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.6rem;
}

body.webrox-guard-stran .varuh-partnerji-glava h2 {
	max-width: 560px;
	margin-bottom: 0;
	font-size: 2.15rem;
}

body.webrox-guard-stran .varuh-partnerji-glava > p {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--varuh-tiha);
	font-size: 1rem;
	line-height: 1.65;
}

body.webrox-guard-stran .varuh-logo-marquee {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: .2rem 0;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

body.webrox-guard-stran .varuh-logo-track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: .9rem;
	animation: varuh-logo-marquee 52s linear infinite;
	will-change: transform;
}

body.webrox-guard-stran .varuh-logo-track:hover,
body.webrox-guard-stran .varuh-logo-track:focus-within {
	animation-play-state: paused;
}

body.webrox-guard-stran .varuh-partner-logo {
	display: grid;
	place-items: center;
	width: 12.4rem;
	height: 5.35rem;
	padding: .85rem 1.15rem;
	border: 1px solid #d8e5f5;
	border-radius: var(--varuh-radius-sm);
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

body.webrox-guard-stran .varuh-partner-logo:hover,
body.webrox-guard-stran .varuh-partner-logo:focus {
	transform: translateY(-3px);
	border-color: #b7d3f6;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

body.webrox-guard-stran .varuh-partner-logo img {
	display: block;
	max-width: 100%;
	max-height: 3.45rem;
	object-fit: contain;
}

body.webrox-guard-stran .varuh-tabela-wrap {
	border-color: var(--varuh-crta) !important;
	border-radius: var(--varuh-radius) !important;
	background: var(--varuh-bela);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-tabela {
	margin-bottom: 0;
}

body.webrox-guard-stran .varuh-tabela th,
body.webrox-guard-stran .varuh-tabela td {
	padding: 1.05rem 1rem;
	border-color: var(--varuh-crta);
}

body.webrox-guard-stran .varuh-tabela thead th {
	background: var(--varuh-temna);
	color: var(--varuh-bela);
	font-size: .9rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-tabela thead th:not(:first-child) {
	text-align: center;
}

body.webrox-guard-stran .varuh-tabela tbody th {
	color: var(--varuh-temna);
	font-weight: 700;
}

body.webrox-guard-stran .varuh-tabela td {
	text-align: center;
}

body.webrox-guard-stran .varuh-tabela i {
	font-size: 1.05rem;
}

body.webrox-guard-stran .varuh-primerjava-povzetek {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1rem;
}

body.webrox-guard-stran .varuh-primerjava-povzetek > div {
	display: grid;
	grid-template-columns: 2.55rem 1fr;
	column-gap: .9rem;
	row-gap: .15rem;
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: 0 4px 12px #e8eef6;
}

body.webrox-guard-stran .varuh-primerjava-povzetek .varuh-ikona {
	grid-row: 1 / span 2;
}

body.webrox-guard-stran .varuh-primerjava-povzetek strong {
	color: var(--varuh-temna);
}

body.webrox-guard-stran .varuh-primerjava-povzetek span {
	color: var(--varuh-tiha);
	font-size: .9rem;
	line-height: 1.4;
}

body.webrox-guard-stran .varuh-primerjava-details {
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: 0 6px 18px #e6ecf4;
	overflow: hidden;
}

body.webrox-guard-stran .varuh-primerjava-details summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .65rem;
	padding: 1rem;
	color: var(--varuh-modra);
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

body.webrox-guard-stran .varuh-primerjava-details summary::-webkit-details-marker {
	display: none;
}

body.webrox-guard-stran .varuh-primerjava-details[open] summary {
	border-bottom: 1px solid var(--varuh-crta);
	background: var(--varuh-svetla-2);
}

body.webrox-guard-stran .varuh-primerjava-details[open] summary i {
	transform: rotate(180deg);
}

body.webrox-guard-stran .varuh-primerjava-details .varuh-tabela-wrap {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-primerjava-toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
}

body.webrox-guard-stran .varuh-primerjava-toggle:not(:checked) + .varuh-tabela-wrap tbody tr:nth-child(n+11) {
	display: none;
}

body.webrox-guard-stran .varuh-primerjava-gumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .65rem;
	margin-top: .75rem;
	padding: .95rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	color: var(--varuh-modra);
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 4px 12px #e8eef6;
}

body.webrox-guard-stran .varuh-primerjava-gumb .varuh-vec-zapri {
	display: none;
}

body.webrox-guard-stran .varuh-primerjava-toggle:checked + .varuh-tabela-wrap + .varuh-primerjava-gumb .varuh-vec-odpri {
	display: none;
}

body.webrox-guard-stran .varuh-primerjava-toggle:checked + .varuh-tabela-wrap + .varuh-primerjava-gumb .varuh-vec-zapri {
	display: inline;
}

body.webrox-guard-stran .varuh-primerjava-toggle:checked + .varuh-tabela-wrap + .varuh-primerjava-gumb i {
	transform: rotate(180deg);
}

body.webrox-guard-stran .varuh-flow {
	background: var(--varuh-bela);
}

body.webrox-guard-stran .varuh-woocommerce {
	background:
		linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%) !important;
}

body.webrox-guard-stran .varuh-woocommerce-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	gap: 1.25rem;
	align-items: stretch;
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-bela);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-woocommerce-besedilo {
	padding: 1.5rem;
}

body.webrox-guard-stran .varuh-woocommerce-signali {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .75rem;
	margin-bottom: 1.25rem;
}

body.webrox-guard-stran .varuh-woocommerce-signali > div {
	display: grid;
	grid-template-columns: 2.1rem 1fr;
	column-gap: .7rem;
	row-gap: .18rem;
	align-items: start;
	padding: .9rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: #f7f9fc;
	text-align: left;
}

body.webrox-guard-stran .varuh-woocommerce-signali i {
	grid-row: 1 / span 2;
	justify-content: flex-start;
	margin-top: .1rem;
	margin-bottom: 0;
	font-size: 1.1rem;
}

body.webrox-guard-stran .varuh-woocommerce-signali strong {
	color: var(--varuh-temna);
	line-height: 1.15;
}

body.webrox-guard-stran .varuh-woocommerce-signali span {
	color: var(--varuh-tiha);
	font-size: .88rem;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-woocommerce-akcije {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-woocommerce-tok {
	display: grid;
	gap: .85rem;
	padding: 1.25rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	background:
		linear-gradient(135deg, #101b2d 0%, #0b1220 58%, #12345d 100%);
	color: #d7e4f7;
}

body.webrox-guard-stran .varuh-tok-glava {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

body.webrox-guard-stran .varuh-tok-glava span {
	color: #9ec5ff;
	font-size: .82rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-tok-glava strong {
	padding: .35rem .65rem;
	border-radius: 999px;
	background: #17385f;
	color: #ffffff;
	font-size: .78rem;
	line-height: 1;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-tok-koraki {
	display: grid;
	gap: .6rem;
}

body.webrox-guard-stran .varuh-tok-koraki > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: .75rem;
	padding: .85rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius-sm);
	background: #0d1728;
}

body.webrox-guard-stran .varuh-tok-koraki i {
	color: #9ec5ff;
}

body.webrox-guard-stran .varuh-tok-koraki strong {
	padding: .26rem .5rem;
	border-radius: 999px;
	background: #112844;
	color: #7ee0a3;
	font-size: .72rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-tok-koraki .varuh-tok-korak-opozorilo {
	border-color: #f1d39b;
	background: #1e2430;
}

body.webrox-guard-stran .varuh-tok-koraki .varuh-tok-korak-opozorilo i,
body.webrox-guard-stran .varuh-tok-koraki .varuh-tok-korak-opozorilo strong {
	color: #ffd166;
}

body.webrox-guard-stran .varuh-tok-opomba {
	display: grid;
	gap: .35rem;
	padding: .95rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius-sm);
	background: #111d31;
}

body.webrox-guard-stran .varuh-tok-opomba strong {
	color: #ffffff;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-tok-opomba span {
	color: #c8d6ea;
	line-height: 1.45;
}

body.webrox-guard-stran .varuh-tok-vnos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-tok-vnos::after {
	content: "OK";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	padding: .28rem .5rem;
	border-radius: 999px;
	background: var(--varuh-bela);
	color: #137a4a;
	font-size: .72rem;
	font-weight: 900;
}

body.webrox-guard-stran .varuh-tok-vnos.varuh-napaka::after {
	content: "ALERT";
	color: #b42318;
}

body.webrox-guard-stran .varuh-varovalo {
	box-shadow: none;
	background: var(--varuh-svetla-2);
}

body.webrox-guard-stran .varuh-proces {
	background: var(--varuh-bela);
}

body.webrox-guard-stran .varuh-koraki {
	counter-reset: varuh-korak;
	list-style: none;
	padding-left: 0;
}

body.webrox-guard-stran .varuh-koraki li {
	counter-increment: varuh-korak;
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .75rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: var(--varuh-svetla);
	font-weight: 700;
}

body.webrox-guard-stran .varuh-koraki li::before {
	content: counter(varuh-korak);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--varuh-modra);
	color: var(--varuh-bela);
	font-size: .78rem;
	font-weight: 900;
}

body.webrox-guard-stran .varuh-risk {
	font-weight: 700;
}

body.webrox-guard-stran .varuh-dogodek {
	position: relative;
	border-color: var(--varuh-crta) !important;
	border-radius: var(--varuh-radius-sm) !important;
	background: var(--varuh-svetla);
	box-shadow: none;
}

body.webrox-guard-stran .varuh-dogodek strong {
	color: var(--varuh-modra);
}

body.webrox-guard-stran .varuh-dogodek.varuh-napaka {
	border-color: var(--varuh-napaka) !important;
	background: #fff7f7;
}

body.webrox-guard-stran .varuh-report .varuh-meritev {
	border-color: var(--varuh-crta) !important;
	padding-top: .25rem;
}

body.webrox-guard-stran .varuh-incident {
	background: #0b1220 !important;
	color: #d7e4f7;
}

body.webrox-guard-stran .varuh-incident h2,
body.webrox-guard-stran .varuh-incident h3 {
	color: #ffffff;
}

body.webrox-guard-stran .varuh-incident .lead {
	color: #c8d6ea;
}

body.webrox-guard-stran .varuh-incident .varuh-oznaka {
	border-color: #263955;
	background: #111d31;
	color: #9ec5ff;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-incident-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	gap: 1rem;
	padding: 1rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	background:
		linear-gradient(135deg, #101b2d 0%, #0b1220 58%, #12345d 100%);
	box-shadow: 0 8px 20px #07111f;
}

body.webrox-guard-stran .varuh-incident-panel .varuh-casovnica,
body.webrox-guard-stran .varuh-incident-panel .varuh-report {
	padding: 1.35rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	background: #101b2d;
}

body.webrox-guard-stran .varuh-status-pill {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .38rem .65rem;
	border-radius: 999px;
	background: #17385f;
	color: #d7e4f7;
	font-size: .78rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-dogodki {
	display: grid;
	gap: .6rem;
}

body.webrox-guard-stran .varuh-incident-panel .varuh-dogodek {
	display: grid;
	grid-template-columns: 4rem 1fr;
	align-items: center;
	gap: .75rem;
	padding: .75rem .9rem;
	border: 1px solid #263955 !important;
	border-radius: var(--varuh-radius-sm) !important;
	background: #0d1728;
	color: #d7e4f7;
}

body.webrox-guard-stran .varuh-incident-panel .varuh-dogodek strong {
	color: #9ec5ff;
}

body.webrox-guard-stran .varuh-incident-panel .varuh-dogodek.varuh-napaka {
	border-color: #ff6b6b !important;
	background: #26131c;
}

body.webrox-guard-stran .varuh-report-stevilke {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem;
	margin-bottom: 1rem;
}

body.webrox-guard-stran .varuh-report-stevilke > div {
	padding: .9rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius-sm);
	background: #0d1728;
}

body.webrox-guard-stran .varuh-report-stevilke span,
body.webrox-guard-stran .varuh-report-lista span {
	display: block;
	color: #9fb0c8;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-report-stevilke strong {
	display: block;
	margin-top: .35rem;
	color: #ffffff;
	font-size: 1.2rem;
}

body.webrox-guard-stran .varuh-report-lista {
	display: grid;
	gap: .6rem;
}

body.webrox-guard-stran .varuh-report-lista .varuh-meritev {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: .65rem;
	border-top: 1px solid #263955 !important;
}

body.webrox-guard-stran .varuh-report-lista strong {
	color: #ffffff;
}

body.webrox-guard-stran section.varuh-dodatki.py-6 {
	background:
		linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

body.webrox-guard-stran .varuh-dodatki .row.g-4 {
	--bs-gutter-x: 1.15rem;
	--bs-gutter-y: 1.15rem;
}

body.webrox-guard-stran .varuh-dodatek {
	box-shadow: 0 5px 14px #e8eef6;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.webrox-guard-stran .varuh-dodatek:hover {
	transform: translateY(-3px);
	border-color: var(--varuh-crta-mocna) !important;
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-dodatek .card-body {
	display: grid;
	grid-template-columns: 2.55rem 1fr;
	column-gap: 1rem;
	row-gap: .35rem;
	padding: 1.35rem;
}

body.webrox-guard-stran .varuh-dodatek .varuh-ikona {
	grid-row: 1 / span 3;
	margin-bottom: 0 !important;
}

body.webrox-guard-stran .varuh-dodatek h3 {
	margin-bottom: .15rem;
	font-size: 1.05rem;
}

body.webrox-guard-stran .varuh-dodatek p {
	margin-bottom: .55rem;
	color: var(--varuh-tiha);
	font-size: .94rem;
	line-height: 1.48;
}

body.webrox-guard-stran .varuh-dodatek ul {
	gap: .35rem !important;
	color: var(--varuh-tekst);
	font-size: .92rem;
	line-height: 1.35;
}

body.webrox-guard-stran .varuh-dodatek li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: .45rem;
	border-top: 1px solid var(--varuh-crta);
}

body.webrox-guard-stran .varuh-dodatek strong {
	color: var(--varuh-temna);
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-ustanovitelj {
	background:
		linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%) !important;
}

body.webrox-guard-stran .varuh-ustanovitelj-panel {
	display: grid;
	grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
	gap: 2.25rem;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background:
		linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-ustanovitelj-slika {
	position: relative;
	align-self: stretch;
	min-height: 520px;
	overflow: hidden;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: var(--varuh-svetla);
}

body.webrox-guard-stran .varuh-ustanovitelj-slika img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	object-position: center 36%;
}

body.webrox-guard-stran .varuh-ustanovitelj-slika figcaption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: grid;
	gap: .1rem;
	padding: .75rem .9rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius-sm);
	background: #101b2d;
	color: #d7e4f7;
	box-shadow: 0 4px 12px #07111f;
}

body.webrox-guard-stran .varuh-ustanovitelj-slika figcaption strong {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.1;
}

body.webrox-guard-stran .varuh-ustanovitelj-slika figcaption span {
	font-size: .84rem;
	line-height: 1.2;
}

body.webrox-guard-stran .varuh-ustanovitelj-vsebina {
	padding: 1rem 1rem 1rem 0;
}

body.webrox-guard-stran .varuh-ustanovitelj-panel .lead {
	max-width: 860px;
}

body.webrox-guard-stran .varuh-ustanovitelj-zapis {
	margin-bottom: 1.25rem;
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-left: 4px solid var(--varuh-modra);
	border-radius: var(--varuh-radius-sm);
	background: var(--varuh-bela);
	color: var(--varuh-tekst);
	line-height: 1.65;
}

body.webrox-guard-stran .varuh-ustanovitelj-stevilke {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .85rem;
}

body.webrox-guard-stran .varuh-ustanovitelj-stevilke > div {
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: var(--varuh-svetla);
}

body.webrox-guard-stran .varuh-ustanovitelj-stevilke strong {
	display: block;
	color: var(--varuh-temna);
	font-size: 1.55rem;
	line-height: 1.1;
}

body.webrox-guard-stran .varuh-ustanovitelj-stevilke span {
	display: block;
	margin-top: .35rem;
	color: var(--varuh-tiha);
	font-size: .92rem;
	line-height: 1.35;
}

body.webrox-guard-stran .accordion {
	display: grid;
	gap: .8rem;
}

body.webrox-guard-stran .accordion-item {
	border: 1px solid var(--varuh-crta) !important;
	border-radius: var(--varuh-radius-sm) !important;
	overflow: hidden;
	background: var(--varuh-bela);
	box-shadow: 0 5px 14px #e8eef6;
}

body.webrox-guard-stran .accordion-button {
	border-radius: 0 !important;
	color: var(--varuh-temna);
	font-weight: 800;
	box-shadow: none;
}

body.webrox-guard-stran .accordion-button:not(.collapsed) {
	background: var(--varuh-svetla-2);
	color: var(--varuh-modra-temna);
}

body.webrox-guard-stran .accordion-body {
	color: var(--varuh-tiha);
	line-height: 1.65;
}

body.webrox-guard-stran .varuh-final-cta {
	background:
		linear-gradient(135deg, #0b1220 0%, #101b2d 54%, #12345d 100%) !important;
}

body.webrox-guard-stran .varuh-final-cta h2,
body.webrox-guard-stran .varuh-final-cta .lead {
	color: var(--varuh-bela);
}

body.webrox-guard-stran .varuh-final-cta .varuh-zakljucek {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 2rem;
	align-items: center;
	padding: 2rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	border-color: #334155 !important;
	background: #101b2d;
	box-shadow: 0 5px 14px #07111f;
}

body.webrox-guard-stran .varuh-final-cta .varuh-oznaka {
	border-color: #263955;
	background: #0d1728;
	color: #9ec5ff;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-zakljucek-signali {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

body.webrox-guard-stran .varuh-zakljucek-signali span {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .45rem .65rem;
	border: 1px solid #263955;
	border-radius: 999px;
	background: #0d1728;
	color: #d7e4f7;
	font-size: .86rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-final-cta .varuh-obrazec {
	display: grid;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-final-cta .form-control {
	box-shadow: none;
}

body.webrox-guard-stran .varuh-final-cta .btn-link {
	color: var(--varuh-bela);
	font-weight: 800;
}

body.webrox-guard-stran .varuh-final-cta .btn-outline-light {
	border-color: #39506f;
	background: #101b2d;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-final-cta .btn-outline-light:hover,
body.webrox-guard-stran .varuh-final-cta .btn-outline-light:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #0b1220;
}

body.webrox-guard-stran .varuh-scroll-popup {
	position: fixed;
	right: 1rem;
	bottom: max(1rem, env(safe-area-inset-bottom));
	z-index: 1040;
	display: grid;
	gap: .7rem;
	width: min(21.5rem, calc(100vw - 2rem));
	padding: .85rem;
	border: 1px solid #29405f;
	border-radius: 8px;
	background: #0b1525;
	color: #d7e4f7;
	box-shadow: 0 8px 24px rgba(4, 10, 22, .18);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, .7rem, 0) scale(.985);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

body.webrox-guard-stran .varuh-popup-glava {
	display: flex;
	align-items: center;
	gap: .5rem;
	min-height: 2rem;
}

body.webrox-guard-stran .varuh-popup-ikona {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid #29405f;
	border-radius: 6px;
	background: #12233b;
	color: #65a9ff;
	font-size: .82rem;
}

body.webrox-guard-stran .varuh-popup-vsebina {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 6.25rem;
	align-items: end;
	gap: .75rem;
}

body.webrox-guard-stran .varuh-scroll-popup.je-viden {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
}

body.webrox-guard-stran.varuh-popup-odprt #backToTop {
	visibility: hidden !important;
	pointer-events: none !important;
}

body.webrox-guard-stran .varuh-scroll-popup .varuh-oznaka {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9ec5ff;
	font-size: .7rem;
	letter-spacing: 0;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-scroll-popup h2 {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.22;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-scroll-popup p {
	margin: 0;
	color: #c8d6ea;
	font-size: .84rem;
	line-height: 1.42;
}

body.webrox-guard-stran .varuh-scroll-popup h2 + p {
	margin-top: .32rem;
}

body.webrox-guard-stran .varuh-mascot-popup {
	position: static;
	width: 6.25rem;
	height: auto;
	max-height: 5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	object-position: center;
	opacity: 1;
	animation: varuh-mascot-pop 10s ease-in-out infinite;
	filter: none;
}

body.webrox-guard-stran .varuh-scroll-popup .varuh-popup-gumbi {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .5rem;
}

body.webrox-guard-stran .varuh-scroll-popup .varuh-popup-gumbi .btn {
	min-height: 2.55rem;
	padding: .55rem .72rem;
	border-radius: 6px;
	font-size: .78rem;
	line-height: 1.2;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-scroll-popup .btn-outline-primary {
	border-color: #39506f;
	background: #101b2d;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-scroll-popup .btn-outline-primary:hover,
body.webrox-guard-stran .varuh-scroll-popup .btn-outline-primary:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #0b1220;
}

body.webrox-guard-stran .varuh-scroll-popup.varuh-popup-po-scanu {
	border-color: #3f78b7;
	background: #0c192b;
	box-shadow: 0 8px 24px rgba(4, 10, 22, .2);
}

body.webrox-guard-stran .varuh-scroll-popup.varuh-popup-po-scanu .varuh-oznaka {
	border: 0;
	background: transparent;
	color: #9ec5ff;
}

body.webrox-guard-stran .varuh-scroll-popup.varuh-popup-po-scanu h2 {
	color: #ffffff;
}

body.webrox-guard-stran .varuh-scroll-popup.varuh-popup-po-scanu p {
	color: #d7e4f7;
}

body.webrox-guard-stran .varuh-scroll-popup.varuh-popup-po-scanu .btn-primary {
	background: #1f7ff5;
	background-image: none;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-popup-zapri {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-left: auto;
	padding: 0;
	border: 1px solid #29405f;
	border-radius: 6px;
	background: #122033;
	color: #c8d6ea;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

body.webrox-guard-stran .varuh-popup-zapri:hover,
body.webrox-guard-stran .varuh-popup-zapri:focus {
	border-color: #5f7fa8;
	background: #182a43;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-footer {
	padding: 3.5rem 0 2rem;
	background: #080d17;
	color: #c8d6ea;
}

body.webrox-guard-stran .varuh-footer-glava {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #263955;
}

body.webrox-guard-stran .varuh-footer-glava > div:first-child {
	flex: 1 1 auto;
}

body.webrox-guard-stran .varuh-mascot-footer {
	align-self: center;
	flex: 0 0 auto;
	width: 4.9rem;
	height: 4.9rem;
	margin: 0 .35rem 0 auto;
	padding: .28rem;
	border: 1px solid #263955;
	border-radius: 999px;
	background: #0d1728;
	object-fit: cover;
	object-position: 50% 10%;
	animation: varuh-mascot-plavanje 9s ease-in-out infinite;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .22));
}

body.webrox-guard-stran .varuh-footer-brand {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: .4rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 900;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-footer-brand img {
	display: block;
	width: min(13.5rem, 72vw);
	height: auto;
}

body.webrox-guard-stran .varuh-footer p {
	color: #9fb0c8;
	line-height: 1.55;
}

body.webrox-guard-stran .varuh-footer-varnost {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	padding: 1.5rem 0;
}

body.webrox-guard-stran .varuh-footer-varnost > div {
	padding: 1rem;
	border: 1px solid #263955;
	border-radius: var(--varuh-radius);
	background: #0d1728;
}

body.webrox-guard-stran .varuh-footer-varnost .varuh-ikona {
	margin-bottom: .8rem;
	border-color: #263955;
	background: #101b2d;
	color: #9ec5ff;
}

body.webrox-guard-stran .varuh-footer-varnost h3 {
	margin-bottom: .45rem;
	color: #ffffff;
	font-size: 1rem;
}

body.webrox-guard-stran .varuh-footer-varnost p {
	margin-bottom: 0;
	font-size: .9rem;
}

body.webrox-guard-stran .varuh-footer-spodaj {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.25rem;
	border-top: 1px solid #263955;
	color: #9fb0c8;
	font-size: .86rem;
}

body.webrox-guard-stran .varuh-footer .btn-outline-primary {
	border-color: #263955;
	background: #101b2d;
	color: #ffffff;
}

@media (min-width: 992px) {
	body.webrox-guard-stran .card-body {
		padding: 2.25rem;
	}

	body.webrox-guard-stran .varuh-hero .varuh-pregled .card-body {
		padding: 2rem;
	}
}

body.webrox-guard-stran .varuh-product-main {
	background: #ffffff;
}

body.webrox-guard-stran .varuh-product-hero {
	padding: 5rem 0 4.5rem;
	background-color: #0b1220;
	color: #ffffff;
}

body.webrox-guard-stran .varuh-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	align-items: center;
	gap: 4rem;
}

body.webrox-guard-stran .varuh-product-copy {
	max-width: 760px;
}

body.webrox-guard-stran .varuh-product-back {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 1.4rem;
	color: #9ec5ff;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-product-back:hover,
body.webrox-guard-stran .varuh-product-back:focus {
	color: #ffffff;
}

body.webrox-guard-stran .varuh-product-copy h1 {
	max-width: 680px;
	margin-bottom: 1.1rem;
	color: #ffffff;
	font-size: 3.25rem;
	line-height: 1.05;
}

body.webrox-guard-stran .varuh-product-copy .lead {
	max-width: 680px;
	color: #dbe8fb;
	font-size: 1.24rem;
	line-height: 1.55;
}

body.webrox-guard-stran .varuh-product-copy > p:not(.lead):not(.varuh-oznaka) {
	max-width: 720px;
	color: #b8c8de;
	line-height: 1.7;
}

body.webrox-guard-stran .varuh-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin-top: 1.4rem;
}

body.webrox-guard-stran .varuh-product-tags span {
	display: inline-flex;
	padding: .48rem .7rem;
	border: 1px solid #263955;
	border-radius: 999px;
	background: #111d31;
	color: #c8d6ea;
	font-size: .86rem;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-product-card {
	display: grid;
	gap: 1rem;
	padding: 1.35rem;
	border: 1px solid #d8e5f5;
	border-radius: var(--varuh-radius);
	background: #ffffff;
	color: var(--varuh-tekst);
	box-shadow: 0 18px 48px rgba(15, 23, 42, .18);
}

body.webrox-guard-stran .varuh-product-card-label {
	color: var(--varuh-modra);
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-product-card h2 {
	margin: .15rem 0 0;
	font-size: 1.45rem;
}

body.webrox-guard-stran .varuh-product-price {
	font-size: 2rem;
	line-height: 1;
	font-weight: 900;
	color: var(--varuh-temna);
}

body.webrox-guard-stran .varuh-product-price .subscription-details,
body.webrox-guard-stran .varuh-product-price small {
	font-size: .88rem;
	font-weight: 800;
	color: var(--varuh-tiha);
}

body.webrox-guard-stran .varuh-product-trial,
body.webrox-guard-stran .varuh-product-annual {
	margin: 0;
	padding: .75rem;
	border-radius: var(--varuh-radius-sm);
	background: #f3f8ff;
	color: var(--varuh-tekst);
	font-size: .92rem;
}

body.webrox-guard-stran .varuh-product-trial {
	display: flex;
	align-items: center;
	gap: .5rem;
	background: #effcf6;
}

body.webrox-guard-stran .varuh-product-trial i {
	color: #0f8f5f;
}

body.webrox-guard-stran .varuh-product-annual span {
	display: inline-flex;
	margin-left: .35rem;
	padding: .2rem .45rem;
	border-radius: 999px;
	background: #e7f0ff;
	color: var(--varuh-modra-temna);
	font-size: .74rem;
	font-weight: 900;
}

body.webrox-guard-stran .varuh-product-cart {
	display: grid;
	margin: 0;
}

body.webrox-guard-stran .varuh-product-card .btn {
	width: 100%;
}

body.webrox-guard-stran .varuh-product-mini-list {
	display: grid;
	gap: .55rem;
	margin: .25rem 0 0;
	padding: 0;
	color: var(--varuh-tiha);
	font-size: .86rem;
	list-style: none;
}

body.webrox-guard-stran .varuh-product-mini-list li {
	display: flex;
	align-items: center;
	gap: .5rem;
}

body.webrox-guard-stran .varuh-product-mini-list i {
	color: var(--varuh-modra);
}

body.webrox-guard-stran .varuh-product-section {
	padding: 4.5rem 0;
}

body.webrox-guard-stran .varuh-product-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
	gap: 1.25rem;
}

body.webrox-guard-stran .varuh-product-panel {
	padding: 1.5rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: #ffffff;
	box-shadow: var(--varuh-senca);
}

body.webrox-guard-stran .varuh-product-panel h2 {
	max-width: 620px;
	font-size: 2.15rem;
}

body.webrox-guard-stran .varuh-product-panel p {
	color: var(--varuh-tiha);
	line-height: 1.7;
}

body.webrox-guard-stran .varuh-product-panel-blue {
	background: linear-gradient(135deg, #0b1220 0%, #102449 100%);
	color: #ffffff;
}

body.webrox-guard-stran .varuh-product-panel-blue h2,
body.webrox-guard-stran .varuh-product-panel-blue p {
	color: #ffffff;
}

body.webrox-guard-stran .varuh-product-panel-blue .varuh-oznaka {
	border-color: #263955;
	background: #111d31;
	color: #9ec5ff;
	box-shadow: none;
}

body.webrox-guard-stran .varuh-product-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .7rem;
	margin-top: 1.4rem;
}

body.webrox-guard-stran .varuh-product-checks > div {
	display: flex;
	align-items: center;
	gap: .65rem;
	padding: .78rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius-sm);
	background: #f8fbff;
	font-weight: 800;
}

body.webrox-guard-stran .varuh-product-checks i {
	color: #0f8f5f;
}

body.webrox-guard-stran .varuh-product-outcomes {
	display: grid;
	gap: .8rem;
	margin: 1rem 0 1.35rem;
	padding-left: 1.15rem;
	color: #dbe8fb;
}

body.webrox-guard-stran .varuh-product-related {
	background: linear-gradient(90deg, #f5f7fa 0%, #ffffff 48%, #f5f7fa 100%);
}

body.webrox-guard-stran .varuh-product-related-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.2rem;
}

body.webrox-guard-stran .varuh-product-related-head h2 {
	margin-bottom: 0;
	font-size: 2.2rem;
}

body.webrox-guard-stran .varuh-product-related-head > p {
	max-width: 480px;
	margin-bottom: 0;
	color: var(--varuh-tiha);
	line-height: 1.65;
}

body.webrox-guard-stran .varuh-product-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.webrox-guard-stran .varuh-related-package {
	display: grid;
	gap: .35rem;
	padding: 1rem;
	border: 1px solid var(--varuh-crta);
	border-radius: var(--varuh-radius);
	background: #ffffff;
	color: var(--varuh-tekst);
	text-decoration: none;
	box-shadow: var(--varuh-senca);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.webrox-guard-stran .varuh-related-package:hover,
body.webrox-guard-stran .varuh-related-package:focus {
	transform: translateY(-3px);
	border-color: #b7d3f6;
	box-shadow: var(--varuh-senca-mocna);
}

body.webrox-guard-stran .varuh-related-package span {
	color: var(--varuh-modra);
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-related-package strong {
	font-size: 1.15rem;
}

body.webrox-guard-stran .varuh-related-package em {
	color: var(--varuh-tiha);
	font-style: normal;
	font-weight: 800;
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran:not(.webrox-guard-insights) section[class*="varuh-"] {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	body.webrox-guard-stran .varuh-product-grid,
	body.webrox-guard-stran .varuh-product-detail-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	body.webrox-guard-stran .varuh-product-buy {
		max-width: 520px;
	}

	body.webrox-guard-stran .varuh-product-copy h1 {
		font-size: 2.65rem;
	}

	body.webrox-guard-stran .varuh-product-related-head {
		display: grid;
		gap: .85rem;
	}

	body.webrox-guard-stran .varuh-hero {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	body.webrox-guard-stran .varuh-izpostavljen {
		transform: none;
	}

	body.webrox-guard-stran .varuh-izpostavljen:hover {
		transform: translateY(-4px);
	}

	body.webrox-guard-stran .varuh-procesni-rail,
	body.webrox-guard-stran .varuh-primerjava-povzetek,
	body.webrox-guard-stran .varuh-incident-panel,
	body.webrox-guard-stran .varuh-ustanovitelj-panel,
	body.webrox-guard-stran .varuh-hiter-nakup-panel,
	body.webrox-guard-stran .varuh-sekcijski-cta,
	body.webrox-guard-stran .varuh-final-cta .varuh-zakljucek,
	body.webrox-guard-stran .varuh-footer-varnost {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-sekcijski-cta-gumbi {
		justify-content: flex-start;
	}

	body.webrox-guard-stran .varuh-scan-trak-notranji,
	body.webrox-guard-stran .varuh-dinamicni-scan {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-dinamicni-akcije {
		justify-content: flex-start;
	}

	body.webrox-guard-stran .varuh-hero-problemi {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-hero-forma {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-free-scan-vnos,
	body.webrox-guard-stran .varuh-rezultat-akcije,
	body.webrox-guard-stran .varuh-woocommerce-panel,
	body.webrox-guard-stran .varuh-woocommerce-signali {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-free-scan-glava {
		display: grid;
	}

	body.webrox-guard-stran .varuh-free-scan-glava span {
		text-align: left;
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-korak {
		grid-template-columns: 2.5rem 1fr;
		gap: .75rem;
		padding: 1rem;
		border-right: 0;
		border-bottom: 1px solid var(--varuh-crta);
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-korak:last-child {
		border-bottom: 0;
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-stevilka {
		top: .75rem;
		right: .75rem;
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-ikona {
		width: 2.5rem;
		height: 2.5rem;
		min-width: 2.5rem;
	}

	body.webrox-guard-stran .varuh-footer-glava,
	body.webrox-guard-stran .varuh-footer-spodaj {
		display: grid;
	}

	body.webrox-guard-stran .varuh-ustanovitelj-vsebina {
		padding: .5rem;
	}

	body.webrox-guard-stran .varuh-ustanovitelj-slika,
	body.webrox-guard-stran .varuh-ustanovitelj-slika img {
		min-height: 440px;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran:not(.webrox-guard-insights) section[class*="varuh-"] {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	body.webrox-guard-stran .varuh-site-nav {
		grid-template-columns: 1fr auto;
		min-height: 4rem;
	}

	body.webrox-guard-stran .varuh-site-brand img {
		width: min(11.5rem, 56vw);
	}

	body.webrox-guard-stran .varuh-site-links {
		display: none;
	}

	body.webrox-guard-stran .varuh-site-nav .btn {
		padding: .55rem .8rem;
		font-size: .78rem;
	}

	body.webrox-guard-stran .varuh-product-hero {
		padding: 3rem 0;
	}

	body.webrox-guard-stran .varuh-product-copy h1 {
		font-size: 2.1rem;
	}

	body.webrox-guard-stran .varuh-product-copy .lead {
		font-size: 1.05rem;
	}

	body.webrox-guard-stran .varuh-product-card,
	body.webrox-guard-stran .varuh-product-panel {
		padding: 1rem;
	}

	body.webrox-guard-stran .varuh-product-section {
		padding: 2.75rem 0;
	}

	body.webrox-guard-stran .varuh-product-checks,
	body.webrox-guard-stran .varuh-product-related-grid {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-product-panel h2,
	body.webrox-guard-stran .varuh-product-related-head h2 {
		font-size: 1.75rem;
	}

	body.webrox-guard-stran section.varuh-hero.varuh-ozadje-animirano {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	body.webrox-guard-stran h1 {
		font-size: 2.25rem;
		line-height: 1.08;
	}

	body.webrox-guard-stran .varuh-hero h1 {
		max-width: 12ch;
		font-size: 1.72rem;
		line-height: 1.08;
	}

	body.webrox-guard-stran .varuh-hero-logo {
		width: min(15.5rem, 82vw);
		margin-bottom: .9rem;
	}

	body.webrox-guard-stran .varuh-hero .lead {
		max-width: 100%;
	}

	body.webrox-guard-stran .varuh-mascot-hero-wrap {
		padding-top: .75rem;
	}

	body.webrox-guard-stran .varuh-mascot-hero {
		position: relative;
		top: auto;
		right: auto;
		z-index: 1;
		width: min(7.1rem, 38vw);
		margin: 0 auto -2.2rem;
	}

	body.webrox-guard-stran .varuh-partnerji {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	body.webrox-guard-stran .varuh-partnerji-glava {
		display: grid;
		gap: .85rem;
		margin-bottom: 1.2rem;
	}

	body.webrox-guard-stran .varuh-partnerji-glava h2 {
		font-size: 1.75rem;
	}

	body.webrox-guard-stran .varuh-partnerji-glava > p {
		font-size: .95rem;
	}

	body.webrox-guard-stran .varuh-logo-marquee {
		-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
		mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
	}

	body.webrox-guard-stran .varuh-logo-track {
		gap: .7rem;
		animation-duration: 44s;
	}

	body.webrox-guard-stran .varuh-partner-logo {
		width: 10.2rem;
		height: 4.65rem;
		padding: .7rem .9rem;
	}

	body.webrox-guard-stran .varuh-partner-logo img {
		max-height: 3rem;
	}

	body.webrox-guard-stran h2 {
		font-size: 1.875rem;
	}

	body.webrox-guard-stran .lead {
		font-size: .98rem;
		line-height: 1.55;
	}

	body.webrox-guard-stran .card-body {
		padding: 1.35rem;
	}

	body.webrox-guard-stran .varuh-dodatek .card-body {
		grid-template-columns: 2.4rem 1fr;
		padding: 1.1rem;
	}

	body.webrox-guard-stran .varuh-dodatek li {
		display: block;
	}

	body.webrox-guard-stran .varuh-letno {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-letno em {
		grid-row: auto;
		grid-column: auto;
		width: fit-content;
	}

	body.webrox-guard-stran .varuh-primerjava-povzetek > div,
	body.webrox-guard-stran .varuh-incident-panel .varuh-dogodek {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-primerjava-povzetek .varuh-ikona {
		grid-row: auto;
	}

	body.webrox-guard-stran .varuh-kako .row.justify-content-center {
		margin-bottom: 1.35rem !important;
	}

	body.webrox-guard-stran .varuh-kako h2 {
		max-width: 12rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 1.55rem;
		line-height: 1.12;
	}

	body.webrox-guard-stran .varuh-kako .lead {
		max-width: 19rem;
		margin-right: auto;
		margin-left: auto;
		font-size: .92rem;
		line-height: 1.5;
	}

	body.webrox-guard-stran .varuh-procesni-rail {
		gap: .65rem;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-korak {
		grid-template-columns: 2.6rem 1fr;
		gap: .75rem;
		padding: 1rem;
		border: 1px solid var(--varuh-crta);
		border-radius: var(--varuh-radius);
		background: var(--varuh-bela);
		box-shadow: 0 3px 10px #edf2f8;
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-korak:last-child {
		border: 1px solid var(--varuh-crta);
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-stevilka {
		top: .7rem;
		right: .7rem;
		font-size: .68rem;
	}

	body.webrox-guard-stran .varuh-procesni-rail .varuh-ikona {
		grid-row: 1 / span 2;
		width: 2.45rem;
		height: 2.45rem;
		min-width: 2.45rem;
		margin-top: 0;
	}

	body.webrox-guard-stran .varuh-procesni-rail h3 {
		padding-right: 2.3rem;
		margin-top: 0;
		margin-bottom: .25rem;
	}

	body.webrox-guard-stran .varuh-procesni-rail p {
		font-size: .9rem;
	}

	body.webrox-guard-stran .varuh-incident-panel,
	body.webrox-guard-stran .varuh-ustanovitelj-panel,
	body.webrox-guard-stran .varuh-final-cta .varuh-zakljucek {
		padding: 1rem;
	}

	body.webrox-guard-stran .varuh-report-stevilke {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-hero-free-scan,
	body.webrox-guard-stran .varuh-woocommerce-besedilo,
	body.webrox-guard-stran .varuh-woocommerce-tok {
		padding: 1rem;
	}

	body.webrox-guard-stran .varuh-woocommerce-panel {
		padding: .85rem;
	}

	body.webrox-guard-stran .varuh-woocommerce-signali {
		gap: .65rem;
		margin-bottom: 1rem;
	}

	body.webrox-guard-stran .varuh-woocommerce-signali > div {
		grid-template-columns: 2.1rem 1fr;
		padding: .9rem;
	}

	body.webrox-guard-stran .varuh-ustanovitelj-slika,
	body.webrox-guard-stran .varuh-ustanovitelj-slika img {
		min-height: 360px;
	}

	body.webrox-guard-stran .varuh-ustanovitelj-slika img {
		object-position: center 32%;
	}

	body.webrox-guard-stran .varuh-ustanovitelj-slika figcaption {
		right: .75rem;
		bottom: .75rem;
	}

	body.webrox-guard-stran .varuh-ustanovitelj-stevilke {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .btn,
	body.webrox-guard-stran .varuh-obrazec .btn,
	body.webrox-guard-stran .varuh-hero-akcije .btn,
	body.webrox-guard-stran .varuh-hiter-nakup-gumbi .btn,
	body.webrox-guard-stran .varuh-blok-akcije .btn,
	body.webrox-guard-stran .varuh-sekcijski-cta-gumbi .btn,
	body.webrox-guard-stran .varuh-dinamicni-akcije .btn,
	body.webrox-guard-stran .varuh-scan-trak .btn,
	body.webrox-guard-stran .varuh-popup-gumbi .btn,
	body.webrox-guard-stran .varuh-woocommerce-akcije .btn,
	body.webrox-guard-stran .varuh-final-cta .btn {
		width: 100%;
	}

	body.webrox-guard-stran .form-control {
		border-radius: var(--varuh-radius-sm);
	}

	body.webrox-guard-stran .varuh-status,
	body.webrox-guard-stran .varuh-vrstica {
		align-items: flex-start;
		flex-direction: column;
	}

	body.webrox-guard-stran .varuh-hero .varuh-pregled .row > [class*="col-"] {
		width: 50%;
	}

	body.webrox-guard-stran .varuh-hero .varuh-status,
	body.webrox-guard-stran .varuh-hero .varuh-vrstica {
		align-items: center;
		flex-direction: row;
		gap: .45rem;
		padding: .75rem !important;
		font-size: .86rem;
	}

	body.webrox-guard-stran .varuh-hero .varuh-status strong,
	body.webrox-guard-stran .varuh-hero .varuh-vrstica strong {
		padding: .25rem .45rem;
		font-size: .68rem;
	}

	body.webrox-guard-stran .varuh-hero .varuh-pregled .card-body {
		padding: 1rem;
	}

	body.webrox-guard-stran .varuh-hero .varuh-pregled h2 {
		font-size: 1.75rem;
	}

	body.webrox-guard-stran .varuh-hero-zaupanje {
		display: none !important;
	}

	body.webrox-guard-stran .varuh-hero-panel {
		padding: 1rem;
	}

	body.webrox-guard-stran .varuh-hero-panel h2 {
		font-size: 1.55rem;
		line-height: 1.08;
	}

	body.webrox-guard-stran .varuh-rezultat-kartice small,
	body.webrox-guard-stran .varuh-scan-pills em {
		display: none;
	}

	body.webrox-guard-stran .varuh-hero-rezultat.je-rezultat .varuh-rezultat-kartice small {
		display: block;
	}

	body.webrox-guard-stran .varuh-rezultat-kartice > div {
		padding: .5rem;
	}

	body.webrox-guard-stran .varuh-priporocilo {
		padding: .65rem;
	}

	body.webrox-guard-stran .varuh-priporocilo p {
		font-size: .82rem;
		line-height: 1.28;
	}

	body.webrox-guard-stran .varuh-scan-plugin {
		padding: .38rem .45rem;
		font-size: .74rem;
	}

	body.webrox-guard-stran .varuh-scan-pills {
		gap: .25rem;
	}

	body.webrox-guard-stran .varuh-scan-pills span {
		padding: .22rem .35rem;
		font-size: .66rem;
	}

	body.webrox-guard-stran .varuh-scan-trak {
		padding: .35rem 0;
	}

	body.webrox-guard-stran .varuh-scan-trak-notranji {
		gap: .45rem;
		padding: .65rem;
	}

	body.webrox-guard-stran .varuh-scan-trak-notranji p {
		display: none;
	}

	body.webrox-guard-stran .varuh-dinamicni-scan {
		padding: .8rem;
	}

	body.webrox-guard-stran .varuh-dinamicni-scan strong {
		font-size: .98rem;
	}

	body.webrox-guard-stran .varuh-dinamicni-scan p {
		font-size: .9rem;
	}

	body.webrox-guard-stran .varuh-dinamicni-tags span {
		font-size: .67rem;
	}

	body.webrox-guard-stran .varuh-hero-panel-glava,
	body.webrox-guard-stran .varuh-hero-checklist > div {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-hero-panel-glava {
		display: grid;
		padding-right: 0;
	}

	body.webrox-guard-stran .varuh-scroll-popup {
		right: 1rem;
		bottom: 1rem;
		width: min(21.5rem, calc(100vw - 2rem));
	}

	body.webrox-guard-stran .varuh-mascot-popup {
		width: 4.35rem;
		height: auto;
	}

	body.webrox-guard-stran .varuh-mascot-footer {
		order: 0;
		width: 4.5rem;
		height: 4.5rem;
		margin: .25rem 0;
	}

	body.webrox-guard-stran .varuh-tabela-wrap {
		margin-right: -1rem;
		margin-left: -1rem;
		border-right: 0 !important;
		border-left: 0 !important;
		border-radius: 0 !important;
	}
}

body.webrox-guard-stran.single-product {
	background: #f4f7fb;
}

body.webrox-guard-stran.single-product .varuh-site-header {
	border-bottom-color: rgba(126, 158, 199, .18);
	background: rgba(9, 17, 31, .96);
}

body.webrox-guard-stran.single-product .varuh-product-main {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 5%, rgba(31, 127, 255, .18), transparent 30rem),
		linear-gradient(180deg, #09111f 0%, #0d1829 34rem, #f4f7fb 34rem, #ffffff 100%);
}

body.webrox-guard-stran.single-product .varuh-product-hero {
	position: relative;
	padding: 5.5rem 0 4.25rem;
	background:
		radial-gradient(circle at 82% 32%, rgba(31, 127, 255, .24), transparent 22rem),
		radial-gradient(circle at 12% 18%, rgba(24, 183, 122, .12), transparent 20rem),
		linear-gradient(rgba(126, 158, 199, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 158, 199, .045) 1px, transparent 1px),
		linear-gradient(135deg, #09111f 0%, #0d1829 54%, #101f38 100%);
	background-color: #09111f;
	background-size: 64px 64px;
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-hero::after {
	content: "";
	position: absolute;
	right: 8%;
	bottom: -9rem;
	width: 28rem;
	height: 28rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(31, 127, 255, .2), transparent 68%);
	pointer-events: none;
}

body.webrox-guard-stran.single-product .varuh-product-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	align-items: center;
	gap: clamp(2rem, 6vw, 5rem);
}

body.webrox-guard-stran.single-product .varuh-product-back {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-bottom: 1.45rem;
	color: #a9caff;
	font-size: .88rem;
	font-weight: 900;
	text-decoration: none;
}

body.webrox-guard-stran.single-product .varuh-product-back:hover,
body.webrox-guard-stran.single-product .varuh-product-back:focus {
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: 0 0 1.15rem;
	padding: .5rem .8rem;
	border: 1px solid rgba(158, 197, 255, .26);
	border-radius: 999px;
	background: rgba(17, 29, 49, .78);
	color: #9ec5ff;
	font-size: .78rem;
	font-weight: 950;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-copy h1 {
	max-width: 12ch;
	margin: 0 0 1.1rem;
	color: #ffffff;
	font-size: clamp(3rem, 6.2vw, 5.75rem);
	line-height: .92;
	letter-spacing: 0;
}

body.webrox-guard-stran.single-product .varuh-product-lead {
	max-width: 690px;
	margin-bottom: 1rem;
	color: #e6eefc;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.45;
}

body.webrox-guard-stran.single-product .varuh-product-summary {
	max-width: 720px;
	color: #c7d5ea;
	font-size: 1.02rem;
	line-height: 1.8;
}

body.webrox-guard-stran.single-product .varuh-product-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .7rem;
	margin-top: 1.6rem;
}

body.webrox-guard-stran.single-product .varuh-product-facts span {
	display: flex;
	align-items: center;
	gap: .55rem;
	min-height: 3.25rem;
	padding: .72rem .85rem;
	border: 1px solid rgba(158, 197, 255, .18);
	border-radius: 12px;
	background: rgba(255, 255, 255, .055);
	color: #dbe8fb;
	font-size: .87rem;
	font-weight: 900;
}

body.webrox-guard-stran.single-product .varuh-product-facts i {
	color: #18b77a;
}

body.webrox-guard-stran.single-product .varuh-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1.7rem;
}

body.webrox-guard-stran.single-product .varuh-product-actions .btn {
	padding-inline: 1.15rem;
}

body.webrox-guard-stran.single-product .varuh-product-actions .btn-light {
	border-color: #ffffff;
	background: #ffffff;
	color: #061126;
}

body.webrox-guard-stran.single-product .varuh-product-actions .btn-outline-light {
	border-color: rgba(255, 255, 255, .38);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-actions .btn-outline-light:hover,
body.webrox-guard-stran.single-product .varuh-product-actions .btn-outline-light:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #061126;
}

body.webrox-guard-stran.single-product .varuh-product-buy {
	align-self: start;
}

body.webrox-guard-stran.single-product .varuh-product-card {
	position: sticky;
	top: 6rem;
	display: grid;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid rgba(216, 229, 245, .95);
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	color: var(--varuh-tekst);
	box-shadow: 0 20px 46px rgba(8, 18, 36, .22);
	backdrop-filter: blur(16px);
}

body.webrox-guard-stran.single-product .varuh-product-card-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
}

body.webrox-guard-stran.single-product .varuh-product-card-label {
	display: block;
	margin-bottom: .15rem;
	color: var(--varuh-modra);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-card-top strong {
	color: var(--varuh-temna);
	font-size: 1.55rem;
	line-height: 1.1;
}

body.webrox-guard-stran.single-product .varuh-product-price {
	padding: .35rem 0 .15rem;
	color: var(--varuh-temna);
	font-size: 2.25rem;
	font-weight: 950;
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-price .subscription-details {
	color: var(--varuh-tiha);
	font-size: .92rem;
	font-weight: 900;
}

body.webrox-guard-stran.single-product .varuh-product-trial,
body.webrox-guard-stran.single-product .varuh-product-annual {
	margin: 0;
	border: 1px solid #d8e5f5;
	border-radius: 14px;
}

body.webrox-guard-stran.single-product .varuh-product-trial {
	display: flex;
	align-items: center;
	gap: .65rem;
	padding: .85rem;
	background: #ecfdf5;
	color: #116647;
	font-weight: 850;
}

body.webrox-guard-stran.single-product .varuh-product-trial i {
	color: #0f8f5f;
}

body.webrox-guard-stran.single-product .varuh-product-annual {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .15rem .65rem;
	padding: .9rem;
	background: #f3f8ff;
}

body.webrox-guard-stran.single-product .varuh-product-annual span {
	color: var(--varuh-tiha);
	font-size: .78rem;
	font-weight: 950;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-annual strong {
	color: var(--varuh-temna);
	font-size: .98rem;
}

body.webrox-guard-stran.single-product .varuh-product-annual em {
	grid-column: 1 / -1;
	color: var(--varuh-modra-temna);
	font-size: .84rem;
	font-style: normal;
	font-weight: 900;
}

body.webrox-guard-stran.single-product .varuh-product-cart {
	display: grid;
	margin: .15rem 0 0;
}

body.webrox-guard-stran.single-product .varuh-product-cart .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	width: 100%;
	min-height: 3.2rem;
	box-shadow: 0 10px 22px rgba(31, 127, 255, .25);
}

body.webrox-guard-stran.single-product .varuh-product-compare {
	display: inline-flex;
	justify-content: center;
	padding: .75rem 1rem;
	border: 1px solid #bfd4ef;
	border-radius: 999px;
	color: var(--varuh-modra);
	font-weight: 950;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body.webrox-guard-stran.single-product .varuh-product-compare:hover,
body.webrox-guard-stran.single-product .varuh-product-compare:focus {
	border-color: var(--varuh-modra);
	background: #f3f8ff;
	color: var(--varuh-modra-temna);
}

body.webrox-guard-stran.single-product .varuh-product-mini-list {
	display: grid;
	gap: .65rem;
	margin: .2rem 0 0;
	padding: .35rem 0 0;
	color: #62738d;
	font-size: .88rem;
	list-style: none;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list li {
	display: grid;
	grid-template-columns: 1.15rem 1fr;
	align-items: start;
	gap: .55rem;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list i {
	margin-top: .18rem;
	color: var(--varuh-modra);
}

body.webrox-guard-stran.single-product .varuh-product-flow {
	margin-top: -1.25rem;
	padding: 0 0 3rem;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .85rem;
	padding: .85rem;
	border: 1px solid #d8e5f5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid > div {
	display: grid;
	gap: .25rem;
	padding: 1rem;
	border-radius: 14px;
	background: #f8fbff;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid span {
	color: var(--varuh-modra);
	font-size: .78rem;
	font-weight: 950;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid strong {
	color: var(--varuh-temna);
	font-size: 1.05rem;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid p {
	margin: 0;
	color: var(--varuh-tiha);
	line-height: 1.55;
}

body.webrox-guard-stran.single-product .varuh-product-section {
	padding: 3.75rem 0;
}

body.webrox-guard-stran.single-product .varuh-product-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: 1rem;
}

body.webrox-guard-stran.single-product .varuh-product-panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #d8e5f5;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

body.webrox-guard-stran.single-product .varuh-product-panel h2 {
	max-width: 720px;
	margin-bottom: .75rem;
	color: var(--varuh-temna);
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-panel p {
	color: #64748b;
}

body.webrox-guard-stran.single-product .varuh-product-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem;
	margin-top: 1.35rem;
}

body.webrox-guard-stran.single-product .varuh-product-checks > div {
	display: grid;
	grid-template-columns: 1.2rem 1fr;
	align-items: center;
	gap: .65rem;
	padding: .9rem;
	border: 1px solid #d8e5f5;
	border-radius: 14px;
	background: #f8fbff;
	color: var(--varuh-temna);
	font-weight: 900;
}

body.webrox-guard-stran.single-product .varuh-product-checks i {
	color: #0f8f5f;
}

body.webrox-guard-stran.single-product .varuh-product-panel-blue {
	background: linear-gradient(145deg, #0b1220 0%, #13294f 100%);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-panel-blue h2,
body.webrox-guard-stran.single-product .varuh-product-panel-blue p {
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-panel-blue .varuh-oznaka {
	border-color: rgba(158, 197, 255, .22);
	background: rgba(17, 29, 49, .75);
	color: #9ec5ff;
}

body.webrox-guard-stran.single-product .varuh-product-outcomes {
	display: grid;
	gap: .85rem;
	margin: 1rem 0 1.5rem;
	padding: 0;
	color: #dbe8fb;
	list-style: none;
}

body.webrox-guard-stran.single-product .varuh-product-outcomes li {
	position: relative;
	padding-left: 1.35rem;
	line-height: 1.55;
}

body.webrox-guard-stran.single-product .varuh-product-outcomes li::before {
	content: "";
	position: absolute;
	top: .62rem;
	left: 0;
	width: .45rem;
	height: .45rem;
	border-radius: 999px;
	background: #38bdf8;
}

body.webrox-guard-stran.single-product .varuh-product-proof {
	padding: 1rem 0 3.75rem;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) auto;
	align-items: center;
	gap: 1.25rem;
	padding: 1.35rem;
	border: 1px solid #d8e5f5;
	border-radius: 18px;
	background: #eef6ff;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner h2 {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner p {
	margin: 0;
	color: #64748b;
	line-height: 1.7;
}

body.webrox-guard-stran.single-product .varuh-product-related {
	padding: 3.75rem 0 4.25rem;
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-related-package {
	box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran.single-product .varuh-product-main {
		background:
			radial-gradient(circle at 12% 5%, rgba(31, 127, 255, .16), transparent 24rem),
			linear-gradient(180deg, #09111f 0%, #0d1829 42rem, #f4f7fb 42rem, #ffffff 100%);
	}

	body.webrox-guard-stran.single-product .varuh-product-shell,
	body.webrox-guard-stran.single-product .varuh-product-detail-grid,
	body.webrox-guard-stran.single-product .varuh-product-proof-inner {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-card {
		position: relative;
		top: auto;
		max-width: 560px;
	}

	body.webrox-guard-stran.single-product .varuh-product-flow-grid {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-proof-inner {
		align-items: start;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.single-product .varuh-product-hero {
		padding: 3rem 0 2.25rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-copy h1 {
		max-width: 11ch;
		font-size: clamp(2.65rem, 16vw, 4.4rem);
	}

	body.webrox-guard-stran.single-product .varuh-product-lead {
		font-size: 1.08rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-summary {
		font-size: .96rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-facts,
	body.webrox-guard-stran.single-product .varuh-product-checks,
	body.webrox-guard-stran.single-product .varuh-product-related-grid {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-actions,
	body.webrox-guard-stran.single-product .varuh-product-actions .btn {
		width: 100%;
	}

	body.webrox-guard-stran.single-product .varuh-product-card {
		padding: 1rem;
		border-radius: 16px;
	}

	body.webrox-guard-stran.single-product .varuh-product-flow {
		padding-bottom: 2.25rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-section,
	body.webrox-guard-stran.single-product .varuh-product-related {
		padding: 2.5rem 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-proof {
		padding-bottom: 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.webrox-guard-stran .varuh-ozadje-animirano,
	body.webrox-guard-stran .varuh-hero-rezultat,
	body.webrox-guard-stran .varuh-logo-track,
	body.webrox-guard-stran .varuh-mascot-hero,
	body.webrox-guard-stran .varuh-mascot-popup,
	body.webrox-guard-stran .varuh-mascot-footer {
		animation: none;
	}

	body.webrox-guard-stran .btn,
	body.webrox-guard-stran .card,
	body.webrox-guard-stran .varuh-sekcijski-cta,
	body.webrox-guard-stran .varuh-partner-logo,
	body.webrox-guard-stran .varuh-rezultat-kartice > div {
		transition: none;
	}
}

/* 2026-07 production pass: clearer scan flow, tighter page rhythm and checkout polish. */
body.webrox-guard-stran .varuh-skip-link {
	position: fixed;
	top: .75rem;
	left: .75rem;
	z-index: 10000;
	padding: .7rem 1rem;
	border-radius: 8px;
	background: #ffffff;
	color: #0b1220;
	font-weight: 850;
	transform: translateY(-150%);
}

body.webrox-guard-stran .varuh-skip-link:focus {
	transform: translateY(0);
}

body.webrox-guard-stran :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid #75a9ff;
	outline-offset: 3px;
}

body.webrox-guard-stran :is(#brezplacni-pregled, #paketi, #primerjava, #kako-deluje, #woocommerce, #safe-updates, #dodatki, #ustanovitelj, #faq, #nakup, #kaj-preverja, #primerjava-paketov) {
	scroll-margin-top: 5.5rem;
}

body.webrox-guard-stran .webrox-guard-stran-main > section:not(.varuh-hero) {
	padding-top: clamp(3.5rem, 5vw, 5rem) !important;
	padding-bottom: clamp(3.5rem, 5vw, 5rem) !important;
}

body.webrox-guard-stran .varuh-hero-vsebina {
	display: grid;
	justify-items: center;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

body.webrox-guard-stran .varuh-hero-vsebina .varuh-hero-logo {
	width: min(17.5rem, 72vw);
	margin: 0 auto 1rem;
}

body.webrox-guard-stran .varuh-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: 0 0 1rem;
	padding: .5rem .75rem;
	border: 1px solid #2b4264;
	border-radius: 999px;
	background: #101b2d;
	color: #9ec5ff;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-hero-vsebina h1 {
	max-width: none;
	font-size: clamp(2.5rem, 5vw, 4.75rem);
}

body.webrox-guard-stran .varuh-hero-vsebina .lead {
	max-width: 820px;
	margin-inline: auto;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}

body.webrox-guard-stran .varuh-hero-vsebina .varuh-obrazec {
	width: 100%;
	max-width: 900px;
	text-align: left;
}

body.webrox-guard-stran .varuh-hero-vsebina .varuh-free-scan-vnos {
	grid-template-columns: minmax(18rem, 1fr) auto;
}

body.webrox-guard-stran .varuh-scan-stage {
	position: relative;
	max-width: 1120px;
	margin: clamp(7rem, 8vw, 8rem) auto 0;
}

body.webrox-guard-stran .varuh-scan-stage .varuh-mascot-hero {
	top: -8rem;
	right: 1rem;
	z-index: 3;
	width: 7rem;
}

body.webrox-guard-stran .varuh-scan-stage .varuh-hero-rezultat {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(22.5rem, .96fr);
	align-items: start;
	gap: 1rem 1.2rem;
	padding: 1.3rem;
	animation: none;
	box-shadow: 0 8px 24px rgba(7, 17, 31, .28);
}

body.webrox-guard-stran .varuh-scan-stage .varuh-hero-panel-glava,
body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-url {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-kartice {
	grid-column: 1;
	grid-row: auto;
	align-self: start;
	margin: 0;
}

body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-desno {
	display: grid;
	grid-column: 2;
	grid-row: auto;
	align-self: start;
	gap: .75rem;
	min-width: 0;
}

body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-akcije {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	align-self: start;
	margin-top: 0;
}

body.webrox-guard-stran .varuh-scan-poudarki,
body.webrox-guard-stran .varuh-scan-vsi-signali {
	display: grid;
	gap: .45rem;
}

body.webrox-guard-stran .varuh-rezultat-kartice > .varuh-scan-poudarki {
	grid-template-columns: 1fr;
	padding: 0;
	border: 0;
	background: transparent;
}

body.webrox-guard-stran .varuh-rezultat-kartice .varuh-scan-check {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: .55rem;
	padding: .65rem .75rem;
	border: 1px solid var(--varuh-crta);
	border-radius: 8px;
}

body.webrox-guard-stran .varuh-rezultat-kartice .varuh-scan-check > strong {
	padding: .2rem .45rem;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--varuh-modra-temna);
	font-size: .68rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-scan-details {
	margin-top: .7rem;
	border: 1px solid #d6e2f1;
	border-radius: 8px;
	background: #f8fafc;
	overflow: hidden;
}

body.webrox-guard-stran .varuh-scan-details[open] {
	border-color: #a9c9f4;
	background: #ffffff;
}

body.webrox-guard-stran .varuh-scan-details summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: .75rem;
	min-height: 3.65rem;
	padding: .7rem .75rem;
	color: #10203a;
	cursor: pointer;
	list-style: none;
}

body.webrox-guard-stran .varuh-scan-details summary::-webkit-details-marker {
	display: none;
}

body.webrox-guard-stran .varuh-scan-details-naslov {
	display: flex;
	align-items: center;
	gap: .65rem;
	min-width: 0;
}

body.webrox-guard-stran .varuh-scan-details-naslov > i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border: 1px solid #d3e2f5;
	border-radius: 7px;
	background: #eef5ff;
	color: var(--varuh-modra);
	font-size: .82rem;
}

body.webrox-guard-stran .varuh-scan-details-naslov > span {
	display: grid;
	gap: .12rem;
	min-width: 0;
}

body.webrox-guard-stran .varuh-scan-details-naslov strong {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #10203a;
	font-size: .92rem;
	font-weight: 900;
	line-height: 1.2;
	text-transform: none;
}

body.webrox-guard-stran .varuh-scan-details-naslov small {
	color: #718199;
	font-size: .7rem;
	font-weight: 650;
	line-height: 1.25;
}

body.webrox-guard-stran .varuh-scan-details-meta {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
}

body.webrox-guard-stran .varuh-scan-details-meta small {
	color: #6c7d96;
	font-size: .72rem;
	font-weight: 750;
	white-space: nowrap;
}

body.webrox-guard-stran .varuh-scan-details-meta i {
	color: #68809f;
	font-size: .72rem;
	transition: transform .18s ease;
}

body.webrox-guard-stran .varuh-scan-details[open] .varuh-scan-details-meta i {
	transform: rotate(180deg);
}

body.webrox-guard-stran .varuh-scan-vsi-signali {
	max-height: 27rem;
	padding: .7rem;
	border-top: 1px solid #e1e9f3;
	background: #ffffff;
	overflow-y: auto;
	scrollbar-color: #9cb7d8 #edf2f7;
	scrollbar-width: thin;
}

body.webrox-guard-stran .varuh-scan-vsi-signali::-webkit-scrollbar {
	width: 8px;
}

body.webrox-guard-stran .varuh-scan-vsi-signali::-webkit-scrollbar-track {
	background: #edf2f7;
}

body.webrox-guard-stran .varuh-scan-vsi-signali::-webkit-scrollbar-thumb {
	border: 2px solid #edf2f7;
	border-radius: 999px;
	background: #9cb7d8;
}

body.webrox-guard-stran .varuh-scan-details:not([open]) .varuh-scan-vsi-signali {
	display: none;
}

body.webrox-guard-stran .varuh-scan-offer {
	display: grid;
	gap: .45rem;
	padding: .75rem;
	border: 1px solid #b9e4d2;
	border-radius: 8px;
	background: #ecfdf5;
}

body.webrox-guard-stran .varuh-scan-offer-top,
body.webrox-guard-stran .varuh-scan-offer-price {
	display: flex;
	align-items: center;
	gap: .5rem;
}

body.webrox-guard-stran .varuh-scan-offer-top {
	justify-content: space-between;
}

body.webrox-guard-stran .varuh-scan-offer-top span {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	color: #08744f;
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran .varuh-scan-offer-top > strong {
	padding: .25rem .45rem;
	border-radius: 999px;
	background: #08744f;
	color: #fff;
	font-size: .7rem;
}

body.webrox-guard-stran .varuh-scan-offer-price del {
	color: #7d8c88;
	font-size: .78rem;
}

body.webrox-guard-stran .varuh-scan-offer-price strong {
	color: #075f42;
	font-size: 1.05rem;
}

body.webrox-guard-stran .varuh-scan-offer-price small {
	color: #557169;
	font-size: .7rem;
	font-weight: 750;
}

body.webrox-guard-stran .varuh-scan-offer p,
body.webrox-guard-stran .varuh-scan-offer time {
	margin: 0;
	color: #526f65;
	font-size: .7rem;
	line-height: 1.4;
}

body.webrox-guard-stran .varuh-scan-offer time {
	color: #08744f;
	font-weight: 850;
}

body.webrox-guard-stran .varuh-footer-pravne {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .45rem 1rem;
}

body.webrox-guard-stran .varuh-footer-pravne a {
	color: #9ec5ff;
	font-weight: 750;
	text-decoration: none;
}

body.webrox-guard-stran .varuh-footer-pravne a:hover,
body.webrox-guard-stran .varuh-footer-pravne a:focus {
	color: #ffffff;
}

body.webrox-guard-stran .varuh-partner-logo img[alt^="Ostajam"] {
	filter: brightness(.18) saturate(1.2);
}

body.webrox-guard-stran .varuh-popup-zapri,
body.webrox-guard-stran .varuh-nazaj-gor {
	width: 2.75rem;
	height: 2.75rem;
	min-width: 2.75rem;
}

body.webrox-guard-stran.woocommerce-checkout #primary,
body.webrox-guard-stran.woocommerce-checkout main.site-main {
	padding-top: clamp(2rem, 4vw, 3.5rem) !important;
	padding-bottom: clamp(3rem, 5vw, 5rem) !important;
}

body.webrox-guard-stran.woocommerce-checkout .entry-header,
body.webrox-guard-stran.woocommerce-checkout .entry-content {
	max-width: 1120px;
	margin-inline: auto;
}

body.webrox-guard-stran.woocommerce-checkout .entry-header h1 {
	margin-bottom: 1.5rem;
	font-size: clamp(2.5rem, 5vw, 4.25rem);
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
	border: 1px solid #b8d3ff;
	border-radius: 12px;
	background: #ffffff;
}

body.webrox-guard-stran.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-height: 3.3rem;
	background: #1677ff;
	color: #ffffff;
}

/* Classic checkout: required for reliable Stripe Setup Intents on free trials. */
body.webrox-guard-stran.woocommerce-checkout .entry-header {
	padding: 1.5rem 0 .75rem !important;
}

body.webrox-guard-stran.woocommerce-checkout .entry-header h1 {
	margin-bottom: .25rem;
	font-size: clamp(2.25rem, 4vw, 3.4rem);
}

body.webrox-guard-stran.woocommerce-checkout .entry-content {
	margin-top: 0 !important;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
	grid-template-rows: auto auto auto auto;
	align-items: start;
	gap: 1rem 1.5rem;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #customer_details {
	grid-column: 1;
	grid-row: 1 / span 4;
	margin: 0;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-element {
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	margin: 0 !important;
	padding: 1.15rem 1.35rem;
	border: 1px solid #c9daf1;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(16, 32, 58, .05);
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-element::before {
	content: "Hitro plačilo";
	display: block;
	margin-bottom: .7rem;
	color: #1a2a43;
	font-size: .82rem;
	font-weight: 900;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-button-separator {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: center;
	gap: .65rem;
	width: 100%;
	margin: -.25rem 0 !important;
	color: #71829a;
	font-size: .68rem;
	font-weight: 800;
	text-transform: uppercase;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-button-separator::before,
body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-button-separator::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: #dce5f0;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-button-separator::after {
	content: "";
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > wc-order-attribution-inputs {
	display: none;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #order_review_heading {
	grid-column: 2;
	grid-row: 3;
	margin: 0;
	padding: 1.25rem 1.35rem 0;
	border: 1px solid #d6e2f1;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background: #ffffff;
	font-size: 1.35rem;
}

body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #order_review {
	grid-column: 2;
	grid-row: 4;
	margin: 0;
	padding: 1.1rem 1.35rem 1.35rem;
	border: 1px solid #d6e2f1;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(16, 32, 58, .07);
}

body.webrox-guard-stran.woocommerce-checkout #customer_details > .col-1,
body.webrox-guard-stran.woocommerce-checkout #customer_details > .col-2 {
	float: none;
	width: 100%;
	max-width: none;
	padding: 1.25rem 1.35rem;
	border: 1px solid #d6e2f1;
	border-radius: 8px;
	background: #ffffff;
}

body.webrox-guard-stran.woocommerce-checkout #customer_details > .col-2 {
	margin-top: 1rem;
}

body.webrox-guard-stran.woocommerce-checkout .woocommerce-billing-fields h3,
body.webrox-guard-stran.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 1rem;
	font-size: 1.35rem;
}

body.webrox-guard-stran.woocommerce-checkout .form-row {
	margin-bottom: .85rem;
}

body.webrox-guard-stran.woocommerce-checkout .form-row label {
	margin-bottom: .35rem;
	color: #44546c;
	font-size: .82rem;
	font-weight: 800;
}

body.webrox-guard-stran.woocommerce-checkout .form-row input.input-text,
body.webrox-guard-stran.woocommerce-checkout .form-row textarea,
body.webrox-guard-stran.woocommerce-checkout .form-row select,
body.webrox-guard-stran.woocommerce-checkout .select2-container .select2-selection--single {
	min-height: 3rem;
	padding: .7rem .85rem;
	border: 1px solid #bdcce0;
	border-radius: 7px;
	background: #ffffff;
	box-shadow: none;
}

body.webrox-guard-stran.woocommerce-checkout .form-row textarea {
	min-height: 6rem;
}

body.webrox-guard-stran.woocommerce-checkout .form-row input:focus,
body.webrox-guard-stran.woocommerce-checkout .form-row textarea:focus,
body.webrox-guard-stran.woocommerce-checkout .form-row select:focus {
	border-color: #1677ff;
	box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
	outline: 0;
}

body.webrox-guard-stran.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin-bottom: 1rem;
	border: 0;
	font-size: .88rem;
}

body.webrox-guard-stran.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.webrox-guard-stran.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: .7rem .15rem;
	border-color: #e2e9f2;
}

body.webrox-guard-stran.woocommerce-checkout #payment {
	border: 1px solid #c9daf1;
	border-radius: 8px;
	background: #f5f8fc;
}

body.webrox-guard-stran.woocommerce-checkout #payment ul.payment_methods,
body.webrox-guard-stran.woocommerce-checkout #payment .place-order {
	padding: 1rem;
	border-color: #d6e2f1;
}

body.webrox-guard-stran.woocommerce-checkout #payment div.payment_box {
	margin: .75rem 0 0;
	padding: .85rem;
	border-radius: 7px;
	background: #ffffff;
}

body.webrox-guard-stran.woocommerce-checkout #place_order {
	float: none;
	width: 100%;
	min-height: 3.25rem;
	border: 0;
	border-radius: 7px;
	background: #1677ff;
	color: #ffffff;
	font-weight: 900;
}

body.webrox-guard-stran.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 1rem;
	padding: .8rem 1rem .8rem 2.75rem;
	border: 1px solid #cfe0f8;
	border-radius: 8px;
	background: #eef5ff;
}

body.webrox-guard-stran.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

body.webrox-guard-stran.woocommerce-checkout .woocommerce-privacy-policy-text {
	color: #61728b;
	font-size: .8rem;
	line-height: 1.55;
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #customer_details,
	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-element,
	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-button-separator,
	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #order_review_heading,
	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #customer_details {
		order: 1;
	}

	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-element {
		order: 2;
	}

	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #wc-stripe-express-checkout-button-separator {
		order: 3;
	}

	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #order_review_heading {
		order: 4;
	}

	body.webrox-guard-stran.woocommerce-checkout form.woocommerce-checkout > #order_review {
		order: 5;
	}
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran .varuh-scan-stage .varuh-hero-rezultat {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-kartice,
	body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-desno {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran section.varuh-hero.varuh-ozadje-animirano {
		padding-top: 2.5rem;
		padding-bottom: 3rem;
	}

	body.webrox-guard-stran .varuh-hero-vsebina h1 {
		max-width: 11ch;
		font-size: 2.35rem;
	}

	body.webrox-guard-stran .varuh-hero-kicker {
		font-size: .7rem;
	}

	body.webrox-guard-stran .varuh-hero-vsebina .varuh-free-scan-vnos {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-scan-stage {
		margin-top: 6.15rem;
	}

	body.webrox-guard-stran .varuh-scan-stage .varuh-mascot-hero {
		position: absolute;
		top: -6.2rem;
		right: .7rem;
		width: 5.35rem;
		margin: 0;
	}

	body.webrox-guard-stran .varuh-scan-stage .varuh-hero-rezultat {
		padding: .85rem;
	}

	body.webrox-guard-stran .varuh-scan-stage .varuh-hero-panel h2 {
		font-size: 1.3rem;
	}

	body.webrox-guard-stran .varuh-priporocilo {
		gap: .7rem;
		padding: .9rem;
	}

	body.webrox-guard-stran .varuh-scan-benefits-grid {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-scan-stage .varuh-rezultat-akcije {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-scan-details-naslov small {
		display: none;
	}

	body.webrox-guard-stran .varuh-scan-details-meta small {
		font-size: .66rem;
	}

	body.webrox-guard-stran .varuh-scan-vsi-signali {
		max-height: 23rem;
		padding: .55rem;
	}

	body.webrox-guard-stran .varuh-rezultat-kartice small {
		display: block !important;
	}

	body.webrox-guard-stran .varuh-scroll-popup {
		left: .5rem;
		right: .5rem;
		bottom: max(.5rem, env(safe-area-inset-bottom));
		width: auto;
		gap: .55rem;
		padding: .7rem;
		border-radius: 8px;
	}

	body.webrox-guard-stran .varuh-scroll-popup .varuh-popup-opis,
	body.webrox-guard-stran .varuh-scroll-popup .varuh-mascot-popup,
	body.webrox-guard-stran .varuh-scroll-popup .btn-outline-primary {
		display: none;
	}

	body.webrox-guard-stran .varuh-popup-vsebina {
		display: block;
	}

	body.webrox-guard-stran .varuh-scroll-popup h2 {
		font-size: 1rem;
		line-height: 1.25;
	}

	body.webrox-guard-stran .varuh-scroll-popup .varuh-popup-gumbi {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran .varuh-scroll-popup .btn-primary {
		width: 100%;
		min-height: 2.6rem;
	}

	body.webrox-guard-stran .varuh-popup-ikona,
	body.webrox-guard-stran .varuh-popup-zapri {
		width: 1.9rem;
		height: 1.9rem;
	}

	body.webrox-guard-stran .varuh-footer-spodaj,
	body.webrox-guard-stran .varuh-footer-pravne {
		justify-items: start;
		justify-content: start;
		text-align: left;
	}
}

/* Final component lock: keep the refined chrome above legacy overrides. */
body.webrox-guard-stran .varuh-site-header.varuh-site-header {
	border-bottom: 1px solid rgba(158, 197, 255, .14);
	background: rgba(7, 15, 27, .97);
	box-shadow: 0 6px 18px rgba(3, 8, 20, .12);
}

body.webrox-guard-stran .varuh-site-nav.varuh-site-nav {
	min-height: 4.5rem;
	gap: clamp(1.25rem, 3vw, 2.75rem);
}

body.webrox-guard-stran .varuh-site-brand.varuh-site-brand img {
	width: min(10.8rem, 42vw);
	filter: none;
}

body.webrox-guard-stran .varuh-site-links.varuh-site-links {
	gap: clamp(1rem, 2.4vw, 2rem);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
}

body.webrox-guard-stran .varuh-site-links.varuh-site-links a {
	padding: .55rem 0;
	border-radius: 0;
	background: transparent;
	color: #b8c7dc;
	font-size: .82rem;
}

body.webrox-guard-stran .varuh-site-links.varuh-site-links a:hover,
body.webrox-guard-stran .varuh-site-links.varuh-site-links a:focus {
	background: transparent;
	color: #ffffff;
	transform: none;
}

body.webrox-guard-stran .varuh-site-cta.varuh-site-cta {
	min-height: 2.55rem;
	padding-inline: 1rem;
	border-radius: 6px;
	background: #1f7ff5;
	box-shadow: 0 3px 9px rgba(22, 119, 255, .15);
}

body.webrox-guard-stran .varuh-footer.varuh-footer {
	padding: clamp(3.25rem, 6vw, 5rem) 0 1.4rem;
	border-top: 1px solid #172942;
	background: #07101d;
}

body.webrox-guard-stran .varuh-footer .varuh-footer-brand img {
	width: min(12rem, 68vw);
}

body.webrox-guard-stran .varuh-footer .varuh-footer-spodaj {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	align-items: center;
	padding-top: 1.2rem;
	border-top: 0;
}

body.webrox-guard-stran .varuh-footer .varuh-footer-pravne {
	justify-content: flex-start;
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran .varuh-footer .varuh-footer-spodaj {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran .varuh-site-nav.varuh-site-nav {
		min-height: 4.1rem;
		gap: .75rem;
	}

	body.webrox-guard-stran .varuh-site-brand.varuh-site-brand img {
		width: min(9.25rem, 48vw);
	}

	body.webrox-guard-stran .varuh-site-cta.varuh-site-cta {
		min-height: 2.4rem;
		padding-inline: .78rem;
	}
}
