/* Rimuove spazio bianco sopra il logo */
html,
body {
    margin-top: 0 !important;
}

body:not(.admin-bar) #page,
body:not(.admin-bar) #main,
body:not(.admin-bar) .main-content,
body:not(.admin-bar) .kinesis-medical-page-wrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.logolanding {
    margin-top: 0 !important;
    padding: 40px 0;
	text-align: center;
}

.kinesis-medical-page-wrap {
	background:
		radial-gradient(circle at top left, rgba(35, 168, 240, 0.12), transparent 30%),
		radial-gradient(circle at top right, rgba(240, 90, 26, 0.14), transparent 26%),
		linear-gradient(180deg, #f7fbff 0%, #ffffff 30%, #f7f8fb 100%);
}

.kinesis-medical-page {
	color: #173042;
	font-family: "Source Sans Pro", sans-serif;
}

.kinesis-medical-page h1,
.kinesis-medical-page h2,
.kinesis-medical-page h3,
.kinesis-medical-page .kms-button {
	font-family: "Montserrat", sans-serif;
}

.kms-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.kms-hero,
.kms-section,
.kms-band {
	position: relative;
}

.kms-hero {
	padding: 72px 0 48px;
}

@media (min-width: 1199px) {
	.heropadding {
	padding: 0 0 48px!important;
	}
}

@media (max-width: 1199px) {
	.heropadding {
	padding: 0!important;
	}
}

.kms-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: 32px;
	align-items: stretch;
}

.kms-hero__content,
.kms-image-card,
.kms-feature-card,
.kms-benefit,
.kms-service-card,
.kms-form-card {
	box-shadow: 0 22px 60px rgba(13, 37, 63, 0.08);
}

.kms-hero__content {
	padding: 48px;
	border-radius: 36px;
	background: linear-gradient(145deg, #0f3e57 0%, #145d7a 46%, #1d8db1 100%);
	color: #ffffff;
	overflow: hidden;
}

.kms-hero__content_2 {
	padding: 48px;
	border-radius: 36px;
	background: linear-gradient(145deg, #004e92 0%, #1a73e8 45%, #38bdf8 100%);
	color: #ffffff;
	overflow: hidden;
}

.kms-hero__content_3 {
	padding: 48px;
	border-radius: 36px;
	background: linear-gradient(145deg, #001a47 0%, #27415f 45%, #244350 100%);
	color: #ffffff;
	overflow: hidden;
}



.kms-hero__content h1, .kms-hero__content_2 h1, .kms-hero__content_3 h1 {
	margin: 0 0 20px;
	font-size: clamp(3.5rem, 5vw, 4.3rem);
	color: #ffffff;
}

.kms-hero__content h2, .kms-hero__content_2 h2, .kms-hero__content_3 h2 {
	color: #ffffff;
	margin: 0 0 12px;
    font-size: clamp(2.8rem, 5vw, 2.3rem);
    line-height: 1.5;
    overflow-wrap: anywhere;
	padding-bottom: 20px;
}

.kms-hero__content_3 h2.inregalo {
	text-transform: none;
}

.kms-lead {
	font-size: 1.8rem;
	max-width: 62ch;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.9);
}

.kms-lead strong {
	font-size: 1.8rem;
}

.kms-eyebrow,
.kms-section-label {
	margin: 0 0 18px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.kms-eyebrow {
	color: #9de5ff;
}

.kms-section-label {
	color: #f05a1a;
}

.kms-section-label--light {
	color: rgba(255, 255, 255, 0.7);
}

.kms-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 32px;
}

.kms-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.kms-button:hover,
.kms-button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.kms-button--primary {
	background: #f05a1a;
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(240, 90, 26, 0.28);
}

@media (max-width: 480px) {
	.kms-button--primary {
		font-size: 12px;
	}
}

.kms-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.kms-button--light {
	background: #ffffff;
	color: #0f3e57;
	box-shadow: 0 14px 30px rgba(11, 28, 43, 0.18);
}

.kms-inline-points,
.kms-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kms-inline-points li,
.kms-checklist li {
	position: relative;
	padding-left: 22px;
	line-height: 2.5;
	font-size: 1.8rem;
}

@media (max-width: 1199px) {
.kms-inline-points li,
.kms-checklist li {
	position: relative;
	padding-left: 22px;
	line-height: 2!important;
}
}

.kms-inline-points li::before,
.kms-checklist li::before {
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f9b24d;
	box-shadow: 0 0 0 6px rgba(249, 178, 77, 0.18);
}

.kms-hero__panel {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.kms-price-card {
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #ffffff 0%, #f6fbff 100%);
	border: 1px solid rgba(35, 168, 240, 0.16);
}

.kms-price-card__label {
	margin: 0 0 10px;
	color: #145d7a;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.kms-price-card__value {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 12px;
}

.kms-price-card__now {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	color: #0f3e57;
}

.kms-price-card__was {
	font-weight: 700;
	font-size: clamp(2.2rem, 4vw, 4rem);
	color: #f05a1a;
}

.kms-price-card_big__was {
	font-weight: 700;
	color: #f05a1a;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.kms-price-card__note {
	margin: 0;
	line-height: 1.65;
	color: #48606f;
}

.kms-mini-grid, .kms-mini-grid2,
.kms-band__cards,
.kms-benefits,
.kms-services__grid,
.kms-gallery__grid {
	display: grid;
	gap: 18px;
}

.kms-gallery_2__grid {
	display: grid;
	gap: 32px;
}

.kms-mini-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kms-mini-card,
.kms-feature-card,
.kms-benefit,
.kms-service-card {
	padding: 32px;
	border-radius: 28px;
	background: #ffffff;
	height: 100%;
}

.kms-mini-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(240, 247, 252, 0.94) 100%);
	border: 1px solid rgba(21, 93, 122, 0.12);
}

.kms-mini-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #dff5ff;
	color: #145d7a;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.kms-mini-card h2,
.kms-feature-card h3,
.kms-benefit h3,
.kms-service-card h3,
.kms-cta-banner h2,
.kms-form-block__copy h2 {
	margin: 0 0 12px;
	font-size: clamp(2.8rem, 5vw, 2.3rem);
	line-height: 1.22;
	overflow-wrap: anywhere;
}

.kms-mini-card h2 {
	padding-bottom: 20px;
}

.kms-mini-card p,
.kms-feature-card p,
.kms-benefit p,
.kms-service-card p,
.kms-form-block__copy p {
	margin: 0;
	color: #506878;
	font-size: 1.8rem;
}

.kms-band {
	padding: 18px 0 70px;
}

.kms-band__intro h2,
.kms-section-heading h2,
.kms-services__copy h2 {
	font-size: clamp(2rem, 3.2vw, 3.1rem);
	line-height: 1.08;
	margin: 0;
}

.kms-band__cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.kms-benefits {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.kms-feature-card {
	border-top: 5px solid #23a8f0;
}

.kms-section {
	padding: 82px 0;
}

.kms-section--light {
	background: linear-gradient(180deg, rgba(239, 247, 252, 0.9) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.kms-section-heading {
	max-width: 760px;
	margin-bottom: 28px;
}

.kms-benefit {
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	border: 1px solid rgba(15, 62, 87, 0.08);
}

.kms-benefit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #f05a1a 0%, #f9b24d 100%);
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: 800;
}

.kms-benefit__icon svg {
	width: 28px;
	height: 28px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kms-services {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 28px;
	align-items: start;
}

.kms-services__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.kms-service-card {
	border-bottom: 6px solid rgba(35, 168, 240, 0.2);
}

.kms-section--accent {
	padding-top: 0;
}

.kms-section--visual {
	padding-top: 20px;
}

.kms-visual-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	gap: 28px;
	align-items: center;
}

.kms-visual-story__content p {
	font-size: 1.12rem;
	line-height: 1.78;
}

.kms-image-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 30px;
	background: #dce9f0;
}

.kms-image-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kms-image-card--hero {
	min-height: 280px;
}

.kms-image-card--story {
	min-height: 520px;
}

.kms-section--gallery {
	padding-top: 0;
}

.kms-gallery {
	display: grid;
	gap: 24px;
}

.kms-gallery__copy {
	max-width: 760px;
}

.kms-gallery__grid {
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
	align-items: stretch;
}

.kms-gallery_2__grid {
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
	align-items: stretch;
}

.kms-image-card--wide {
	min-height: 340px;
}

.kms-gallery__accent {
	display: flex;
	align-items: center;
	padding: 34px;
	border-radius: 30px;
	background: linear-gradient(135deg, #f05a1a 0%, #f39a1a 100%);
	color: #ffffff;
	box-shadow: 0 22px 60px rgba(240, 90, 26, 0.2);
}

.kms-gallery__accent_2 {
	display: flex;
    flex-direction: column;
	justify-content: center;
	padding: 34px;
	border-radius: 30px;
	background: linear-gradient(145deg, #004e92 0%, #1a73e8 45%, #38bdf8 100%);
	color: #ffffff;
	box-shadow: 0 22px 60px rgba(240, 90, 26, 0.2);
}

.kms-gallery__accent p {
	margin: 0;
	font-size: 2rem;
	line-height: 1.72;
}

.kms-gallery__accent_2 p {
	margin: 40px 0;
	font-size: 2.5rem;
	line-height: 1.72;
}

.kms-gallery__accent_2 h2 {
	font-size: font-size: clamp(3.5rem, 5vw, 2.3rem);
	color: #fff;
	margin: 0;
	line-height: 1.5;
}

.kms-cta-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: 34px 38px;
	border-radius: 34px;
	background: linear-gradient(135deg, #0f3e57 0%, #145d7a 55%, #1d8db1 100%);
	color: #ffffff;
	box-shadow: 0 24px 56px rgba(14, 48, 72, 0.18);
}

.kms-cta-banner h2 {
	color: #ffffff;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.1;
}

.kms-section--form {
	padding-top: 34px;
}

.kms-form-block {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 28px;
	align-items: start;
}

.kms-form-card {
	padding: 28px;
	border-radius: 30px;
	background: #ffffff;
	border: 1px solid rgba(15, 62, 87, 0.08);
}

.kms-checklist {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.kms-form-card .wpforms-container {
	margin-bottom: 0;
}

.kms-form-card .wpforms-submit-container {
	margin-bottom: 0;
	padding-bottom: 0;
}

.kms-form-card .wpforms-form input,
.kms-form-card .wpforms-form textarea {
	border-radius: 14px;
	border-color: rgba(20, 93, 122, 0.22);
}

.kms-form-card .wpforms-submit {
	min-height: 54px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: #f05a1a;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.kms-inline-points,
	.kms-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kms-band__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.kms-shell {
		width: min(100% - 32px, 920px);
	}

	.kms-hero,
	.kms-section,
	.kms-band {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.kms-hero__grid,
	.kms-services,
	.kms-form-block,
	.kms-visual-story,
	.kms-gallery__grid,
	.kms-gallery_2__grid,
	.kms-cta-banner {
		grid-template-columns: 1fr;
	}



	.kms-cta-banner {
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.kms-hero__content,
	.kms-price-card,
	.kms-mini-card,
	.kms-image-card,
	.kms-feature-card,
	.kms-benefit,
	.kms-service-card,
	.kms-form-card,
	.kms-cta-banner {
		border-radius: 24px;
	}

	.kms-hero__content {
		padding: 34px 24px;
	}

	.kms-price-card,
	.kms-mini-card,
	.kms-feature-card,
	.kms-benefit,
	.kms-service-card,
	.kms-form-card {
		padding: 24px;
	}

	.kms-mini-grid, .kms-mini-grid2,
	.kms-inline-points,
	.kms-band__cards,
	.kms-benefits,
	.kms-services__grid {
		grid-template-columns: 1fr;
	}

	.kms-mini-card p,
	.kms-feature-card p,
	.kms-benefit p,
	.kms-service-card p,
	.kms-form-block__copy p,
	.kms-visual-story__content p,
	.kms-gallery__accent p {
		line-height: 1.7;
	}

	.kms-price-card__now {
		font-size: 2.7rem;
	}

	.kms-image-card--story,
	.kms-image-card--wide,
	.kms-image-card--hero {
		min-height: 240px;
	}
}

@media (max-width: 767px) {

    .kms-hero__grid,
    .kms-gallery_2__grid {
        gap: 18px !important;
    }

    .kms-section,
    .kms-section--gallery {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .kms-image-card {
        margin: 0 !important;
    }

    .kms-image-card img {
        display: block;
        width: 100%;
        height: auto;
    }

    .kms-image-card--hero,
    .kms-image-card--wide {
        margin-bottom: 0 !important;
    }

    .kms-gallery__accent_2 {
        margin-top: 0 !important;
    }
}