.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
#backToTop{z-index: 9;}
*+html .clearfix {
    display: inline-block;
}
html, body{
	overflow-x: hidden!important;
}
html.hideScroll,body.hideScroll{overflow:hidden;}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-weight:400;
	color:#000;
}
 section *,.popup-testi-vdo *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight:600;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
h2{
	font-size: 1.8em;
	margin:0 0 20px;
	line-height:1.4;
	font-weight:600;
}
h3{
	margin:0;
	font-weight:600;
}
p {
	margin: 0 0 25px;
    line-height: 1.6;
color:#000;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
.fr{float: right;}
.fl{float: left;}
ol,
ul {
	margin-top: 0;
	margin-bottom:0;
	list-style-type: none;
	padding: 0px;
	
}
strong,
b {
	font-weight: 600;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
        display:block;
}
.container,.containermid{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5{
	width: 41.6%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 58.3%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px){
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
section{
	padding:100px 0;
}
.boxcenteralign{
	display:flex;
	align-items:center;
}

/* ------------ Secondary menu ----------- */
#tab-secondary-menu {
    position: relative;
    overflow-y: hidden;
    background: #00A371;
}
#tab-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    z-index: 9999;
	background: #020426;
}
#tab-secondary-menu > .container {
    position: relative;
}
.no-gap {
    margin: 0 !important;
    padding: 0 !important;
}
.secondary-tab-menu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}
.secondary-tab-menu li a {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    font-weight:400;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    line-height: 1.4;
    text-align: center;
}
.secondary-tab-menu li a:hover {
	 border-bottom: 3px solid #fff;
}
.secondary-tab-menu li.active-tab-menu a{
    font-weight:600;
    border-bottom: 3px solid #fff;
}
#tab-secondary-menu.header-fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
}

/* ------------- Banner Styles ------------- */
@keyframes bannerFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#banner {
    position: relative;
    background: linear-gradient(to bottom, #ACE5D1, #D6F2E8, #fff, #fff);
    color: #000;
    padding: 50px 0 0;
    overflow: hidden;
}
.banner-text {
	text-align: center;
	padding-bottom: 0px;
}
.banner-image {
	width: 270%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
    margin-top: 30px;
}
.banner-image svg {
	width: 100%;
	height: auto;
	display: block;
}
/* Keep banner SVG animations paused until JS starts them on window load */
#banner .banner-image svg * {
    animation-play-state: paused;
}
h1{
    font-size: 3em;
    line-height: 1.2;
    font-weight:600;
    margin: 0 0 15px;
    opacity: 0;
    animation: bannerFadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
}
#banner p {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight:400;
    margin: 0;
    opacity: 0;
    animation: bannerFadeUp 0.8s ease forwards;
    animation-delay: 0.5s;
}

/* ----------- Section 2 Styles ------------ */
.checkerboard-bg {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(to right, #cff5e7 .5px, transparent .5px), linear-gradient(to bottom, #cff5e7 .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
.checkerboard-bg > .container {
    position: relative;
    z-index: 1;
}
#section2 {
    padding-top: 78px;
    padding-bottom: 78px;
}
.section2-stack {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.section2-card {
    display: block;
}
.section2-card-icon {
    width: 160px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #E0FFF5;
    border: 1px solid #65D6B3;
    border-bottom: none;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
}
.section2-card-icon img {
    width: auto;
    height: 100px;
}
.section2-card-heading {
    color: #0C6B52;
    font-size: 20px;
    font-weight:600;
    line-height: 1.3;
    margin-bottom: 16px;
}
.section2-card-content {
    background: #E0FFF5;
    border: 1px solid #65D6B3;
    padding: 34px 40px;
}
.section2-card-content p:last-child {
    margin-bottom: 0;
}

/* ----------- Section 3 styles ------------ */
#section3 {
    background-color: #E9FFF8;
    color: #000;
    background-image: linear-gradient(to right, #c5f5e5 .5px, transparent .5px), linear-gradient(to bottom, #c5f5e5 .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
#section3 .intro p, #section4 p, #section5 p {font-size: 1.16em; }
#section3 .s3-box p, #section3 .s3-note, #section3 .s3-card p { font-weight:400; font-size: 1em; }
/* Section 3 boxes */
.s3-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #E0FFF5;
    border: 1px solid #65D6B3;
    margin-bottom: 50px;
}
.s3-box-left, .s3-box-right {
    display: table-cell;
    vertical-align: top;
    padding: 36px 40px 48px;
    width: 50%;
}

/* Big stat */
.s3-big-pct {
    font-size: 186px;
    font-weight:600;
    line-height: 1;
    margin: 16px 0 20px;
    background: linear-gradient(to bottom, #E0FFF5, #52E1B3, #00C283);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Ja / bar / Nee */
.s3-ja { font-weight:600; margin: 0 0 10px !important; font-size: 1em !important; }
.s3-nee { display: block; text-align: right; margin: 8px 0 0 !important; font-size: 0.9em !important;font-weight:500 !important; }
/* Chart title */
.s3-chart-title {
    font-weight:600;
    font-size: 1.2em;
    line-height: 1.4;
    color: #000;
    margin: 0 0 28px !important;
}
/* Chart with axis lines */
.s3-chart {
    position: relative;
    padding: 20px 68px 20px 0;
}
.s3-chart:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px;
    height: 100%;
    background:#65D6B3;
}
.s3-chart:after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#65D6B3;
}
/* Horizontal bars */
.s3-hbar { margin-bottom: 24px; }
.s3-hbar:last-child { margin-bottom: 0; }
.s3-hbar > p { margin: 0 0 10px !important;padding-left: 16px; font-weight:500 !important; color: #000; }
.s3-chart .s3-bar-track {
    height: 48px;
    border-radius: 0 3px 3px 0;
    background: transparent;
    overflow: visible;
}
.s3-chart .s3-bar-fill {
    border-radius: 0 3px 3px 0;
    background: linear-gradient(to right, #096346, #B8FFE8);
}
.s3-chart .s3-bar-fill b {
    border-radius: 5px;
    font-size: 1.1em;
    right: 0;
    transform: translate(100%, -50%);
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background: #B7FEE7;
    color: #000;
    padding: 0 8px;
}
/* Note */
.s3-note {
    background: #E0FFF5;
    border: 1px solid #65D6B3;
    padding: 28px 36px;
    margin-bottom: 45px !important;
    font-size: 1em !important;
    line-height: 1.7;
}
/* Top 3 box */
.s3-top3-label {
    display: table-cell;
    vertical-align: top;
    width: 26%;
    padding: 36px 30px;
    font-weight:600;
    font-size: 1.1em;
    line-height: 1.5;
    color: #000000;
}
.s3-top3-bars {
    display: table-cell;
    vertical-align: top;
    width: 37%;
    padding: 36px 24px 170px;
    position: relative;
}
.s3-top3-bars-l:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #65D6B3;
    right: 4px;
    top: 78px;
}
.s3-top3-bars-r { width: 37%;}
.s3-vbar-title {
    font-weight:500;
    font-size: 1em;
    margin: 0 0 4px !important;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
}
.s3-vbar-head{
    font-weight:600;
    font-size: 1.2em;
    line-height: 1.5;
}
.s3-vbar-title:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #65D6B3;
    left: 0;
    bottom: 0;
}
.s3-top3 .stat-vbars { margin-top: 20px; margin-bottom: 0; min-height: 273px; }
.s3-top3 .stat-vbars b { color: #000000; font-size: 20px; }
.s3-top3 .stat-vbars p { background:none; color: #000000; font-weight:600 !important;margin-top: 0;padding: 0;}
/* stat-vbars: text visible immediately; only the bar spans animate */
.stat-vbars.scroll-anim,
.stat-vbars.scroll-anim.visible {
    opacity: 1;
    transform: none;
    transition: none;
}
/* Bottom card */
.s3-card {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    margin-top: 50px;
}
.s3-card-img, .s3-card-text {
    padding: 0;
}
.s3-card-img { width: 380px; flex-shrink: 0; padding-right: 80px; }
.s3-card-img img { max-width: 100%; display: block; }
.s3-card-text {
    background: #E0FFF5;
    border: 1px solid #65D6B3;
    padding: 36px 40px;
}
.s3-card-text p { margin: 0 !important; font-size: 1.4em !important; line-height: 1.4; }

/* Section 3 Italy module */
#section3 .s3m-top {
    max-width: 980px;
    margin-bottom: 40px;
}
#section3 .s3m-top p {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.55;
}
#section3 .s3m-box {
    background: #3D0000;
    margin-bottom: 0;
    display: block;
    padding: 50px 40px;
}
#section3 .s3m-box .rows {
    margin-left: 0;
    margin-right: 0;
}
#section3 .s3m-left {
    color: #fff;
    padding: 56px 44px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
#section3 .s3m-copy {
    font-size: 25px !important;
    line-height: 1.6;
    font-weight:200 !important;
}
#section3 .s3m-copy strong {
    font-weight:600;
}
#section3 .s3m-icon {
    width: 130px;
    height: 92px;
    border: 1px solid rgba(255, 184, 164, 0.75);
    border-radius: 9px;
    background: linear-gradient(180deg, #3B0000 0%, #4C0000 52%, #FF1C1C 53%, #A40000 100%);
    position: relative;
    margin-top: auto;
}
#section3 .s3m-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 52px;
    height: 7px;
    background: #C80000;
    transform: translateX(-50%);
    clip-path: polygon(12% 100%, 88% 100%, 72% 0, 28% 0);
}
#section3 .s3m-icon-screen {
    position: absolute;
    left: 50%;
    top: 13px;
    width: 56px;
    height: 48px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 7px;
}
#section3 .s3m-icon-tri {
    position: absolute;
    left: 50%;
    top: 17px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid #FFD9D2;
}
#section3 .s3m-icon-dot {
    position: absolute;
    left: 50%;
    top: 36px;
    width: 4px;
    height: 15px;
    transform: translateX(-50%);
    background: #7F0000;
    border-radius: 2px;
    box-shadow: 0 18px 0 0 #7F0000;
}
#section3 .s3m-right {
    color: #fff;
    padding: 34px 46px 34px;
}
#section3 .s3m-title {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight:600;
    line-height: 1.18;
    color: #fff;
}
#section3 .s3m-chart {
    position: relative;
    max-width: 620px;
    padding: 0;
}
#section3 .s3m-chart:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 104%;
    background: #FFC3C3;
}
#section3 .s3m-chart:after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: 0;
    width: calc(100% + 18px);
    height: 1px;
    background: #FFC3C3;
}
#section3 .s3m-row {
    padding-bottom: 20px;
}
#section3 .s3m-row p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.32;
    padding: 0 0px 10px 10px;
}
#section3 .s3m-chart .s3-bar-track {
    height: 50px;
    background: transparent;
    border-radius: 0 7px 7px 0;
    overflow: visible;
}
#section3 .s3m-chart .s3-bar-fill {
    border-radius: 0 7px 7px 0;
    background: linear-gradient(to right, #FFBF00, #FFEF78, #FFFAD2);
    min-width: 6px;
}
#section3 .s3m-chart .s3-bar-fill b {
    background: #FFFAD2;
    color: #000;
    font-size: 20px;
    line-height: 1;
    right: 0;
    border-radius: 5px;
    transform: translate(100%, -50%);
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 47px;
}

/* ---- Section 3 Italy: s3-top3 layout (heading top + two equal columns) ---- */
#section3 .s3-box.s3-top3 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#section3 .s3-top3-label {
    flex: 0 0 100%;
    display: block;
    width: 100%;
    padding: 28px 36px 22px;
    border-bottom: 1px solid #65D6B3;
    font-size: 1.25em;
    line-height: 1.5;
}
#section3 .s3-top3-label .s3-vbar-title::after { display: none; }
#section3 .s3-top3-bars {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 28px 40px 150px;
}
#section3 .s3-top3-bars-l { border-right: 1px solid #65D6B3; }
#section3 .s3-top3-bars-l::after { display: none; }
#section3 .s3-top3-bars-r { width: auto; }
#section3 .s3-top3 .stat-vbars {
    flex: 1;                            /* fill equal height in both columns  */
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: end;                 /* pin bars to the bottom of the flex space */
    align-items: end;
    justify-items: center;
    gap: 0;
    margin-top: 24px;
    margin-bottom: 0;
}
#section3 .s3-top3 .stat-vbars li {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
}

/* ----------- Section 4 styles ------------ */
#section4 {
    background-color: #000000;
    background-image: linear-gradient(to right, rgba(19, 201, 142, 0.1) .5px, transparent .5px), linear-gradient(to bottom, rgba(19, 201, 142, 0.1) .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
    color: #E8F5EF;
}

/* Section 4 Italy module */
#section4 .s4m-top {
    max-width: 1080px;
    margin-bottom: 34px;
}
#section4 .s4m-top h3 {
    margin: 45px 0px;
}
#section4 .s4m-seg {
    margin-bottom: 30px;
}
#section4 .s4m-segbar {
    display: flex;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
#section4 .s4m-segitem {
    width: 0;
    display: flex;
    align-items: center;
    padding-left: 14px;
    background: linear-gradient(to right, #FFBF00, #FFEF78, #FFFAD2);
    border-radius: 0 8px 8px 0;
    margin-right: -5px;
    transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
#section4 .s4m-segitem:last-child {
    border-right: none;
}
#section4 .s4m-segitem span {
    font-weight:600;
    font-size: 24px;
    color: #000;
    line-height: 1;
}
#section4 .s4m-seg.scroll-anim .s4m-segitem {
    width: 0;
}
#section4 .s4m-seg.scroll-anim.visible .s4m-segitem {
    width: var(--w);
}
#section4 .s4m-seg.scroll-anim.visible .s4m-segitem:nth-child(1) { transition-delay: 0.05s; }
#section4 .s4m-seg.scroll-anim.visible .s4m-segitem:nth-child(2) { transition-delay: 0.15s; }
#section4 .s4m-seg.scroll-anim.visible .s4m-segitem:nth-child(3) { transition-delay: 0.25s; }
#section4 .s4m-seg.scroll-anim.visible .s4m-segitem:nth-child(4) { transition-delay: 0.35s; }
#section4 .s4m-segitem:nth-child(1) { --w: 43%; z-index: 3; }
#section4 .s4m-segitem:nth-child(2) { --w: 31%; z-index: 2; }
#section4 .s4m-segitem:nth-child(3) { --w: 22%;z-index: 1; }
#section4 .s4m-segitem:nth-child(4) { --w: 4%; }
#section4 .s4m-seg-t,
#section4 .s4m-seg-b {
    position: relative;
    height: 36px;
}
#section4 .s4m-lbl {
    position: absolute;
    font-weight:600;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
    z-index: 9;
}
#section4 .s4m-seg-t .s4m-lbl {
    bottom: 38px;
    transform: translateX(-50%);
}
#section4 .s4m-seg-t .s4m-lbl:nth-child(1) { left: 43.5%; }
#section4 .s4m-seg-t .s4m-lbl:nth-child(2) { left: 96%; }
#section4 .s4m-seg-b .s4m-lbl {
    top: 42px;
}
#section4 .s4m-seg-b .s4m-lbl:nth-child(1) { left: 1%; }
#section4 .s4m-seg-b .s4m-lbl:nth-child(2) { left: 71.8%; }
#section4 .s4m-seg-t .s4m-lbl:after,
#section4 .s4m-seg-b .s4m-lbl:before, #section4 .s4m-seg-b .s4m-lbl:after, #section4 .s4m-seg-t .s4m-lbl:before  {
    content: "";
    position: absolute;
    width: 1px;
    background: #fff;
    left: 1%;
    height: 42px;
}
#section4 .s4m-seg-t .s4m-lbl:after {   
    bottom: -56px;
}
#section4 .s4m-seg-b .s4m-lbl:before {
    top: -56px;
}
#section4 .s4m-seg-b .s4m-lbl:after{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: -18px;
    left: -1.6px;
}
#section4 .s4m-seg-t .s4m-lbl:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: -19px;
    left: -1.6px;
}

#section4 .s4m-card {
    background: #FFE6E2;
    color: #000;
    margin: 120px 0 0 0;
    padding: 40px;
}
#section4 .s4m-card .rows {
    margin-left: 0;
    margin-right: 0;
}
#section4 .s4m-card .cols-4 {
    padding: 0;
}
#section4 .s4m-left {
    padding: 28px;
}
#section4 .s4m-q {
    margin: 20px 0 50px;
    font-size: 24px !important;
    line-height: 1.4;
    color: #000;
    font-weight:200;
}
#section4 .s4m-donut {
    --d1: 0deg;
    --d2: 0deg;
    --d3: 0deg;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    background: conic-gradient(#F10A0A 0 var(--d1), #FF6A6A var(--d1) var(--d2), #ffffff var(--d2) var(--d3), #ffffff var(--d3) 100%);
    position: relative;
    margin: 0;
}
#section4 .s4m-donut:before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: #FFA2A2;
}
#section4 .s4m-donut-legend {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-left: 60px;
}
#section4 .s4m-donut-legend div {
    font-size: 15px;
    color: #3a1c1c;
    display: flex;
    align-items: center;
    gap: 10px;
}
#section4 .s4m-donut-legend b {
    font-weight:600;
}
#section4 .s4m-donut-legend span {
    width: 22px;
    height: 5px;
    border-radius: 4px;
    display: inline-block;
}
#section4 .s4m-donut-legend div:nth-child(1) span { background: #F10A0A; }
#section4 .s4m-donut-legend div:nth-child(2) span { background: #FF6A6A; }
#section4 .s4m-donut-legend div:nth-child(3) span { background: #ffffff; }

#section4 .s4m-right {
    padding: 26px 34px 14px;
    position: relative;
}
#section4 .s4m-right:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 10px;
    bottom: 6px;
    width: 1px;
    background: #3D0000;
}
#section4 .s4m-right:after {
    display: none;
}
#section4 .s4m-rrow {
    margin-bottom: 24px;
}
#section4 .s4m-rrow:nth-child(1) { --w: 37%; }
#section4 .s4m-rrow:nth-child(2) { --w: 46%; }
#section4 .s4m-rrow:nth-child(3) { --w: 20%; }
#section4 .s4m-rrow:nth-child(4) { --w: 21%; }
#section4 .s4m-rrow:nth-child(5) { --w: 19%; }
#section4 .s4m-rrow:nth-child(6) { --w: 4%; }
#section4 .s4m-rrow p {
    margin: 0;
    color: #000;
    font-size: 16px !important;
    line-height: 1.25;
    padding: 0 0 10px 10px;
}
#section4 .s4m-right .s3-bar-track {
    position: relative;
    height: 40px;
    background: #FFA2A2;
    border-radius: 0 22px 22px 0;
    overflow: visible;
}
#section4 .s4m-right .s3-bar-fill {
    width: 0;
    height: 100%;
    position: static;
    border-radius: 0;
    background: linear-gradient(to left, #096346, #B8FFE8);
    min-width: 10px;
    transform-origin: left center;
    transition: width 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
#section4 .s4m-right .s3-bar-fill b {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%) scale(0.65);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
#section4 .s4m-right .s3-bar-fill.moving b {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
#section4 .s4m-resp.scroll-anim:not(.s4m-done) .s3-bar-fill {
    width: 0 !important;
}
#section4 .s4m-note {
    position: relative;
    margin: 16px 0 0 !important;
    padding: 24px 0 0 18px;
    border-top: 0;
    color: #000;
    font-size: 18px !important;
    line-height: 1.4;
}
#section4 .s4m-note:before {
    content: "";
    position: absolute;
    left: -42px;
    right: 0;
    top: 0;
    height: 1px;
    background: #3D0000;
}

#section4 .s4m-right .s3-bar-fill.done b {
    animation: s4mBubblePop 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes s4mBubblePop {
    0% { transform: translateY(-50%) scale(0.6); opacity: 0; }
    72% { transform: translateY(-50%) scale(1.08); opacity: 1; }
    100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

/* Section 4 NL chart heading */
.s4nl-hd {
    font-weight:600;
    font-size: 1.2em !important;
    color: #fff !important;
    margin: 0 0 50px !important;
    padding-top: 38px;
    line-height: 1.5;
}
/* Segmented bar wrapper */
.s4nl-segwrap { position: relative; }
.s4nl-segbar {
    display: flex;
    width: 100%;
    height: 78px;
    gap: 0;
    background: transparent;
    overflow: hidden;
}
.s4nl-seg {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    width: 0;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(to right, #BF4B00, #FFD5B9);
    border-radius: 0 8px 8px 0;
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: -5px;
}
.s4nl-seg:nth-child(1){z-index: 2;}
.s4nl-seg:nth-child(2){z-index: 1;}
.s4nl-chart-3 .s4nl-seg:nth-child(1){z-index: 3;}
.s4nl-chart-3 .s4nl-seg:nth-child(2){z-index: 2;}
.s4nl-chart-3 .s4nl-seg:nth-child(3){z-index: 1;}
.s4nl-seg span {
    font-weight:600;
    font-size: 1.2em;
    color: #fff;
    white-space: nowrap;
}
/* Label rows */
.s4nl-top-lbls { position: relative; height: 100px; }
.s4nl-bot-lbls { position: relative; height: 130px; margin-bottom: 40px; }
.s4nl-lbl {
    position: absolute;
    font-size: .9em;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    width: 186px;
    opacity: 0;
    transition: opacity 0.5s ease 0.8s;
    font-weight:500;
}
.s4nl-segwrap.s4nl-done .s4nl-lbl { opacity: 1; }

/* Top label: text above, dot+line pointing down to bar */
.s4nl-lbl-top { bottom: 0; padding-bottom: 30px; }
.s4nl-lbl-top::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 18px;
    transform: translateX(-50%) translateY(50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.s4nl-lbl-top::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 10%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 9;
}

/* Bottom label: dot+line from bar downward, text below */
.s4nl-lbl-bot { top: 0; padding-top: 30px; }
.s4nl-lbl-bot::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 4.5%;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.s4nl-lbl-bot::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 6%;
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 9;
}
/* Section 4 note */
.s4nl-note {
    font-size: 1.1em !important;
    margin: 10px 0 30px !important;
    line-height: 1.6;
    font-weight:200;
}
/* Donut chart row */
.s4nl-donut-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 40px 0 56px;
}
.s4nl-donut-left {
    display: table-cell;
    vertical-align: middle;
    width: 340px;
    padding-right: 40px;
}
.s4nl-donut-text {
    display: table-cell;
    vertical-align: middle;
}
.s4nl-donut-text p {
    font-size: 1.2em !important;
    color: #fff;
    line-height: 1.8 !important;
    margin: 0 !important;
}
/* Donut chart (div-based, conic-gradient) */
.s4nl-donut-wrap { display: inline-block; }
.s4nl-donut-ring {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    --d1: 0deg;
    --d2: 0deg;
    --d3: 0deg;
    background: conic-gradient(from -5deg, #BF4C01 0deg var(--d1), #D06F30 var(--d1) var(--d2), #F79F66 var(--d2) var(--d3), #2A1000 var(--d3) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s4nl-donut-hole {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #FED2B5;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 0 0 38px;
}
/* Inner legend inside the hole */
.s4nl-inner-legend {
    text-align: left;
    pointer-events: none;
}
.s4nl-il-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight:400;
    font-size: 0.9em;
    color: #1A1A1A;
    margin-bottom: 14px;
    white-space: nowrap;
}
.s4nl-il-row:last-child { margin-bottom: 0; }
.s4nl-il-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    flex-shrink: 0;
}
/* Donut legend colors */
.s4nl-il-row:nth-child(1) .s4nl-il-line { background: #BF4C01 }
.s4nl-il-row:nth-child(2) .s4nl-il-line { background: #D06F30; }
.s4nl-il-row:nth-child(3) .s4nl-il-line { background: #F79F66; }
/* Chart 1 label positions (46 / 37 / 17) */
.s4nl-chart-1 .s4nl-lbl-top:nth-child(1) { left: 46%; }
.s4nl-chart-1 .s4nl-lbl-bot:nth-child(1) { left: 1%; }
.s4nl-chart-1 .s4nl-lbl-bot:nth-child(2) { left: 84%; }
/* Chart 3 label positions (49 / 19 / 27 / 5) */
.s4nl-chart-3 .s4nl-lbl-top:nth-child(1) { left: 46.5%; }
.s4nl-chart-3 .s4nl-lbl-top:nth-child(2) { left: 91.5%; }
.s4nl-chart-3 .s4nl-lbl-bot:nth-child(1) { left: .5%; }
.s4nl-chart-3 .s4nl-lbl-bot:nth-child(2) { left: 65.5%; }
/* s5nl-pressure: colors light→dark (6/15/41/28/9) */
.s5nl-pressure .s5nl-lbl { transition: opacity 0.5s ease 0.9s; }
.s5nl-pressure .s5nl-segbar { height: 75px; }
.s5nl-pressure .s5nl-seg{border-radius: 0;margin-right: 0;}
.s5nl-pressure .s5nl-seg span{color: #000;}
.s5nl-pressure .s5nl-seg:nth-child(1) { background: #FED2B5; border-radius: 8px 0 0 8px; }
.s5nl-pressure .s5nl-seg:nth-child(2) { background: #F79F66; }
.s5nl-pressure .s5nl-seg:nth-child(3) { background: #E88647; }
.s5nl-pressure .s5nl-seg:nth-child(4) { background: #CB753D; }
.s5nl-pressure .s5nl-seg:nth-child(5) { background: #B65F26;border-radius: 0 8px 8px 0;}
/* label positions — top: centers of seg2 & seg4; bot: centers of seg1, seg3, seg5 */
.s5nl-pressure .s5nl-lbl-top:nth-child(1) { left: 7.5%; }
.s5nl-pressure .s5nl-lbl-top:nth-child(2) { left: 64%; }
.s5nl-pressure .s5nl-lbl-bot:nth-child(1) { left: 1%; }
.s5nl-pressure .s5nl-lbl-bot:nth-child(2) { left: 22.5%; }
.s5nl-pressure .s5nl-lbl-bot:nth-child(3) { left: 92.5%; }
/* s5nl-risks-mini label positions (89/11) */
.s5nl-risks-mini .s5nl-lbl-bot:nth-child(1) { left: 44.5%; }
.s5nl-risks-mini .s5nl-lbl-bot:nth-child(2) { left: 94.5%; }
/* s5nl-invest-mini label positions (63/32/4/1) */
.s5nl-invest-mini .s5nl-lbl-bot:nth-child(1) { left: 31.5%; }
.s5nl-invest-mini .s5nl-lbl-bot:nth-child(2) { left: 79%; }
.s5nl-invest-mini .s5nl-lbl-bot:nth-child(3) { left: 97%; }
/* s5nl-review: light→dark colors (48/22/12/17) */
.s5nl-review .s5nl-lbl { transition: opacity 0.5s ease 0.9s; }
.s5nl-review .s5nl-segbar { height: 75px; }
.s5nl-review .s5nl-seg:nth-child(1) { background: #FED2B5; border-radius: 8px 0 0 8px; }
.s5nl-review .s5nl-seg:nth-child(2) { background: #F79F66; }
.s5nl-review .s5nl-seg:nth-child(3) { background: #E88647; }
.s5nl-review .s5nl-seg:nth-child(4) { background: #D67130; border-radius: 0 8px 8px 0; }
.s5nl-review .s5nl-seg span { color: #000; }
/* label centers — top:seg2=59%,seg4=90.5%; bot:seg1=24%,seg3=76% */
.s5nl-review .s5nl-lbl-top:nth-child(1) { left: 49%; }
.s5nl-review .s5nl-lbl-top:nth-child(2) { left: 83%; }
.s5nl-review .s5nl-lbl-bot:nth-child(1) { left: 1.2%; }
.s5nl-review .s5nl-lbl-bot:nth-child(2) { left: 71.5%; }
.s4nl-il-val {
    font-weight:600;
    font-size: 1.15em;
    color: #1A1A1A;
}
/* Vertical bar chart */
.stat-vbars {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 154px;
    list-style: none;
    padding: 0 0 1px;
	margin-top: 40px;
}
.stat-vbars li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
	width: 100%;
	min-height: 250px;
}
.stat-vbars b {
    font-size: 20px;
    font-weight:600;
    color: #1A1A1A;
    margin-bottom: 8px;
    white-space: nowrap;
}
.stat-vbars span {
    display: block;
    width: 52px;
    height: 0;
    background: linear-gradient(to top, #096346, #B8FFE8);
    border-radius: 6px 6px 0 0;
    transition: height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.stat-vbars.visible span { height: var(--h); }
.stat-vbars p {
    position: absolute;
    top: calc(100% + 14px);
    font-size: 16px !important;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    font-weight:600 !important;
    background: #FFEFB0;
    color: #1A1A1A;
    margin-top: 20px;
    padding: 8px;
}
.intro {
    max-width: 90%;
    margin-bottom: 40px;
}
.tab-bar {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    background: #00006C;
    padding: 12px;
    width: fit-content;
    border: 1px solid #92B6FF;
    font-weight:600;
	margin: 0 0 40px;
}
.tab-bar li {
	padding: 8px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-weight:500;
    color: #fff;
}
.tab-bar li.active, .tab-bar li:hover {
    background: #EAAB00;
    color: #000;
}
.panels { margin-bottom: 40px;background: #00006C;padding: 0; border:1px solid #92B6FF; }
.panel{ display: none; padding: 32px; }
.panel.active { display: block; }
.panel-left {
    padding: 10px 60px 10px 10px;
}
.panel-right {
    border-left: 1px solid #286FFF;;
    padding-left: 45px;
	padding-right: 24px;
}
.country-label {
    font-weight:600;
    font-size: 1.1em;
    margin: 0 0 25px;
}
.big-stat {
    font-size: 8em;
    font-weight:600;
    line-height: 1;
    color: #FFC55E;
    margin-bottom: 48px;
    transform: scaleY(1.4);
    border-bottom: 1px solid #286FFF;
    display: block;
}


/* People icons */
.people {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 20px 0 18px;
}
.person {
    display: inline-block;
    width: 13px;
    height: 15px;
    background-image: url("https://www.manageengine.com/images/shield-icon-disabled.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.person::before { display: none; }
.person.on  { background-image: url("https://www.manageengine.com/images/shield-icon-active.svg"); }
.person.half { background-image: url("https://www.manageengine.com/images/shield-icon-half.svg"); }
.person.on::before, .person.half::before { display: none; }

/* Section 4 panel-left: person icons fill full width, single row */
#section4 .panel-left .people {
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
}
#section4 .panel-left .person {
    flex: 1 1 0;
    min-width: 0;
    height: 15px;
}

/* Section4 person silhouette icons (gold when active) */
#section4 .panel-left .person{ background-image: url("https://www.manageengine.com/images/person-icon-disabled.svg");height: 12px;}
#section4 .panel-left .person.on   { background-image: url("https://www.manageengine.com/images/person-icon-active.svg"); }
#section4 .panel-right .person  { background-image: url("https://www.manageengine.com/images/people-disabled.svg");width: 22px;height: 40px; }
#section4 .panel-right .person.on {background-image: url("https://www.manageengine.com/images/people-enabled.svg");}
#section4 .panel-right .person.on.half {background-image: url("https://www.manageengine.com/images/people-half-enabled.svg");}
#section4 .panel-right li.active .person.on  { background-image: url("https://www.manageengine.com/images/people-active.svg"); }
#section4 .panel-right li.active .person.half { background-image: url("https://www.manageengine.com/images/people-half-active.svg"); }

@keyframes shieldPop {
    0%   { transform: scale(0.3); opacity: 0; }
    65%  { transform: scale(1.25); opacity: 1; }
    100% { transform: scale(1); }
}
.person.on.animate, .person.half.animate {
    animation: shieldPop 0.35s ease forwards;
}

/* Progress bar */
.s3-bar-track {
    height: 20px;
    background: #92FFDC;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.s3-bar-fill {
    height: 100%;
    background: linear-gradient(to left, #096346, #13C98E);
    border-radius: 0 20px 20px 0;
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    position: relative;
    overflow: visible;
}
.s3-bar-fill b {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight:600;
    font-size: 0.8em;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.s3-bar-fill.done b { opacity: 1; }
.s3-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    color: #000;
    font-weight:200;
}

/* Cross-market comparison */
.comp-title {
    font-weight:600;
    color: #fff;
    font-size: 17px;
    margin: 0 0 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #286FFF;
}
.s3-comp-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
.comp-flag { width: 42px; }
.comp-name {
    min-width: 100px;
    font-size: 16px;
    font-weight:600;
}
.s3-comp-bar {
    flex: 1;
    height: 26px;
    background: #002E8B;
    border-radius: 12px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.s3-comp-fill {
    height: 100%;
    background: linear-gradient(to right, #C2D6FF, #2861FF);
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.s3-comp-row.active .s3-comp-fill {
    background: linear-gradient(to left, #FFFBDF, #FFC003, #DC8B00);
}
.s3-comp-pct {
    font-size: 16px;
    font-weight:600;
    color: #fff;
    min-width: 36px;
    text-align: right;
}
.s3-comp-row.active .s3-comp-pct {color: #FFD074;}

/* Note box */
.note {
    background: #00006C;
    border: 1px solid #92B6FF;
    padding: 20px 28px;
    margin-bottom: 56px;
}
.note p {margin: 0;}


/* s3 checkbg wrapper */
.tab-container{
    margin-bottom: 40px;
}

/* ---- Section 4 Italy: s4i component styles ---- */
#section4 {
    background-color: #030807;
    background-image: linear-gradient(to right, rgba(33, 126, 102, 0.2) .5px, transparent .5px), linear-gradient(to bottom, rgba(33, 126, 102, 0.2) .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
#section4 .intro { max-width: 1060px; margin-bottom: 36px; }
#section4 .intro h2 { color: #F0FAF5; margin-bottom: 16px; }
.s4i-accent { color: #84FFD7; font-weight:600; }
.s4i-hd {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.4;
    margin: 0 0 32px;
    font-weight:600;
    padding-bottom: 14px;
}
/* Donut + text */
.s4i-accountability {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 64px;
}
.s4i-donut {
    --d1: 0deg; --d2: 0deg; --d3: 0deg;
    width: 260px;
    height: 260px;
    border-radius: 50%;
background: conic-gradient(from 0deg, #1E7357 0deg var(--d1), #003524 var(--d1) var(--d2), #004F35 var(--d2) var(--d3), #004F35 var(--d3) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s4i-donut-hole {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #E0FFF5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
}
.s4i-donut-legend div {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.s4i-donut-legend div:last-child { margin-bottom: 0; }
.s4i-donut-legend span {
    display: inline-block;
    width: 22px; height: 4px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 6px;
}
.s4i-donut-legend div:nth-child(1) span { background: #1E7357; }
.s4i-donut-legend div:nth-child(2) span { background: #003524; }
.s4i-donut-legend div:nth-child(3) span { background: #004F35; }
.s4i-donut-legend b { font-weight:600; color: #000; }
.s4i-text { flex: 1; }
.s4i-text p { color: #fff; font-size: 1.1em; line-height: 1.7; margin: 0; }
.s4i-hd-charts {
    margin-top: 8px;
    margin-bottom: 60px;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.35em;
    line-height: 1.28;
    color: #F3FBF7;
}
/* Detection / Response / Recovery rows */
.s4i-row {
    display: flex;
    align-items: center;
    gap: 62px;
    margin-bottom: 80px;
}
.s4i-row-rev { flex-direction: row-reverse; }
.s4i-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}
.s4i-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
/* Bar block */
.s4i-bar-block { flex: 1; min-width: 0; }
.s4i-bar-title {
    font-weight:600;
    font-size: 1.1em;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.1;
}
.s4i-segbar {
    display: flex;
    width: 100%;
    height: 12px;
    gap: 0;
    border-radius: 999px;
    background: linear-gradient(to right, #0b3f34, #0f5e4d 56%, #156c59 100%);
    overflow: hidden;
    position: relative;
}
.s4i-seg {
    width: 0;
    height: 100%;
    flex-shrink: 0;
    border-radius: 999px;
    position: relative;
    overflow: visible;
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.s4i-seg { background: linear-gradient(to right, #22c99b, #84e9cc); }
.s4i-pct {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    font-weight:600;
    font-size: 1.6em;
    line-height: 1;
    color: #C9E600;
    white-space: nowrap;
}
/* Icon entrance animation */
@keyframes s4iFloat {
    0%, 100% { transform: scale(1) translateY(0); }
    50%       { transform: scale(1) translateY(-10px); }
}
.s4i-icon {
    opacity: 0;
    transform: scale(0.75);
    transition: opacity 0.5s ease 0.2s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.s4i-row.visible .s4i-icon {
    opacity: 1;
    transform: scale(1);
    animation: s4iFloat 3.2s ease-in-out infinite;
    animation-delay: 0.75s; /* starts after entrance completes */
}
/* Stagger float phase between the three icons */
.s4i-row-detect.visible  .s4i-icon { animation-delay: 0.75s; }
.s4i-row-response.visible .s4i-icon { animation-delay: 1.35s; }
.s4i-row-recover.visible  .s4i-icon { animation-delay: 1.95s; }

/* First chart: screenshot-specific layout */
.s4i-bar-block-detect .s4i-bar-title {
    margin-bottom: 22px;
}
.s4i-detect-chart {
    position: relative;
    max-width: 100%;
}
.s4i-detect-track {
    position: relative;
    height: 18px;
    border-radius: 0;
    background: #096346;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}
.s4i-detect-seg {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, #096346, #74FFD2);
}
.s4i-detect-seg-1 {
    left: 0;
    width: 19%;
    transition-delay: 0.05s;
}
.s4i-detect-seg-2 {
    left: 19%;
    width: 71%;
    transition-delay: 0.2s;
}
.s4i-detect-seg-3 {
    left: 90%;
    width: 10%;
    transition-delay: 0.35s;
}
.s4i-detect-pcts {
    position: relative;
    height: 30px;
}
.s4i-detect-pcts span {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .42s ease, transform .42s ease;
    font-weight:600;
    font-size: 1.1em;
    line-height: 1;
    color: #F3FF18;
    white-space: nowrap;
}
.s4i-detect-pcts span:nth-child(1) { left: 4.5%; }
.s4i-detect-pcts span:nth-child(2) { left: 25.5%; }
.s4i-detect-pcts span:nth-child(3) { left: 90%; }
.s4i-detect-pcts span:nth-child(1) { transition-delay: .35s; }
.s4i-detect-pcts span:nth-child(2) { transition-delay: .5s; }
.s4i-detect-pcts span:nth-child(3) { transition-delay: .65s; }
.s4i-detect-labels {
    position: relative;
    height: 72px;
    margin-top: 14px;
}
.s4i-detect-labels span {
    position: absolute;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1em;
    line-height: 1.35;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .42s ease, transform .42s ease;
}
.s4i-detect-labels span:nth-child(1) { left: 0%; }
.s4i-detect-labels span:nth-child(2) { left: 19.5%; }
.s4i-detect-labels span:nth-child(3) { left: 90%; }
.s4i-detect-labels span:nth-child(1) { transition-delay: .42s; }
.s4i-detect-labels span:nth-child(2) { transition-delay: .56s; }
.s4i-detect-labels span:nth-child(3) { transition-delay: .7s; }

/* Response chart: screenshot-specific layout */
.s4i-bar-block-response .s4i-bar-title {
    margin-bottom: 20px;
}
.s4i-response-chart {
    position: relative;
    max-width: 100%;
}
.s4i-response-track {
    position: relative;
    height: 18px;
    border-radius: 0 10px 10px 0;
    background: #096346;
    overflow: hidden;
}
.s4i-response-seg {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, #096346, #74FFD2);
}
.s4i-response-seg-1 {
    left: 0;
    width: 9%;
    transition-delay: 0.05s;
}
.s4i-response-seg-2 {
    left: 9%;
    width: 79%;
    transition-delay: 0.2s;
}
.s4i-response-seg-3 {
    left: 88%;
    width: 12%;
    transition-delay: 0.35s;
}
.s4i-response-pcts span:nth-child(1) { left: 3.5%; transition-delay: 0.35s; }
.s4i-response-pcts span:nth-child(2) { left: 20.5%; transition-delay: 0.5s; }
.s4i-response-pcts span:nth-child(3) { left: 87.5%; transition-delay: 0.65s; }
.s4i-response-labels {
    position: relative;
    height: 72px;
    margin-top: 14px;
}
.s4i-response-labels span {
    position: absolute;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1em;
    line-height: 1.35;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .42s ease, transform .42s ease;
}
.s4i-response-labels span:nth-child(1) { left: 0%; transition-delay: 0.42s; }
.s4i-response-labels span:nth-child(2) { left: 20.5%; transition-delay: 0.56s; }
.s4i-response-labels span:nth-child(3) { left: 87.5%; transition-delay: 0.7s; }

/* Recovery chart: screenshot-specific layout */
.s4i-bar-block-recover .s4i-bar-title {
    margin-bottom: 20px;
}
.s4i-recover-chart {
    position: relative;
    max-width: 100%;
}
.s4i-recover-track {
    position: relative;
    height: 18px;
    border-radius: 0 10px 10px 0;
    background: #096346;
    overflow: hidden;
}
.s4i-recover-seg {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, #096346, #74FFD2);
}
.s4i-recover-seg-1 {
    left: 0;
    width: 60%;
    transition-delay: 0.05s;
}
.s4i-recover-seg-2 {
    left: 60%;
    width: 30%;
    transition-delay: 0.2s;
}
.s4i-recover-seg-3 {
    left: 90%;
    width: 10%;
    transition-delay: 0.35s;
}
.s4i-recover-pcts span:nth-child(1) { left: 0%;   transition-delay: 0.35s; }
.s4i-recover-pcts span:nth-child(2) { left: 60%;   transition-delay: 0.5s;  }
.s4i-recover-pcts span:nth-child(3) { left: 90%;   transition-delay: 0.65s; }
.s4i-recover-labels {
    position: relative;
    height: 72px;
    margin-top: 14px;
}
.s4i-recover-labels span {
    position: absolute;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1em;
    line-height: 1.35;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .42s ease, transform .42s ease;
}
.s4i-recover-labels span:nth-child(1) { left: 0%;    transition-delay: 0.42s; }
.s4i-recover-labels span:nth-child(2) { left: 60%;   transition-delay: 0.56s; }
.s4i-recover-labels span:nth-child(3) { left: 90%;   transition-delay: 0.7s; }

.s4i-row.visible .s4i-response-seg,
.s4i-row.visible .s4i-detect-seg,
.s4i-row.visible .s4i-recover-seg {
    transform: scaleX(1);
}
.s4i-row.visible .s4i-detect-pcts span,
.s4i-row.visible .s4i-detect-labels span,
.s4i-row.visible .s4i-response-pcts span,
.s4i-row.visible .s4i-response-labels span,
.s4i-row.visible .s4i-recover-pcts span,
.s4i-row.visible .s4i-recover-labels span {
    opacity: 1;
    transform: translateY(0);
}

/* SVG clock hand & spin animations */
.s4i-hr   { animation: s4iHour 12s linear infinite; }
.s4i-mn   { animation: s4iMin   4s linear infinite; }
.s4i-spin { animation: s4iSpin  3s linear infinite; }
@keyframes s4iHour { to { transform: rotate(360deg); } }
@keyframes s4iMin  { to { transform: rotate(360deg); } }
@keyframes s4iSpin { to { transform: rotate(360deg); } }
/* Speech bubble pulse */
.s4i-bubble { animation: s4iBubble 3s ease-in-out infinite; }
@keyframes s4iBubble {
    0%, 100% { transform: scale(1);   opacity: 1;  }
    50%       { transform: scale(1.08); opacity: 0.9; }
}
/* Bars animated by JS — CSS only resets initial width */
/* Labels below bar */
.s4i-lbls { display: flex; gap: 0; margin-top: 12px; }
.s4i-lbls span {
    width: var(--w);
    flex-shrink: 0;
    font-size: 1.07em;
    color: #E6F5EF;
    line-height: 1.4;
}

/* Row-specific placement tuning for screenshot parity */
.s4i-row-detect .s4i-icon,
.s4i-row-recover .s4i-icon {
    margin-left: -8px;
}
.s4i-row-response {
    align-items: flex-start;
    gap: 72px;
}
.s4i-row-response .s4i-icon {
    width: 120px;
    height: 120px;
    margin-right: -14px;
}

.s4i-row-recover {
    align-items: flex-start;
    gap: 72px;
}
.s4i-row-recover .s4i-icon {
    width: 120px;
    height: 120px;
    margin-left: -24px;
}

/* Percentage anchors for small trailing segments */
.s4i-row-detect .s4i-seg:nth-child(3) .s4i-pct,
.s4i-row-response .s4i-seg:nth-child(3) .s4i-pct {
    left: 50%;
    transform: translateX(-50%);
}

.s4i-row-recover .s4i-seg:nth-child(2) .s4i-pct,
.s4i-row-recover .s4i-seg:nth-child(3) .s4i-pct {
    left: 50%;
    transform: translateX(-50%);
}

/* Note */
.s4i-note {
    margin: 6px 0 0;
    font-size: .95em;
    line-height: 1.65;
    color: #E3F4ED;
    border-top: none;
    padding-top: 0;
}
/* Responsive */
@media only screen and (max-width: 992px) {
    .s4i-accountability { flex-direction: column; align-items: flex-start; gap: 32px; }
    .s4i-text { width: 100%; }
    .s4i-row { gap: 0; }
    .s4i-icon { display: none; }
    .s4i-lbls span { font-size: .95em; }
    .s4i-note { font-size: .9em; }
    .s4i-detect-labels { height: 60px; margin-top: 12px; }
    .s4i-detect-labels span { font-size: .95em; }
}
@media only screen and (max-width: 650px) {
    .s4i-accountability { gap: 24px; }
    .s4i-row, .s4i-row-rev { flex-direction: column; align-items: flex-start; gap: 20px; }

    .s4i-bar-block { width: 100%; }
    .s4i-lbls { margin-top: 10px; }
    .s4i-lbls span { font-size: .83em; }
    .s4i-note { font-size: .85em; }

    .s4i-bar-block-detect .s4i-bar-title,
    .s4i-bar-block-response .s4i-bar-title,
    .s4i-bar-block-recover .s4i-bar-title { margin-bottom: 14px; }
    .s4i-detect-labels,
    .s4i-response-labels,
    .s4i-recover-labels { height: 54px; margin-top: 10px; }
    .s4i-detect-labels span,
    .s4i-response-labels span,
    .s4i-recover-labels span { font-size: .84em; }
}

/* ----------- Section 5 (Italy) ----------- */
#section5 {
    background-color: #BCFFEB;
    color: #000;
    background-image: linear-gradient(to right, #90f7d5 .5px, transparent .5px), linear-gradient(to bottom, #90f7d5 .5px, transparent .5px);
    background-size: 14px 14px;
    background-repeat: repeat;
}
#section5 .s5i h2 {
    margin: 0 0 18px;
    font-size: 2.15em;
    line-height: 1.18;
    color: #001b12;
}
#section5 .s5i > p {
    margin: 0 0 34px;
    font-weight:400;
    font-size: 1.22em;
    line-height: 1.52;
    color: #05251a;
    max-width: 1036px;
}
#section5 .s5i-card,
#section5 .s5i-note {
    border: 1px solid #89cdb8;
    background: #E0FFF5;
}
#section5 .s5i-card {
    margin: 0;
    padding: 34px 34px 30px;
}
#section5 .s5i-card.scroll-anim,
#section5 .s5i-note.scroll-anim {
    opacity: 1;
    transform: none;
    transition: none;
}
#section5 .s5i-card-compare {
    background: #E0FFF5;
    padding: 44px 52px 38px;
    border: .9px solid #002016;
}
#section5 .s5i-card-compare h3 {
    max-width: 860px;
    margin-bottom: 34px;
    line-height: 1.26;
}
#section5 .s5i-card h3 {
    margin: 0 0 26px;
    color: #000;
    font-size: 1.3em;
    line-height: 1.3;
}
#section5 .s5i-compare-grid,
#section5 .s5i-priority-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
#section5 .s5i-compare-grid {
    align-items: stretch;
    gap: 42px;
}
/* Each chart column is a flex column: pill at top, bars pushed to bottom */
#section5 .s5i-vchart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#section5 .s5i-vcols {
    margin-top: auto;
    align-self: stretch;
}
#section5 .s5i-compare-grid > div + div,
#section5 .s5i-priority-grid > div + div {
    border-left: 1px solid #65D6B3;
    padding-left: 28px;
}
#section5 .s5i-priority-grid > div + div{padding-left: 50px;}
#section5 .s5i-priority-grid > div:first-child { padding-right: 28px; }
#section5 .s5i-card-compare .s5i-compare-grid > div + div {
    border-left: 0;
    padding-left: 46px;
    position: relative;
}
#section5 .s5i-card-compare .s5i-compare-grid > div + div:before {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    bottom: -8px;
    width: 1px;
    background: #65D6B3;
}
#section5 .s5i-pill {
    display: inline-block;
    margin: 0 0 18px;
    padding: 4px 12px;
    border: .9px solid #00744F;
    border-radius: 4px;
    color: #000;
    font-size: 1em;
    font-weight:600;
    line-height: 1.1;
}
#section5 .s5i-card-compare .s5i-pill {
    margin-bottom: 34px;
    padding: 5px 14px;
    font-size: 1em;
}

/* Vertical compare charts */
#section5 .s5i-vcols {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    min-height: 338px;
}
#section5 .s5i-vcol {
    width: 31.5%;
    text-align: center;
}
#section5 .s5i-vcol strong {
    display: block;
    font-weight:600;
    font-size: 1.55em;
    margin-bottom: 14px;
    color: #000;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .34s ease, transform .34s ease;
}
#section5 .s5i-vcol span {
    display: block;
    width: 100%;
    height: calc(276px * var(--h) / 65);
    min-height: 16px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(to top, #096346, #B8FFE8);
    transform-origin: bottom;
    transform: scaleY(0.05);
    opacity: 0;
    transition: transform .46s cubic-bezier(0.22, 1, 0.36, 1), opacity .34s ease;
}
#section5 .s5i-vcol small {
    margin-top: 14px;
    display: block;
    min-height: 64px;
    font-weight:600;
    font-size: 1.08em;
    line-height: 1.2;
    color: #000;
}
#section5 .s5i-footnote {
    margin: 34px 0 0;
    font-size: 1em;
    line-height: 1.4;
    color: #000;
}

#section5 .s5i-note {
    margin: 28px 0;
    padding: 24px 28px;
    background: #fff;
}
#section5 .s5i-note p {
    margin: 0;
    color: #111;
    font-size: 1.02em;
    line-height: 1.6;
}

/* Horizontal priority charts */
#section5 .s5i-card-priority {
    padding: 40px;
    background: #E0FFF5;
    border: .9px solid #002016;
}
#section5 .s5i-hchart ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 20px 0 12px;
    position: relative;
}
/* Vertical axis line (left) */
#section5 .s5i-hchart ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .5px;
    background: #003E2A;
    height: 105%;
}
/* Horizontal axis line (bottom) — intersects at bottom-left corner */
#section5 .s5i-hchart ul::after {
    content: '';
    position: absolute;
    left: -28px;
    bottom: 0;
    right: 0;
    height: .5px;
    background: #003E2A;
    width: 105%;
}
#section5 .s5i-hchart li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 54px 12px; /* bottom = bar height(38) + gap(16) */
}
#section5 .s5i-hchart li b {
    display: block;
    margin: 0 0 10px;
    font-weight:500;
    font-size: 1em;
    color: #000000;
}
/* Track: absolutely anchored at bottom so it never moves with label height */
#section5 .s5i-hchart li:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 16px;
    height: 38px;
    border-radius: 0 95px 95px 0;
    background: #9EFFE0;
    z-index: 0;
}
/* Fill: same bottom anchor as track — always inside it */
#section5 .s5i-hchart li:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 16px;
    width: min(calc(100% - 12px), calc(var(--w) * 1.9%));
    height: 38px;
    border-radius: 0px;
    background: linear-gradient(to right, #0A6447, #A5ECD7);
    transform-origin: left;
    transform: scaleX(0.04);
    opacity: 0;
    z-index: 1;
    transition: transform .46s cubic-bezier(0.22, 1, 0.36, 1), opacity .34s ease;
}
/* Badge: vertically centred on the bar (bar bottom=16, bar height=38, badge=40 → bottom=16-1=15) */
#section5 .s5i-hchart li span {
    position: absolute;
    left: min(calc(var(--w) * 1.9% + 12px - 20px), calc(100% - 44px));
    bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:600;
    font-size: .95em;
    line-height: 1;
    color: #184133;
    z-index: 2;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .34s ease, transform .34s ease;
}
#section5 .s5i-hchart li:last-child { margin-bottom: 8px; }
#section5 .s5i-tail {
    margin: 48px 0 0;
    color: #16362a;
    font-size: 1.02em;
    line-height: 1.52;
}

/* Section 5 animation triggers */
#section5 .s5i-card.s5i-anim-done .s5i-vcol span {
    transform: scaleY(1);
    opacity: 1;
}
#section5 .s5i-card.s5i-anim-done .s5i-vcol strong {
    opacity: 1;
    transform: translateY(0);
}
#section5 .s5i-card.s5i-anim-done .s5i-vcol:nth-child(1) span,
#section5 .s5i-card.s5i-anim-done .s5i-vcol:nth-child(1) strong { transition-delay: .04s; }
#section5 .s5i-card.s5i-anim-done .s5i-vcol:nth-child(2) span,
#section5 .s5i-card.s5i-anim-done .s5i-vcol:nth-child(2) strong { transition-delay: .10s; }
#section5 .s5i-card.s5i-anim-done .s5i-vcol:nth-child(3) span,
#section5 .s5i-card.s5i-anim-done .s5i-vcol:nth-child(3) strong { transition-delay: .16s; }

#section5 .s5i-card.s5i-anim-done .s5i-hchart li:after {
    transform: scaleX(1);
    opacity: 1;
}
#section5 .s5i-card.s5i-anim-done .s5i-hchart li span {
    opacity: 1;
    transform: scale(1);
}
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(1):after,
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(1) span { transition-delay: .03s; }
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(2):after,
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(2) span { transition-delay: .08s; }
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(3):after,
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(3) span { transition-delay: .13s; }
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(4):after,
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(4) span { transition-delay: .18s; }
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(5):after,
#section5 .s5i-card.s5i-anim-done .s5i-hchart li:nth-child(5) span { transition-delay: .23s; }

@media only screen and (max-width: 992px) {
    #section5 .s5i h2 { font-size: 1.8em; }
    #section5 .s5i > p { font-size: 1.05em; }
    #section5 .s5i-card { padding: 26px 22px 24px; }
    #section5 .s5i-card h3 { font-size: 1.28em; }
    #section5 .s5i-priority-grid { grid-template-columns: 1fr; gap: 24px; }
    #section5 .s5i-priority-grid > div:first-child {padding: 30px 20px;}
    #section5 .s5i-priority-grid > div + div {
        border-left: 0;
        border-top: 1px solid #9ed8c7;
        padding: 30px 20px;
    }
    #section5 .s5i-compare-grid { gap: 22px; }
    #section5 .s5i-compare-grid > div + div { padding-left: 22px; }
    #section5 .s5i-vcols { min-height: 248px; }

    #section5 .s5i-card-compare { padding: 32px 30px 28px; }
    #section5 .s5i-card-compare h3 { margin-bottom: 26px; }
    #section5 .s5i-card-compare .s5i-compare-grid { grid-template-columns: 1fr; gap: 28px; }
    #section5 .s5i-card-compare .s5i-compare-grid > div + div {
        border-left: 0;
        border-top: 1px solid #8fd0bd;
        padding-left: 0;
        padding-top: 28px;
        position: static;
    }
    #section5 .s5i-card-compare .s5i-compare-grid > div + div:before { display: none; }
    #section5 .s5i-card-compare .s5i-pill { margin-bottom: 24px; }
    #section5 .s5i-card-compare .s5i-vcols { min-height: 286px; }
    #section5 .s5i-card-compare .s5i-vcol span { height: calc(226px * var(--h) / 65); }
    #section5 .s5i-card-compare .s5i-vcol small { font-size: 1em; }
    #section5 .s5i-card-compare .s5i-footnote { margin-top: 24px; font-size: .9em; }
}

@media only screen and (max-width: 650px) {
    #section5 .s5i h2 { font-size: 1.45em; }
    #section5 .s5i > p { font-size: .95em; line-height: 1.5; }
    #section5 .s5i-card h3 { font-size: 1.1em; line-height: 1.35; }
    #section5 .s5i-compare-grid,
    #section5 .s5i-priority-grid { grid-template-columns: 1fr; gap: 16px; }
    #section5 .s5i-compare-grid > div + div { border-left: 0; border-top: 1px solid #9ed8c7; padding-left: 0; padding-top: 16px; }
    #section5 .s5i-priority-grid > div + div, #section5 .s5i-priority-grid > div:nth-child(1) { padding: 20px 0; }
    #section5 .s5i-vcols { min-height: 206px; }
    #section5 .s5i-vcol strong { font-size: 1.2em; }
    #section5 .s5i-vcol small { font-size: .87em; }

    #section5 .s5i-card-compare { padding: 24px 20px 22px; }
    #section5 .s5i-card-compare h3 { margin-bottom: 20px; }
    #section5 .s5i-card-compare .s5i-pill { margin-bottom: 16px; font-size: .78em; }
    #section5 .s5i-card-compare .s5i-vcols { min-height: 214px; }
    #section5 .s5i-card-compare .s5i-vcol span { height: calc(172px * var(--h) / 65); min-height: 12px; }
    #section5 .s5i-card-compare .s5i-vcol small { margin-top: 10px; font-size: .9em; }
    #section5 .s5i-card-compare .s5i-footnote { margin-top: 16px; font-size: .84em; line-height: 1.35; }
    #section5 .s5i-hchart ul::after{width: 103%;left: -14px;}
    #section5 .s5i-hchart ul::before{height: 103%;}
    #section5 .s5i-hchart:nth-child(1) ul li:nth-child(4), #section5 .s5i-hchart:nth-child(1) ul li:nth-child(5){display: none;}
    #section5 .s5i-hchart:nth-child(2) ul li:nth-child(3), #section5 .s5i-hchart:nth-child(2) ul li:nth-child(5){display: none;}
}
/* Read more — desktop: full content visible */
.rm-dots { display: none; }
.rm-trigger { display: none; }
.rm-more-text { display: inline; }
.rm-more-para { display: block; }

/* Read more (Italy mobile cards) */
.read-more-mobile .rm-dots { display: none; }
.read-more-mobile .rm-more-text { display: inline; }
.read-more-mobile .rm-toggle { display: none; }

/* ----------- Conclusion Styles ----------- */
#conclusion {
	background: #ffffff;
}
#conclusion p {
	width: 80%;
    font-weight:200;
    font-size: 1.2em;
}
.conclusion-image{translate: 0 20%;}

/*--------popup form--------*/
.overlay, .overlay * {
    box-sizing: border-box;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
}
.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 90vh;
}
h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    color: #fff;
    font-size: 1.2rem;
    padding: 20px 25px;
    margin-bottom: 30px;
	background:#1E29B5;
}
.popup-content form {
    width: 90%;
    margin: 0 auto;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
	    margin-bottom: 20px;
        height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}

.form-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
      text-align: center;	
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}

.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}
.form-control textarea {
    padding: 10px 15px;
}
.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}

.btn-submits button {
  	border-radius: 2px;
    font-size: 16px;
    font-weight:600;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    border: none;
	background: #f7c94a;
}

.btn-submits button:hover {
    background: #002089;
	color: #fff;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
  background: #222222;
  border-color: #222222;
}

.active-row.form-control::before {
  border-top-color: #15368b;
  border-right-color: #15368b;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}

.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #15368b;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state,.uscountry select#ukcountry_region {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
#IframeUrl #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
	    width: 4px;
    height: 7px;
    border: 1px solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
#meGDPRMessage a{
    color: #000000;
    text-decoration: underline !important;
}
#meGDPRMessage a:hover {text-decoration: none !important;}
p.callback-text {
        margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}

p.privacy-policy {
      font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

p.privacy-policy a {
  color: #000000;
  text-decoration: underline!important;
}
#meGDPRMessage {
      color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}
#meGDPRMessage label {
    cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
    height: 12px!important;
    width: 12px!important;
    top: 1px;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.msgcon {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 400px;
    background: #205FE9;
    padding: 40px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close {
    position: absolute;
    z-index: 999;
    top: 1px;
    right: 1px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    /* background: #205FE9; */
    border-radius: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    font-weight:500;
}
.msg-close:hover{
	    opacity: 0.8;
}
.msgcon img {
    width: 100%;
    height: auto;
}
.msgcon h3 {
    font-weight: 500;
    font-size: 1.5em;
    line-height: normal;
    font-weight:600;
    margin: 0 0 10px;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #ffffff;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.privacy-policy, .privacy-policy a {
	color: #fff;
}

/* ----------- Scroll Animations ----------- */
.scroll-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-anim.visible {
    opacity: 1;
    transform: translateY(0);
}

/* scale-in for images */
.scroll-anim-scale {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-anim-scale.visible {
    opacity: 1;
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-anim,
    .scroll-anim-scale {
        opacity: 1;
        transform: none;
        transition: none;
    }

}

/* ----------- Insights Styles overwritten ---------- */
#subscribe-section{display:none;}
article h2{font-size:1.8em;}
.mb-text{display: none;}
#top-header{position:static;padding:16px 0;}
article h3 {font-size: 20px;line-height:1.5;}
.msg-bar #top-header{top:45px;}


/* ------------ Media Queries ------------- */
@media only screen and (max-width:1400px){
	.container,.containermid{max-width:1200px;}
}
@media only screen and (max-width:1250px){
	.container,.containermid{max-width:90%;padding:0;}
    .s4-donut-item{flex: 1 1 26%;}
}
@media only screen and (max-width: 1025px){
    #tab-secondary-menu { display: none; }
	#commonHeader{min-height: 64px;height: 64px;}
	#header-mainsec .headerinner {position: fixed;z-index: 99999;top:0;width: 100%;}
    .s3-big-pct{font-size: 160px;}
#top-header{padding:18px 0;position:fixed;}
}
@media only screen and (max-width: 992px) {
    .banner-text br, .s3m-box img{display: none;}
    .banner-image svg{margin-top: 0;}
    .banner-image{width: 450%;}
	#section2 {padding-top: 64px;padding-bottom: 64px;}
    .section2-stack {gap: 28px;}
    .section2-card-icon {
        width: 140px;
        min-height: 120px;
        padding: 20px;
    }
    .section2-card-content {padding: 28px 28px;}
	#section3 .s3m-box {padding: 30px;}
    #section3 .s3m-left {
        min-height: 0;
        padding: 30px 24px 20px;
        gap: 18px;
    }
    #section3 .s3m-icon {
        margin-top: 6px;
        width: 116px;
        height: 84px;
    }
    #section3 .s3m-right {
        padding: 24px 24px 26px;
    }
    #section3 .s3m-chart {
        max-width: none;
        padding-right: 40px;
    }
    #section3 .s3m-row p {font-size: 15px;}

    #section4 .s4m-top h2 {font-size: 28px;}
    #section4 .s4m-segitem span {font-size: 24px;}
    #section4 .s4m-left {padding: 22px 20px;}
    #section4 .s4m-right {
        border-left: none;
        border-top: 1px solid rgba(125, 37, 37, 0.35);
        padding: 30px 0px;
    }
    #section4 .s4m-right:before {left: 0px;top: 27px;bottom: 8px;}
    #section4 .s4m-note:before{ left: -25px;}
    #section4 .s4m-right:after {display: none;}
	.country-maps { flex-wrap: wrap; }
	.intro{max-width: 100%;}
	.panel-left {padding: 10px;}
    .panel-right { border-left: none;padding: 10px; padding-top: 24px; }
    .s3-box, .s3-card { display: block; }
    .s3-box-left, .s3-box-right { display: block; width: 100%; border-right: none; border-bottom: 1px solid #65D6B3; padding: 24px; }
    .s3-box-right { border-bottom: none; }
    .s3-chart-title { font-size: 1.25em !important; }
    .s3-top3-label, .s3-top3-bars { display: block; width: 100%; border-right: none; border-left: none; padding: 24px 20px; border-bottom: 1px solid #BF4D02; }
    .s3-top3-bars { padding-bottom: 111px; }
    .s3-top3-bars-r { border-bottom: none; }
    #section3 .s3-top3-label, #section3 .s3-top3-bars { border-bottom-color: #3BAE8C; }
    #section3 .s3-top3-bars { flex: 0 0 100%; width: 100%; border-right: none; border-bottom: 1px solid #94CDBC; }
    #section3 .s3-top3-bars-r { border-bottom: none; }
    .s3-card-img { display: none; }
    .s3-card-text { padding: 24px 20px; }
    .note br { display: none; }
	.note h3 { margin-bottom: 12px;font-size: 20px; }
	#section4 .note{padding: 28px;}
	#section4 .panel-right{border: none;}
	.stat-vbars p{font-size: 14px !important;padding: 0;}
    .s4nl-donut-row { display: block; }
    .s4nl-donut-left, .s4nl-donut-text { display: block; width: 100%; padding-right: 0; }
    .s4nl-donut-left { margin-bottom: 28px; text-align: center; }
    .s4nl-donut-wrap { display: inline-block; }
    .s4nl-donut-svg { width: 280px; height: 280px; }
    .s8-stat-col{border-right: none; border-bottom: 1px solid #DDDDFF;}
    .s8-risks { border-right: none; padding-right: 0; margin-bottom: 24px; }
    .s8-invest { padding-left: 0; }
    .s8-mosaic { grid-template-rows: 160px 90px 120px; }
    .s8-grid2 { grid-template-rows: 216px 158px; }
	#conclusion p{width: 100%;}
    .conclusion-image {translate:none;}
	.conclusion-image img{width: 100%;max-width: 300px;display: block;margin: 45px auto 0;}
	.ebook-banner img{display: none;}
    .s8-board-col{padding: 25px 0 0 0;}
    .s8-board-col p{text-align: center;}
    .s5nl-rv-box { padding: 24px 24px 24px; }
    .s5nl-rv-wrap { display: block; }
    .s5nl-rv-col { display: block; width: 100%; padding: 0; border-left: none; }
    .s5nl-rv-col + .s5nl-rv-col { padding: 0; border-left: none; border-top: 1px solid rgba(191,77,2,0.3); margin-top: 32px; padding-top: 32px; }
    .s5nl-segbar { height: 44px; }
    .s5nl-rv-bar .s5nl-lbl { width: 80px; }
    .s3-top3-bars-l:after, .s3-top3-label br{ display: none; }
    .s4nl-chart-3 .s4nl-lbl-top:nth-child(2){left: 88.5%;}
    #section4 .s4m-donut{margin: 0 0 40px;}
}
@media only screen and (max-width: 650px) {
#top-header{padding:15px 0;position:fixed;}
.site-logo{width: 160px;}
.logo-brand:before{display:none;}
.logo-brand {font-size: 1.4em;}
    h1{font-size: 2em;}
    #banner p{font-size: 1.3em;}
    section{padding: 80px 0;}
    .checkerboard-bg, section:not(#banner){background-image:none !important;}
    #section2 {padding-top: 50px; padding-bottom: 50px;}
    .section2-stack {gap: 20px;}
    .section2-card-icon {width: 120px; min-height: 110px; padding: 16px;}
    .section2-card-icon img {height: 80px;}
    .section2-card-content {padding: 22px 20px;}
    .section2-card-heading {font-size: 18px;}
	#banner br, .s3-chart-title br, h2 br, .s4nl-hd, .s4nl-segwrap.s4nl-chart-1, .s4nl-note, .s4nl-donut-left, .s4nl-seg:last-child,
    .s4nl-top-lbls .s4nl-lbl:last-child, .stat-vbars.s5-prd-stats li:nth-child(2), .stat-vbars.s5-prd-stats li:nth-child(4), .s5nl-pressure .s5nl-segbar, .s5nl-pressure .s5nl-bot-lbls, .s3m-copy, .s3m-row:nth-child(5), .s3m-row:nth-child(6){display: none;}
    .s4nl-lbl{font-size: .8em;}
    #section4 .s4m-top {margin-bottom: 26px;}
    #section4 .s4m-top h2 {font-size: 24px;line-height: 1.15;}
    #section4 .s4m-seg-t,
    #section4 .s4m-seg-b {height: 30px;}
    #section4 .s4m-segitem span {font-size: 19px;}
    #section4 .s4m-left {padding: 20px 18px;}
    #section4 .s4m-right{padding: 30px 0;}
    #section4 .s4m-right:after {display: none;}
    .tab-bar {display: none;}
	.big-stat{font-size: 6em;margin-bottom: 34px;}
	.comp-flag{display: none;}
	#section3 .note{background: none; border: none; padding: 0;}
    .s4-hero-right { grid-template-columns: 1fr; gap: 8px; }
    .s4-stat-card { gap: 15px; padding: 16px 18px;min-height:auto;display: block; }
    .s4-stat-card > strong { font-size: 36px;margin-bottom: 10px;}
    .s4-stat-card > p{margin-top: 12px !important;}
    .s4-donut-item { flex: 1 1 50%;}
    .s4-detect-badge { font-size: 40px; }
    .s8-panel, .s8-grid-panel { padding: 30px; }
    .s8-big { font-size: 64px;margin-right: auto; }
    .s8-stat-col, .s8-board-col p{text-align: left;padding: 0;}
    .s8-pbar { display: none; }
    .s8-plabels { flex-wrap: wrap; gap: 0; margin: 0px; }
    .s8-plabels li { flex: 1 1 50%; width: auto; padding: 16px 12px 16px 0; padding-top: 16px; white-space: normal; font-size: 16px; opacity: 1; transform: none; }
    .s8-plabels li b { display: block; color: #F0FF25; font-size: 1.6em; font-weight:600; line-height: 1.1; margin-bottom: 4px; }
    .s8-plabels li::before, .s8-plabels li::after { display: none; }
    .s8-risks { margin-bottom: 24px; }
    .s8-invest { padding-left: 0; margin-top: 0; }
    .s8-mosaic { gap: 4px; grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-template-areas: none; }
    .s8-mosaic > .s8-tile { grid-area: auto !important; min-height: 120px; }
    .s8-grid2 { gap: 4px; grid-template-rows: 1fr 1fr; }
    .s8-tile { padding: 16px 14px; }
    .s8-tile b { font-size: 26px; }
	.dt-text{display: none;}
	.mb-text{display: block;}
    #section4 .panel-right li { gap: 4px 6px; padding: 4px 6px; flex-wrap: wrap; }
    #section4 .panel-right .comp-flag { width: 24px !important; height: auto !important; }
    #section4 .panel-right .comp-name { flex: 1 1 100%; }
    #section4 .panel-right li .people { flex: 1 1 auto; }
    #section4 .panel-right .person { width: 14px !important; height: 26px !important; }
    #section4 .panel-right li > b {min-width: 46px; flex-shrink: 0; }
    #section3 .panel-right .s3-comp-row { flex-wrap: wrap; gap: 6px 12px; }
    #section3 .panel-right .comp-name { flex: 1 1 100%; }
    #section3 .panel-right .s3-comp-bar { flex: 1 1 auto; }
    #section3 .panel-right .s3-comp-pct { flex-shrink: 0; }
	.msgcon {width: 75%;}
	.ebook-banner h3{text-align: center;}
	.download-button{width: 100%;text-align: center;}
    #section4 .s4-detect-badge { color: #F5A800; font-size: 40px; background: none; }
    #section4 .s4-detect-aside b { color: #F5A800; font-size: 40px; }
    .s3-big-pct{font-size: 112px;}
    /* pressure chart — reduce bar height, hide top labels to avoid overlap */
    .s5nl-pressure .s5nl-top-lbls { display: none; }
    .s5nl-pressure .s5nl-bot-lbls { height: 72px; }
    .s5nl-pressure .s5nl-lbl { width: 80px; font-size: 0.68em; }
    .s5nl-pressure .s5nl-lbl-bot:nth-child(1) { left: 5%; }
    .s5nl-pressure .s5nl-lbl-bot:nth-child(3) { left: 93%; }
    /* rv-bar at 650px */
    .s5nl-segwrap { display: none; }
    .s5nl-rv-bar .s5nl-lbl { width: 70px; font-size: 0.68em; }
    .s5nl-rv-bar .s5nl-lbl-bot:nth-child(3) { left: 92%; }
    .s5nl-rv-bar .s5nl-lbl-bot:nth-child(4) { left: 97%; }
    /* review at 650px */
    .s5nl-review .s5nl-segbar { height: 36px; }
    .s5nl-review .s5nl-top-lbls { height: 72px; }
    .s5nl-review .s5nl-bot-lbls { height: 72px; }
    .s5nl-review .s5nl-lbl-top:nth-child(2) { left: 88%; }
    /* stack rv-wrap columns vertically */
    .s5nl-rv-wrap { display: block; }
    .s5nl-rv-col { display: block; width: 100%; padding: 0; border-left: none; }
    .s5nl-rv-col + .s5nl-rv-col { padding: 0; border-left: none; border-top: 1px solid rgba(191,77,2,0.3); margin-top: 32px; padding-top: 32px; }
    /* Read more — mobile only */
    .rm-dots { display: inline; }
    .rm-trigger { display: block; text-align: center; margin-top: 12px; margin-bottom: 4px; }
    .rm-more-text { display: none; }
    .rm-more-para { display: none; }
    .rm-btn {
        background: none;
        border: none;
        padding: 0;
        color: #BF4B00;
        font-weight:600;
        font-size: 1em;
        cursor: pointer;
        text-decoration: underline !important;
    }
    .read-more-mobile .rm-more-text { display: none; }
    .read-more-mobile .rm-toggle {
        display: block;
        width: max-content;
        margin: 14px auto 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #0f25c8;
        font-weight:600;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.1;
        text-decoration: underline !important;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }
    .stat-vbars.s5-prd-stats p{font-size: 13px !important;}
    .s5nl-last-note{margin-bottom: 0 !important;}
    .stat-vbars p {font-size: 13px !important;}
    .s4nl-bot-lbls, .s3-box.s3-top3{margin-bottom: 0;}
    #section3 .s3m-left, #section3 .s3m-right {padding: 0;}
    #section4 .s4m-segitem:last-child, .s4m-seg-t .s4m-lbl:last-child, .s4m-rrow:nth-child(5), .s4m-rrow:nth-child(6){display: none;}
    #section4 .s4m-seg-t .s4m-lbl:nth-child(1){left: 52.5%;}

}
@media only screen and (max-width: 450px) {
    #section4 .s4m-top h2 {font-size: 22px;}
    #section4 .s4m-segitem {padding-left: 9px;}
    #section4 .s4m-segitem span {font-size: 16px;}
    #section4 .s4m-right:after {display: none;}
    #section3 .s3m-row p {font-size: 13px;line-height: 1.3;}
    #section3 .s3m-chart .s3-bar-fill b {
        font-size: 18px;
        padding: 6px 7px;
    }
	#section3 .panel-left .person { height: 12px; }
	#section4 .panel-left .person{ height: 10px;}
   .stat-vbars{gap: 0;}
   #section4 .s4m-card{padding: 40px 25px;}
       .s4i-detect-labels span, .s4i-response-labels span, .s4i-recover-labels span{ font-size: .7em; line-height: 1.3; }

}