:root {
	--ancud-ink: #17382f;
	--ancud-ink-deep: #0c211b;
	--ancud-ink-soft: #2f5148;
	--ancud-green: #94cf2e;
	--ancud-green-deep: #6fa91d;
	--ancud-green-pale: #eff8df;
	--ancud-aqua: #e8f6f3;
	--ancud-blue: #118ca6;
	--ancud-cream: #f8f8f2;
	--ancud-line: #dce7df;
	--ancud-white: #fff;
	--ancud-muted: #63766f;
	--ancud-shadow: 0 24px 70px rgba( 15, 54, 43, .12 );
	--ancud-shadow-soft: 0 16px 45px rgba( 15, 54, 43, .08 );
	--ancud-radius: 28px;
	--ancud-shell: 1180px;
	--ancud-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ancud-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 118px;
}

body.orbital-ancud-site {
	margin: 0;
	background: var( --ancud-white );
	color: var( --ancud-ink );
	font-family: var( --ancud-sans );
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.orbital-ancud-site * {
	box-sizing: border-box;
}

body.orbital-ancud-site a {
	color: inherit;
	text-decoration: none;
}

body.orbital-ancud-site img,
body.orbital-ancud-site svg {
	display: block;
}

/* Los <picture> son envoltorios transparentes: la caja la define el <img>. */
body.orbital-ancud-site picture {
	display: contents;
}

body.orbital-ancud-site button,
body.orbital-ancud-site a {
	-webkit-tap-highlight-color: transparent;
}

/* CookieYes, integrated with the visual language of the site. */
.cky-consent-container .cky-consent-bar,
.cky-modal.cky-modal-open {
	border: 1px solid rgba( 23, 56, 47, .12 ) !important;
	border-radius: 20px !important;
	box-shadow: 0 22px 70px rgba( 12, 33, 27, .18 ) !important;
	font-family: var( --ancud-sans ) !important;
}

.cky-consent-container .cky-title,
.cky-preference-center .cky-preference-title,
.cky-preference-center .cky-accordion-btn {
	color: var( --ancud-ink ) !important;
	font-family: var( --ancud-sans ) !important;
}

.cky-consent-container .cky-btn,
.cky-preference-center .cky-btn {
	border-radius: 999px !important;
	font-family: var( --ancud-sans ) !important;
	font-weight: 800 !important;
}

.cky-consent-container .cky-btn-accept,
.cky-preference-center .cky-btn-accept {
	border-color: var( --ancud-ink ) !important;
	background: var( --ancud-ink ) !important;
	color: var( --ancud-white ) !important;
}

.cky-consent-container .cky-btn-accept:hover,
.cky-consent-container .cky-btn-accept:focus-visible,
.cky-preference-center .cky-btn-accept:hover,
.cky-preference-center .cky-btn-accept:focus-visible {
	border-color: var( --ancud-green-deep ) !important;
	background: var( --ancud-green-deep ) !important;
}

.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-btn-customize,
.cky-preference-center .cky-btn-reject,
.cky-preference-center .cky-btn-preferences {
	border-color: var( --ancud-ink ) !important;
	color: var( --ancud-ink ) !important;
}

body.orbital-ancud-site svg {
	width: 1.25em;
	height: 1.25em;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.ancud-shell {
	width: min( calc( 100% - 48px ), var( --ancud-shell ) );
	margin-inline: auto;
}

.ancud-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100000;
	padding: 10px 16px;
	border-radius: 8px;
	background: var( --ancud-ink );
	color: var( --ancud-white );
	font-weight: 800;
	transform: translateY( -160% );
}

.ancud-skip-link:focus {
	transform: translateY( 0 );
}

.ancud-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba( 255, 255, 255, .94 );
	border-bottom: 1px solid rgba( 23, 56, 47, .08 );
	backdrop-filter: saturate( 160% ) blur( 18px );
	transition: box-shadow .25s ease, background .25s ease;
}

.admin-bar .ancud-header {
	top: 32px;
}

.ancud-header.is-scrolled {
	background: rgba( 255, 255, 255, .98 );
	box-shadow: 0 12px 34px rgba( 15, 54, 43, .09 );
}

.ancud-topbar {
	background: var( --ancud-ink-deep );
	color: rgba( 255, 255, 255, .82 );
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .01em;
}

.ancud-topbar__inner,
.ancud-topbar__right,
.ancud-topbar a {
	display: flex;
	align-items: center;
}

.ancud-topbar__inner {
	justify-content: space-between;
	min-height: 36px;
}

.ancud-topbar__right {
	gap: 28px;
}

.ancud-topbar a {
	gap: 7px;
	transition: color .2s ease;
}

.ancud-topbar a:hover,
.ancud-topbar a:focus-visible {
	color: var( --ancud-green );
}

.ancud-topbar svg {
	font-size: 13px;
}

.ancud-nav-wrap {
	position: relative;
}

.ancud-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	gap: 28px;
}

.ancud-brand {
	display: block;
	width: clamp( 190px, 18vw, 238px );
	flex: 0 0 auto;
}

.ancud-brand img {
	width: 100%;
	height: auto;
}

.ancud-main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp( 15px, 1.7vw, 27px );
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.ancud-main-nav > a:not( .ancud-button ) {
	position: relative;
	padding: 30px 0;
	white-space: nowrap;
}

.ancud-main-nav > a:not( .ancud-button )::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: var( --ancud-green );
	content: "";
	transform: scaleX( 0 );
	transform-origin: right;
	transition: transform .25s ease;
}

.ancud-main-nav > a:not( .ancud-button ):hover::after,
.ancud-main-nav > a:not( .ancud-button ):focus-visible::after {
	transform: scaleX( 1 );
	transform-origin: left;
}

.ancud-menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	border: 0;
	background: none;
	color: var( --ancud-ink );
	font: 800 13px/1 var( --ancud-sans );
}

.ancud-menu-toggle__lines {
	display: grid;
	width: 28px;
	height: 20px;
	align-content: center;
	gap: 6px;
}

.ancud-menu-toggle__lines i {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform .2s ease;
}

.ancud-menu-toggle[aria-expanded="true"] .ancud-menu-toggle__lines i:first-child {
	transform: translateY( 4px ) rotate( 45deg );
}

.ancud-menu-toggle[aria-expanded="true"] .ancud-menu-toggle__lines i:last-child {
	transform: translateY( -4px ) rotate( -45deg );
}

.ancud-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 21px;
	border: 1px solid var( --ancud-green );
	border-radius: 15px;
	background: var( --ancud-green );
	box-shadow: 0 12px 28px rgba( 122, 176, 36, .22 );
	color: var( --ancud-ink-deep );
	font-size: 14px;
	font-weight: 900;
	line-height: 1.15;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.ancud-button:hover,
.ancud-button:focus-visible {
	background: #a6df43;
	box-shadow: 0 16px 34px rgba( 122, 176, 36, .3 );
	color: var( --ancud-ink-deep );
	transform: translateY( -2px );
}

.ancud-button--compact {
	min-height: 44px;
	padding: 10px 15px;
	border-radius: 12px;
	font-size: 12px;
}

.ancud-button--ghost {
	border-color: rgba( 23, 56, 47, .17 );
	background: rgba( 255, 255, 255, .7 );
	box-shadow: none;
	color: var( --ancud-ink );
}

.ancud-button--ghost:hover,
.ancud-button--ghost:focus-visible {
	border-color: var( --ancud-ink );
	background: var( --ancud-white );
	box-shadow: var( --ancud-shadow-soft );
}

.ancud-button--light {
	border-color: var( --ancud-white );
	background: var( --ancud-white );
	box-shadow: none;
	color: var( --ancud-ink );
}

/* El reset `body... a { color: inherit }` pesa más que la clase; en el footer
   eso dejaba este botón con texto blanco sobre fondo blanco. */
body.orbital-ancud-site a.ancud-button--light {
	color: var( --ancud-ink );
}

.ancud-button--whatsapp {
	border-color: #22c76b;
	background: #22c76b;
	box-shadow: none;
}

.ancud-page {
	overflow: clip;
	background: var( --ancud-white );
}

.ancud-page h1,
.ancud-page h2,
.ancud-page h3,
.ancud-contact-card h3 {
	margin: 0;
	color: var( --ancud-ink );
	font-family: var( --ancud-serif );
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.05;
	text-wrap: balance;
}

.ancud-page h2 {
	font-size: clamp( 32px, 2.8vw, 42px );
}

.ancud-page h3,
.ancud-contact-card h3 {
	font-size: clamp( 23px, 2vw, 31px );
	line-height: 1.15;
}

.ancud-page p,
.ancud-footer p {
	margin-top: 0;
}

.ancud-hero {
	position: relative;
	padding: clamp( 48px, 5vw, 76px ) 0 clamp( 58px, 6vw, 80px );
	background:
		radial-gradient( circle at 6% 12%, rgba( 148, 207, 46, .15 ), transparent 30% ),
		linear-gradient( 135deg, #fcfdf9 0%, #f1f7ef 50%, #f7fbf6 100% );
}

.ancud-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	background: linear-gradient( 174deg, transparent 49%, var( --ancud-white ) 50% );
	content: "";
	pointer-events: none;
}

.ancud-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur( 1px );
	opacity: .65;
	pointer-events: none;
}

.ancud-hero__glow--one {
	top: 10%;
	right: -140px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba( 148, 207, 46, .3 );
}

.ancud-hero__glow--two {
	right: 4%;
	bottom: 5%;
	width: 170px;
	height: 170px;
	background: rgba( 17, 140, 166, .1 );
}

.ancud-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax( 0, 1.08fr ) minmax( 420px, .92fr );
	align-items: start;
	gap: clamp( 42px, 4vw, 58px );
}

.ancud-eyebrow,
.ancud-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	color: var( --ancud-green-deep );
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ancud-eyebrow span {
	width: 34px;
	height: 2px;
	background: var( --ancud-green );
}

.ancud-kicker--light {
	color: var( --ancud-green );
}

.ancud-hero h1 {
	max-width: 660px;
	font-size: clamp( 46px, 4.2vw, 62px );
	line-height: 1;
	text-wrap: balance;
}

.ancud-hero h1 span {
	display: block;
	margin-top: 8px;
	color: var( --ancud-green-deep );
	font-size: .9em;
	font-style: italic;
	line-height: 1.02;
}

.ancud-hero__copy > p:not( .ancud-eyebrow ) {
	max-width: 620px;
	margin-bottom: 12px;
	color: var( --ancud-muted );
	font-size: 16px;
	line-height: 1.65;
}

.ancud-hero__copy .ancud-hero__lead {
	margin-top: 22px;
	color: var( --ancud-ink );
	font-size: clamp( 18px, 1.5vw, 21px );
	font-weight: 650;
	line-height: 1.48;
}

.ancud-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.ancud-hero__actions .ancud-button > svg:last-child {
	margin-left: 4px;
}

.ancud-hero__proof {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	max-width: 600px;
	gap: 14px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba( 23, 56, 47, .12 );
}

.ancud-hero__proof > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ancud-hero__proof > div > svg {
	flex: 0 0 auto;
	color: var( --ancud-green-deep );
	font-size: 24px;
}

.ancud-hero__proof span {
	display: grid;
	color: var( --ancud-muted );
	font-size: 11px;
	line-height: 1.45;
}

.ancud-hero__proof strong {
	color: var( --ancud-ink );
	font-size: 13px;
}

.ancud-hero__visual {
	position: relative;
	min-width: 0;
	align-self: start;
	margin-top: 0;
	padding: 0;
}

.ancud-hero__image-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 8px solid rgba( 255, 255, 255, .88 );
	border-radius: 32px;
	box-shadow: var( --ancud-shadow );
}

.ancud-hero__image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .8s cubic-bezier( .2, .7, .2, 1 );
}

.ancud-hero__visual:hover .ancud-hero__image-frame img {
	transform: scale( 1.025 );
}

.ancud-hero__image-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient( 180deg, transparent 60%, rgba( 5, 26, 20, .64 ) 100% );
}

.ancud-hero__image-caption {
	position: absolute;
	right: 24px;
	bottom: 21px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var( --ancud-white );
	font-size: 12px;
	font-weight: 800;
}

.ancud-live-dot {
	width: 9px;
	height: 9px;
	border: 2px solid rgba( 255, 255, 255, .8 );
	border-radius: 50%;
	background: var( --ancud-green );
	box-shadow: 0 0 0 6px rgba( 148, 207, 46, .22 );
}

.ancud-float-card {
	position: static;
	z-index: auto;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 14px 17px;
	border: 1px solid rgba( 23, 56, 47, .08 );
	border-radius: 18px;
	background: rgba( 255, 255, 255, .94 );
	box-shadow: var( --ancud-shadow-soft );
	backdrop-filter: blur( 12px );
}

.ancud-float-card--top,
.ancud-float-card--bottom {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: none;
}

.ancud-hero__visual-meta {
	display: grid;
	grid-template-columns: minmax( 0, 1.2fr ) minmax( 0, .8fr );
	gap: 12px;
	margin-top: 12px;
}

.ancud-float-card > span:last-child {
	display: grid;
	color: var( --ancud-muted );
	font-size: 10px;
	line-height: 1.4;
}

.ancud-float-card strong {
	color: var( --ancud-ink );
	font-size: 12px;
}

.ancud-float-card__number {
	color: var( --ancud-green-deep );
	font-family: var( --ancud-serif );
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
}

.ancud-icon-badge {
	display: inline-grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	border-radius: 13px;
	background: var( --ancud-green-pale );
	color: var( --ancud-green-deep );
}

.ancud-icon-badge svg {
	font-size: 21px;
}

.ancud-trustbar {
	position: relative;
	z-index: 3;
	margin-top: -20px;
}

.ancud-trustbar__grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	overflow: hidden;
	border: 1px solid var( --ancud-line );
	border-radius: 22px;
	background: var( --ancud-white );
	box-shadow: var( --ancud-shadow-soft );
}

.ancud-trustbar a {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 20px 25px;
	transition: background .2s ease;
}

.ancud-trustbar a + a {
	border-left: 1px solid var( --ancud-line );
}

.ancud-trustbar a:hover,
.ancud-trustbar a:focus-visible {
	background: var( --ancud-green-pale );
}

.ancud-trustbar__icon {
	display: grid;
	width: 39px;
	height: 39px;
	flex: 0 0 39px;
	place-items: center;
	border-radius: 12px;
	background: var( --ancud-ink );
	color: var( --ancud-white );
}

.ancud-trustbar a > span:last-child {
	display: grid;
	min-width: 0;
}

.ancud-trustbar small {
	color: var( --ancud-muted );
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ancud-trustbar strong {
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ancud-section {
	position: relative;
	padding: clamp( 48px, 4.5vw, 64px ) 0;
}

.ancud-section--soft {
	background: var( --ancud-cream );
}

.ancud-section-heading {
	max-width: 780px;
}

.ancud-section-heading > p:last-child {
	max-width: 660px;
	margin: 14px 0 0;
	color: var( --ancud-muted );
	font-size: 17px;
	line-height: 1.65;
}

.ancud-section-heading--center {
	max-width: 1020px;
	margin-inline: auto;
	text-align: center;
}

.ancud-section-heading--center h2 {
	font-size: clamp( 30px, 2.4vw, 34px );
}

.ancud-section-heading--center .ancud-kicker {
	justify-content: center;
}

.ancud-section-heading--center > p:last-child {
	margin-inline: auto;
}

.ancud-section-heading--wide {
	display: grid;
	max-width: none;
	grid-template-columns: minmax( 0, 1.2fr ) minmax( 320px, .8fr );
	align-items: start;
	gap: 50px;
}

.ancud-section-heading--wide > p:last-child {
	margin: 20px 0 0;
}

.ancud-intro-grid {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) minmax( 360px, .78fr );
	align-items: start;
	gap: clamp( 48px, 6vw, 76px );
}

.ancud-intro-copy {
	padding-top: 4px;
	color: var( --ancud-muted );
	font-size: 17px;
}

.ancud-intro-copy .ancud-dropcap {
	color: var( --ancud-ink );
	font-size: 17.5px;
	font-weight: 600;
	line-height: 1.65;
}

.ancud-value-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 18px;
	align-items: stretch;
	margin-top: 22px;
}

.ancud-value-card {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: 22px;
	border: 1px solid var( --ancud-line );
	border-radius: 26px;
	background: var( --ancud-white );
	box-shadow: var( --ancud-shadow-soft );
}

.ancud-value-card--accent {
	background: var( --ancud-green-pale );
	transform: none;
}

.ancud-value-card h3 {
	margin-top: 14px;
	font-size: 24px;
}

.ancud-value-card p {
	position: relative;
	z-index: 2;
	margin: 16px 0 0;
	color: var( --ancud-muted );
	font-size: 14px;
}

.ancud-card-index {
	position: absolute;
	right: 20px;
	bottom: 0;
	color: rgba( 23, 56, 47, .055 );
	font-family: var( --ancud-serif );
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

.ancud-editorial-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 18px;
	align-items: stretch;
	margin-top: 48px;
}

.ancud-editorial-card {
	min-height: 0;
	padding: 28px;
	border: 1px solid var( --ancud-line );
	border-radius: var( --ancud-radius );
	background: var( --ancud-white );
}

.ancud-editorial-card--dark {
	border-color: var( --ancud-ink );
	background: var( --ancud-ink );
	box-shadow: var( --ancud-shadow );
}

.ancud-editorial-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
	color: rgba( 23, 56, 47, .35 );
	font-size: 12px;
	font-weight: 900;
}

.ancud-editorial-card--dark .ancud-editorial-card__top {
	color: rgba( 255, 255, 255, .45 );
}

.ancud-editorial-card--dark .ancud-icon-badge {
	background: rgba( 148, 207, 46, .12 );
	color: var( --ancud-green );
}

.ancud-editorial-card h3 {
	margin-bottom: 20px;
	font-size: clamp( 25px, 2vw, 29px );
}

.ancud-editorial-card p {
	margin-bottom: 15px;
	color: var( --ancud-muted );
	font-size: 14px;
}

.ancud-editorial-card--dark h3 {
	color: var( --ancud-white );
}

.ancud-editorial-card--dark p {
	color: rgba( 255, 255, 255, .68 );
}

.ancud-split {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	align-items: start;
	gap: clamp( 48px, 6vw, 76px );
}

.ancud-photo-panel {
	position: relative;
	min-width: 0;
}

.ancud-photo-panel > img,
.ancud-photo-panel > picture > img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 26px;
	box-shadow: var( --ancud-shadow );
	object-fit: cover;
}

.ancud-photo-panel--social > img,
.ancud-photo-panel--social > picture > img {
	aspect-ratio: 16 / 9;
	background: var( --ancud-white );
	object-fit: contain;
}

.ancud-photo-panel__badge,
.ancud-photo-panel__action {
	position: static;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 19px;
	border-radius: 17px;
	background: var( --ancud-white );
	box-shadow: var( --ancud-shadow );
}

.ancud-photo-panel__badge {
	width: fit-content;
	max-width: 100%;
	margin: 12px 0 0 auto;
}

.ancud-photo-panel__badge > svg,
.ancud-photo-panel__action > svg {
	color: var( --ancud-green-deep );
	font-size: 25px;
}

.ancud-photo-panel__badge span,
.ancud-photo-panel__action span {
	display: grid;
	line-height: 1.35;
}

.ancud-photo-panel__badge small,
.ancud-photo-panel__action small {
	color: var( --ancud-muted );
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ancud-photo-panel__badge strong,
.ancud-photo-panel__action strong {
	font-size: 13px;
}

.ancud-split__copy > p:not( .ancud-kicker ) {
	margin: 19px 0 0;
	color: var( --ancud-muted );
	font-size: 16px;
}

.ancud-check-list {
	display: grid;
	gap: 13px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.ancud-check-list li,
.ancud-inline-points span {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	font-weight: 800;
}

.ancud-check-list svg,
.ancud-inline-points svg {
	flex: 0 0 auto;
	color: var( --ancud-green-deep );
	font-size: 20px;
}

.ancud-why {
	position: relative;
	overflow: hidden;
	padding: clamp( 48px, 4.5vw, 64px ) 0;
	background: var( --ancud-ink-deep );
}

.ancud-why::after {
	position: absolute;
	top: -280px;
	right: -170px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba( 148, 207, 46, .18 );
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba( 148, 207, 46, .025 ), 0 0 0 110px rgba( 148, 207, 46, .018 );
	content: "";
}

.ancud-why__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax( 0, .95fr ) minmax( 420px, 1.05fr );
	align-items: start;
	gap: clamp( 52px, 6vw, 76px );
}

.ancud-why h2 {
	color: var( --ancud-white );
}

.ancud-why__content > p {
	margin: 0 0 19px;
	color: rgba( 255, 255, 255, .72 );
	font-size: 16px;
}

.ancud-text-link {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 28px;
	color: var( --ancud-green );
	font-size: 13px;
	font-weight: 900;
}

.ancud-text-link svg {
	transition: transform .2s ease;
}

.ancud-text-link:hover svg,
.ancud-text-link:focus-visible svg {
	transform: translateX( 5px );
}

.ancud-text-link--dark {
	color: var( --ancud-ink );
}

/* Mismo conflicto que el botón claro: el reset de anclas pesa más que estas
   clases, y en la sección oscura el enlace quedaba tinta-sobre-tinta. */
body.orbital-ancud-site a.ancud-text-link {
	color: var( --ancud-green );
}

body.orbital-ancud-site a.ancud-text-link--dark {
	color: var( --ancud-ink );
}

body.orbital-ancud-site .ancud-convenio a.ancud-text-link {
	color: var( --ancud-white );
}

.ancud-why__mini-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 12px;
	margin-top: 28px;
}

.ancud-why__mini-grid > div {
	display: grid;
	min-height: 118px;
	align-content: end;
	padding: 17px;
	border: 1px solid rgba( 255, 255, 255, .11 );
	border-radius: 17px;
	background: rgba( 255, 255, 255, .04 );
}

.ancud-why__mini-grid span {
	align-self: start;
	margin-bottom: 16px;
	color: var( --ancud-green );
	font-size: 11px;
	font-weight: 900;
}

.ancud-why__mini-grid strong {
	color: var( --ancud-white );
	font-size: 13px;
}

.ancud-why__mini-grid small {
	margin-top: 4px;
	color: rgba( 255, 255, 255, .52 );
	font-size: 10px;
	line-height: 1.4;
}

.ancud-integral-grid {
	display: grid;
	grid-template-columns: repeat( 12, 1fr );
	gap: 18px;
	margin-top: 28px;
}

.ancud-integral-card {
	grid-column: span 4;
	min-height: 0;
	padding: 24px;
	border: 1px solid var( --ancud-line );
	border-radius: var( --ancud-radius );
	background: var( --ancud-white );
}

.ancud-integral-card--feature {
	display: block;
	grid-column: span 4;
	min-height: auto;
	background: var( --ancud-aqua );
}

.ancud-integral-card h3 {
	margin: 14px 0 12px;
	font-size: 21px;
}

.ancud-integral-card--feature h3 {
	margin: 14px 0 12px;
}


.ancud-integral-card p {
	margin-bottom: 10px;
	color: var( --ancud-muted );
	font-size: 14px;
}

.ancud-integral-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

.ancud-integral-card li {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba( 255, 255, 255, .75 );
	font-size: 11px;
	font-weight: 800;
}

.ancud-services {
	background:
		linear-gradient( 180deg, rgba( 239, 248, 223, .65 ), rgba( 255, 255, 255, 0 ) 34% ),
		var( --ancud-white );
}

.ancud-services-grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 14px;
	margin-top: 28px;
}

.ancud-service-card {
	position: relative;
	display: grid;
	min-height: 160px;
	align-content: start;
	padding: 20px;
	border: 1px solid var( --ancud-line );
	border-radius: 22px;
	background: var( --ancud-white );
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ancud-service-card:hover {
	border-color: rgba( 111, 169, 29, .45 );
	box-shadow: var( --ancud-shadow-soft );
	transform: translateY( -5px );
}

.ancud-service-card > span {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	border-radius: 14px;
	background: var( --ancud-green-pale );
	color: var( --ancud-green-deep );
}

.ancud-service-card h3 {
	margin-top: 12px;
	font-family: var( --ancud-sans );
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.ancud-service-card p {
	margin: 11px 0 0;
	color: var( --ancud-muted );
	font-size: 13px;
	line-height: 1.5;
}

.ancud-service-card--cta {
	background: var( --ancud-green );
	border-color: var( --ancud-green );
}

.ancud-service-card--cta > span {
	background: var( --ancud-white );
}

.ancud-service-card--cta p {
	color: rgba( 12, 33, 27, .7 );
}

.ancud-service-card--cta > a {
	display: flex;
	align-items: center;
	align-self: end;
	gap: 9px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 900;
}

.ancud-service-card--cta > a svg {
	font-size: 17px;
}

.ancud-ortho-intro {
	background: var( --ancud-cream );
}

.ancud-inline-points {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.ancud-photo-panel--ortho > img,
.ancud-photo-panel--ortho > picture > img {
	aspect-ratio: 16 / 9;
	object-position: center;
}

.ancud-photo-panel__action {
	width: 100%;
	margin-top: 12px;
	justify-content: center;
	background: rgba( 255, 255, 255, .94 );
	transition: transform .2s ease;
}

.ancud-photo-panel__action:hover,
.ancud-photo-panel__action:focus-visible {
	transform: translateY( -3px );
}

.ancud-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 24px;
	margin-top: 48px;
}

.ancud-steps::before {
	display: none;
}

.ancud-step {
	position: relative;
	padding: 26px;
	border: 1px solid var( --ancud-line );
	border-radius: 22px;
	background: var( --ancud-white );
	text-align: left;
}

.ancud-step__number {
	position: relative;
	z-index: 2;
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	margin: 0 0 24px;
	border: 0;
	border-radius: 50%;
	background: var( --ancud-ink );
	color: var( --ancud-green );
	font-size: 11px;
	font-weight: 900;
}

.ancud-step h3 {
	font-size: 24px;
}

.ancud-step p {
	margin: 18px 0 0;
	color: var( --ancud-muted );
	font-size: 14px;
}

.ancud-convenio {
	background: var( --ancud-blue );
	color: var( --ancud-white );
}

.ancud-convenio::after {
	position: absolute;
	right: -160px;
	bottom: -230px;
	width: 500px;
	height: 500px;
	border: 70px solid rgba( 255, 255, 255, .055 );
	border-radius: 50%;
	content: "";
}

.ancud-convenio__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax( 380px, .88fr ) minmax( 0, 1.12fr );
	align-items: start;
	gap: clamp( 52px, 6vw, 76px );
}

.ancud-convenio h2,
.ancud-convenio .ancud-kicker {
	color: var( --ancud-white );
}

.ancud-convenio__copy > p:not( .ancud-kicker ) {
	margin: 19px 0 0;
	color: rgba( 255, 255, 255, .77 );
	font-size: 16px;
}

.ancud-convenio__visual {
	position: relative;
	padding: 0 0 34px;
}

.ancud-convenio__logo-card {
	display: grid;
	min-height: 280px;
	place-items: center;
	padding: 34px;
	border-radius: 26px;
	background: var( --ancud-white );
	box-shadow: 0 30px 80px rgba( 2, 55, 67, .27 );
	transform: none;
}

.ancud-convenio__logo-card img {
	width: 88%;
	height: auto;
}

.ancud-convenio__stamp {
	position: absolute;
	right: 16px;
	bottom: 0;
	display: grid;
	min-width: 220px;
	padding: 19px;
	border: 1px solid rgba( 255, 255, 255, .35 );
	border-radius: 18px;
	background: var( --ancud-ink );
	box-shadow: var( --ancud-shadow );
}

.ancud-convenio__stamp span {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	margin-bottom: 11px;
	border-radius: 50%;
	background: var( --ancud-green );
	color: var( --ancud-ink );
}

.ancud-convenio__stamp small {
	margin-top: 3px;
	color: rgba( 255, 255, 255, .55 );
	font-size: 10px;
}

.ancud-convenio .ancud-text-link {
	color: var( --ancud-white );
}

.ancud-payments__grid {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) minmax( 430px, .9fr );
	align-items: start;
	gap: clamp( 52px, 6vw, 76px );
}

.ancud-payments__copy > p:not( .ancud-kicker ) {
	margin: 19px 0 0;
	color: var( --ancud-muted );
	font-size: 16px;
}

.ancud-payment-cards {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	gap: 14px;
}

.ancud-payment-card {
	display: grid;
	min-height: 180px;
	align-content: start;
	padding: 25px;
	border: 1px solid var( --ancud-line );
	border-radius: 22px;
	background: var( --ancud-cream );
}

.ancud-payment-card--wide {
	grid-column: 1 / -1;
	min-height: 145px;
	background: var( --ancud-green-pale );
}

.ancud-payment-card > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 30px;
	border-radius: 14px;
	background: var( --ancud-white );
	color: var( --ancud-green-deep );
}

.ancud-payment-card strong {
	margin-top: 0;
	font-size: 15px;
}

.ancud-payment-card small {
	margin-top: 5px;
	color: var( --ancud-muted );
	font-size: 11px;
	line-height: 1.45;
}

.ancud-closing {
	position: relative;
	overflow: hidden;
	padding: clamp( 48px, 4.5vw, 64px ) 0;
	background: var( --ancud-ink );
}

.ancud-closing__pattern {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient( rgba( 255, 255, 255, .025 ) 1px, transparent 1px ),
		linear-gradient( 90deg, rgba( 255, 255, 255, .025 ) 1px, transparent 1px );
	background-size: 52px 52px;
	mask-image: linear-gradient( 90deg, transparent 0%, #000 30%, #000 100% );
}

.ancud-closing__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax( 0, 1.15fr ) minmax( 360px, .7fr );
	align-items: start;
	gap: clamp( 52px, 6vw, 76px );
}

.ancud-closing h2 {
	color: var( --ancud-white );
}

.ancud-closing__copy > p:not( .ancud-kicker ) {
	max-width: 720px;
	margin: 19px 0 0;
	color: rgba( 255, 255, 255, .68 );
	font-size: 16px;
}

.ancud-contact-card {
	padding: 33px;
	border: 1px solid rgba( 255, 255, 255, .11 );
	border-radius: 26px;
	background: var( --ancud-white );
	box-shadow: 0 30px 80px rgba( 0, 0, 0, .22 );
}

.ancud-contact-card__eyebrow {
	display: block;
	margin-bottom: 19px;
	color: var( --ancud-green-deep );
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ancud-contact-card h3 {
	font-size: 36px;
}

.ancud-contact-card > p {
	margin: 16px 0 0;
	color: var( --ancud-muted );
	font-size: 14px;
}

.ancud-contact-card__actions {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 8px;
	margin-top: 25px;
}

.ancud-contact-card__actions .ancud-button {
	padding-inline: 14px;
	font-size: 12px;
}

.ancud-contact-card ul {
	display: grid;
	gap: 12px;
	margin: 25px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid var( --ancud-line );
	list-style: none;
}

.ancud-contact-card li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 800;
}

.ancud-contact-card li svg {
	color: var( --ancud-green-deep );
}

.ancud-footer {
	padding: 70px 0 25px;
	background: var( --ancud-ink-deep );
	color: rgba( 255, 255, 255, .68 );
}

.ancud-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr .7fr 1fr 1.25fr;
	gap: 55px;
}

.ancud-footer__brand img {
	width: 220px;
	padding: 10px;
	border-radius: 10px;
	background: var( --ancud-white );
}

.ancud-footer__brand p {
	max-width: 320px;
	margin: 22px 0 0;
	font-size: 13px;
}

.ancud-footer__title {
	margin: 0 0 18px;
	color: var( --ancud-white );
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ancud-footer ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}

.ancud-footer a {
	transition: color .2s ease;
}

.ancud-footer a:hover,
.ancud-footer a:focus-visible {
	color: var( --ancud-green );
}

.ancud-footer__actions .ancud-button {
	width: 100%;
	font-size: 12px;
}

.ancud-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-top: 55px;
	padding-top: 22px;
	border-top: 1px solid rgba( 255, 255, 255, .09 );
	font-size: 10px;
}

.ancud-footer__bottom p {
	margin: 0;
}

.ancud-mobile-actions {
	display: none;
}

[data-reveal] {
	opacity: 0;
	transform: translateY( 24px );
	transition: opacity .65s ease, transform .65s cubic-bezier( .2, .7, .2, 1 );
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY( 0 );
}

@media ( max-width: 1120px ) {
	.ancud-main-nav {
		gap: 15px;
		font-size: 12px;
	}

	.ancud-integral-card {
		grid-column: span 6;
	}

	.ancud-integral-card--feature {
		grid-column: 1 / -1;
	}

	.ancud-main-nav > a:nth-child( 3 ) {
		display: none;
	}

	.ancud-hero__grid {
		grid-template-columns: minmax( 0, 1fr ) minmax( 390px, .85fr );
		gap: 50px;
	}

	.ancud-services-grid {
		grid-template-columns: repeat( 3, 1fr );
	}

	.ancud-footer__grid {
		grid-template-columns: 1.2fr .7fr 1fr;
	}

	.ancud-footer__actions {
		grid-column: 1 / -1;
	}

	.ancud-footer__actions .ancud-button {
		width: auto;
	}
}

@media ( max-width: 930px ) {
	.ancud-shell {
		width: min( calc( 100% - 36px ), var( --ancud-shell ) );
	}

	.ancud-menu-toggle {
		display: flex;
	}

	.ancud-main-nav {
		position: absolute;
		top: calc( 100% + 1px );
		right: 18px;
		left: 18px;
		display: grid;
		max-height: 0;
		overflow: hidden;
		gap: 0;
		padding: 0 22px;
		border-radius: 0 0 20px 20px;
		background: var( --ancud-white );
		box-shadow: var( --ancud-shadow );
		opacity: 0;
		transition: max-height .32s ease, opacity .2s ease, padding .32s ease;
	}

	.ancud-main-nav.is-open {
		max-height: 520px;
		padding-block: 18px 24px;
		opacity: 1;
	}

	.ancud-main-nav > a,
	.ancud-main-nav > a:nth-child( 3 ) {
		display: flex;
	}

	.ancud-main-nav > a:not( .ancud-button ) {
		padding: 12px 0;
		border-bottom: 1px solid var( --ancud-line );
	}

	.ancud-main-nav > a:not( .ancud-button )::after {
		display: none;
	}

	.ancud-main-nav .ancud-button {
		margin-top: 14px;
	}

	.ancud-hero__grid,
	.ancud-intro-grid,
	.ancud-split,
	.ancud-why__grid,
	.ancud-section-heading--wide,
	.ancud-convenio__grid,
	.ancud-payments__grid,
	.ancud-closing__inner {
		grid-template-columns: 1fr;
	}

	.ancud-hero__grid {
		gap: 65px;
	}

	.ancud-hero__copy {
		max-width: 720px;
	}

	.ancud-hero__visual {
		width: min( 100%, 650px );
		margin-top: 0;
		margin-inline: auto;
	}

	.ancud-hero__image-frame {
		aspect-ratio: 16 / 9;
		border-radius: 30px;
	}

	.ancud-trustbar__grid {
		grid-template-columns: 1fr;
	}

	.ancud-trustbar a + a {
		border-top: 1px solid var( --ancud-line );
		border-left: 0;
	}

	.ancud-intro-copy {
		max-width: 760px;
		padding-top: 0;
	}

	.ancud-value-grid,
	.ancud-editorial-grid,
	.ancud-steps {
		grid-template-columns: 1fr;
	}

	.ancud-value-card--accent {
		transform: none;
	}

	.ancud-value-card {
		min-height: 0;
	}

	.ancud-editorial-card {
		min-height: 0;
	}

	.ancud-editorial-card__top {
		margin-bottom: 30px;
	}

	.ancud-photo-panel,
	.ancud-split__copy,
	.ancud-convenio__visual,
	.ancud-convenio__copy,
	.ancud-payments__copy,
	.ancud-payment-cards {
		width: min( 100%, 720px );
		margin-inline: auto;
	}

	.ancud-ortho-intro .ancud-split {
		gap: 30px;
	}

	.ancud-why__grid {
		gap: 50px;
	}

	.ancud-section-heading--wide {
		gap: 20px;
	}

	.ancud-section-heading--wide > p:last-child {
		margin-top: 0;
	}

	.ancud-integral-card,
	.ancud-integral-card--feature {
		grid-column: 1 / -1;
	}

	.ancud-services-grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.ancud-steps {
		max-width: 720px;
		margin-inline: auto;
	}

	.ancud-steps::before {
		display: none;
	}

	.ancud-step {
		padding: 28px;
		border: 1px solid var( --ancud-line );
		border-radius: 22px;
		background: var( --ancud-white );
		text-align: left;
	}

	.ancud-step__number {
		margin: 0 0 25px;
		border: 0;
	}

	.ancud-closing__copy {
		max-width: 780px;
	}

	.ancud-contact-card {
		width: min( 100%, 620px );
	}
}

@media ( max-width: 700px ) {
	html {
		scroll-padding-top: 20px;
	}

	body.orbital-ancud-site {
		padding-bottom: 0;
	}

	.ancud-header {
		position: relative;
		top: auto;
		background: var( --ancud-white );
		box-shadow: none;
		backdrop-filter: none;
	}

	.ancud-header.is-scrolled {
		background: var( --ancud-white );
		box-shadow: none;
	}

	.admin-bar .ancud-header {
		top: auto;
	}

	.ancud-topbar {
		display: none;
	}

	.ancud-nav {
		min-height: 66px;
		gap: 16px;
	}

	.ancud-brand {
		width: 160px;
	}

	.ancud-menu-toggle {
		min-height: 42px;
		gap: 9px;
		padding: 8px 10px 8px 13px;
		border: 1px solid var( --ancud-line );
		border-radius: 14px;
		background: var( --ancud-cream );
	}

	.ancud-menu-toggle__lines {
		width: 23px;
	}

	.ancud-main-nav {
		top: calc( 100% + 8px );
		right: 12px;
		left: 12px;
		z-index: 20;
		border: 1px solid var( --ancud-line );
		border-radius: 18px;
	}

	.ancud-main-nav.is-open {
		padding: 12px 18px 18px;
	}

	.ancud-main-nav > a:not( .ancud-button ) {
		padding: 13px 2px;
		font-size: 14px;
	}

	.ancud-section {
		padding-block: 48px;
	}

	.ancud-page h2 {
		font-size: clamp( 27px, 7.5vw, 31px );
		line-height: 1.06;
	}

	.ancud-hero {
		padding-top: 34px;
		padding-bottom: 58px;
	}

	.ancud-hero::after {
		height: 40px;
	}

	.ancud-hero__grid {
		gap: 32px;
	}

	.ancud-eyebrow {
		gap: 8px;
		margin-bottom: 13px;
		font-size: 10px;
		letter-spacing: .1em;
	}

	.ancud-eyebrow span {
		width: 28px;
	}

	.ancud-hero h1 {
		max-width: 350px;
		font-size: clamp( 37px, 11vw, 43px );
		line-height: .96;
	}

	.ancud-hero h1 span {
		margin-top: 5px;
	}

	.ancud-hero__copy > p:not( .ancud-eyebrow ) {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.58;
	}

	.ancud-hero__copy .ancud-hero__lead {
		margin-top: 19px;
		font-size: 17px;
		line-height: 1.45;
	}

	.ancud-hero__actions {
		display: grid;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		gap: 9px;
		margin-top: 20px;
	}

	.ancud-hero__actions .ancud-button {
		min-height: 48px;
		padding: 11px 10px;
		border-radius: 13px;
		font-size: 12px;
	}

	.ancud-hero__actions .ancud-button > svg:last-child {
		display: none;
	}

	.ancud-hero__proof {
		display: none;
	}

	.ancud-hero__proof,
	.ancud-why__mini-grid,
	.ancud-payment-cards,
	.ancud-contact-card__actions,
	.ancud-footer__grid {
		grid-template-columns: 1fr;
	}

	.ancud-hero__visual {
		width: 100%;
		padding: 0;
	}

	.ancud-hero__visual-meta {
		display: none;
	}

	.ancud-hero__image-frame {
		aspect-ratio: 16 / 9;
		border-width: 4px;
		border-radius: 25px;
	}

	.ancud-hero__image-frame img {
		object-position: 56% 52%;
	}

	.ancud-hero__image-caption {
		right: 15px;
		bottom: 13px;
		left: 15px;
		font-size: 10px;
	}

	.ancud-float-card {
		display: none;
	}

	.ancud-trustbar {
		margin-top: -20px;
	}

	.ancud-trustbar__grid {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
		border-radius: 17px;
	}

	.ancud-trustbar a {
		display: grid;
		justify-items: center;
		gap: 7px;
		padding: 13px 5px;
		text-align: center;
	}

	.ancud-trustbar a + a {
		border-top: 0;
		border-left: 1px solid var( --ancud-line );
	}

	.ancud-trustbar__icon {
		width: 35px;
		height: 35px;
		flex-basis: 35px;
	}

	.ancud-trustbar small {
		font-size: 8px;
		letter-spacing: .04em;
	}

	.ancud-trustbar strong {
		display: none;
	}

	.ancud-section-heading > p:last-child,
	.ancud-split__copy > p:not( .ancud-kicker ),
	.ancud-convenio__copy > p:not( .ancud-kicker ),
	.ancud-payments__copy > p:not( .ancud-kicker ),
	.ancud-closing__copy > p:not( .ancud-kicker ) {
		font-size: 15px;
		line-height: 1.62;
	}

	.ancud-value-grid,
	.ancud-editorial-grid,
	.ancud-integral-grid,
	.ancud-services-grid {
		grid-template-columns: 1fr;
	}

	.ancud-value-card,
	.ancud-editorial-card,
	.ancud-integral-card,
	.ancud-service-card {
		padding: 24px;
	}

	.ancud-value-grid,
	.ancud-editorial-grid,
	.ancud-integral-grid,
	.ancud-services-grid,
	.ancud-steps {
		margin-top: 36px;
	}

	.ancud-value-card h3 {
		margin-top: 26px;
		font-size: 25px;
	}

	.ancud-editorial-card__top {
		margin-bottom: 24px;
	}

	.ancud-editorial-card h3 {
		font-size: 25px;
	}

	.ancud-integral-card {
		min-height: 0;
	}

	.ancud-integral-card h3,
	.ancud-integral-card--feature h3 {
		margin: 24px 0 16px;
		font-size: 25px;
	}

	.ancud-integral-card p {
		font-size: 14px;
		line-height: 1.62;
	}

	.ancud-service-card {
		min-height: 0;
	}

	.ancud-service-card h3 {
		margin-top: 24px;
	}

	.ancud-integral-card--feature {
		display: block;
	}

	.ancud-integral-card--feature h3 {
		margin-top: 24px;
	}

	.ancud-photo-panel > img,
	.ancud-photo-panel > picture > img {
		aspect-ratio: 4 / 3;
	}

	.ancud-photo-panel--social > img,
	.ancud-photo-panel--social > picture > img {
		aspect-ratio: 16 / 9;
	}

	.ancud-photo-panel--ortho > img,
	.ancud-photo-panel--ortho > picture > img {
		aspect-ratio: 16 / 9;
	}

	.ancud-photo-panel__badge {
		position: static;
		width: 100%;
		margin-top: 12px;
	}

	.ancud-photo-panel__action {
		position: static;
		width: 100%;
		margin-top: 12px;
	}

	.ancud-why__mini-grid > div {
		min-height: 0;
		align-content: start;
	}

	.ancud-why__mini-grid span {
		margin-bottom: 10px;
	}

	.ancud-convenio__grid {
		gap: 32px;
	}

	.ancud-convenio__logo-card {
		min-height: 200px;
		padding: 25px;
	}

	.ancud-convenio__stamp {
		position: static;
		min-width: 0;
		margin-top: 12px;
	}

	.ancud-payment-cards {
		gap: 10px;
	}

	.ancud-payment-card,
	.ancud-payment-card--wide {
		min-height: 145px;
	}

	.ancud-payment-card--wide {
		grid-column: auto;
	}

	.ancud-contact-card {
		padding: 25px;
	}

	.ancud-step {
		padding: 24px;
	}

	.ancud-step h3 {
		font-size: 24px;
	}

	.ancud-closing {
		padding-block: 48px;
	}

	.ancud-closing__inner {
		gap: 40px;
	}

	.ancud-contact-card h3 {
		font-size: 32px;
	}

	.ancud-footer {
		padding-top: 55px;
	}

	.ancud-footer__grid {
		gap: 36px;
	}

	.ancud-footer__actions {
		grid-column: auto;
	}

	.ancud-footer__actions .ancud-button {
		width: 100%;
	}

	.ancud-footer__bottom {
		display: grid;
	}

	.ancud-mobile-actions {
		display: none;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}
