:root {
	--sb-navy: #003366;
	--sb-blue: #0f6ca1;
	--sb-light: #eaf6fb;
	--sb-text: #003366;
	--sb-muted: #4c718f;
	--sb-shadow: 0 12px 34px rgba(0, 51, 102, .16);
}

html.sb-standalone-html,
body.sb-standalone-page {
	overflow-x: hidden !important;
	background: #fff !important;
}

body.sb-standalone-page .entry-title,
body.sb-standalone-page .page-title,
body.sb-standalone-page h1.entry-title,
body.sb-standalone-page .site-header,
body.sb-standalone-page #masthead,
body.sb-standalone-page header.site-header,
body.sb-standalone-page .main-header-bar,
body.sb-standalone-page .elementor-location-header,
body.sb-standalone-page .site-footer,
body.sb-standalone-page #colophon,
body.sb-standalone-page footer.site-footer,
body.sb-standalone-page .elementor-location-footer {
	display: none !important;
}

body.sb-standalone-page .site,
body.sb-standalone-page .site-content,
body.sb-standalone-page .content-area,
body.sb-standalone-page .site-main,
body.sb-standalone-page article,
body.sb-standalone-page .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

body.sb-standalone-page .entry-content > * {
	max-width: none !important;
}

.sb-landing,
.sb-landing * {
	box-sizing: border-box;
}

.sb-landing {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	font-family: "Montserrat", Arial, sans-serif;
	color: var(--sb-text);
	line-height: 1.25;
	background: #fff;
	padding: 0 0 42px;
}

.sb-sheet {
	width: min(100%, 1440px);
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 51, 102, .05), 0 18px 42px rgba(0, 0, 0, .13);
	overflow: hidden;
}

.sb-hero {
	position: relative;
	margin: 0;
	background: #fff;
}

.sb-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

.sb-hero__content {
	position: absolute;
	left: 8.6%;
	top: 11%;
	width: 32%;
	min-width: 0;
	max-width: 420px;
	color: var(--sb-text);
}

.sb-hero__logos {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-bottom: 18px;
}

.sb-hero__initiative {
	display: block;
	inline-size: clamp(120px, 15vw, 210px) !important;
	block-size: auto !important;
	max-inline-size: 100%;
	max-block-size: 116px;
	object-fit: contain;
}

.sb-hero__eyebrow {
	font-size: 21px;
	line-height: 1.14;
	font-weight: 500;
	margin: 10px 0 0;
	max-width: 385px;
}

.sb-hero__eyebrow strong {
	color: var(--sb-blue);
	font-weight: 800;
}

.sb-hero h1 {
	font-family: "Gotham SB", "Montserrat", Arial, sans-serif;
	font-size: 39px;
	line-height: 1.02;
	font-weight: 900;
	color: #173a70;
	margin: 0;
}

.sb-gradient-bar {
	height: 70px;
	background: linear-gradient(90deg, #003366 0%, #00699d 100%);
}

.sb-main {
	background: linear-gradient(180deg, #fff 0%, #fff 73%, #e7f6fb 100%);
	padding: 54px 92px 24px;
}

.sb-intro {
	text-align: center;
	max-width: 604px;
	margin: 0 auto 38px;
}

.sb-intro h2,
.sb-flow h2 {
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 18px;
	color: var(--sb-blue);
	font-weight: 800;
}

.sb-intro p {
	font-size: 17px;
	line-height: 1.38;
	margin: 0;
	font-weight: 500;
}

.sb-flow {
	text-align: center;
	margin: 0 auto 66px;
}

.sb-steps-line {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	max-width: 800px;
	margin: 0 auto;
	align-items: start;
}

.sb-step {
	position: relative;
	min-height: 116px;
	padding-top: 38px;
}

.sb-step .sb-num {
	position: absolute;
	left: 18px;
	top: 16px;
	width: 38px;
	height: 38px;
	display: block;
	z-index: 2;
}

.sb-step .sb-line {
	position: absolute;
	left: 58px;
	right: 146px;
	top: 35px;
	height: 1.5px;
	background: #173a70;
	opacity: .9;
}

.sb-icon {
	display: block;
	width: 74px;
	height: 64px;
	margin: 0 auto 14px;
	object-fit: contain;
}

.sb-step h3 {
	font-size: 14px;
	line-height: 1.1;
	margin: 0 0 5px;
	color: var(--sb-blue);
	font-weight: 900;
}

.sb-step p {
	font-size: 12.5px;
	margin: 0;
	color: var(--sb-muted);
	font-weight: 500;
}

.sb-flow-dots {
	display: none;
}

.sb-cards {
	display: grid;
	grid-template-columns: 420px minmax(0, 1fr);
	gap: 72px;
	align-items: start;
	justify-content: center;
	max-width: 1180px;
	margin: 0 auto;
}

.sb-service-card,
.sb-form-card {
	position: relative;
}

.sb-card-ribbon {
	height: 58px;
	border-radius: 16px 16px 0 0;
	background: linear-gradient(90deg, #003366 0%, #0f6ca1 100%);
	color: #fff;
	padding: 12px 14px 8px 74px;
	display: flex;
	align-items: center;
	min-height: 58px;
}

.sb-card-ribbon strong {
	font-family: "Gotham SB", "Montserrat", Arial, sans-serif;
	display: block;
	font-size: 18px;
	line-height: 1.02;
	font-weight: 900;
}

.sb-card-ribbon small {
	display: block;
	font-size: 11px;
	line-height: 1.05;
	font-weight: 600;
	margin-top: 2px;
	text-transform: uppercase;
}

.sb-round-icon {
	position: absolute;
	left: -26px;
	top: -24px;
	width: 91px;
	height: 91px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #c8eaf3;
	box-shadow: 0 4px 10px rgba(0, 51, 102, .12);
}

.sb-round-icon:after {
	content: "";
	position: absolute;
	inset: 19px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sb-round-service:after { background-image: url("../img/icons/stetoscopio.svg"); }
.sb-round-form:after { background-image: url("../img/icons/card.svg"); }

.sb-card-body,
.sb-form-body {
	background: #fff;
	border-radius: 0 0 17px 17px;
	box-shadow: var(--sb-shadow);
}

.sb-card-body {
	min-height: 350px;
	padding: 38px 40px 32px;
	text-align: left;
}

.sb-service-logo {
	display: block;
	max-width: 190px;
	max-height: 72px;
	object-fit: contain;
	margin: 0 auto 24px;
}

.sb-separator {
	height: 1.5px;
	background: #003366;
	opacity: .8;
	margin: 0 0 22px;
}

.sb-service-headline {
	font-size: 17px;
	line-height: 1.22;
	font-weight: 800;
	color: var(--sb-blue);
	margin: 0 0 14px;
}

.sb-card-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sb-card-body li {
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 9px;
	color: var(--sb-text);
}

.sb-card-body li:before {
	content: "• ";
	font-weight: 900;
	color: var(--sb-blue);
}

.sb-form-ribbon {
	justify-content: center;
	text-align: center;
	padding-left: 92px;
	padding-right: 32px;
	border-radius: 24px 24px 0 0;
	min-height: 86px;
	height: 86px;
}

.sb-form-ribbon strong {
	font-family: "Gotham SB", "Montserrat", Arial, sans-serif;
	font-size: 34px;
	line-height: 1.12;
	font-weight: 900;
}

.sb-form-body {
	padding: 34px 48px 32px;
	border-radius: 0 0 24px 24px;
}

.sb-form-intro {
	text-align: center;
	margin: 0 0 24px;
	color: var(--sb-blue);
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
}

.sb-formgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
}

.sb-field--full {
	grid-column: 1 / -1;
}

.sb-field {
	position: relative;
}

.sb-field__icon {
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .95;
	pointer-events: none;
	z-index: 1;
}

.sb-field__icon--user { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003366' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.6-5.5 14.4-5.5 16 0'/%3E%3C/svg%3E"); }
.sb-field__icon--phone { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003366' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 3.8 9 8.7 6.8 11c1.5 3 3.8 5.3 6.8 6.8l2.3-2.2 4.8 2.4c.4.2.6.6.5 1.1-.4 1.6-1.8 2.9-3.5 2.9C9 22 2 15 2 6.3c0-1.7 1.2-3.1 2.9-3.5.5-.1.9.1 1.1.5Z'/%3E%3C/svg%3E"); }
.sb-field__icon--mail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003366' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.5'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E"); }
.sb-field__icon--key { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003366' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='15' r='4'/%3E%3Cpath d='m11 12 9-9M16 7l2 2M14 9l2 2'/%3E%3C/svg%3E"); }
.sb-field__icon--pin { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003366' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-6.5 7-13A7 7 0 0 0 5 9c0 6.5 7 13 7 13Z'/%3E%3Ccircle cx='12' cy='9' r='2.3'/%3E%3C/svg%3E"); }

.sb-field input {
	width: 100%;
	height: 48px;
	border: 1.8px solid #0f55aa !important;
	border-radius: 999px !important;
	background: #fff;
	color: var(--sb-text);
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 48px;
	padding: 0 20px 0 70px !important;
	outline: none;
	appearance: none;
	box-shadow: none;
}

.sb-field input::placeholder {
	color: #003366;
	opacity: .95;
}

.sb-field.has-error input {
	border-color: #d52b1e;
	background: #fff8f8;
}

.sb-field__error {
	display: none;
	font-size: 10px;
	color: #d52b1e;
	margin: 4px 0 0 18px;
}

.sb-field.has-error .sb-field__error {
	display: block;
}

.sb-form-bottom {
	display: grid;
	grid-template-columns: 1fr 265px;
	gap: 12px 24px;
	align-items: end;
	margin-top: 20px;
}

.sb-consents {
	grid-column: 1 / -1;
	min-width: 0;
}

.sb-consent {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.2;
	color: var(--sb-text);
	font-weight: 600;
}

.sb-consent input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 1px 0 0;
	border: 1.5px solid #0f55aa;
}

.sb-consent a {
	color: #003366;
	text-decoration: underline;
}

.sb-consent strong,
.sb-required-note {
	color: #d52b1e;
}

.sb-consent.has-error span {
	color: #b32821;
}

.sb-required-note,
.sb-activation-note {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--sb-text);
}

.sb-required-note {
	color: #003366;
}

.sb-btn {
	grid-column: 2;
	height: 58px;
	border: 0;
	border-radius: 999px;
	background: #003366;
	color: #fff;
	font-family: "Gotham SB", "Montserrat", Arial, sans-serif;
	font-size: 23px;
	font-weight: 900;
	cursor: pointer;
	padding: 0 28px;
	box-shadow: 0 10px 20px rgba(0, 51, 102, .18);
}

.sb-btn:disabled {
	background: #8ca5b6;
	cursor: wait;
}

.sb-form-error {
	grid-column: 1 / -1;
	margin-top: 16px;
	padding: 12px 16px;
	border: 1px solid #d63638;
	border-radius: 10px;
	background: #fff5f5;
	color: #8a1f21;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.sb-hp {
	position: absolute;
	left: -9999px;
}

.sb-disclaimer {
	text-align: center;
	max-width: 960px;
	margin: 30px auto 0;
	font-size: 12px;
	line-height: 1.45;
	color: #315b76;
}

.sb-success {
	grid-column: 1 / -1;
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--sb-shadow);
	padding: 24px;
	text-align: center;
	color: var(--sb-blue);
}

.sb-contact-strip {
	background: linear-gradient(90deg, #173a70 0%, #0f6ca1 100%);
	color: #fff;
	text-align: center;
	padding: 16px 20px 15px;
	font-size: 13px;
	line-height: 1.35;
}

.sb-contact-strip strong {
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 3px;
}

.sb-contact-strip span,
.sb-contact-strip a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.sb-contact-strip a {
	font-weight: 800;
}

.sb-logo-strip {
	min-height: 132px;
	background: #fff;
	display: grid;
	grid-template-columns: 240px 1fr;
	align-items: center;
	padding: 26px 90px;
	gap: 34px;
}

.sb-logo-strip__initiative img {
	width: 165px;
	height: auto;
}

.sb-logo-strip__partners {
	border-left: 1px solid rgba(0, 51, 102, .45);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	min-height: 92px;
	padding-left: 52px;
	width: 100%;
}

.sb-logo-strip__partners span {
	font-size: 11px;
	color: #7890a2;
	align-self: center;
	margin: 0 8px 0 0;
	white-space: nowrap;
}

.sb-logo-strip__partners img {
	display: block;
	max-width: 155px;
	max-height: 62px;
	object-fit: contain;
}

.sb-logo-strip__partners img:nth-of-type(2) {
	max-width: 180px;
	max-height: 68px;
}

.sb-logo-strip__partners img:nth-of-type(3) {
	max-width: 170px;
	max-height: 64px;
}

.sb-logo-strip__partners img:nth-of-type(4) {
	max-width: 78px;
	max-height: 78px;
}

@media (max-width: 1100px) {
	.sb-sheet { box-shadow: none; }
	.sb-main { padding-left: 5.8vw; padding-right: 5.8vw; }
	.sb-hero__content { left: 6%; top: 8%; width: 36%; max-width: 350px; transform: none; }
	.sb-hero__initiative { inline-size: clamp(108px, 14vw, 160px) !important; max-block-size: 88px; }
	.sb-hero__logos { margin-bottom: 12px; }
	.sb-hero h1 { font-size: 30px; line-height: 1.03; }
	.sb-hero__eyebrow { font-size: 16px; line-height: 1.12; margin-top: 8px; max-width: 310px; }
	.sb-cards { grid-template-columns: minmax(280px, 330px) minmax(500px, 1fr); gap: 30px; }
	.sb-form-ribbon strong { font-size: 24px; }
	.sb-form-body { padding-left: 30px; padding-right: 30px; }
	.sb-logo-strip { grid-template-columns: 220px 1fr; padding-left: 5.5vw; padding-right: 5.5vw; gap: 30px; }
	.sb-logo-strip__initiative img { width: 150px; }
	.sb-logo-strip__partners { gap: 24px; padding-left: 36px; }
	.sb-logo-strip__partners img { max-width: 130px; }
	.sb-logo-strip__partners img:nth-of-type(2) { max-width: 150px; }
	.sb-logo-strip__partners img:nth-of-type(3) { max-width: 140px; }
}

@media (max-width: 820px) {
	.sb-sheet { width: 100%; }
	.sb-landing { padding-bottom: 0; }
	.sb-gradient-bar { height: 34px; }
	.sb-main { padding: 34px 24px 14px; }
	.sb-hero { min-height: 260px; overflow: hidden; }
	.sb-hero::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.82) 54%, rgba(255,255,255,.18) 68%, rgba(255,255,255,0) 100%);
		pointer-events: none;
	}
	.sb-hero__image {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: 70% center;
		transform: none;
	}
	.sb-hero__content {
		position: relative;
		z-index: 2;
		left: auto;
		top: auto;
		width: 45%;
		min-width: 0;
		padding: 24px 0 22px 24px;
		transform: none;
	}
	.sb-hero__logos { gap: 0; margin-bottom: 14px; }
	.sb-hero__initiative { inline-size: 128px !important; max-block-size: 74px; }
	.sb-hero__eyebrow { font-size: 14px; line-height: 1.08; margin: 8px 0 0; max-width: 190px; }
	.sb-hero h1 { font-size: 25px; line-height: 1.02; max-width: 190px; }
	.sb-intro { margin-bottom: 34px; }
	.sb-intro p { font-size: 13px; }
	.sb-desktop-break { display: none; }
	.sb-flow { margin-bottom: 34px; }
	.sb-steps-line { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 0; max-width: none; padding: 0 0 8px; scrollbar-width: none; }
	.sb-steps-line::-webkit-scrollbar { display: none; }
	.sb-step { flex: 0 0 76%; scroll-snap-align: center; min-height: 160px; border: 1px solid #d4edf6; border-radius: 18px; margin: 0 8px; padding-top: 50px; background: #fff; }
	.sb-step .sb-num { left: 50%; transform: translateX(-50%); top: 13px; }
	.sb-step .sb-line { display: none; }
	.sb-icon { width: 70px; height: 62px; }
	.sb-flow-dots { display: flex; justify-content: center; gap: 8px; margin: 12px 0 0; }
	.sb-flow-dots span { width: 8px; height: 8px; border-radius: 50%; background: #bedfec; transition: background-color .2s ease, transform .2s ease; }
	.sb-flow-dots span.is-active { background: var(--sb-blue); }
	.sb-flow-dots span.is-active { transform: scale(1.25); }
	.sb-cards { grid-template-columns: 1fr; gap: 34px; max-width: 560px; }
	.sb-card-ribbon { padding-left: 84px; }
	.sb-round-icon { left: 12px; top: -23px; width: 76px; height: 76px; }
	.sb-card-body { min-height: auto; }
	.sb-form-ribbon { min-height: 76px; height: 76px; }
	.sb-form-ribbon strong { font-size: 22px; }
	.sb-formgrid { grid-template-columns: 1fr; }
	.sb-form-bottom { grid-template-columns: 1fr; }
	.sb-btn { grid-column: 1; }
	.sb-btn { width: 100%; }
	.sb-logo-strip { display: block; text-align: center; padding: 24px 20px; }
	.sb-logo-strip__initiative img { width: 135px; margin: 0 auto 18px; }
	.sb-logo-strip__partners { border-left: 0; border-top: 1px solid rgba(0, 51, 102, .25); padding: 18px 0 0; justify-content: center; gap: 18px; flex-wrap: wrap; }
	.sb-logo-strip__partners span { width: 100%; margin: 0; text-align: center; }
}

@media (max-width: 520px) {
	.sb-main { padding-left: 18px; padding-right: 18px; }
	.sb-intro h2,
	.sb-flow h2 { font-size: 19px; }
	.sb-gradient-bar { height: 30px; }
	.sb-hero { min-height: 210px; }
	.sb-hero::before { background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.82) 54%, rgba(255,255,255,.12) 68%, rgba(255,255,255,0) 100%); }
	.sb-hero__image { width: 100%; object-position: 70% center; }
	.sb-hero__content { width: 43%; padding-left: 12px; padding-top: 18px; }
	.sb-hero__logos { gap: 12px; }
	.sb-hero__initiative { inline-size: 108px !important; max-block-size: 62px; }
	.sb-hero__eyebrow { font-size: 12px; line-height: 1.05; }
	.sb-hero h1 { font-size: 21px; line-height: 1; }
	.sb-card-ribbon { height: 60px; }
	.sb-card-body,
	.sb-form-body { padding-left: 22px; padding-right: 22px; }
	.sb-form-ribbon { padding-left: 84px; padding-right: 18px; }
	.sb-form-ribbon strong { font-size: 18px; }
	.sb-form-intro { font-size: 15px; }
	.sb-field__icon { left: 18px; width: 17px; height: 17px; }
	.sb-field input { height: 45px; line-height: 45px; font-size: 13px; padding-left: 58px !important; }
	.sb-consent { font-size: 12px; }
	.sb-btn { font-size: 20px; }
	.sb-service-logo { max-width: 135px; }
	.sb-disclaimer { font-size: 10px; line-height: 1.4; margin-top: 26px; }
}
