﻿/*
Theme Name: Hola Salud
Theme URI: https://holasalud.com
Author: EW360
Author URI: https://ew360.mx
Description: Tema Hola Salud para WordPress. Soporte: soporte@ew360.mx
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hola-salud
Tags: custom-logo, custom-menu, featured-images, full-site-editing, block-patterns, blog, accessibility-ready
*/

@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Roboto:wght@400;500;700;900&display=swap");

:root {
	--hs-navy: #00205b;
	--hs-blue: #5c88ff;
	--hs-light-blue: #dbe5f7;
	--hs-mint: #a2e4b8;
	--hs-mint-soft: #e8f5ec;
	--hs-border: #cad3e0;
	--hs-text: #00205b;
	--hs-text-muted: #586b8a;
	--hs-white: #ffffff;
	--hs-max-width: 1140px;
	--hs-radius: 24px;
	--hs-shadow: 0 10px 30px rgba(0, 32, 91, 0.08);
}

/* Page-specific final overrides */
.hs-blog-page .hs-home-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 24px;
	align-items: start;
	margin-top: 0;
}

.hs-blog-page .hs-home-blog-grid {
	display: block;
	margin-top: 0;
}

.hs-blog-page .hs-home-blog-grid__item {
	min-height: 0;
	box-shadow: none;
}

.hs-blog-page .hs-home-blog-grid__item a {
	display: block;
	height: auto;
}

.hs-blog-page .hs-home-blog-slider {
	position: relative;
	display: block;
	padding: 0 26px 54px;
}

.hs-blog-page .hs-home-blog-slider__viewport {
	overflow: hidden;
}

.hs-blog-page .hs-home-blog-slider__track {
	display: flex;
}

.hs-blog-page .hs-home-blog-slider__page {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hs-blog-page .hs-home-blog-slider__arrow {
	position: absolute;
	bottom: 0;
	display: inline-flex;
	width: 34px;
	height: 34px;
	border: 2px solid #00205b;
	border-radius: 50%;
	background: #fff;
	font-size: 1.2rem;
}

.hs-blog-page .hs-home-blog-slider__arrow--prev {
	left: calc(50% - 24px);
	transform: translateX(-100%);
}

.hs-blog-page .hs-home-blog-slider__arrow--next {
	left: calc(50% + 24px);
}

.hs-blog-page .hs-home-blog-grid__item--secondary .hs-home-blog-grid__image {
	height: 182px;
}

.hs-blog-page .hs-home-blog-grid__item--secondary h3 {
	padding: 14px 14px 16px;
	font-size: 13px !important;
}

.hs-blog-page .hs-blog-page__bottom-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-blog-page .hs-blog-page__bottom-item {
	display: flex;
}

.hs-circle-page .hs-button--small,
.hs-circle-page .hs-button--outline {
	min-width: 128px;
}

.hs-contact-page .hs-contact-community__icons a {
	background: transparent;
	box-shadow: none;
}

.hs-circle-page h1,
.hs-circle-page h2,
.hs-blog-page h1,
.hs-blog-page h2,
.hs-contact-page h1,
.hs-contact-page h2 {
	font-size: 2.25rem !important;
}

@media (max-width: 1100px) {
	.hs-blog-page .hs-home-blog-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hs-blog-page .hs-home-blog-slider__page,
	.hs-blog-page .hs-blog-page__bottom-grid {
		grid-template-columns: 1fr;
	}
}

/* Comunidad: Circulo Hola Salud */
.hs-circle-page {
	background: #fff;
}

.hs-circle-hero {
	position: relative;
}

.hs-circle-hero__media {
	position: relative;
	height: 480px;
	overflow: hidden;
}

.hs-circle-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hs-circle-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(26, 31, 39, 0.56);
}

.hs-circle-hero__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 24px;
	text-align: center;
}

.hs-circle-hero__content h1 {
	max-width: 980px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(2.8rem, 5.4vw, 4.85rem);
	line-height: 0.96;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.hs-circle-hero__content p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.05rem;
	line-height: 1.5;
	font-weight: 400;
}

.hs-circle-recipes {
	padding: 86px 0 74px;
}

.hs-circle-recipes .hs-page-title {
	margin-bottom: 14px;
	font-size: clamp(2.55rem, 4vw, 4rem);
	line-height: 0.96;
}

.hs-circle-recipes__lead {
	max-width: 860px;
	margin: 0 auto 52px;
	color: #000;
	text-align: center;
	font-size: 1rem;
	line-height: 1.45;
}

.hs-circle-featured {
	display: flex;
	align-items: center;
	margin-bottom: 44px;
}

.hs-circle-featured__media {
	position: relative;
	z-index: 1;
	flex: 0 0 460px;
	padding: 50px;
	background: #a2e4b8;
}

.hs-circle-featured__media img {
	display: block;
	width: 360px;
	height: 360px;
	margin: 0 auto;
	object-fit: contain;
}

.hs-circle-featured__card {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	margin-left: -42px;
	background: #e8f5ec;
	min-height: 308px;
	display: flex;
	align-items: center;
}

.hs-circle-featured__card-inner {
	max-width: 560px;
	padding: 34px 46px 34px 84px;
}

.hs-circle-featured__card-inner h3 {
	margin: 0 0 16px;
	color: #00205b;
	font-size: 2.2rem;
	line-height: 0.95;
	font-weight: 800;
	font-style: italic;
}

.hs-circle-featured__card-inner p {
	margin: 0 0 24px;
	color: #00205b;
	font-size: 1rem;
	line-height: 1.48;
}

.hs-circle-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.hs-circle-grid__item {
	text-align: center;
}

.hs-circle-grid__media {
	display: block;
	margin-bottom: 18px;
	padding: 16px;
	background: #a2e4b8;
	aspect-ratio: 1 / 1;
}

.hs-circle-grid__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hs-circle-grid__item h3 {
	margin: 0 0 10px;
	color: #00205b;
	font-size: 1.05rem;
	line-height: 0.95;
	font-weight: 800;
	font-style: italic;
}

.hs-circle-grid__item h3 a,
.hs-circle-grid__item p,
.hs-circle-grid__item a {
	color: inherit;
}

.hs-circle-grid__item p {
	margin: 0 0 16px;
	color: #00205b;
	font-size: 0.95rem;
	line-height: 1.45;
}

.hs-circle-chat {
	padding: 82px 0 86px;
	background: #00205b;
}

.hs-circle-chat__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 56px;
}

.hs-circle-chat__copy {
	max-width: 430px;
	text-align: center;
}

.hs-circle-chat__copy h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(2.65rem, 4vw, 4.15rem);
	line-height: 0.9;
	font-weight: 800;
	font-style: italic;
}

.hs-circle-chat__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
	line-height: 1.55;
}

.hs-circle-chat__media img {
	display: block;
	width: 238px;
	max-width: 100%;
	height: auto;
}

.hs-circle-videos {
	padding: 66px 0 82px;
	background: #8bb8e8;
	overflow: hidden;
}

.hs-circle-videos .hs-container {
	max-width: 1220px;
}

.hs-circle-videos__row {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
	overflow: hidden;
	scrollbar-width: none;
}

.hs-circle-videos__row::-webkit-scrollbar {
	display: none;
}

.hs-circle-videos__track {
	display: flex;
	gap: 16px;
	width: max-content;
}

.hs-circle-videos__row--offset {
	margin-left: 84px;
}

.hs-circle-videos__row--reverse {
	margin-left: -28px;
}

.hs-circle-videos__card {
	flex: 0 0 160px;
	width: 160px;
	height: 160px;
	border: 0;
	border-radius: 18px;
	background: #5c88ff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.hs-circle-videos__card:hover {
	opacity: 0.8;
}

.hs-circle-videos__play {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 24px solid #fff;
	margin-left: 7px;
}

body.hs-modal-open {
	overflow: hidden;
}

.hs-circle-video-modal[hidden] {
	display: none;
}

.hs-circle-video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.hs-circle-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.hs-circle-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 960px);
	background: #000;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hs-circle-video-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
}

.hs-circle-video-modal__frame-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.hs-circle-video-modal__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Comunidad: Blog */
.hs-blog-page {
	background: #fff;
}

.hs-blog-page__intro {
	padding: 88px 0 44px;
}

.hs-blog-page__intro h1 {
	margin: 0 0 20px;
	color: #00205b;
	font-size: clamp(3.1rem, 5vw, 5.5rem);
	line-height: 0.92;
	font-weight: 800;
	font-style: italic;
	letter-spacing: -0.05em;
}

.hs-blog-page__intro p {
	max-width: 880px;
	margin: 0 auto;
	color: #00205b;
	font-size: 1rem;
	line-height: 1.5;
}

.hs-blog-page__featured {
	padding: 14px 0 72px;
}

.hs-blog-page__featured .hs-container,
.hs-blog-page__bottom .hs-container {
	max-width: 1140px;
}

.hs-home-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 24px;
	align-items: start;
}

.hs-home-blog-grid__item a,
.hs-blog-page__bottom-item {
	text-decoration: none;
}

.hs-home-blog-grid__item--featured {
	overflow: hidden;
	border: 1px solid #cad3e0;
	border-radius: 20px;
	background: #fff;
}

.hs-home-blog-grid__item--featured .hs-home-blog-grid__image {
	display: block;
	width: 100%;
	height: 474px;
	object-fit: cover;
}

.hs-home-blog-grid__item--featured h3 {
	margin: 0;
	padding: 22px 28px 24px;
	color: #00205b;
	font-size: 1.1rem;
	line-height: 1.18;
	font-weight: 800;
	text-align: center;
}

.hs-home-blog-slider {
	position: relative;
	padding: 0 26px 54px;
}

.hs-home-blog-slider__viewport {
	overflow: hidden;
}

.hs-home-blog-slider__track {
	display: flex;
	transition: transform 0.35s ease;
}

.hs-home-blog-slider__page {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	flex: 0 0 100%;
}

.hs-home-blog-grid__item--secondary {
	overflow: hidden;
	border: 1px solid #cad3e0;
	border-radius: 18px;
	background: #fff;
}

.hs-home-blog-grid__item--secondary .hs-home-blog-grid__image {
	display: block;
	width: 100%;
	height: 182px;
	object-fit: cover;
}

.hs-home-blog-slider__page h3,
.hs-home-blog-grid__item--secondary h3 {
	margin: 0;
	padding: 14px 14px 16px;
	color: #00205b;
	font-size: 13px;
	line-height: 1.22;
	font-weight: 800;
	text-align: center;
}

.hs-home-blog-slider__arrow {
	position: absolute;
	bottom: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #00205b;
	background: #fff;
	color: #00205b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1;
}

.hs-home-blog-slider__arrow--prev {
	left: calc(50% - 24px);
	transform: translateX(-100%);
}

.hs-home-blog-slider__arrow--next {
	left: calc(50% + 24px);
}

.hs-blog-page__science {
	padding: 8px 0 34px;
}

.hs-blog-page__science h2 {
	margin: 0 0 16px;
	color: #00205b;
	font-size: clamp(2.35rem, 4vw, 3.9rem);
	line-height: 0.96;
	font-weight: 800;
	font-style: italic;
	letter-spacing: -0.04em;
}

.hs-blog-page__science p {
	max-width: 840px;
	margin: 0 auto;
	color: #00205b;
	font-size: 1rem;
	line-height: 1.5;
}

.hs-blog-page__navy {
	height: 360px;
	background: #00205b;
}

.hs-blog-page__bottom {
	padding: 72px 0 74px;
	background: #d0ddff;
}

.hs-blog-page__bottom-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hs-blog-page__bottom-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px;
	border-radius: 20px;
	background: #fff;
}

.hs-blog-page__bottom-media {
	flex: 0 0 160px;
	width: 160px;
	height: 96px;
	border-radius: 14px;
	overflow: hidden;
}

.hs-blog-page__bottom-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-blog-page__bottom-item p {
	margin: 0;
	color: #00205b;
	font-size: 1rem;
	line-height: 1.34;
	font-weight: 500;
}

.hs-blog-index-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 24px;
	align-items: start;
}

.hs-blog-index-featured {
	display: block;
}

.hs-blog-index-card {
	overflow: hidden;
	border: 1px solid #cad3e0;
	border-radius: 20px;
	background: #fff;
}

.hs-blog-index-card a {
	display: block;
	text-decoration: none;
}

.hs-blog-index-card--featured .hs-home-blog-grid__image {
	display: block;
	width: 100%;
	height: 474px;
	object-fit: cover;
}

.hs-blog-index-card--featured h3 {
	margin: 0;
	padding: 22px 28px 24px;
	color: #00205b;
	font-size: 1.1rem;
	line-height: 1.18;
	font-weight: 800;
	text-align: center;
}

.hs-blog-index-slider {
	position: relative;
	padding: 0 26px 54px;
}

.hs-blog-index-slider__viewport {
	overflow: hidden;
}

.hs-blog-index-slider__track {
	display: flex;
	transition: transform 0.35s ease;
}

.hs-blog-index-slider__page {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hs-blog-index-card--secondary .hs-home-blog-grid__image {
	display: block;
	width: 100%;
	height: 182px;
	object-fit: cover;
}

.hs-blog-index-card--secondary h3 {
	margin: 0;
	padding: 14px 14px 16px;
	color: #00205b;
	font-size: 13px;
	line-height: 1.22;
	font-weight: 800;
	text-align: center;
}

.hs-blog-index-slider__arrow {
	position: absolute;
	bottom: 0;
	width: 34px;
	height: 34px;
	border: 2px solid #00205b;
	border-radius: 50%;
	background: #fff;
	color: #00205b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1;
}

.hs-blog-index-slider__arrow--prev {
	left: calc(50% - 24px);
	transform: translateX(-100%);
}

.hs-blog-index-slider__arrow--next {
	left: calc(50% + 24px);
}

/* Contacto */
.hs-contact-page {
	background: #fff;
}

.hs-contact-hero {
	padding: 94px 0 92px;
	background: linear-gradient(90deg, #00205b 0%, #a2e4b8 100%);
}

.hs-contact-hero h1 {
	max-width: 980px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: clamp(3rem, 5.3vw, 5.35rem);
	line-height: 0.95;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.hs-contact-hero p {
	max-width: 860px;
	margin: 0 auto 6px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.45;
}

.hs-page-section.hs-contact-form-section {
	padding: 86px 0 42px;
}

.hs-contact-form-section .hs-page-title {
	margin-bottom: 18px;
	font-size: clamp(2.5rem, 4vw, 4rem);
	line-height: 0.94;
	font-style: italic;
}

.hs-contact-form-section__lead {
	max-width: 820px;
	margin: 0 auto 42px;
	color: #00205b;
	font-size: 1rem;
	line-height: 1.48;
}

.hs-contact-card {
	max-width: 716px;
	margin: 0 auto;
	padding: 44px 40px 34px;
	border-radius: 34px;
	background: #5c88ff;
}

.hs-contact-card h3 {
	margin: 0 0 24px;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}

.hs-contact-form--lovable {
	display: grid;
	gap: 18px;
	padding: 0;
	background: transparent;
}

.hs-contact-form--lovable label {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.9rem;
	line-height: 1.35;
	font-weight: 600;
	text-align: left;
}

.hs-contact-form--lovable input,
.hs-contact-form--lovable textarea {
	width: 100%;
	margin-top: 8px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-size: 0.98rem;
	box-shadow: none;
}

.hs-contact-form--lovable textarea {
	min-height: 110px;
	border-radius: 22px;
	resize: none;
}

.hs-contact-form--lovable input::placeholder,
.hs-contact-form--lovable textarea::placeholder {
	color: rgba(255, 255, 255, 0.68);
}

.hs-contact-form--lovable button {
	align-self: center;
	min-width: 316px;
	margin-top: 2px;
	padding: 14px 26px;
	border-radius: 999px;
	background: #fff;
	color: #5c88ff;
	font-size: 0.95rem;
	font-weight: 700;
}

.hs-contact-form--lovable .hs-contact-form__note {
	max-width: 620px;
	margin: 6px auto 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.8rem;
	line-height: 1.45;
	text-align: center;
}

.hs-page-section.hs-contact-support {
	padding: 42px 0 26px;
}

.hs-contact-support__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	align-items: center;
	gap: 26px;
}

.hs-contact-support__copy h2 {
	margin: 0 0 28px;
	color: #00205b;
	font-size: clamp(2.5rem, 4vw, 4.15rem);
	line-height: 0.94;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.hs-contact-support__copy p {
	margin: 0;
	color: #00205b;
	font-size: 1rem;
	line-height: 1.55;
}

.hs-contact-support__media {
	display: flex;
	justify-content: center;
}

.hs-contact-support__media img {
	display: block;
	width: min(100%, 442px);
	height: auto;
}

.hs-contact-page .hs-gradient-line,
.hs-contact-page .hs-gradient-line--center {
	width: min(100%, 568px);
	height: 5px;
	margin: 24px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #5c88ff 0%, #00205b 100%);
}

.hs-contact-community {
	padding: 68px 0 18px;
	background: #d0ddff;
}

.hs-contact-community__grid {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.hs-contact-community__icons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
	align-items: center;
}

.hs-contact-community__icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	text-decoration: none;
}

.hs-contact-community__icons svg {
	width: 76px;
	height: 76px;
}

.hs-contact-community__icons a[aria-label="Facebook"] svg {
	color: #5c88ff;
	fill: #5c88ff;
}

.hs-contact-community__icons a[aria-label="Facebook"] .hs-contact-community__icon-mark {
	fill: #fff;
}

.hs-contact-community__icons a[aria-label="Instagram"] svg,
.hs-contact-community__icons a[aria-label="LinkedIn"] svg {
	color: #00205b;
	stroke: currentColor;
	stroke-width: 1.6;
}

.hs-contact-community__icons a[aria-label="LinkedIn"] svg,
.hs-contact-community__icons a[aria-label="YouTube"] svg {
	fill: currentColor;
	stroke: none;
}

.hs-contact-community__icons a[aria-label="YouTube"] svg {
	color: #5c88ff;
}

.hs-contact-community__copy h2 {
	max-width: 700px;
	margin: 0 0 20px;
	color: #00205b;
	font-size: clamp(2.6rem, 4.2vw, 4.55rem);
	line-height: 0.94;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.hs-contact-community__copy p,
.hs-contact-closing h2 {
	color: #00205b;
}

.hs-contact-community__copy p {
	max-width: 760px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.52;
}

.hs-contact-closing {
	padding: 0 0 76px;
	background: #d0ddff;
}

.hs-contact-closing h2 {
	max-width: 860px;
	margin: 0 auto;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
}

@media (max-width: 1100px) {
	.hs-circle-featured {
		flex-direction: column;
		gap: 0;
	}

	.hs-circle-featured__media {
		flex-basis: auto;
	}

	.hs-circle-featured__card {
		margin-left: 0;
		width: 100%;
	}

	.hs-circle-featured__card-inner {
		max-width: none;
		padding: 28px 30px;
	}

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

	.hs-home-blog-layout,
	.hs-blog-index-layout,
	.hs-contact-support__grid,
	.hs-contact-community__grid {
		grid-template-columns: 1fr;
	}

	.hs-contact-community__icons {
		justify-content: center;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.hs-circle-hero__media {
		height: 360px;
	}

	.hs-circle-recipes,
	.hs-contact-form-section,
	.hs-contact-support,
	.hs-contact-community {
		padding-top: 56px;
	}

	.hs-circle-recipes {
		padding-bottom: 56px;
	}

	.hs-circle-featured__media {
		width: 100%;
		padding: 32px;
	}

	.hs-circle-featured__media img {
		width: min(100%, 300px);
		height: auto;
	}

	.hs-circle-grid,
	.hs-blog-index-slider__page,
	.hs-blog-page__bottom-grid,
	.hs-home-blog-slider__page {
		grid-template-columns: 1fr;
	}

	.hs-circle-chat__inner {
		flex-direction: column;
		text-align: center;
	}

	.hs-circle-videos__row,
	.hs-circle-videos__row--offset,
	.hs-circle-videos__row--reverse {
		margin-left: 0;
	}

	.hs-circle-videos__card {
		flex-basis: 132px;
		width: 132px;
		height: 132px;
	}

	.hs-home-blog-grid__item--featured .hs-home-blog-grid__image {
		height: 320px;
	}

	.hs-blog-index-card--featured .hs-home-blog-grid__image {
		height: 320px;
	}

	.hs-blog-page__navy {
		height: 220px;
	}

	.hs-blog-page__bottom-item {
		flex-direction: column;
	}

	.hs-blog-page__bottom-media {
		width: 100%;
		flex-basis: auto;
		height: 180px;
	}

	.hs-contact-card {
		padding: 30px 24px;
		border-radius: 28px;
	}

	.hs-contact-form--lovable button {
		min-width: 0;
		width: 100%;
	}

	.hs-contact-community__icons {
		width: 100%;
	}

	.hs-contact-community__icons a {
		width: 72px;
		height: 72px;
	}

	.hs-contact-community__icons svg {
		width: 68px;
		height: 68px;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Parkinsans, Roboto, system-ui, sans-serif;
	color: var(--hs-text);
	background: var(--hs-white);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	line-height: 1.7;
}

.hs-main {
	min-height: 60vh;
}

.hs-home {
	background: var(--hs-white);
}

.hs-container {
	width: min(calc(100% - 40px), var(--hs-max-width));
	margin: 0 auto;
}

.hs-container--medium {
	width: min(calc(100% - 40px), 1140px);
}

.hs-container--article {
	width: min(calc(100% - 40px), 860px);
}

.hs-container--narrow {
	width: min(calc(100% - 40px), 860px);
}

.hs-center {
	text-align: center;
}

.hs-display {
	margin: 0 0 16px;
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	line-height: 1.05;
	font-style: italic;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.hs-display--compact {
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin-bottom: 32px;
}

.hs-lead {
	max-width: 720px;
	margin: 0 auto;
	font-size: 1.05rem;
	color: var(--hs-text);
}

.hs-section {
	padding: 72px 0;
}

.hs-section--light {
	background: var(--hs-white);
}

.hs-section--soft {
	background: #f0f4fa;
}

.hs-section--soft-blue {
	background: var(--hs-light-blue);
}

.hs-section--intro {
	padding-top: 88px;
	padding-bottom: 24px;
}

.hs-home-hero {
	background: linear-gradient(90deg, var(--hs-navy) 0%, var(--hs-blue) 55%, var(--hs-mint) 100%);
	color: var(--hs-white);
}

.hs-home-hero__inner {
	max-width: 1340px !important;
	width: min(calc(100% - 88px), 1340px);
	margin: 0 auto;
	padding-top: 44px;
	padding-bottom: 116px;
}

.hs-home-hero__content {
	max-width: 640px;
}

.hs-home-hero__title {
	max-width: 620px;
	margin: 0 0 26px;
	font-size: clamp(3.25rem, 4.45vw, 4.2rem);
	line-height: 1.02;
	color: var(--hs-white);
}

.hs-home-hero__copy {
	margin: 0 0 36px;
	max-width: 690px;
	font-size: 1.02rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.hs-home-hero .hs-button .wp-block-button__link {
	background: var(--hs-navy);
	min-width: 330px;
	padding: 16px 30px;
	border-radius: 10px;
	font-size: 0.98rem;
	font-weight: 700;
}

.hs-home-title {
	margin: 0 0 20px;
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.hs-home-subtitle {
	margin: 0 0 40px;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.hs-home-about,
.hs-home-whyus,
.hs-home-services,
.hs-home-pricing,
.hs-home-choose,
.hs-home-testimonials,
.hs-home-faq,
.hs-home-metas,
.hs-home-app,
.hs-home-recipes,
.hs-home-blog {
	padding: 80px 0;
}

.hs-home-about {
	padding-top: 58px;
	padding-bottom: 58px;
}

.hs-home-blog,
.hs-home-recipes {
	padding-top: 52px;
	padding-bottom: 88px;
}

.hs-home-about__copy {
	max-width: 860px;
	margin: 0 auto;
	font-size: 1.06rem;
}

.hs-gradient-line--center {
	max-width: 66%;
	margin: 40px auto 0;
	border: 0;
}

.hs-home-whyus__cards {
	display: grid;
	gap: 20px;
}

.hs-feature-card {
	padding: 28px 32px;
	border-radius: 24px;
}

.hs-feature-card h3 {
	margin: 0 0 12px;
	font-size: 1.25rem;
}

.hs-feature-card p {
	margin: 0;
}

.hs-feature-card--mint {
	background: var(--hs-mint);
	color: var(--hs-navy);
}

.hs-feature-card--navy {
	background: var(--hs-navy);
	color: var(--hs-white);
}

.hs-home-whyus__doctor img {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.hs-home-services__logos {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	gap: 48px;
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 10px 0 6px;
}

.hs-home-services__logos figure {
	margin: 0;
}

.hs-home-services__logos img {
	max-height: 54px;
	width: auto;
}

.hs-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

.hs-service-card {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}

.hs-service-card img {
	width: 100%;
	max-width: 302px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.hs-service-card h4 {
	margin: 0 0 14px;
	font-size: 1.18rem;
	line-height: 1.25;
}

.hs-service-card p {
	margin: 0 0 12px;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #000;
}

.hs-home-recipes {
	background: var(--hs-white);
}

.hs-home-community-carousel {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	gap: 16px;
	align-items: center;
	margin-top: 42px;
}

.hs-home-community-carousel--legacy {
	display: none !important;
}

.hs-home-community-carousel__viewport {
	overflow: hidden;
	padding: 32px 28px;
	border-radius: 26px;
	background: var(--hs-mint);
}

.hs-home-community-carousel__track {
	display: flex;
	gap: 22px;
	max-width: 1240px;
	margin: 0 auto;
	transition: transform 0.45s ease;
	will-change: transform;
}

.hs-home-community-carousel__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #d7f5e2;
	color: var(--hs-navy);
	font-size: 2rem;
	line-height: 1;
}

.hs-home-community-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 calc((100% - 66px) / 4);
	min-height: 232px;
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: var(--hs-white);
	text-align: center;
}

.hs-home-community-card__media {
	display: block;
	margin-bottom: 10px;
}

.hs-home-community-card__media img {
	width: 100%;
	max-width: 152px;
	aspect-ratio: 1 / 1;
	margin: -42px auto 0;
}

.hs-home-community-card__excerpt {
	margin: 0;
	font-size: 0.93rem;
	line-height: 1.48;
	text-wrap: balance;
}

.hs-home-featured-recipe {
	display: grid;
	grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
	gap: 0;
	align-items: center;
	margin-top: 44px;
}

.hs-home-featured-recipe__media {
	padding: 36px;
	border-radius: 0;
	background: var(--hs-mint);
}

.hs-home-featured-recipe__media a {
	display: block;
	aspect-ratio: 1 / 1;
}

.hs-home-featured-recipe__media img {
	aspect-ratio: 1 / 1;
}

.hs-home-featured-recipe__content {
	position: relative;
	left: -40px;
	padding: 40px 48px;
	background: var(--hs-mint-soft);
	box-shadow: var(--hs-shadow);
}

.hs-home-featured-recipe__content h3 {
	margin: 0 0 18px;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-style: italic;
}

.hs-home-featured-recipe__content p {
	margin: 0 0 26px;
	max-width: 560px;
}

.hs-home-recipes-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin-top: 40px;
}

.hs-home-recipes-grid__item {
	text-align: center;
}

.hs-home-recipes-grid__media {
	display: block;
	aspect-ratio: 1 / 1;
	margin-bottom: 18px;
	padding: 24px;
	background: var(--hs-mint);
}

.hs-home-recipes-grid__item img {
	aspect-ratio: 1 / 1;
}

.hs-home-recipes-grid__item h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-style: italic;
}

.hs-home-recipes-grid__item p {
	margin: 0 0 18px;
	font-size: 0.98rem;
}

.hs-home-recipes__cards {
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.hs-home-recipes__card {
	padding: 18px 18px 24px;
	text-align: center;
	border-radius: 28px;
	background: var(--hs-mint);
}

.hs-home-recipes__card .wp-block-post-featured-image {
	margin: 0 0 16px;
	background: var(--hs-white);
	border-radius: 24px;
	overflow: hidden;
}

.hs-home-recipes__card .wp-block-post-featured-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.hs-home-recipes__card .wp-block-post-title {
	margin: 0 0 10px;
	font-size: 1.2rem;
}

.hs-home-recipes__card .wp-block-post-excerpt {
	font-size: 0.95rem;
}

.hs-home-recipes__card .wp-block-post-excerpt__more-link {
	display: inline-flex;
	margin-top: 16px;
	padding: 10px 18px;
	border: 2px solid var(--hs-navy);
	font-weight: 700;
}

.hs-home-blog {
	background: var(--hs-light-blue);
}

.hs-home-blog-layout {
	display: grid;
	grid-template-columns: 1.05fr 1.15fr;
	gap: 28px;
	margin-top: 40px;
}

.hs-home-blog-grid {
	display: grid;
	grid-template-columns: 1.55fr 1fr 1fr;
	gap: 18px;
	margin-top: 40px;
}

.hs-home-blog-grid__item {
	overflow: hidden;
	border-radius: 24px;
	background: var(--hs-white);
	box-shadow: var(--hs-shadow);
	min-height: 0;
}

.hs-home-blog-grid__item a {
	display: grid;
	height: 100%;
	grid-template-rows: auto 1fr;
}

.hs-home-blog-grid__item--featured {
	grid-row: auto;
}

.hs-home-blog-grid__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.hs-home-blog-grid__item--featured .hs-home-blog-grid__image {
	aspect-ratio: auto;
	height: 520px;
}

.hs-home-blog-slider {
	display: grid;
	align-items: center;
	position: relative;
	padding-bottom: 46px;
}

.hs-home-blog-slider__viewport {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	grid-column: 2;
	justify-self: stretch;
}

.hs-home-blog-slider__track {
	display: flex;
	transition: transform 0.45s ease;
	will-change: transform;
	min-width: 100%;
}

.hs-home-blog-slider__page {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.hs-home-blog-slider__arrow {
	position: absolute;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hs-navy);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.hs-home-blog-slider__arrow--prev {
	left: calc(50% - 20px);
	transform: translateX(-100%);
}

.hs-home-blog-slider__arrow--next {
	left: calc(50% + 20px);
}
.hs-home-blog-slider__arrow[disabled] {
	opacity: 0.35;
	cursor: default;
}

.hs-home-blog-grid__item--secondary .hs-home-blog-grid__image {
	height: 206px;
	aspect-ratio: auto;
}

.hs-home-blog-slider__page h3,
.hs-home-blog-grid__item--secondary h3 {
	font-size: 13px !important;
	line-height: 1.2;
	padding: 10px 14px 14px;
}

.hs-home-blog-grid__item h3 {
	margin: 0;
	padding: 16px 18px 20px;
	font-size: 1.12rem;
	line-height: 1.28;
	text-align: center;
	align-self: center;
}

.hs-home-blog__cards {
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.hs-home-blog__cards > *:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.hs-home-blog__card {
	overflow: hidden;
	border-radius: 24px;
	background: var(--hs-white);
	box-shadow: var(--hs-shadow);
}

.hs-home-blog__card .wp-block-post-featured-image {
	margin: 0;
}

.hs-home-blog__card .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.hs-home-blog__cards > *:first-child .wp-block-post-featured-image img {
	aspect-ratio: 4 / 4.8;
}

.hs-home-blog__card .wp-block-post-title {
	margin: 0;
	padding: 16px 18px 20px;
	font-size: 1.15rem;
	line-height: 1.28;
	text-align: center;
}

.hs-home-pricing {
	background: #d0ddff;
}

.hs-home-pricing .alignwide {
	max-width: 1260px;
}

.hs-home-pricing__intro,
.hs-home-faq__intro,
.hs-home-app__intro {
	max-width: 760px;
	margin: 0 auto 42px;
	font-size: 1.06rem;
}

.hs-home-pricing__intro {
	color: #000;
}

.hs-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.hs-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 84px 20px 20px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--hs-shadow);
}

.hs-plan-card--featured {
	background: var(--hs-navy);
	color: var(--hs-white);
}

.hs-plan-card__icon {
	position: absolute;
	top: -56px;
	left: 50%;
	width: 124px;
	height: 124px;
	object-fit: contain;
	transform: translateX(-50%);
}

.hs-plan-card h3 {
	margin: 0 0 8px;
	font-size: 1.16rem;
	line-height: 1.1;
	text-align: center;
	color: #000;
}

.hs-plan-card__lead {
	margin: 0 0 10px;
	font-size: 0.85rem;
	line-height: 1.45;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.hs-plan-card__body {
	margin: 0 0 12px;
	font-size: 0.83rem;
	line-height: 1.45;
	text-align: center;
	color: #000;
}

.hs-plan-card--featured h3,
.hs-plan-card--featured .hs-plan-card__lead,
.hs-plan-card--featured .hs-plan-card__body {
	color: #fff;
}

.hs-plan-card__divider {
	width: 58px;
	height: 2px;
	margin: 2px 0 12px;
	background: #8bb8e8;
}

.hs-plan-card--featured .hs-plan-card__divider {
	background: rgba(255, 255, 255, 0.25);
}

.hs-plan-card__section-title {
	margin: 0 0 8px;
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--hs-navy);
}

.hs-plan-card__section-title--spaced {
	margin-top: 12px;
}

.hs-plan-card__list {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.hs-plan-card__list li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 12px;
	font-size: 0.76rem;
	line-height: 1.28;
	color: #5d75a8;
}

.hs-plan-card__list li::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: #a8b9dc;
	font-weight: 700;
}

.hs-plan-card--featured .hs-plan-card__section-title,
.hs-plan-card--featured .hs-plan-card__list li {
	color: #fff;
}

.hs-plan-card--featured .hs-plan-card__list li::before {
	color: rgba(255, 255, 255, 0.7);
}

.hs-plan-card__list--investment {
	margin-bottom: 16px;
}

.hs-plan-card__from {
	margin: auto 0 2px;
	font-size: 0.82rem;
	color: #7b8fb7;
}

.hs-plan-card--featured .hs-plan-card__from {
	color: rgba(255, 255, 255, 0.8);
}

.hs-plan-card__price {
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
	gap: 6px;
	margin-top: 0;
	color: var(--hs-navy);
}

.hs-plan-card__price span {
	font-size: 1.92rem;
	font-weight: 800;
	line-height: 1;
}

.hs-plan-card__price small {
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.hs-plan-card__note {
	margin: 5px 0 0;
	font-size: 0.76rem;
	color: #7b8fb7;
	opacity: 1;
}

.hs-plan-card__note--subtle {
	margin-top: 2px;
	font-size: 0.62rem;
	line-height: 1.3;
	color: #a7b5d2;
}

.hs-plan-card--featured .hs-plan-card__price {
	align-items: flex-end;
}

.hs-plan-card--featured .hs-plan-card__price span {
	font-size: 1.72rem;
}

.hs-plan-card--featured .hs-plan-card__price small {
	font-size: 0.64rem;
	letter-spacing: -0.01em;
}

.hs-plan-card--featured .hs-plan-card__note--subtle {
	color: rgba(255, 255, 255, 0.58);
}

.hs-plan-card__cta {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin-top: 16px;
	padding: 13px 18px;
	border-radius: 12px;
	background: var(--hs-navy);
	color: var(--hs-white);
	font-weight: 700;
	text-decoration: none;
}

.hs-plan-card--featured .hs-plan-card__cta {
	background: var(--hs-white);
	color: var(--hs-navy);
}

.hs-plan-card--featured .hs-plan-card__price,
.hs-plan-card--featured .hs-plan-card__note {
	color: #fff;
}

.hs-home-choose {
	background-color: #fff;
	background-image: url("./assets/images/holasalud/fondo_elegir-HM7C9as1.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.hs-home-choose__image img {
	width: 100%;
	max-width: 672px;
	margin: 0 auto;
	display: block;
}

.hs-home-testimonials {
	background: #8bb8e8;
	position: relative;
}

.hs-home-testimonials .wp-block-heading.hs-home-title {
	display: none;
}

.hs-home-title--testimonials {
	margin: 0;
	text-align: center;
	color: var(--hs-navy);
}

.hs-testimonials-slider {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 36px;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
}

.hs-testimonials-slider__viewport {
	overflow: hidden;
	transition: height 0.35s ease;
}

.hs-testimonials-slider__track {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	transition: transform 0.45s ease;
	will-change: transform;
}

.hs-testimonials-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hs-navy);
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
}

.hs-testimonials-slider__arrow[disabled] {
	opacity: 0.35;
	cursor: default;
}

.hs-testimonials-grid {
	display: none !important;
}

.hs-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	position: relative;
}

.hs-testimonials-grid::before,
.hs-testimonials-grid::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--hs-navy);
	font-size: 2rem;
	line-height: 1;
	opacity: 0.8;
}

.hs-testimonials-grid::before {
	content: "\2039";
	left: -26px;
}

.hs-testimonials-grid::after {
	content: "\203A";
	right: -26px;
}

.hs-testimonial-card {
	flex: 0 0 calc((100% - 54px) / 4);
	padding: 22px 20px 18px;
	border-radius: 24px;
	background: var(--hs-white);
	color: var(--hs-navy);
	box-shadow: 0 8px 24px rgba(0, 32, 91, 0.08);
}

.hs-testimonial-card--navy {
	background: var(--hs-navy);
	color: var(--hs-white);
}

.hs-testimonial-card__stars {
	margin: 0 0 16px;
	color: #f5af31;
	font-size: 1.45rem;
	letter-spacing: 0.18em;
	line-height: 1;
}

.hs-testimonial-card p {
	margin: 0 0 12px;
	font-size: 0.82rem;
	line-height: 1.52;
}

.hs-testimonial-card p:last-child {
	margin-bottom: 0;
}

.hs-testimonial-card--navy p {
	color: var(--hs-white);
}

.hs-faq-grid,
.hs-metas-grid,
.hs-app-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 363px;
	gap: 58px;
	align-items: center;
}

.hs-faq-list {
	display: grid;
	gap: 20px;
}

.hs-faq-card {
	padding: 28px 28px 24px;
	border-radius: 18px;
	background: #8bb8e8;
}

.hs-faq-card h3 {
	margin: 0 0 14px;
	font-size: 1.08rem;
	line-height: 1.3;
	color: #000;
}

.hs-faq-card p {
	margin: 0;
	color: #000;
	font-size: 0.95rem;
	line-height: 1.55;
}

.hs-faq-card p::before {
	content: "◆";
	display: inline-block;
	margin-right: 12px;
	color: var(--hs-navy);
	font-size: 1.05rem;
	transform: translateY(-1px);
}

.hs-faq-doctor img {
	width: 100%;
	max-width: 363px;
	margin: 0 auto;
	display: block;
}

.hs-metas-grid__image img {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	display: block;
}

.hs-metas-grid {
	grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.hs-metas-grid__copy p {
	margin: 0 0 26px;
	font-size: 1.12rem;
	line-height: 1.6;
}

.hs-metas-grid__copy ul,
.hs-metas-highlights {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hs-metas-grid__copy li,
.hs-metas-highlights p {
	position: relative;
	margin: 0 0 16px;
	padding-left: 24px;
	font-size: 1.04rem;
	line-height: 1.5;
	color: #000;
}

.hs-metas-grid__copy strong,
.hs-metas-highlights strong {
	color: var(--hs-navy);
}

.hs-metas-grid__copy li::before,
.hs-metas-highlights p::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--hs-navy);
	transform: rotate(45deg);
}

.hs-metas-highlights {
	max-width: 960px;
	margin: 28px auto 0;
}

.hs-home-app {
	background-color: #fff;
	background-image: url("./assets/images/holasalud/fondoapp.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.hs-home-app__intro {
	color: #000;
}

.hs-app-grid {
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	max-width: 960px;
	margin: 0 auto;
	gap: 18px;
}

.hs-app-grid__phone img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.hs-app-grid__brand {
	display: grid;
	justify-items: center;
	gap: 18px;
	position: relative;
	z-index: 1;
}

.hs-app-grid__brand img {
	max-width: 220px;
	width: 100%;
}

.hs-app-grid__logo {
	max-width: 210px !important;
}

.hs-gradient-line {
	width: 100%;
	height: 3px;
	margin: 24px 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--hs-blue) 0%, var(--hs-navy) 100%);
}

.hs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 12px;
	font-weight: 700;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.hs-button:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.hs-button--primary {
	background: var(--hs-navy);
	color: var(--hs-white);
}

.hs-button--outline {
	border: 2px solid var(--hs-navy);
	color: var(--hs-navy);
	background: transparent;
}

.hs-button--small {
	padding: 10px 20px;
	font-size: 0.95rem;
}

.hs-empty-state {
	padding: 32px;
	border: 1px dashed var(--hs-border);
	border-radius: var(--hs-radius);
	text-align: center;
	background: rgba(219, 229, 247, 0.35);
}

.hs-empty-state--compact {
	min-height: 240px;
	display: grid;
	place-items: center;
}

.hs-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid rgba(202, 211, 224, 0.55);
}

.hs-site-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
	padding: 10px 0;
}

.hs-site-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--hs-navy);
	flex: 0 0 auto;
}

.hs-site-brand .wp-block-site-logo {
	margin: 0;
}

.hs-site-brand .custom-logo {
	width: auto;
	max-height: 44px;
}

.hs-site-brand .wp-block-site-title {
	display: none;
}

.hs-site-nav {
	flex: 1;
	justify-content: center;
	min-width: 0;
}

.hs-site-nav .wp-block-navigation-item__content {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	white-space: nowrap;
	color: var(--hs-navy);
}

.hs-site-nav .wp-block-navigation__container {
	gap: 28px;
	align-items: center;
}

.hs-site-nav .wp-block-navigation__submenu-container {
	border-radius: 16px;
	border: 1px solid var(--hs-border);
	padding: 10px;
	box-shadow: var(--hs-shadow);
}

.hs-site-nav .wp-block-navigation-item__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hs-site-nav__external .wp-block-navigation-item__label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M21 14v7h-7'/%3E%3Cpath d='M3 10V3h7'/%3E%3Cpath d='M3 21l11-11'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.hs-site-nav .wp-block-navigation-item__content:hover,
.hs-site-nav .wp-block-navigation-item__content:focus {
	color: var(--hs-navy);
	opacity: 0.8;
}

.hs-site-nav .wp-block-navigation-submenu__toggle {
	padding-right: 0;
}

.hs-site-nav .wp-block-navigation-submenu__toggle svg {
	width: 14px;
	height: 14px;
}

.hs-site-nav .wp-block-navigation__responsive-container-open,
.hs-site-nav .wp-block-navigation__responsive-container-close {
	padding: 8px;
	color: var(--hs-navy);
}

.hs-site-nav .wp-block-navigation__responsive-container-open svg,
.hs-site-nav .wp-block-navigation__responsive-container-close svg {
	width: 26px;
	height: 26px;
}

.hs-site-header .wp-block-button__link {
	padding: 12px 22px;
	border-radius: 10px;
	background: var(--hs-navy);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.hs-site-footer {
	background: var(--hs-white);
	padding: 22px 0 12px;
}

.hs-site-footer__grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
}

.hs-footer-legal {
	font-size: 0.82rem;
	line-height: 1.05;
	color: #6f7278;
}

.hs-footer-legal strong {
	display: block;
	margin-bottom: 12px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #1d1d1d;
}

.hs-footer-legal p {
	margin: 0 0 2px;
}

.hs-footer-copy {
	margin: 18px 0 0;
	font-size: 0.75rem;
	text-align: center;
	color: #6f7278;
}

.hs-footer-social {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 22px;
}

.hs-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--hs-navy);
}

.hs-footer-social svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 1.85;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hs-footer-social__icon-mark {
	fill: var(--hs-white);
	stroke: none;
}

.hs-footer-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.hs-footer-branding__seal,
.hs-footer-branding__logo {
	display: block;
	width: auto;
	height: auto;
}

.hs-footer-branding__seal--cofepris {
	max-height: 36px;
}

.hs-footer-branding__logo {
	max-height: 68px;
}

.hs-footer-branding__seal--fda {
	max-height: 46px;
}

.hs-whatsapp-float {
	position: fixed;
	bottom: 24px;
	z-index: 9998;
	pointer-events: none;
}

.hs-whatsapp-float--left {
	left: 24px;
}

.hs-whatsapp-float--center {
	left: 50%;
	transform: translateX(-50%);
}

.hs-whatsapp-float--right {
	right: 24px;
}

.hs-whatsapp-float__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: #25d366;
	box-shadow: 0 14px 32px rgba(0, 32, 91, 0.22);
	pointer-events: auto;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hs-whatsapp-float__link:hover,
.hs-whatsapp-float__link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(0, 32, 91, 0.26);
}

.hs-whatsapp-float__icon {
	display: inline-flex;
	width: 64px;
	height: 64px;
	border-radius: 999px;
}

.hs-whatsapp-float__icon svg {
	display: block;
	width: 64px;
	height: 64px;
}

.hs-blog-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.hs-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hs-card {
	display: block;
	border-radius: var(--hs-radius);
	overflow: hidden;
	background: var(--hs-white);
	border: 1px solid var(--hs-border);
	box-shadow: var(--hs-shadow);
}

.hs-card__media--featured {
	min-height: 520px;
}

.hs-card__media--article {
	min-height: 190px;
}

.hs-card__body {
	padding: 22px;
}

.hs-card__body--center {
	text-align: center;
}

.hs-card__title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.hs-card__title--featured {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.hs-image-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-image-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hs-blog-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.hs-blog-list__item {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 16px;
	align-items: start;
	padding: 16px;
	border-radius: 20px;
	background: var(--hs-white);
	box-shadow: var(--hs-shadow);
}

.hs-blog-list__media {
	height: 112px;
	border-radius: 16px;
	overflow: hidden;
}

.hs-blog-list__content h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	line-height: 1.3;
}

.hs-blog-list__content p {
	margin: 0;
	color: var(--hs-text-muted);
	font-size: 0.95rem;
}

.hs-article-hero__media {
	height: min(55vh, 560px);
}

.hs-article {
	padding: 56px 0 48px;
}

.hs-article__title {
	margin: 0 0 28px;
	text-align: center;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
}

.hs-article__content {
	font-size: 1.02rem;
}

.hs-article__content > * + * {
	margin-top: 1.4em;
}

.hs-article__content img {
	margin: 36px auto;
	border-radius: 20px;
}

.hs-article__meta {
	display: flex;
	justify-content: center;
	gap: 18px;
	font-size: 0.9rem;
	color: var(--hs-text-muted);
}

.hs-featured-recipe {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: 0;
	align-items: center;
	margin-bottom: 40px;
}

.hs-featured-recipe__media {
	padding: 40px;
	background: var(--hs-mint);
}

.hs-featured-recipe__content {
	position: relative;
	left: -40px;
	padding: 42px 48px;
	background: var(--hs-mint-soft);
}

.hs-featured-recipe__content h2 {
	margin: 0 0 16px;
	font-size: 2rem;
	font-style: italic;
}

.hs-featured-recipe__content p {
	margin: 0 0 24px;
	font-size: 1rem;
}

.hs-recipe-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.hs-recipe-card {
	text-align: center;
}

.hs-recipe-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	margin-bottom: 18px;
	padding: 24px;
	background: var(--hs-mint);
}

.hs-recipe-card h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-style: italic;
}

.hs-recipe-card p {
	margin: 0 0 18px;
	font-size: 0.98rem;
}

.hs-recipe-layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.hs-rounded-image {
	border-radius: 24px;
}

.hs-recipe-panel h2,
.hs-recipe-notes h2 {
	margin: 0 0 16px;
	font-size: 1.5rem;
}

.hs-list {
	margin: 0;
	padding-left: 20px;
}

.hs-list li + li {
	margin-top: 10px;
}

.hs-recipe-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.hs-recipe-stats div {
	padding: 16px 14px;
	border-radius: 18px;
	background: #f6f9ff;
	text-align: center;
}

.hs-recipe-stats span {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--hs-text-muted);
}

.hs-recipe-stats strong {
	display: block;
	margin-top: 8px;
	font-size: 1rem;
}

.hs-recipe-copy > * + * {
	margin-top: 1.25em;
}

.hs-comments .comment-respond,
.hs-comments .comments-area {
	margin-top: 0;
}

.hs-page-section {
	padding: 84px 0;
}

.hs-page-section--hero-compact {
	padding-top: 56px;
	padding-bottom: 56px;
}

.hs-page-section--light {
	background: #fff;
}

.hs-page-section--blue {
	background: #d0ddff;
}

.hs-page-section--soft-blue {
	background: var(--hs-light-blue);
}

.hs-page-section--navy {
	background: var(--hs-navy);
}

.hs-page-section--cover {
	background-size: cover;
	background-position: center;
}

.hs-page-title {
	margin: 0 0 20px;
	font-size: clamp(2rem, 3.8vw, 3.4rem);
	line-height: 1.08;
	color: var(--hs-navy);
}

.hs-page-title--large {
	font-size: clamp(2.4rem, 4.8vw, 4.3rem);
}

.hs-page-title--light {
	color: var(--hs-white);
}

.hs-page-subtitle {
	margin: 0 0 18px;
	font-size: clamp(1.2rem, 2vw, 1.75rem);
	color: var(--hs-navy);
}

.hs-page-kicker {
	margin: 0 0 10px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--hs-light-blue);
}

.hs-page-lead {
	max-width: 760px;
	margin: 0 auto 36px;
	font-size: 1.03rem;
	color: var(--hs-text);
}

.hs-page-copy,
.hs-page-columns p,
.hs-page-hero__copy,
.hs-page-list li,
.hs-page-card p,
.hs-team-card p {
	font-size: 1rem;
	line-height: 1.75;
}

.hs-page-copy > * + *,
.hs-page-columns > * > * + * {
	margin-top: 1em;
}

.hs-page-note {
	margin-top: 14px;
	font-size: 0.84rem;
	color: var(--hs-text-muted);
}

.hs-page-hero {
	position: relative;
	background-size: cover;
	background-position: center;
}

.hs-page-hero--gradient {
	background: linear-gradient(90deg, var(--hs-navy) 0%, var(--hs-mint) 100%);
}

.hs-page-hero--navy {
	background: linear-gradient(135deg, var(--hs-blue) 0%, var(--hs-navy) 100%);
}

.hs-page-hero--short {
	padding: 72px 0;
}

.hs-page-hero--dark::before,
.hs-page-hero--overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 32, 91, 0.55);
}

.hs-page-hero__wrap {
	position: relative;
	z-index: 1;
	padding: 88px 0;
}

.hs-page-hero__wrap--centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hs-page-hero__wrap--right {
	display: flex;
	justify-content: flex-end;
}

.hs-page-hero__content--boxed {
	max-width: 520px;
	text-align: right;
}

.hs-page-hero__content--narrow {
	max-width: 540px;
}

.hs-page-hero__copy {
	max-width: 720px;
	margin: 0 auto;
	color: var(--hs-text);
}

.hs-page-hero__copy--light {
	color: rgba(255, 255, 255, 0.86);
}

.hs-page-logo {
	width: auto;
	max-height: 74px;
	margin: 0 auto 24px;
}

.hs-page-logo--right {
	margin-right: 0;
	margin-left: auto;
}

.hs-page-badge {
	display: inline-block;
	padding: 24px 36px;
	border-radius: 28px;
	background: var(--hs-blue);
	box-shadow: var(--hs-shadow);
}

.hs-page-badge h1 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.1;
	color: #fff;
}

.hs-page-badge--floating {
	margin-top: 340px;
}

.hs-page-split-banner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-page-split-banner__panel {
	position: relative;
	min-height: 340px;
	padding: 72px 28px;
	background-size: cover;
	background-position: center;
}

.hs-page-split-banner__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.76);
}

.hs-page-split-banner__content {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
}

.hs-page-split-banner__content h2 {
	margin: 0 0 14px;
	font-size: clamp(1.7rem, 2.6vw, 2.3rem);
	text-transform: uppercase;
}

.hs-page-split-banner__content p {
	margin: 0;
	line-height: 1.75;
}

.hs-page-values {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 18px;
	margin-top: 36px;
}

.hs-page-values__item {
	text-align: center;
}

.hs-page-values__item img {
	width: 82px;
	height: 82px;
	margin: 0 auto 14px;
	border-radius: 18px;
	object-fit: cover;
}

.hs-page-values__item p {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--hs-navy);
}

.hs-page-card-grid {
	display: grid;
	gap: 24px;
	margin-top: 36px;
}

.hs-page-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-page-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hs-page-card-grid--tight-top {
	margin-top: 16px;
}

.hs-page-card {
	padding: 26px;
	border-radius: 26px;
	background: #fff;
	box-shadow: var(--hs-shadow);
}

.hs-page-card--soft {
	border: 2px solid var(--hs-navy);
	box-shadow: none;
}

.hs-page-card--outline {
	border: 3px solid transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, var(--hs-blue), var(--hs-navy)) border-box;
}

.hs-page-card--center {
	text-align: center;
}

.hs-page-card__icon {
	width: 84px;
	height: 84px;
	margin: 0 auto 18px;
	object-fit: contain;
}

.hs-page-card h3 {
	margin: 0 0 12px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.hs-page-grid {
	display: grid;
	gap: 42px;
	align-items: center;
}

.hs-page-grid--balanced,
.hs-page-grid--hero {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-page-grid--asymmetric {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.hs-page-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	margin-top: 28px;
}

.hs-page-stack {
	display: grid;
	gap: 18px;
}

.hs-page-stack img,
.hs-page-image-grid img,
.hs-page-media-card img,
.hs-page-media-center img,
.hs-page-results-callout img,
.hs-page-doctors-hero img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.hs-page-media-card {
	padding: 8px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--hs-shadow);
}

.hs-page-media-card--naked {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.hs-page-media-center {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.hs-page-media-center img {
	max-width: 360px;
}

.hs-page-image-grid {
	display: grid;
	gap: 18px;
	margin-top: 32px;
}

.hs-page-image-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-page-image-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-page-plan-stack {
	display: grid;
	gap: 26px;
	margin-top: 34px;
}

.hs-page-plan-card {
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: center;
	gap: 24px;
	padding: 26px 30px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--hs-shadow);
}

.hs-page-plan-card--reverse {
	grid-template-columns: 1fr 160px;
	text-align: right;
}

.hs-page-plan-card img {
	width: 160px;
	height: auto;
	object-fit: contain;
}

.hs-page-plan-card h3 {
	margin: 0 0 12px;
	font-size: 1.45rem;
}

.hs-page-plan-card p {
	margin: 0;
}

.hs-team-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hs-team-card__avatar {
	position: relative;
	z-index: 1;
	width: 138px;
	height: 138px;
	margin-bottom: -42px;
	border-radius: 999px;
	overflow: hidden;
}

.hs-team-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.hs-team-card__body {
	width: 100%;
	height: 100%;
	padding: 58px 22px 24px;
	border-radius: 24px;
	background: var(--hs-mint);
	text-align: center;
}

.hs-team-card--navy .hs-team-card__body {
	background: var(--hs-navy);
	color: #fff;
}

.hs-team-card__body h3 {
	margin: 0 0 8px;
	font-size: 1.08rem;
	line-height: 1.2;
	white-space: pre-line;
}

.hs-team-card__body h4 {
	margin: 0 0 12px;
	font-size: 0.92rem;
	color: var(--hs-blue);
}

.hs-team-card__body p {
	margin: 0;
	font-size: 0.84rem;
}

.hs-about-hero {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(24, 31, 42, 0.54);
}

.hs-about-hero__media {
	height: 500px;
}

.hs-about-hero__badge-wrap {
	display: flex;
	justify-content: center;
	margin-top: -56px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.hs-about-hero__badge {
	width: min(calc(100% - 40px), 468px);
	padding: 16px 28px 18px;
	border-radius: 18px;
	background: var(--hs-blue);
}

.hs-about-hero__badge h1 {
	margin: 0;
	font-size: clamp(1.65rem, 2.45vw, 2.35rem);
	line-height: 1.04;
	text-align: center;
	color: #fff;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.hs-about-intro {
	padding-top: 86px;
	padding-bottom: 84px;
}

.hs-about-intro .hs-page-title {
	margin-bottom: 26px;
	font-size: clamp(2.55rem, 3.6vw, 3.85rem);
	letter-spacing: -0.04em;
}

.hs-about-intro__copy p {
	max-width: 705px;
	margin: 0 auto 26px;
	font-size: 0.95rem;
	line-height: 1.54;
	color: rgba(0, 32, 91, 0.82);
	text-wrap: pretty;
}

.hs-about-intro__copy p:last-child {
	margin-bottom: 0;
}

.hs-about-mv__panel {
	min-height: 324px;
	padding: 78px 32px 74px;
}

.hs-about-mv__panel::before {
	background: transparent;
}

.hs-about-mv__content h2 {
	margin-bottom: 16px;
	font-size: clamp(1.7rem, 2.45vw, 2.2rem);
	letter-spacing: 0.06em;
	color: var(--hs-navy);
}

.hs-about-mv__content p {
	max-width: 470px;
	font-size: 0.9rem;
	line-height: 1.48;
	color: rgba(0, 32, 91, 0.84);
	text-wrap: balance;
}

.hs-about-objective {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-about-objective::before {
	content: "";
	position: absolute;
	inset: 0;
	background: transparent;
}

.hs-about-objective__content {
	position: relative;
	z-index: 1;
	padding: 78px 0 82px;
}

.hs-about-objective .hs-page-title {
	margin-bottom: 18px;
	font-size: clamp(1.7rem, 2.5vw, 2.2rem);
	letter-spacing: 0.06em;
}

.hs-about-objective .hs-page-hero__copy {
	max-width: 720px;
	font-size: 0.92rem;
	line-height: 1.52;
	text-wrap: balance;
}

.hs-about-values {
	padding-top: 82px;
	padding-bottom: 84px;
	background: #8bb8e8;
}

.hs-about-values .hs-page-title {
	margin-bottom: 42px;
	font-size: clamp(2.3rem, 3vw, 3.2rem);
	letter-spacing: 0.06em;
}

.hs-about-values__grid {
	margin-top: 0;
	align-items: start;
	gap: 14px;
}

.hs-about-values .hs-page-values__item img {
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
	border-radius: 12px;
}

.hs-about-values .hs-page-values__item p {
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 0.65;
	white-space: pre-line;
	letter-spacing: -0.02em;
}

.hs-about-steps {
	padding-top: 118px;
	padding-bottom: 106px;
}

.hs-about-steps .hs-page-title {
	margin-bottom: 6px;
	font-size: clamp(2.55rem, 3.8vw, 4rem);
	letter-spacing: -0.05em;
}

.hs-about-steps .hs-page-lead {
	margin-bottom: 68px;
	font-size: 1rem;
	color: var(--hs-navy);
}

.hs-about-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	max-width: 950px;
	margin: 0 auto;
}

.hs-about-step-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hs-about-step-card__image {
	position: relative;
	z-index: 2;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 6px 10px rgba(0, 32, 91, 0.06));
}

.hs-about-step-card__body {
	width: 100%;
	max-width: 302px;
	min-height: 271px;
	margin-top: -26px;
	padding: 42px 24px 24px;
	border-radius: 20px;
	text-align: left;
	box-shadow: 0 10px 24px rgba(0, 32, 91, 0.08);
	position: relative;
}

.hs-about-step-card--navy .hs-about-step-card__body {
	background: var(--hs-navy);
}

.hs-about-step-card--blue .hs-about-step-card__body {
	background: #8bb8e8;
}

.hs-about-step-card__body h3 {
	margin: 0 0 10px;
	font-size: 0.98rem;
	line-height: 1.14;
}

.hs-about-step-card__body p {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.45;
}

.hs-about-step-card--navy .hs-about-step-card__body h3,
.hs-about-step-card--navy .hs-about-step-card__body p,
.hs-about-step-card--navy .hs-about-step-card__body strong {
	color: #fff;
}

.hs-about-step-card--blue .hs-about-step-card__body h3,
.hs-about-step-card--blue .hs-about-step-card__body p,
.hs-about-step-card--blue .hs-about-step-card__body strong {
	color: var(--hs-navy);
}

.hs-about-steps__line {
	width: min(100%, 610px);
	height: 5px;
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(90deg, #8bb8e8 0%, #00205b 100%);
}

.hs-about-choose {
	padding-top: 94px;
	padding-bottom: 96px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hs-about-choose .hs-page-title {
	margin-bottom: 30px;
	font-size: clamp(2.6rem, 3.9vw, 4rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.hs-about-choose__image {
	width: 100%;
	max-width: 908px;
	margin-top: 0;
}

.hs-about-team {
	padding-top: 82px;
	padding-bottom: 108px;
}

.hs-about-team .hs-page-title {
	margin-bottom: 88px;
	font-size: clamp(2.8rem, 3.9vw, 4.1rem);
	letter-spacing: -0.05em;
}

.hs-about-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1090px;
	margin: 0 auto;
}

.hs-about-team__grid--second {
	margin-top: 66px;
}

.hs-about-team-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hs-about-team-card__avatar {
	position: relative;
	z-index: 2;
	width: 142px;
	height: 142px;
	margin-bottom: -44px;
	border-radius: 999px;
	overflow: hidden;
	background: radial-gradient(circle at 50% 50%, #9bf0aa 0%, #8fe9b6 18%, #89ceec 45%, #84a8ff 100%);
	box-shadow: 0 6px 18px rgba(92, 136, 255, 0.22);
}

.hs-about-team-card__avatar img {
	display: none;
}

.hs-about-team-card__body {
	width: 100%;
	min-height: 0;
	padding: 58px 16px 18px;
	border-radius: 18px;
	text-align: center;
}

.hs-about-team__grid:first-of-type .hs-about-team-card__body {
	min-height: 345px;
}

.hs-about-team__grid--second .hs-about-team-card__body {
	min-height: 200px;
}

.hs-about-team-card--mint .hs-about-team-card__body {
	background: var(--hs-mint);
	color: var(--hs-navy);
}

.hs-about-team-card--navy .hs-about-team-card__body {
	background: var(--hs-navy);
	color: #fff;
}

.hs-about-team-card__body h3 {
	margin: 0 0 6px;
	font-size: 1.5rem;
	line-height: 0.65;
	white-space: pre-line;
	letter-spacing: -0.02em;
}

.hs-about-team-card__body h4 {
	margin: 0 0 10px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.hs-about-team-card--mint .hs-about-team-card__body h4 {
	color: #000;
}

.hs-about-team-card--navy .hs-about-team-card__body h4 {
	color: #8bb8e8;
}

.hs-about-team-card__copy p {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.22;
}

.hs-about-policies {
	padding: 34px 0 30px;
	background: var(--hs-mint);
}

.hs-about-policies__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 54px;
}

.hs-about-policies__inner img {
	height: 42px;
	width: auto;
	object-fit: contain;
}

.hs-about-policies__inner h2 {
	margin: 0;
	font-size: clamp(2.45rem, 3.1vw, 3.35rem);
	line-height: 1;
	color: var(--hs-navy);
	letter-spacing: -0.04em;
}

body.page-quienes-somos .hs-site-footer .hs-footer-branding__seal,
body.page-slug-quienes-somos .hs-site-footer .hs-footer-branding__seal {
	display: none;
}

body.page-quienes-somos .hs-site-footer .hs-footer-branding,
body.page-slug-quienes-somos .hs-site-footer .hs-footer-branding {
	gap: 0;
}

.hs-lp1-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-lp1-hero__wrap {
	padding-top: 64px;
	padding-bottom: 66px;
}

.hs-lp1-page .hs-page-logo {
	max-height: 80px;
	margin-bottom: 26px;
}

.hs-lp1-hero__title {
	margin-bottom: 10px;
	font-size: clamp(2rem, 3.4vw, 3.4rem);
	line-height: 1.08;
	color: var(--hs-navy);
}

.hs-lp1-hero__subtitle {
	margin: 0 0 24px;
	font-size: clamp(2rem, 3.4vw, 3.4rem);
	font-weight: 800;
	line-height: 1.08;
	color: #8bb8e8;
}

.hs-lp1-hero__copy {
	max-width: 770px;
	font-size: 1rem;
	line-height: 1.62;
	color: var(--hs-navy);
}

.hs-lp1-protocol {
	padding-top: 82px;
	padding-bottom: 92px;
}

.hs-lp1-protocol .hs-page-title {
	margin-bottom: 18px;
}

.hs-lp1-protocol__copy {
	max-width: 780px;
	margin: 0 auto 42px;
}

.hs-lp1-protocol__images {
	max-width: 760px;
	margin: 0 auto;
	gap: 18px;
}

.hs-lp1-protocol__images img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0;
}

.hs-lp1-bodies {
	padding-top: 86px;
	padding-bottom: 86px;
	background: #9db8ff;
}

.hs-lp1-bodies .hs-page-title {
	margin-bottom: 18px;
}

.hs-lp1-bodies .hs-page-copy {
	max-width: 760px;
	margin: 0 auto;
}

.hs-lp1-how {
	padding-top: 88px;
	padding-bottom: 90px;
}

.hs-lp1-how__grid {
	grid-template-columns: minmax(0, 1.03fr) minmax(280px, 0.86fr);
	gap: 54px;
	align-items: center;
}

.hs-lp1-how .hs-page-title {
	margin-bottom: 22px;
	font-size: clamp(1.9rem, 2.8vw, 2.8rem);
	line-height: 1.18;
}

.hs-lp1-how__intro {
	margin: 0 0 28px;
}

.hs-lp1-how__copy p {
	margin: 0 0 20px;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--hs-navy);
}

.hs-lp1-how__copy p:last-child {
	margin-bottom: 0;
}

.hs-lp1-how__stack {
	gap: 18px;
}

.hs-lp1-how__stack img {
	width: 75%;
	border-radius: 0;
}

.hs-lp1-how__stack img:nth-child(1),
.hs-lp1-how__stack img:nth-child(3) {
	margin-left: auto;
}

.hs-lp1-how__stack img:nth-child(2) {
	margin-right: auto;
}

.hs-lp1-cta {
	padding-top: 62px;
	padding-bottom: 68px;
	background: #9db8ff;
}

.hs-lp1-cta__copy {
	margin: 0 auto 30px;
	max-width: 760px;
}

.hs-lp1-cta__button {
	padding: 16px 34px;
	border-radius: 12px;
	font-size: 1.08rem;
}

.hs-lp2-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-lp2-hero__wrap {
	padding-top: 52px;
	padding-bottom: 58px;
}

.hs-lp2-hero__content {
	max-width: 540px;
}

.hs-lp2-hero .hs-page-logo {
	margin-left: 0;
	margin-bottom: 22px;
}

.hs-lp2-hero__kicker {
	margin: 0 0 6px;
	font-size: clamp(1.2rem, 1.9vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
	color: #8bb8e8;
}

.hs-lp2-hero__title {
	margin-bottom: 16px;
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color: var(--hs-navy);
}

.hs-lp2-hero__copy {
	max-width: 470px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--hs-navy);
}

.hs-lp2-network {
	padding-top: 84px;
	padding-bottom: 88px;
}

.hs-lp2-network .hs-page-title {
	margin-bottom: 42px;
}

.hs-lp2-network__columns {
	gap: 48px;
	margin-top: 0;
}

.hs-lp2-network__columns p {
	font-size: 1rem;
	line-height: 1.72;
	color: var(--hs-navy);
}

.hs-lp2-diff {
	padding-top: 84px;
	padding-bottom: 88px;
	background: #9db8ff;
}

.hs-lp2-diff .hs-page-title {
	margin-bottom: 46px;
}

.hs-lp2-diff__grid {
	gap: 24px;
	margin-top: 0;
}

.hs-lp2-card {
	padding: 3px;
	border-radius: 22px;
	background: linear-gradient(90deg, #5c88ff 0%, #00205b 100%);
}

.hs-lp2-card__inner {
	height: 100%;
	padding: 30px 26px 28px;
	border-radius: 19px;
	background: #fff;
	text-align: center;
}

.hs-lp2-card__icon {
	width: auto;
	height: 80px;
	margin-bottom: 18px;
}

.hs-lp2-card h3 {
	margin: 0 0 14px;
	font-size: 1.22rem;
	line-height: 0.65;
	white-space: pre-line;
	color: var(--hs-navy);
}

.hs-lp2-card p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--hs-navy);
}

.hs-lp2-care {
	padding-top: 86px;
	padding-bottom: 92px;
}

.hs-lp2-care__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	align-items: center;
}

.hs-lp2-care .hs-page-title {
	margin-bottom: 22px;
	font-size: clamp(1.9rem, 2.7vw, 2.8rem);
	line-height: 1.14;
}

.hs-lp2-care .hs-page-copy {
	max-width: 500px;
	margin: 0;
}

.hs-lp2-care__media img {
	width: 100%;
	border-radius: 12px;
}

.hs-lp3-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-lp3-hero__wrap {
	display: flex;
	flex-direction: column;
	min-height: 380px;
	padding-top: 48px;
	padding-bottom: 64px;
}

.hs-lp3-hero__brand {
	display: flex;
	justify-content: flex-end !important;
	align-items: flex-end;
	width: 100%;
	text-align: right;
}

.hs-lp3-hero .hs-page-logo {
	width: auto;
	max-height: 80px;
	display: block;
	margin: 0 0 24px auto !important;
}

.hs-lp3-hero__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	margin-top: 28px;
}

.hs-lp3-hero__title,
.hs-lp3-hero__subtitle,
.hs-lp3-hero__copy {
	max-width: 520px;
	text-align: right;
}

.hs-lp3-hero__title {
	margin: 0 0 6px;
	font-size: clamp(1.95rem, 3vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
	color: #fff;
}

.hs-lp3-hero__subtitle {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3.1vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
	color: #fff;
}

.hs-lp3-hero__copy {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.94);
}

.hs-lp3-infra {
	padding-top: 84px;
	padding-bottom: 92px;
}

.hs-lp3-infra .hs-page-title,
.hs-lp3-benefits .hs-page-title {
	margin-bottom: 44px;
	line-height: 1.08;
}

.hs-page-title--compact {
	font-size: clamp(2rem, 3vw, 2.95rem);
}

.hs-lp3-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 46px;
}

.hs-lp3-columns__col p {
	margin: 0 0 18px;
	font-size: 0.98rem;
	line-height: 1.72;
	color: #1e1e1c;
}

.hs-lp3-columns__col p:last-child {
	margin-bottom: 0;
}

.hs-lp3-columns__col strong,
.hs-lp3-columns__eyebrow {
	color: var(--hs-navy);
}

.hs-lp3-columns__eyebrow {
	font-weight: 700;
	color: var(--hs-navy);
}

.hs-lp3-benefits .hs-lp3-columns__eyebrow {
	color: var(--hs-navy) !important;
}

.hs-lp3-solution {
	padding-top: 84px;
	padding-bottom: 90px;
	background: #9db8ff;
}

.hs-lp3-solution .hs-page-title {
	margin-bottom: 20px;
}

.hs-lp3-solution__lead,
.hs-lp3-solution__sublead {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hs-lp3-solution__lead {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 0.98rem;
	line-height: 1.72;
	color: #1e1e1c;
}

.hs-lp3-solution__sublead {
	margin-top: 0;
	margin-bottom: 36px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--hs-navy);
}

.hs-lp3-plan-stack {
	display: grid;
	gap: 26px;
}

.hs-lp3-plan-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 26px 32px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 10px 24px rgba(0, 32, 91, 0.08);
}

.hs-lp3-plan-card--right {
	margin-right: 64px;
}

.hs-lp3-plan-card--left {
	margin-left: 64px;
}

.hs-lp3-plan-card__body {
	flex: 1;
}

.hs-lp3-plan-card__body--right {
	text-align: right;
}

.hs-lp3-plan-card h3 {
	margin: 0 0 10px;
	font-size: 1.18rem;
	line-height: 1.2;
	color: var(--hs-navy);
}

.hs-lp3-plan-card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.66;
	color: #1e1e1c;
}

.hs-lp3-plan-card img {
	width: 146px;
	height: auto;
	flex: 0 0 auto;
	object-fit: contain;
}

.hs-lp3-plan-card--right img {
	margin-right: -110px;
}

.hs-lp3-plan-card--left img {
	margin-left: -110px;
}

.hs-lp3-benefits {
	padding-top: 86px;
	padding-bottom: 92px;
}

.hs-lp3-route {
	padding-top: 84px;
	padding-bottom: 92px;
	background: #9db8ff;
}

.hs-lp3-route .hs-page-title {
	margin-bottom: 34px;
}

.hs-lp3-route__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1fr);
	gap: 42px;
	align-items: center;
}

.hs-lp3-route__copy p {
	margin: 0 0 12px;
	font-size: 0.98rem;
	line-height: 1.68;
	color: #1e1e1c;
}

.hs-lp3-route__copy strong {
	color: var(--hs-navy);
}

.hs-lp3-route__media img,
.hs-lp3-cta__media img {
	width: 100%;
	border-radius: 22px;
}

.hs-lp3-cta {
	padding-top: 88px;
	padding-bottom: 96px;
}

.hs-lp3-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 52px;
	align-items: center;
}

.hs-lp3-cta__copy .hs-page-title {
	margin-bottom: 20px;
	font-size: clamp(1.95rem, 2.85vw, 3rem);
	line-height: 1.14;
}

.hs-lp3-cta__copy p {
	margin: 0 0 26px;
	font-size: 1rem;
	line-height: 1.7;
	color: #1e1e1c;
}

.hs-lp3-cta__copy .hs-button {
	padding: 14px 28px;
	border-radius: 10px;
}

.hs-ht-page {
	color: var(--hs-navy);
}

.hs-ht-hero {
	background: #fff;
	overflow: hidden;
}

.hs-ht-hero__container {
	max-width: 1180px;
	padding-top: 0;
	padding-bottom: 0;
}

.hs-ht-hero__grid {
	display: grid;
	grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
	gap: 40px;
	align-items: end;
}

.hs-ht-hero__media {
	display: flex;
	align-items: end;
	justify-content: flex-start;
}

.hs-ht-hero__media img {
	width: min(100%, 500px);
	height: auto;
	object-fit: contain;
}

.hs-ht-hero__copy {
	padding: 64px 0 48px;
}

.hs-ht-hero__copy h1 {
	margin: 0 0 24px;
	font-size: clamp(1.7rem, 2.8vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
	color: var(--hs-navy);
}

.hs-ht-hero__list {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.hs-ht-hero__list li {
	position: relative;
	padding-left: 20px;
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.5;
	color: var(--hs-navy);
}

.hs-ht-hero__list li::before {
	content: "▸";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--hs-navy);
}

.hs-ht-hero__note {
	margin: 0 0 4px;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--hs-navy);
}

.hs-ht-hero__note--small {
	margin-bottom: 28px;
	font-size: 0.78rem;
	font-style: italic;
}

.hs-ht-hero__copy .hs-button {
	font-size: 1.25rem;
	padding-inline: 40px;
}

.hs-ht-team {
	padding-top: 72px;
	padding-bottom: 80px;
}

.hs-ht-team .hs-page-title,
.hs-ht-support .hs-page-title,
.hs-ht-ecosystem .hs-page-title,
.hs-ht-benefits .hs-page-title,
.hs-ht-includes .hs-page-title,
.hs-ht-results .hs-page-title {
	font-size: clamp(1.85rem, 2.45vw, 3rem);
	line-height: 1.12;
}

.hs-ht-team .hs-page-title,
.hs-ht-benefits .hs-page-title,
.hs-ht-includes .hs-page-title {
	margin-bottom: 40px;
}

.hs-ht-team__grid {
	display: grid;
	grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.hs-ht-team__media img {
	display: block;
	width: min(100%, 380px);
	height: auto;
	object-fit: cover;
}

.hs-ht-team__media p,
.hs-ht-benefits__media p,
.hs-ht-includes__media p,
.hs-ht-includes__note {
	margin: 10px 0 0;
	font-size: 0.74rem;
	font-style: italic;
	line-height: 1.4;
	color: var(--hs-navy);
}

.hs-ht-team__copy {
	display: grid;
	gap: 24px;
	padding-top: 8px;
}

.hs-ht-team__copy p {
	margin: 0;
	font-size: clamp(1.02rem, 1.22vw, 1.24rem);
	line-height: 1.58;
	color: var(--hs-navy);
}

.hs-ht-team__cta,
.hs-ht-ecosystem__cta,
.hs-ht-includes__cta {
	margin-top: 40px;
}

.hs-ht-support {
	padding-top: 72px;
	padding-bottom: 80px;
	background: #8bb8e8;
}

.hs-ht-support .hs-page-title {
	margin-bottom: 8px;
}

.hs-ht-support__lead {
	margin: 0 0 32px;
	font-size: clamp(1.22rem, 1.55vw, 1.5rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--hs-navy);
}

.hs-ht-support__cards {
	display: grid;
	gap: 14px;
	margin-bottom: 40px;
}

.hs-ht-support__card {
	padding: 3px;
	border-radius: 16px;
	background: linear-gradient(90deg, #5c88ff 0%, #00205b 100%);
}

.hs-ht-support__card-inner {
	padding: 18px 28px;
	border-radius: 13px;
	background: #fff;
	font-size: clamp(1rem, 1.18vw, 1.12rem);
	font-weight: 700;
	line-height: 1.45;
	color: var(--hs-navy);
}

.hs-ht-ecosystem {
	padding-top: 72px;
	padding-bottom: 80px;
}

.hs-ht-ecosystem .hs-page-title {
	margin-bottom: 40px;
}

.hs-ht-ecosystem__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
	gap: 40px;
	align-items: start;
}

.hs-ht-ecosystem__copy {
	display: grid;
	gap: 28px;
}

.hs-ht-ecosystem__copy p {
	margin: 0;
	font-size: clamp(1.02rem, 1.22vw, 1.24rem);
	line-height: 1.62;
	color: var(--hs-navy);
}

.hs-ht-ecosystem__media img {
	display: block;
	width: min(100%, 300px);
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

.hs-ht-benefits {
	padding-top: 72px;
	padding-bottom: 80px;
	background: #8bb8e8;
}

@media (min-width: 1101px) {
	.hs-ht-benefits .hs-container.hs-container--medium,
	.hs-ht-ecosystem .hs-container.hs-container--medium {
		width: 53% !important;
	}
}

.hs-ht-benefits__grid {
	display: grid;
	grid-template-columns: minmax(320px, 381px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.hs-ht-benefits__media img {
	display: block;
	width: min(100%, 381px);
	height: auto;
	object-fit: cover;
}

.hs-ht-benefits__copy {
	display: grid;
	gap: 22px;
}

.hs-ht-benefits__copy p {
	margin: 0;
	font-size: clamp(1rem, 1.12vw, 1.1rem);
	line-height: 1.6;
	color: var(--hs-navy);
}

.hs-ht-benefits__copy .hs-button {
	margin-top: 8px;
	justify-self: start;
}

.hs-ht-includes {
	padding-top: 72px;
	padding-bottom: 80px;
	background: #fff;
}

.hs-ht-includes__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	gap: 40px;
	align-items: start;
}

.hs-ht-includes__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.hs-ht-includes__list li {
	position: relative;
	padding-left: 20px;
	font-size: clamp(1rem, 1.18vw, 1.22rem);
	line-height: 1.55;
	color: var(--hs-navy);
}

.hs-ht-includes__list li::before {
	content: "▸";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--hs-navy);
}

.hs-ht-includes__media img {
	display: block;
	width: min(100%, 380px);
	height: auto;
	object-fit: cover;
}

.hs-ht-results {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #8bb8e8;
}

.hs-ht-results__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.hs-ht-results__media img {
	width: min(100%, 146px);
	height: auto;
	object-fit: contain;
}

.hs-ht-results__copy .hs-page-title {
	margin-bottom: 24px;
}

.hs-ht-results__copy .hs-button {
	align-self: flex-start;
}

.hs-hm-page {
	color: var(--hs-navy);
}

.hs-hm-hero {
	background: linear-gradient(135deg, #5c88ff 0%, #00205b 100%);
	overflow: hidden;
}

.hs-hm-hero__container {
	max-width: 1180px;
	padding-top: 0;
	padding-bottom: 0;
}

.hs-hm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 699px);
	gap: 32px;
	align-items: stretch;
}

.hs-hm-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 0;
}

.hs-hm-hero__copy h1 {
	margin: 0 0 24px;
	font-size: clamp(1.7rem, 2.8vw, 3rem);
	font-weight: 800;
	line-height: 1.14;
	color: #fff;
}

.hs-hm-hero__list {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.hs-hm-hero__list li {
	position: relative;
	padding-left: 18px;
	font-size: clamp(0.92rem, 1vw, 1rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.hs-hm-hero__list li::before {
	content: "â€¢";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.92);
}

.hs-hm-hero__copy .hs-button {
	align-self: flex-start;
}

.hs-hm-hero__media {
	display: flex;
	align-items: end;
	justify-content: center;
}

.hs-hm-hero__media img {
	width: min(100%, 699px);
	height: auto;
	object-fit: contain;
}

.hs-hm-doctor {
	padding-top: 64px;
	padding-bottom: 80px;
}

.hs-hm-doctor .hs-page-title,
.hs-hm-delivery .hs-page-title,
.hs-hm-benefits .hs-page-title,
.hs-hm-includes .hs-page-title,
.hs-hm-cta .hs-page-title {
	font-size: clamp(1.8rem, 2.45vw, 3rem);
	line-height: 1.12;
}

.hs-hm-doctor .hs-page-title {
	margin-bottom: 40px;
}

.hs-hm-doctor__article {
	margin-bottom: 24px;
}

.hs-hm-doctor__article img {
	float: left;
	width: min(100%, 448px);
	margin: 0 24px 16px 0;
	border-radius: 24px;
	object-fit: cover;
}

.hs-hm-doctor__article p,
.hs-hm-doctor__body {
	margin: 0;
	font-size: clamp(1rem, 1.12vw, 1.12rem);
	line-height: 1.72;
	color: #000;
	text-align: justify;
}

.hs-hm-doctor__body {
	clear: both;
	margin-bottom: 24px;
}

.hs-hm-doctor__body--last {
	margin-bottom: 40px;
}

.hs-hm-doctor__cta {
	margin-bottom: 40px;
}

.hs-hm-doctor__media img {
	display: block;
	width: min(100%, 420px);
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

.hs-hm-delivery {
	padding-top: 72px;
	padding-bottom: 80px;
	background: #d0ddff;
}

.hs-hm-delivery .hs-page-title {
	margin-bottom: 40px;
}

.hs-hm-delivery__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}

.hs-hm-delivery__card {
	padding: 3px;
	border-radius: 24px;
	background: linear-gradient(90deg, #5c88ff 0%, #00205b 100%);
	min-height: 160px;
}

.hs-hm-delivery__card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 28px 24px;
	border-radius: 21px;
	background: #fff;
	text-align: center;
}

.hs-hm-delivery__card p {
	margin: 0;
	font-size: clamp(1rem, 1.08vw, 1.15rem);
	font-weight: 700;
	line-height: 1.45;
	color: var(--hs-navy);
}

.hs-hm-delivery__price-label {
	margin-bottom: 4px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

.hs-hm-delivery__price {
	font-size: clamp(2.1rem, 3vw, 3rem) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.hs-hm-delivery__price span {
	font-size: 1rem;
	font-weight: 700;
}

.hs-hm-delivery__price-note {
	margin-top: 8px !important;
	font-size: 0.86rem !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

.hs-hm-benefits {
	padding-top: 72px;
	padding-bottom: 80px;
}

.hs-hm-benefits .hs-page-title {
	margin-bottom: 40px;
}

.hs-hm-benefits__grid {
	display: grid;
	grid-template-columns: minmax(280px, 382px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.hs-hm-benefits__media img {
	display: block;
	width: min(100%, 382px);
	margin: 0 auto;
	height: auto;
	object-fit: cover;
}

.hs-hm-benefits__copy {
	display: grid;
	gap: 20px;
}

.hs-hm-benefits__copy p {
	margin: 0;
	font-size: clamp(1.02rem, 1.24vw, 1.28rem);
	line-height: 1.62;
	color: var(--hs-navy);
}

.hs-hm-benefits__cta {
	margin-top: 40px;
}

.hs-hm-includes {
	padding-top: 72px;
	padding-bottom: 80px;
	background: #d0ddff;
}

.hs-hm-includes .hs-page-title {
	margin-bottom: 40px;
}

.hs-hm-includes__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: 40px;
	align-items: center;
}

.hs-hm-includes__list {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 16px;
}

.hs-hm-includes__list li {
	position: relative;
	padding-left: 22px;
	font-size: clamp(1rem, 1.18vw, 1.25rem);
	line-height: 1.55;
	color: var(--hs-navy);
}

.hs-hm-includes__list li::before {
	content: "▸";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--hs-navy);
}

.hs-hm-includes__media img {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

.hs-hm-cta {
	padding-top: 0;
	padding-bottom: 0;
}

.hs-hm-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: 40px;
	align-items: end;
}

.hs-hm-cta__copy {
	padding: 64px 0 88px;
}

.hs-hm-cta .hs-page-title {
	margin-bottom: 32px;
}

.hs-hm-cta__media {
	display: flex;
	align-items: end;
	justify-content: flex-end;
}

.hs-hm-cta__media img {
	width: min(100%, 380px);
	height: auto;
	object-fit: contain;
}

.hs-doc-page {
	color: var(--hs-navy);
}

.hs-doc-hero {
	padding-top: 10px;
	background: #fff;
	overflow: hidden;
}

.hs-doc-hero__container {
	position: relative;
	width: min(calc(100% - 48px), 1120px);
	padding-top: 20px;
}

.hs-doc-hero__logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 82px;
	height: auto;
	z-index: 2;
}

.hs-doc-hero__grid {
	display: grid;
	grid-template-columns: minmax(220px, 0.92fr) minmax(300px, 0.9fr) minmax(220px, 0.92fr);
	align-items: end;
	gap: 10px;
}

.hs-doc-hero__doctor {
	display: flex;
}

.hs-doc-hero__doctor--left {
	justify-content: flex-start;
}

.hs-doc-hero__doctor--right {
	justify-content: flex-end;
}

.hs-doc-hero__doctor--left img {
	height: 328px;
	width: auto;
	object-fit: contain;
}

.hs-doc-hero__doctor--right img {
	height: 334px;
	width: auto;
	object-fit: contain;
}

.hs-doc-hero__copy {
	align-self: center;
	max-width: 370px;
	margin: 0 auto;
	padding: 0 0 26px;
	text-align: center;
}

.hs-doc-hero__copy h1 {
	margin: 0;
	font-size: clamp(1.9rem, 2.45vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	color: var(--hs-navy);
}

.hs-doc-hero__divider {
	height: 6px;
	background: linear-gradient(90deg, #5d87ff 0%, #00205b 100%);
}

.hs-doc-what {
	padding-top: 18px;
	padding-bottom: 34px;
}

.hs-doc-what__container {
	max-width: 1058px;
}

.hs-doc-what__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 0.88fr);
	gap: 34px;
	align-items: start;
}

.hs-doc-what__copy h2 {
	margin: 0 0 16px;
	font-size: clamp(2rem, 2.35vw, 2.35rem);
	line-height: 1.02;
	color: var(--hs-navy);
}

.hs-doc-what__copy h3 {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 1.8vw, 1.85rem);
	line-height: 1.08;
	font-weight: 800;
	color: var(--hs-navy);
}

.hs-doc-what__lead {
	margin: 0 0 12px;
	font-weight: 700;
}

.hs-doc-what__copy p {
	margin: 0 0 14px;
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--hs-navy);
}

.hs-doc-what__copy p:last-child {
	margin-bottom: 0;
}

.hs-doc-what__media {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.hs-doc-what__media img {
	width: 100%;
	max-width: 480px;
	height: auto;
	object-fit: cover;
}

.hs-doc-join {
	padding-top: 26px;
	padding-bottom: 30px;
	background: #8cb8e9;
}

.hs-doc-join .hs-page-title {
	margin-bottom: 26px;
	font-size: clamp(2.1rem, 2.5vw, 2.55rem);
	line-height: 1.02;
}

.hs-doc-join__grid {
	display: grid;
	grid-template-columns: minmax(240px, 350px) minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.hs-doc-join__media img {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
}

.hs-doc-join__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 18px;
}

.hs-doc-join__list li {
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
}

.hs-doc-join__dot {
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 2px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: var(--hs-navy);
}

.hs-doc-join__list p {
	margin: 0;
	font-size: 0.97rem;
	line-height: 1.42;
	color: var(--hs-navy);
}

.hs-doc-values {
	padding-top: 28px;
	padding-bottom: 26px;
}

.hs-doc-values .hs-page-title {
	margin-bottom: 18px;
	font-size: clamp(2.1rem, 2.45vw, 2.6rem);
	line-height: 1.03;
}

.hs-doc-values p {
	max-width: 760px;
	margin: 0 auto 14px;
	font-size: 0.96rem;
	line-height: 1.46;
	color: var(--hs-navy);
}

.hs-doc-values p:last-child {
	margin-bottom: 0;
}

.hs-doc-regulatory {
	padding-top: 28px;
	padding-bottom: 24px;
	background: #9cb7ff;
}

.hs-doc-regulatory .hs-page-title {
	margin-bottom: 12px;
	font-size: clamp(2.1rem, 2.55vw, 2.7rem);
	line-height: 1.05;
}

.hs-doc-regulatory__intro,
.hs-doc-regulatory__outro {
	margin: 0 auto;
	font-size: 0.95rem;
	line-height: 1.4;
	text-align: center;
	color: var(--hs-navy);
}

.hs-doc-regulatory__intro {
	margin-bottom: 16px;
	max-width: 780px;
}

.hs-doc-regulatory__outro {
	margin-top: 14px;
	max-width: 710px;
}

.hs-doc-regulatory__cards {
	display: grid;
	gap: 8px;
	max-width: 930px;
	margin: 0 auto;
}

.hs-doc-regulatory__card {
	padding: 10px 16px;
	border: 2px solid rgba(0, 32, 91, 0.95);
	border-radius: 11px;
	background: #fff;
	font-size: 0.94rem;
	line-height: 1.28;
	text-align: center;
	color: var(--hs-navy);
}

.hs-doc-regulatory__card span {
	font-weight: 700;
}

.hs-doc-regulatory__card a {
	text-decoration: underline;
}

.hs-doc-revolution {
	padding-top: 26px;
	padding-bottom: 0;
}

.hs-doc-revolution .hs-page-title {
	margin-bottom: 6px;
	font-size: clamp(2.15rem, 2.55vw, 2.7rem);
	line-height: 1.03;
}

.hs-doc-revolution__lead {
	margin: 0 0 18px;
	font-size: clamp(1.2rem, 1.45vw, 1.38rem);
	line-height: 1.18;
	color: var(--hs-navy);
}

.hs-doc-revolution__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 1060px;
}

.hs-doc-revolution__gallery img {
	width: 100%;
	height: 176px;
	object-fit: cover;
}

.hs-page-feature-image {
	width: min(100%, 920px);
	margin: 16px auto 0;
	border-radius: 0;
}

.hs-page-doctors-hero {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) minmax(220px, 0.8fr);
	align-items: end;
	gap: 0;
	padding-top: 48px;
}

.hs-page-doctors-hero img {
	border-radius: 0;
}

.hs-page-doctors-hero__copy {
	padding: 24px 28px 44px;
	text-align: center;
}

.hs-page-gradient-bar {
	height: 24px;
	background: linear-gradient(90deg, var(--hs-blue), var(--hs-navy));
}

.hs-page-article-media {
	display: grid;
	grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	margin-top: 32px;
}

.hs-page-article-media img {
	border-radius: 24px;
}

.hs-page-results-callout {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 24px;
	align-items: center;
}

.hs-contact-form {
	display: grid;
	gap: 18px;
	max-width: 760px;
	margin: 36px auto 0;
	padding: 34px 36px;
	border-radius: 32px;
	background: var(--hs-blue);
	color: #fff;
	text-align: left;
}

.hs-contact-form label {
	display: grid;
	gap: 8px;
	font-size: 0.92rem;
	font-weight: 600;
}

.hs-contact-form input,
.hs-contact-form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	background: rgba(92, 136, 255, 0.45);
	color: #fff;
	font: inherit;
}

.hs-contact-form textarea {
	border-radius: 24px;
	resize: vertical;
}

.hs-contact-form button {
	justify-self: center;
	padding: 13px 22px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--hs-blue);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.hs-contact-form__note {
	margin: 0;
	font-size: 0.78rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.82);
}

.hs-page-social-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hs-page-social-grid a {
	display: grid;
	place-items: center;
	min-height: 88px;
	border-radius: 24px;
	background: #fff;
	font-weight: 800;
	box-shadow: var(--hs-shadow);
}

.hs-page-grid--social {
	grid-template-columns: 280px 1fr;
}

.hs-page-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 28px;
}

.wp-block-post-content > * + * {
	margin-top: 1.25em;
}

.page main.wp-block-group {
	margin-top: 0 !important;
}

@media (max-width: 1100px) {
	.hs-blog-hero-grid,
	.hs-featured-recipe,
	.hs-home-featured-recipe,
	.hs-recipe-layout,
	.hs-faq-grid,
	.hs-metas-grid,
	.hs-app-grid {
		grid-template-columns: 1fr;
	}

	.hs-page-split-banner,
	.hs-page-columns,
	.hs-page-grid--balanced,
	.hs-page-grid--hero,
	.hs-page-grid--asymmetric,
	.hs-page-article-media,
	.hs-page-results-callout,
	.hs-page-grid--social,
	.hs-ht-hero__grid,
	.hs-ht-team__grid,
	.hs-ht-ecosystem__grid,
	.hs-ht-benefits__grid,
	.hs-ht-includes__grid,
	.hs-hm-hero__grid,
	.hs-hm-benefits__grid,
	.hs-hm-includes__grid,
	.hs-hm-cta__grid,
	.hs-doc-what__grid,
	.hs-doc-join__grid,
	.hs-lp3-columns,
	.hs-lp3-route__grid,
	.hs-lp3-cta__grid,
	.hs-page-doctors-hero {
		grid-template-columns: 1fr;
	}

	.hs-page-values {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hs-page-card-grid--three,
	.hs-page-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-page-plan-card,
	.hs-page-plan-card--reverse {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hs-pricing-grid,
	.hs-testimonials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-testimonial-card {
		flex-basis: calc((100% - 18px) / 2);
	}

	.hs-home-recipes__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.hs-home-recipes-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-home-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-home-blog-grid__item--featured {
		grid-column: span 2;
		grid-row: auto;
	}

	.hs-home-blog-grid__item--featured .hs-home-blog-grid__image {
		height: 420px;
	}

	.hs-home-blog-layout {
		grid-template-columns: 1fr;
	}

	.hs-home-blog__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-home-blog__cards > *:first-child {
		grid-column: span 2;
	}

	.hs-doc-hero__grid {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.hs-doc-hero__copy {
		padding-top: 8px;
		padding-bottom: 20px;
	}

	.hs-doc-what__media {
		align-items: center;
	}

	.hs-hm-hero__copy {
		padding: 40px 0 0;
	}

	.hs-hm-hero__copy .hs-button {
		align-self: center;
	}

	.hs-hm-hero__media {
		justify-content: center;
	}

	.hs-hm-doctor__article img {
		float: none;
		display: block;
		margin: 0 auto 24px;
	}

	.hs-hm-benefits__media,
	.hs-hm-includes__media,
	.hs-hm-cta__media {
		order: -1;
	}

	.hs-ht-hero__copy {
		padding: 24px 0 0;
	}

	.hs-ht-hero__media {
		justify-content: center;
		order: -1;
	}

	.hs-ht-team__media,
	.hs-ht-ecosystem__media,
	.hs-ht-benefits__media,
	.hs-ht-includes__media {
		justify-self: center;
	}

	.hs-ht-benefits__copy .hs-button {
		justify-self: center;
	}

	.hs-lp3-plan-card--right,
	.hs-lp3-plan-card--left {
		margin-left: 0;
		margin-right: 0;
	}

	.hs-lp3-plan-card--right img,
	.hs-lp3-plan-card--left img {
		margin-left: 0;
		margin-right: 0;
	}

	.hs-home-community-carousel {
		grid-template-columns: 36px minmax(0, 1fr) 36px;
	}

	.hs-home-community-carousel__track {
		max-width: none;
	}

	.hs-home-community-card {
		flex-basis: calc((100% - 22px) / 2);
	}

	.hs-featured-recipe__content {
		left: 0;
	}

	.hs-home-featured-recipe__content {
		left: 0;
	}

	.hs-page-plan-card img {
		margin: 0 auto;
	}

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

@media (max-width: 900px) {
	.hs-site-header__bar,
	.hs-site-footer__grid,
	.hs-blog-list,
	.hs-blog-list__item,
	.hs-recipe-stats {
		grid-template-columns: 1fr;
	}

	.hs-home-hero__inner {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.hs-home-hero__visual {
		min-height: 260px;
	}

	.hs-site-header__bar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
	}

	.hs-site-nav,
	.hs-footer-social {
		justify-content: flex-start;
	}

	.hs-site-footer__grid {
		gap: 18px;
	}

	.hs-footer-branding {
		justify-content: flex-start;
		gap: 24px;
		flex-wrap: wrap;
	}

	.hs-whatsapp-float {
		bottom: 20px;
	}

	.hs-site-nav {
		flex: 0 0 auto;
		justify-self: end;
	}

	.hs-site-brand .custom-logo {
		max-height: 54px;
	}

	.hs-site-header .wp-block-buttons {
		display: none;
	}

	.hs-page-badge--floating {
		margin-top: 240px;
	}

	.hs-page-values {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hs-about-hero__media {
		height: 420px;
	}

	.hs-about-steps__grid,
	.hs-about-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-about-policies__inner {
		gap: 28px;
	}

	.hs-about-policies__inner img {
		height: 46px;
	}

	.hs-page-doctors-hero__copy {
		padding: 0 0 20px;
	}

	.hs-lp3-hero__wrap {
		min-height: 320px;
	}

	.hs-lp3-hero .hs-page-logo {
		max-height: 68px;
	}

	.hs-doc-hero__doctor--left img,
	.hs-doc-hero__doctor--right img {
		height: 420px;
	}

	.hs-hm-delivery__cards {
		grid-template-columns: 1fr;
	}

	.hs-ht-results__inner {
		flex-direction: column;
		text-align: center;
	}

	.hs-blog-grid,
	.hs-recipe-grid,
	.hs-home-blog-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hs-home-blog-slider__page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-card__media--featured {
		min-height: 360px;
	}

	.hs-home-blog-grid__item--featured .hs-home-blog-grid__image {
		height: 360px;
	}
}

@media (max-width: 640px) {
	.hs-section {
		padding: 56px 0;
	}

	.hs-blog-grid,
	.hs-recipe-grid,
	.hs-recipe-stats,
	.hs-home-recipes-grid,
	.hs-home-blog-grid {
		grid-template-columns: 1fr;
	}

	.hs-home-blog-slider {
		grid-template-columns: 22px minmax(0, 1fr) 22px;
		gap: 10px;
	}

	.hs-home-blog-slider__page {
		grid-template-columns: 1fr;
	}

	.hs-home-blog-grid__item--secondary .hs-home-blog-grid__image {
		height: auto;
		aspect-ratio: 1 / 0.78;
	}

	.hs-home-about,
	.hs-home-whyus,
	.hs-home-services,
	.hs-home-pricing,
	.hs-home-choose,
	.hs-home-testimonials,
	.hs-home-faq,
	.hs-home-metas,
	.hs-home-app,
	.hs-home-recipes,
	.hs-home-blog {
		padding: 56px 0;
	}

	.hs-site-footer {
		padding: 20px 0 14px;
	}

	.hs-site-footer__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hs-footer-legal,
	.hs-footer-social,
	.hs-footer-branding {
		justify-content: center;
	}

	.hs-whatsapp-float {
		bottom: 18px;
	}

	.hs-whatsapp-float--left {
		left: 18px;
	}

	.hs-whatsapp-float--right {
		right: 18px;
	}

	.hs-whatsapp-float__link,
	.hs-whatsapp-float__icon,
	.hs-whatsapp-float__icon svg {
		width: 58px;
		height: 58px;
	}

	.hs-pricing-grid,
	.hs-testimonials-grid {
		grid-template-columns: 1fr;
	}

	.hs-testimonials-slider {
		grid-template-columns: 24px minmax(0, 1fr) 24px;
		gap: 10px;
		margin-top: 22px;
	}

	.hs-testimonials-slider__arrow {
		font-size: 2rem;
	}

	.hs-testimonial-card {
		flex-basis: 100%;
		min-height: auto;
		padding: 20px 18px 18px;
	}

	.hs-testimonial-card p {
		font-size: 0.8rem;
	}

	.hs-plan-card {
		padding: 76px 20px 24px;
	}

	.hs-faq-card {
		padding: 20px;
	}

	.hs-home-recipes__cards,
	.hs-home-blog__cards {
		grid-template-columns: 1fr;
	}

	.hs-home-services__logos,
	.hs-services-grid {
		grid-template-columns: 1fr;
	}

	.hs-home-community-carousel {
		grid-template-columns: 28px minmax(0, 1fr) 28px;
		gap: 10px;
	}

	.hs-home-community-carousel__track {
		max-width: none;
	}

	.hs-home-community-card {
		flex-basis: 100%;
	}

	.hs-home-community-card__media img {
		margin-top: -30px;
		max-width: 140px;
	}

	.hs-home-services__logos {
		display: grid;
		justify-items: center;
		gap: 24px;
	}

	.hs-home-blog-grid__item--featured {
		grid-column: auto;
	}

	.hs-home-blog-grid__item--featured .hs-home-blog-grid__image {
		height: auto;
		aspect-ratio: 1 / 1.05;
	}

	.hs-home-blog__cards > *:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.hs-container,
	.hs-container--medium,
	.hs-container--article,
	.hs-container--narrow {
		width: min(calc(100% - 28px), var(--hs-max-width));
	}

	.hs-page-section {
		padding: 56px 0;
	}

	.hs-page-card-grid--three,
	.hs-page-card-grid--four,
	.hs-page-values,
	.hs-page-image-grid--three,
	.hs-page-image-grid--two,
	.hs-page-social-grid {
		grid-template-columns: 1fr;
	}

	.hs-about-hero__media {
		height: 300px;
	}

	.hs-about-hero__badge {
		width: min(calc(100% - 28px), 360px);
		padding: 20px 22px;
	}

	.hs-about-intro {
		padding-top: 54px;
		padding-bottom: 58px;
	}

	.hs-about-mv__panel,
	.hs-about-objective__content,
	.hs-about-choose {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.hs-about-values .hs-page-title,
	.hs-about-team .hs-page-title {
		margin-bottom: 36px;
	}

	.hs-about-steps__grid,
	.hs-about-team__grid {
		grid-template-columns: 1fr;
	}

	.hs-about-team__grid--second {
		margin-top: 24px;
	}

	.hs-about-policies__inner {
		flex-direction: column;
		gap: 18px;
	}

	.hs-about-policies__inner img {
		height: 42px;
	}

	.hs-doc-hero {
		padding-top: 24px;
	}

	.hs-hm-hero__copy h1 {
		font-size: clamp(1.55rem, 7vw, 2.35rem);
	}

	.hs-hm-hero__media img {
		max-width: 440px;
	}

	.hs-hm-doctor .hs-page-title,
	.hs-hm-delivery .hs-page-title,
	.hs-hm-benefits .hs-page-title,
	.hs-hm-includes .hs-page-title,
	.hs-hm-cta .hs-page-title {
		font-size: clamp(1.6rem, 7vw, 2.3rem);
	}

	.hs-ht-hero__copy h1 {
		font-size: clamp(1.55rem, 7vw, 2.35rem);
	}

	.hs-ht-team .hs-page-title,
	.hs-ht-support .hs-page-title,
	.hs-ht-ecosystem .hs-page-title,
	.hs-ht-benefits .hs-page-title,
	.hs-ht-includes .hs-page-title,
	.hs-ht-results .hs-page-title {
		font-size: clamp(1.6rem, 7vw, 2.3rem);
	}

	.hs-ht-hero__copy .hs-button {
		font-size: 1rem;
	}

	.hs-ht-team__copy p,
	.hs-ht-ecosystem__copy p,
	.hs-ht-benefits__copy p,
	.hs-ht-includes__list li {
		font-size: 1rem;
	}

	.hs-hm-benefits__copy p,
	.hs-hm-includes__list li {
		font-size: 1rem;
	}

	.hs-hm-cta__copy {
		padding: 56px 0;
		text-align: center;
	}

	.hs-hm-cta__media {
		justify-content: center;
	}

	.hs-ht-results__copy .hs-button {
		align-self: center;
	}

	.hs-doc-hero__doctor--left img,
	.hs-doc-hero__doctor--right img {
		height: 300px;
	}

	.hs-doc-hero__copy h1 {
		font-size: clamp(1.8rem, 9vw, 2.6rem);
	}

	.hs-doc-revolution__gallery {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hs-doc-revolution__gallery img {
		height: 220px;
	}

	.hs-lp3-hero__content,
	.hs-lp3-hero__brand {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.hs-lp3-hero__title,
	.hs-lp3-hero__subtitle,
	.hs-lp3-hero__copy {
		max-width: none;
		text-align: left;
	}

	.hs-lp3-plan-card {
		flex-direction: column;
		text-align: center;
	}

	.hs-lp3-plan-card__body,
	.hs-lp3-plan-card__body--right {
		text-align: center;
	}

	.hs-lp3-plan-card img {
		width: 128px;
	}

	.hs-lp3-route .hs-page-title,
	.hs-lp3-cta__copy .hs-page-title {
		font-size: clamp(1.7rem, 7vw, 2.3rem);
	}

	.hs-page-actions {
		display: grid;
	}

	.hs-page-badge {
		padding: 20px 22px;
	}

	.hs-page-badge--floating {
		margin-top: 180px;
	}

	.hs-page-hero__wrap,
	.hs-page-hero--short {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.hs-page-hero__content--boxed {
		text-align: left;
	}

	.hs-contact-form {
		padding: 28px 22px;
	}

	.hs-page-values__item img,
	.hs-team-card__avatar {
		width: 112px;
		height: 112px;
	}

	.hs-featured-recipe__media,
	.hs-featured-recipe__content,
	.hs-home-featured-recipe__media,
	.hs-home-featured-recipe__content {
		padding: 28px;
	}

	.hs-card__media--featured,
	.hs-article-hero__media {
		min-height: 280px;
		height: 280px;
	}
}

/* Final page-specific overrides after responsive layers */
.hs-blog-page .hs-home-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 24px;
	align-items: start;
	margin-top: 0;
}

.hs-blog-page .hs-home-blog-grid {
	display: block;
	margin-top: 0;
}

.hs-blog-page .hs-home-blog-grid__item {
	min-height: 0;
	box-shadow: none;
}

.hs-blog-page .hs-home-blog-grid__item a {
	display: block;
	height: auto;
}

.hs-blog-page .hs-home-blog-slider {
	position: relative;
	display: block;
	padding: 0 26px 54px;
}

.hs-blog-page .hs-home-blog-slider__viewport {
	overflow: hidden;
}

.hs-blog-page .hs-home-blog-slider__track {
	display: flex;
}

.hs-blog-page .hs-home-blog-slider__page {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hs-blog-page .hs-home-blog-slider__arrow {
	position: absolute;
	bottom: 0;
	display: inline-flex;
	width: 34px;
	height: 34px;
	border: 2px solid #00205b;
	border-radius: 50%;
	background: #fff;
	font-size: 1.2rem;
}

.hs-blog-page .hs-home-blog-slider__arrow--prev {
	left: calc(50% - 24px);
	transform: translateX(-100%);
}

.hs-blog-page .hs-home-blog-slider__arrow--next {
	left: calc(50% + 24px);
}

.hs-blog-page .hs-home-blog-grid__item--secondary .hs-home-blog-grid__image {
	height: 182px;
}

.hs-blog-page .hs-home-blog-grid__item--secondary h3 {
	padding: 14px 14px 16px;
	font-size: 13px !important;
}

.hs-blog-page .hs-blog-page__bottom-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-blog-page .hs-blog-page__bottom-item {
	display: flex;
}

.hs-circle-page .hs-button--small,
.hs-circle-page .hs-button--outline {
	min-width: 128px;
}

.hs-contact-page .hs-contact-community__icons a {
	background: transparent;
	box-shadow: none;
}

@media (max-width: 1100px) {
	.hs-blog-page .hs-home-blog-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hs-blog-page .hs-home-blog-slider__page,
	.hs-blog-page .hs-blog-page__bottom-grid {
		grid-template-columns: 1fr;
	}
}

