/* =========================================================
   JMA Care - Sistema de diseno (replica del estilo CiyaCare)
   Paleta: primario #37CBD1 | oscuro #1A2547 | texto #7B7B7B | acento #FA4729
   Tipografia: Outfit
   ========================================================= */

:root {
	--jma-primary: #37cbd1;
	--jma-primary-dark: #22b3b9;
	--jma-primary-soft: #e8f8f9;
	--jma-dark: #1a2547;
	--jma-darker: #141d38;
	--jma-body: #7b7b7b;
	--jma-accent: #fa4729;
	--jma-light: #f4fafb;
	--jma-border: #e4eef0;
	--jma-white: #ffffff;
	--jma-radius: 20px;
	--jma-radius-lg: 28px;
	--jma-shadow: 0 20px 45px -18px rgba(26, 37, 71, .16);
}

* { -webkit-tap-highlight-color: transparent; }

body {
	font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
	color: var(--jma-body);
	background: var(--jma-white);
	line-height: 1.75;
	font-size: 17px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { color: var(--jma-dark); font-weight: 700; line-height: 1.22; letter-spacing: -.01em; }
::selection { background: var(--jma-primary); color: #fff; }
img { max-width: 100%; height: auto; }
.text-primary { color: var(--jma-primary) !important; }
.bg-light-alt { background: var(--jma-light); }
a { text-decoration: none; transition: all .25s ease; }

.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); height: 1px; width: 1px;
	margin: -1px; overflow: hidden; padding: 0; position: absolute !important;
}
.skip-link:focus {
	clip: auto; height: auto; left: 6px; top: 6px; width: auto; z-index: 100000;
	background: var(--jma-dark); color: #fff; padding: 8px 16px; border-radius: 8px;
}

.section { padding: clamp(70px, 9vw, 120px) 0; }
.section-sm { padding: clamp(55px, 7vw, 90px) 0; }
.section-head { margin-bottom: 40px; }
.sec-title { font-size: clamp(30px, 4vw, 44px); margin: 14px 0 16px; }
.sec-desc { color: var(--jma-body); margin-bottom: 0; max-width: 620px; }
.section-head.text-center .sec-desc { margin-inline: auto; }

.sec-label {
	display: inline-flex; align-items: center; gap: 10px;
	text-transform: uppercase; letter-spacing: .18em;
	font-size: 13px; font-weight: 600; color: var(--jma-primary-dark);
}

/* ---------------- Botones ---------------- */
.btn-jma {
	display: inline-flex; align-items: center; gap: 12px;
	padding: 14px 14px 14px 30px; border-radius: 60px;
	font-weight: 600; font-size: 16px; line-height: 1;
	border: 1px solid transparent; cursor: pointer;
	transition: all .3s ease;
}
.btn-jma i {
	width: 34px; height: 34px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 15px; transition: transform .3s ease;
}
.btn-jma:hover i { transform: translateX(4px); }
.btn-jma-primary { background: var(--jma-primary); color: #fff; box-shadow: 0 12px 24px -10px rgba(55,203,209,.65); }
.btn-jma-primary:hover { background: var(--jma-dark); color: #fff; }
.btn-jma-dark { background: transparent; color: var(--jma-dark); border-color: var(--jma-dark); }
.btn-jma-dark i { background: var(--jma-dark); color: #fff; }
.btn-jma-dark:hover { background: var(--jma-dark); color: #fff; }
.btn-jma-dark:hover i { background: var(--jma-primary); }
.btn-jma-outline { background: transparent; color: var(--jma-dark); border-color: var(--jma-border); }
.btn-jma-outline:hover { border-color: var(--jma-primary); color: var(--jma-primary-dark); }
.btn-jma.w-100 { display: flex; }
.appt-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.btn-jma-compact {
	justify-content: center;
	padding: 12px 22px;
	min-width: 156px;
}
.btn-jma-compact i {
	width: auto; height: auto; background: none;
	font-size: 18px;
}
.btn-jma-compact:hover i { transform: none; }
.btn-jma-wa {
	background: #25d366; color: #fff;
	box-shadow: 0 12px 24px -10px rgba(37, 211, 102, .5);
}
.btn-jma-wa:hover { background: #1ebe57; color: #fff; }
.btn-jma-fisio {
	background: var(--jma-primary); color: #fff;
	box-shadow: 0 12px 24px -10px rgba(55, 203, 209, .65);
}
.btn-jma-fisio:hover { background: var(--jma-dark); color: #fff; }

/* ---------------- Header ---------------- */
.site-header {
	position: sticky; top: 0; z-index: 1030;
	background: var(--jma-white);
	padding: 12px 0 0;
	transition: box-shadow .3s ease, padding .3s ease;
}
.site-header.is-sticky { padding: 8px 0 0; box-shadow: 0 10px 30px -12px rgba(26,37,71,.14); }
.header-inner { flex-wrap: wrap; row-gap: 8px !important; }
.site-branding { flex: 0 0 auto; }
.site-logo { display: block; width: 145px; height: auto; }
.mobile-menu__logo { display: block; width: 130px; height: auto; }

.main-nav {
	order: 3; flex: 0 0 100%;
	border-top: 1px solid var(--jma-border);
}

.nav-menu { display: flex; align-items: center; justify-content: center; gap: 4px; list-style: none; margin: 0; padding: 5px 0; }
.nav-menu li { position: relative; }
.nav-menu li > a {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 10px 14px; color: var(--jma-dark);
	font-weight: 500; font-size: 16.5px; border-radius: 10px;
}
.nav-menu li > a i { font-size: 11px; opacity: .6; transition: transform .25s; }
.nav-menu li > a:hover,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a { color: var(--jma-primary-dark); }
.nav-menu li.has-sub:hover > a i { transform: rotate(180deg); }

.sub-menu {
	list-style: none; margin: 14px 0 0; padding: 10px;
	position: absolute; top: 100%; left: 0; min-width: 230px;
	background: #fff; border-radius: 14px; border: 1px solid var(--jma-border);
	box-shadow: var(--jma-shadow);
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: all .25s ease;
}
.sub-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-menu li.has-sub:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu li > a { display: block; padding: 9px 14px; border-radius: 8px; color: var(--jma-dark); font-weight: 500; font-size: 15.5px; }
.sub-menu li > a:hover { background: var(--jma-primary-soft); color: var(--jma-primary-dark); }

.header-phone__icon {
	width: 46px; height: 46px; border-radius: 12px;
	background: var(--jma-primary-soft); color: var(--jma-primary-dark);
	display: inline-flex; align-items: center; justify-content: center; font-size: 19px;
}
.header-phone__num { display: flex; flex-direction: column; line-height: 1.2; color: var(--jma-dark); font-weight: 700; }
.header-phone__num small { font-size: 12.5px; font-weight: 500; color: var(--jma-body); }
.header-phone:hover .header-phone__num { color: var(--jma-primary-dark); }

.menu-toggle { background: none; border: none; font-size: 30px; line-height: 1; color: var(--jma-dark); }

.mobile-menu { width: 320px; }
.mobile-menu .offcanvas-header { border-bottom: 1px solid var(--jma-border); }
.mobile-nav { list-style: none; padding: 0; margin: 0 0 20px; }
.mobile-nav li { border-bottom: 1px solid var(--jma-border); }
.mobile-nav li a { display: block; padding: 13px 4px; color: var(--jma-dark); font-weight: 500; }
.mobile-nav .sub-menu { list-style: none; padding-left: 16px; }
.mobile-nav .sub-menu a { font-size: 15px; color: var(--jma-body); }

/* ---------------- Hero ---------------- */
.hero-section {
	position: relative;
	padding: clamp(48px, 6vw, 80px) 0;
	min-height: 640px;
	overflow: hidden;
	background-color: #eef7f8;
}
.hero-section__photos {
	position: absolute; inset: 0;
	pointer-events: none;
}
.hero-section__photo {
	position: absolute; inset: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	opacity: 0;
	filter: saturate(.72) contrast(.94) brightness(1.03);
	transition: opacity 1.15s ease;
	pointer-events: none;
}
.hero-section__photo.is-active { opacity: .88; }
.hero-section__dots {
	position: absolute;
	right: clamp(16px, 4vw, 48px);
	bottom: 22px;
	z-index: 3;
	display: flex;
	gap: 8px;
}
.hero-section__dot {
	width: 9px; height: 9px; padding: 0; border: 0;
	border-radius: 8px;
	background: var(--jma-dark);
	opacity: .25;
	cursor: pointer;
	transition: width .3s ease, opacity .3s ease;
}
.hero-section__dot.is-active {
	width: 30px;
	opacity: 1;
	background: var(--jma-primary);
}
.hero-title {
	font-size: clamp(32px, 3.8vw, 46px);
	max-width: 34ch;
	margin: 16px 0 18px;
	line-height: 1.15;
}
.hero-desc { font-size: 18.5px; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.hero-patients strong { display: block; font-size: 24px; color: var(--jma-dark); line-height: 1; }
.hero-patients span { font-size: 14.5px; }
.avatars-stack img { display: block; }

.hero-card {
	background: linear-gradient(160deg, var(--jma-dark), var(--jma-darker));
	border-radius: var(--jma-radius-lg);
	padding: 34px 32px; color: #fff;
	position: relative; z-index: 2;
	box-shadow: var(--jma-shadow);
}
.hero-card__head h3 { color: #fff; font-size: 24px; margin: 0; }
.hero-card__head i { color: var(--jma-primary); font-size: 30px; }
.hero-schedule { list-style: none; margin: 24px 0; padding: 0; }
.hero-schedule li {
	display: flex; justify-content: space-between; align-items: center;
	padding: 13px 0; border-bottom: 1px dashed rgba(255,255,255,.16); font-size: 15.5px;
}
.hero-schedule li:last-child { border-bottom: 0; }
.hero-schedule em { font-style: normal; color: var(--jma-primary); }
.hero-schedule strong { color: #fff; font-weight: 600; }
.hero-card__cta {
	display: flex; align-items: center; gap: 14px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px; padding: 15px 18px; color: #fff;
}
.hero-card__cta:hover { border-color: var(--jma-primary); color: #fff; }
.hero-card__cta small { display: block; color: rgba(255,255,255,.65); font-size: 13px; }
.hero-card__cta strong { color: var(--jma-primary); font-size: 19px; letter-spacing: .02em; }
.hero-card__cta i {
	width: 42px; height: 42px; border-radius: 50%;
	background: var(--jma-primary); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
}

.hero-badge {
	display: inline-flex; align-items: center; gap: 12px;
	background: #fff; border-radius: 16px;
	padding: 13px 20px; margin-top: -22px; margin-left: 34px;
	box-shadow: var(--jma-shadow); position: relative; z-index: 3;
}
.hero-badge i { color: var(--jma-primary); font-size: 24px; }
.hero-badge strong { display: block; font-size: 15.5px; color: var(--jma-dark); line-height: 1.25; }
.hero-badge span { font-size: 13.5px; }

/* ---------------- Nosotros ---------------- */
.about-media { position: relative; padding-bottom: 60px; padding-right: 40px; }
.about-media__main {
	width: calc(100% - 40px); object-fit: cover;
	border-radius: var(--jma-radius-lg);
	box-shadow: var(--jma-shadow);
}
.about-media__sub {
	position: absolute; left: -10px; bottom: 0;
	width: 46%; border: 8px solid #fff;
	border-radius: var(--jma-radius);
	overflow: hidden; box-shadow: var(--jma-shadow);
}
.about-media__sub img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.exp-badge {
	position: absolute; right: -6px; bottom: 84px;
	background: var(--jma-primary); color: #fff;
	border-radius: 22px; padding: 20px 26px;
	text-align: center; box-shadow: 0 16px 30px -12px rgba(55,203,209,.7);
	animation: floaty 4s ease-in-out infinite;
}
.exp-badge strong { display: block; font-size: 38px; line-height: 1; font-weight: 800; }
.exp-badge strong span { color: var(--jma-dark); }
.exp-badge small { font-size: 13.5px; opacity: .95; }
.about-pattern { position: absolute; top: -26px; left: -10px; opacity: .8; }

.check-list { list-style: none; margin: 26px 0 0; padding: 0; }
.check-list li {
	display: flex; align-items: flex-start; gap: 12px;
	margin-bottom: 12px; color: var(--jma-body); font-weight: 500;
}
.check-list i {
	color: var(--jma-primary-dark); background: var(--jma-primary-soft);
	border-radius: 50%; font-size: 15px;
	width: 26px; height: 26px; flex: 0 0 26px;
	display: inline-flex; align-items: center; justify-content: center;
	margin-top: 4px;
}

.ceo-card {
	background: var(--jma-light); border-radius: 18px; padding: 16px 22px;
	border-left: 4px solid var(--jma-primary);
}
.ceo-card h6 { margin: 0; font-size: 17px; }
.ceo-card span { font-size: 14px; }

/* ---------------- Departamentos ---------------- */
.dept-card {
	position: relative; height: 100%;
	background: #fff; border: 1px solid var(--jma-border);
	border-radius: var(--jma-radius); padding: 34px 28px 30px;
	transition: all .3s ease; overflow: hidden;
}
.dept-card:hover { transform: translateY(-8px); box-shadow: var(--jma-shadow); border-color: transparent; }
.dept-card__link { position: absolute; inset: 0; z-index: 1; }
.dept-card__icon {
	width: 64px; height: 64px; border-radius: 18px;
	background: var(--jma-primary-soft); color: var(--jma-primary-dark);
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 28px; transition: all .3s ease;
}
.dept-card:hover .dept-card__icon { background: var(--jma-primary); color: #fff; }
.dept-card h3 { font-size: 21px; margin: 22px 0 8px; }
.dept-card p { font-size: 15.5px; margin-bottom: 0; }
.dept-card__more {
	position: absolute; right: 24px; top: 34px;
	width: 42px; height: 42px; border-radius: 50%;
	background: var(--jma-dark); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	opacity: 0; transform: scale(.6); transition: all .3s ease;
}
.dept-card:hover .dept-card__more { opacity: 1; transform: scale(1); }

/* ---------------- Servicios numerados ---------------- */
.services-list { border-top: 1px solid var(--jma-border); }
.service-row {
	position: relative; display: grid;
	grid-template-columns: 110px 1fr auto auto;
	align-items: center; gap: 28px;
	padding: 34px 10px; border-bottom: 1px solid var(--jma-border);
	cursor: pointer; transition: background .3s ease;
}
.service-row:hover { background: var(--jma-light); }
.service-row__num {
	font-size: 46px; font-weight: 800; line-height: 1;
	color: var(--jma-primary); letter-spacing: .01em;
}
.service-row:hover .service-row__num { color: var(--jma-dark); }
.service-row h3 { font-size: clamp(21px, 2.4vw, 27px); margin: 0; transition: color .25s; }
.service-row h3 a { color: inherit; }
.service-row:hover h3 { color: var(--jma-primary-dark); }
.service-row__desc { margin: 0; max-width: 480px; font-size: 15.5px; }
.service-row__arrow {
	width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%;
	border: 1px solid var(--jma-border);
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 20px; color: var(--jma-dark);
	transition: all .3s ease;
}
.service-row:hover .service-row__arrow { background: var(--jma-dark); border-color: var(--jma-dark); color: #fff; transform: rotate(45deg); }

/* ---------------- Marquee ---------------- */
.marquee {
	background: var(--jma-primary);
	padding: 26px 0; overflow: hidden; white-space: nowrap;
}
.marquee__track { display: inline-flex; animation: marquee 26s linear infinite; }
.marquee__group { display: inline-flex; }
.marquee span {
	font-size: clamp(22px, 3vw, 34px); font-weight: 700;
	color: var(--jma-dark); text-transform: uppercase; letter-spacing: .02em;
	padding-right: 48px;
}
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes floaty { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }

/* ---------------- Equipo ---------------- */
.team-archive .col-lg-4,
.team-archive .col-sm-6 { max-width: 360px; }
.team-card { text-align: center; }
.team-card__media {
	position: relative; border-radius: var(--jma-radius);
	overflow: hidden; margin-bottom: 18px;
	background: var(--jma-primary-soft);
}
.team-card__media img {
	width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top;
	display: block; transition: transform .5s ease; transform-origin: top center;
}
.team-card:hover .team-card__media img { transform: scale(1.03); }
.team-card__media .team-socials {
	list-style: none; margin: 0; padding: 10px;
	position: absolute; left: 14px; right: 14px; bottom: 14px;
	background: rgba(255,255,255,.94); backdrop-filter: blur(4px);
	border-radius: 14px; display: flex; justify-content: center; gap: 6px;
	transform: translateY(130%); transition: transform .35s ease;
}
.team-card:hover .team-card__media .team-socials { transform: translateY(0); }
.team-socials a {
	display: inline-block; padding: 6px 10px;
	font-weight: 700; font-size: 14px; color: var(--jma-dark); border-radius: 8px;
}
.team-socials a:hover { background: var(--jma-primary); color: #fff; }
.team-card h3 { font-size: 20px; margin: 0 0 4px; }
.team-card h3 a { color: inherit; }
.team-card h3 a:hover { color: var(--jma-primary-dark); }
.team-card__role { color: var(--jma-primary-dark); font-size: 14.5px; font-weight: 600; }
.team-profile__media {
	border-radius: var(--jma-radius-lg);
	overflow: hidden;
	background: #d9dbe0;
	line-height: 0;
}
.team-profile__media img,
.team-profile__photo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: top;
}
.doc-meta { list-style: none; padding: 0; margin: 0; }
.doc-meta li {
	background: var(--jma-light); border-radius: 16px; padding: 18px 20px;
	display: grid; gap: 2px;
}
.doc-meta i { color: var(--jma-primary-dark); font-size: 20px; margin-bottom: 6px; }
.doc-meta span { font-size: 13.5px; }
.doc-meta strong { color: var(--jma-dark); font-size: 15.5px; }

/* ---------------- Timetable ---------------- */
.tt-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tt-filter {
	border: 1px solid var(--jma-border); background: #fff; color: var(--jma-dark);
	border-radius: 50px; padding: 9px 22px; font-weight: 600; font-size: 15px;
	transition: all .25s ease;
}
.tt-filter:hover { border-color: var(--jma-primary); color: var(--jma-primary-dark); }
.tt-filter.is-active { background: var(--jma-dark); border-color: var(--jma-dark); color: #fff; }

.tt-day {
	background: #fff; border: 1px solid var(--jma-border);
	border-radius: var(--jma-radius); padding: 26px 26px 14px;
	height: 100%;
}
.tt-day h3 { font-size: 20px; padding-bottom: 14px; margin-bottom: 8px; border-bottom: 2px solid var(--jma-light); }
.tt-day ul { list-style: none; margin: 0; padding: 0; }
.tt-day li {
	display: flex; gap: 14px; align-items: flex-start;
	padding: 13px 0; border-bottom: 1px dashed var(--jma-border);
}
.tt-day li:last-child { border-bottom: 0; }
.tt-day li strong { display: block; color: var(--jma-dark); font-size: 16px; }
.tt-day li em { display: block; font-style: normal; color: var(--jma-primary-dark); font-weight: 600; font-size: 14px; }
.tt-day li > div span:last-child { font-size: 14px; }
.tt-dot { width: 11px; height: 11px; border-radius: 50%; margin-top: 8px; flex: 0 0 11px; }
.tt-col.is-hidden { display: none !important; }

/* ---------------- Contadores ---------------- */
.counters-section {
	background:
		radial-gradient(600px 300px at 90% 0%, rgba(55,203,209,.18), transparent 60%),
		var(--jma-darker);
	padding: clamp(60px, 7vw, 100px) 0;
}
.counter-card {
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px; padding: 28px 18px; text-align: center; height: 100%;
}
.counter-card strong {
	display: block; font-size: clamp(34px, 3.6vw, 46px);
	font-weight: 800; color: var(--jma-primary); line-height: 1.05;
}
.counter-card span { font-size: 14.5px; color: rgba(255,255,255,.75); }

/* ---------------- Testimonios ---------------- */
.reviews-chip {
	background: #fff; border: 1px solid var(--jma-border);
	padding: 10px 18px; border-radius: 60px; gap: 10px;
}
.reviews-chip strong { color: var(--jma-dark); }
.reviews-chip span { font-size: 14px; }
.tst-card {
	position: relative; height: 100%;
	background: var(--jma-light); border-radius: var(--jma-radius);
	padding: 34px 30px 30px;
}
.tst-card::before {
	content: "\201C";
	position: absolute; top: 6px; right: 26px;
	font-size: 110px; line-height: 1; color: var(--jma-primary);
	font-family: Georgia, serif; opacity: .5;
}
.tst-card__stars { color: #ffb13c; font-size: 15px; display: flex; gap: 3px; margin-bottom: 16px; }
.tst-card__text { color: var(--jma-body); font-size: 16.5px; }
.tst-card footer img.avatar { width: 48px; height: 48px; object-fit: cover; }
.tst-card footer strong { display: block; color: var(--jma-dark); font-size: 16px; }
.tst-card footer span { font-size: 13.5px; }

/* ---------------- Blog ---------------- */
.post-card {
	background: #fff; border: 1px solid var(--jma-border);
	border-radius: var(--jma-radius); overflow: hidden; height: 100%;
	transition: all .3s ease;
}
.post-card:hover { box-shadow: var(--jma-shadow); transform: translateY(-6px); }
.post-card__media { position: relative; overflow: hidden; }
.post-card__media img { width: 100%; aspect-ratio: 1000/650; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__media img { transform: scale(1.07); }
.post-card__cat {
	position: absolute; left: 18px; bottom: -14px;
	background: var(--jma-primary); color: #fff;
	font-size: 13px; font-weight: 600;
	padding: 6px 16px; border-radius: 40px;
}
.post-card__body { padding: 26px 24px 24px; }
.post-card__date { font-size: 13.5px; display: inline-flex; align-items: center; gap: 7px; color: var(--jma-primary-dark); font-weight: 600; }
.post-card h3 { font-size: 19.5px; margin: 10px 0 8px; }
.post-card h3 a { color: inherit; }
.post-card h3 a:hover { color: var(--jma-primary-dark); }
.post-card p { font-size: 15px; }
.post-card__more {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--jma-dark); font-weight: 700; font-size: 15px;
}
.post-card__more i { transition: transform .25s; }
.post-card__more:hover { color: var(--jma-primary-dark); }
.post-card__more:hover i { transform: translateX(4px); }

/* ---------------- Cita (appointment) ---------------- */
.appt-panel {
	border-radius: var(--jma-radius-lg); overflow: hidden;
	box-shadow: var(--jma-shadow);
}
.appt-info {
	background: linear-gradient(165deg, var(--jma-dark), var(--jma-darker));
	padding: clamp(36px, 4.5vw, 64px);
}
.appt-perks { list-style: none; margin: 0; padding: 0; }
.appt-perks li { color: rgba(255,255,255,.85); display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; }
.appt-perks i { color: var(--jma-primary); }
.callcenter { display: inline-flex; align-items: center; gap: 14px; }
.callcenter small { display: block; font-size: 13px; opacity: .8; }
.callcenter strong { color: var(--jma-primary); font-size: 22px; letter-spacing: .02em; }
.callcenter__icon {
	width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%;
	background: var(--jma-primary); color: #fff;
	display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
	animation: pulse-ring 2.4s ease-out infinite;
}
@keyframes pulse-ring {
	0% { box-shadow: 0 0 0 0 rgba(55,203,209,.45); }
	70% { box-shadow: 0 0 0 16px rgba(55,203,209,0); }
	100% { box-shadow: 0 0 0 0 rgba(55,203,209,0); }
}

.appt-form-wrap { background: #fff; padding: clamp(36px, 4.5vw, 64px); }
.appt-form-wrap label,
.contact-form-card label,
.js-appointment-form label {
	font-size: 14px; font-weight: 700; color: var(--jma-dark);
	margin-bottom: 7px; display: block;
}
.js-appointment-form input,
.js-appointment-form select,
.js-appointment-form textarea,
.contact-form-card input,
.contact-form-card textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%; border: 1.5px solid var(--jma-border);
	border-radius: 12px; padding: 13px 16px;
	font-size: 15.5px; color: var(--jma-dark);
	background: var(--jma-white); outline: none;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.js-appointment-form input:focus,
.js-appointment-form select:focus,
.js-appointment-form textarea:focus,
.contact-form-card input:focus,
.contact-form-card textarea:focus,
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color: var(--jma-primary);
	box-shadow: 0 0 0 4px rgba(55,203,209,.15);
}
.hp-field { position: absolute !important; left: -9999px !important; }
.form-feedback { font-weight: 600; min-height: 24px; }
.form-feedback.is-success { color: #178a53; }
.form-feedback.is-error { color: var(--jma-accent); }
button[type="submit"].btn-jma { border: none; }

/* ---------------- Banner de pagina interna ---------------- */
.page-banner {
	position: relative; isolation: isolate; overflow: hidden; text-align: center;
	padding: clamp(80px, 10vw, 150px) 0 clamp(46px, 6vw, 80px);
	background: #eef3f5;
}
.page-banner__photo {
	position: absolute; inset: -12px;
	background-size: cover; background-position: center 42%;
	filter: saturate(.28) contrast(.9) brightness(1.16) blur(1.4px);
	opacity: .34;
	transform: scale(1.03);
}
.page-banner__wash {
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(255,255,255,.58) 0%, rgba(244,250,251,.74) 100%),
		linear-gradient(90deg, rgba(255,255,255,.28), transparent 45%, rgba(255,255,255,.32));
}
.page-banner::after {
	content: ""; position: absolute; right: 40px; bottom: 30px; z-index: 1;
	width: 120px; height: 28px;
	background: radial-gradient(circle 5px at 6px 14px, var(--jma-primary) 98%, transparent),
		radial-gradient(circle 5px at 32px 14px, var(--jma-primary) 98%, transparent),
		radial-gradient(circle 5px at 58px 14px, var(--jma-primary) 98%, transparent);
	background-repeat: no-repeat; opacity: .45;
}
.page-banner .container { position: relative; z-index: 1; }
.breadcrumbs {
	display: inline-flex; align-items: center; gap: 8px;
	background: #fff; border-radius: 40px;
	padding: 8px 20px; font-size: 14.5px; font-weight: 600;
	box-shadow: 0 8px 22px -12px rgba(26,37,71,.18);
}
.breadcrumbs a { color: var(--jma-dark); }
.breadcrumbs a:hover { color: var(--jma-primary-dark); }
.breadcrumbs i { font-size: 10px; color: var(--jma-body); }
.breadcrumbs span { color: var(--jma-primary-dark); }
.page-banner__title { font-size: clamp(34px, 4.6vw, 54px); margin-top: 18px; }

/* ---------------- Footer ---------------- */
.site-footer {
	background: var(--jma-darker); color: rgba(255,255,255,.72);
	padding-top: clamp(60px, 7vw, 100px);
	font-size: 16px;
}
.footer-title {
	color: #fff; font-size: 17.5px; font-weight: 700; margin-bottom: 20px;
	position: relative; padding-bottom: 12px;
}
.footer-title::after {
	content: ""; position: absolute; left: 0; bottom: 0;
	width: 34px; height: 3px; border-radius: 3px; background: var(--jma-primary);
}
.footer-text { max-width: 280px; }
.footer-follow { color: #fff; font-weight: 600; }

.social-links { list-style: none; display: flex; gap: 10px; margin: 0; padding: 0; }
.social-links a {
	width: 42px; height: 42px; border-radius: 50%;
	border: 1px solid rgba(255,255,255,.22);
	display: inline-flex; align-items: center; justify-content: center;
	color: #fff; font-size: 17px;
}
.site-footer .social-links a:hover { background: var(--jma-primary); border-color: var(--jma-primary); }
.page-banner ~ * .social-links a { border-color: var(--jma-border); }
.main-nav + .header-actions .social-links a,
.offcanvas-body .social-links a { width: 40px; height: 40px; background: var(--jma-light); color: var(--jma-dark); border: none; margin-right: 8px; }
.offcanvas-body .social-links a:hover { background: var(--jma-primary); color: #fff; }

.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--jma-primary); padding-left: 4px; }

.newsletter-form { position: relative; display: flex; margin-top: 6px; max-width: 280px; }
.newsletter-form input[type="email"] {
	flex: 1; background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.18); border-radius: 50px;
	color: #fff; padding: 12px 52px 12px 18px; font-size: 14.5px; outline: none;
}
.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form input[type="email"]:focus { border-color: var(--jma-primary); }
.newsletter-form button {
	position: absolute; right: 5px; top: 5px; bottom: 5px;
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--jma-primary); color: #fff; border: none; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	transition: background .25s ease;
}
.newsletter-form button:hover { background: var(--jma-primary-dark); }

.footer-hours { list-style: none; margin: 0; padding: 0; font-size: 15.5px; }
.footer-hours li { padding: 9px 0; border-bottom: 1px dashed rgba(255,255,255,.14); }
.footer-hours li:last-child { border: 0; }
.footer-hours strong { color: var(--jma-primary); }

.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { color: var(--jma-primary); margin-top: 4px; flex: 0 0 18px; text-align: center; }
.footer-contact li > span { display: flex; flex-direction: column; min-width: 0; }
.footer-contact small { color: rgba(255,255,255,.55); font-size: 12.5px; line-height: 1.35; margin-bottom: 2px; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-address i { color: var(--jma-primary); margin-right: 9px; }

.footer-bottom {
	margin-top: clamp(46px, 5vw, 70px);
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 22px 0; font-size: 14.5px;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--jma-primary); font-weight: 600; }

/* ---------------- Sidebar / cards internas ---------------- */
.sidebar-card {
	background: var(--jma-light); border-radius: var(--jma-radius);
	padding: 30px 28px; margin-bottom: 26px;
}
.sidebar-card h4, .sidebar-card h5 { margin-bottom: 14px; }
.link-list { list-style: none; margin: 0; padding: 0; }
.link-list li { border-bottom: 1px dashed var(--jma-border); }
.link-list li:last-child { border: 0; }
.link-list a {
	display: block; padding: 11px 0; color: var(--jma-dark); font-weight: 500;
}
.link-list a:hover { color: var(--jma-primary-dark); padding-left: 5px; }

.contact-mini { list-style: none; margin: 0; padding: 0; font-size: 15px; }
.contact-mini li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.contact-mini i { color: var(--jma-primary-dark); }

.emergency-mini { background: var(--jma-accent); }
.emergency-mini h5 { color: #fff; }
.emergency-mini strong { color: #fff; font-size: 24px; letter-spacing: .03em; }

/* Contacto: Estacionamiento compacto + urgencias en la misma columna, sin tapar el mapa */
.contact-stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	z-index: 1;
}
.contact-stack > .sidebar-card { margin-bottom: 0; }
.contact-parking { padding: 22px 24px 18px; }
.contact-parking h4 { margin-bottom: 8px; }
.contact-parking p { font-size: 15.5px; line-height: 1.5; }
.contact-stack .emergency-mini { padding: 22px 24px; }

.cta-strip {
	background: var(--jma-primary-soft); border-radius: var(--jma-radius);
	padding: 30px 34px; display: flex; align-items: center;
	justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.cta-strip h4 { margin: 0 0 4px; }
.cta-strip p { margin: 0; }

/* ---------------- Contacto ---------------- */
.contact-cards { list-style: none; margin: 0; padding: 0; }
.contact-cards li {
	display: flex; gap: 16px; align-items: flex-start;
	background: var(--jma-light); border-radius: 16px;
	padding: 20px 22px; margin-bottom: 14px;
}
.contact-cards i {
	width: 46px; height: 46px; flex: 0 0 46px; border-radius: 12px;
	background: var(--jma-primary-soft); color: var(--jma-primary-dark);
	display: inline-flex; align-items: center; justify-content: center; font-size: 19px;
}
.contact-cards span { display: block; font-size: 13.5px; }
.contact-cards strong { color: var(--jma-dark); font-size: 16px; word-break: break-word; }
.contact-cards strong a { color: inherit; }
.contact-cards strong a:hover { color: var(--jma-primary-dark); }
.map-wrap { border-radius: var(--jma-radius-lg); overflow: hidden; box-shadow: var(--jma-shadow); position: relative; z-index: 0; }
.map-wrap iframe { border: 0; filter: saturate(.9); }

/* ---------------- Precios ---------------- */
.price-card {
	position: relative; height: 100%;
	border: 1.5px solid var(--jma-border); border-radius: var(--jma-radius-lg);
	padding: 40px 32px; text-align: center; background: #fff;
	transition: all .3s ease;
}
.price-card:hover { transform: translateY(-8px); box-shadow: var(--jma-shadow); }
.price-card.is-featured {
	background: linear-gradient(165deg, var(--jma-dark), var(--jma-darker));
	border-color: transparent;
	transform: scale(1.02);
}
.price-card.is-featured h3 { color: #fff; }
.price-card__badge {
	position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
	background: var(--jma-accent); color: #fff;
	font-size: 13px; font-weight: 700; padding: 6px 20px; border-radius: 30px;
	white-space: nowrap;
}
.price-card__price { font-size: 44px; font-weight: 800; color: var(--jma-primary); line-height: 1.1; margin: 14px 0 22px; }
.price-card.is-featured .price-card__price { color: var(--jma-primary); }
.price-card__price span { font-size: 15px; font-weight: 500; color: var(--jma-body); }
.price-card.is-featured .price-card__price span { color: rgba(255,255,255,.6); }
.price-card ul { list-style: none; margin: 0 0 30px; padding: 0; text-align: left; }
.price-card ul li {
	padding: 10px 2px; display: flex; gap: 10px; align-items: center;
	color: var(--jma-body); border-bottom: 1px dashed var(--jma-border);
}
.price-card.is-featured ul li { color: rgba(255,255,255,.82); border-color: rgba(255,255,255,.14); }
.price-card ul i { color: var(--jma-primary); font-size: 18px; }

/* ---------------- FAQ ---------------- */
.faq-accordion .accordion-item {
	border: 1px solid var(--jma-border) !important;
	border-radius: 16px !important; overflow: hidden;
	margin-bottom: 14px; background: #fff;
	box-shadow: 0 10px 26px -18px rgba(26,37,71,.25);
}
.faq-accordion .accordion-button {
	font-weight: 700; color: var(--jma-dark); font-size: 17px;
	padding: 20px 24px; box-shadow: none !important; background: #fff;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--jma-primary-dark); }
.faq-accordion .accordion-button::after {
	content: "\F64D"; font-family: "bootstrap-icons";
	background-image: none; width: auto; height: auto; font-size: 18px;
	color: var(--jma-primary-dark); transition: transform .3s ease;
}
.faq-accordion .accordion-button:not(.collapsed)::after { transform: rotate(45deg); }
.faq-accordion .accordion-body { color: var(--jma-body); padding: 4px 24px 22px; }

/* ---------------- Servicios (tarjetas archivo) ---------------- */
.svc-card {
	position: relative; height: 100%;
	border: 1px solid var(--jma-border); border-radius: var(--jma-radius);
	overflow: hidden; background: #fff; transition: all .3s ease;
}
.svc-card:hover { transform: translateY(-7px); box-shadow: var(--jma-shadow); }
.svc-card__link { position: absolute; inset: 0; z-index: 1; }
.svc-card__media img { aspect-ratio: 800/520; object-fit: cover; width: 100%; transition: transform .5s ease; }
.svc-card:hover .svc-card__media img { transform: scale(1.06); }
.svc-card__num {
	font-size: 38px; font-weight: 800; line-height: 1;
	color: var(--jma-primary);
}
.svc-card h3 { font-size: 21px; margin: 10px 0 6px; }
.svc-card p { font-size: 15px; margin: 0; }
.svc-card__arrow {
	width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%;
	background: var(--jma-primary-soft); color: var(--jma-primary-dark);
	display: inline-flex; align-items: center; justify-content: center; font-size: 19px;
	transition: all .3s ease;
}
.svc-card:hover .svc-card__arrow { background: var(--jma-primary); color: #fff; transform: rotate(45deg); }

/* ---------------- 404 / miscelaneos ---------------- */
.error-404 h1 {
	font-size: clamp(110px, 20vw, 240px); font-weight: 800;
	line-height: 1; color: var(--jma-light);
	letter-spacing: .02em;
}
.error-404 h1 span { color: var(--jma-primary); }

.single-thumb { margin: 0 0 30px; border-radius: var(--jma-radius-lg); overflow: hidden; }
.single-thumb img { width: 100%; object-fit: cover; }

.entry-content { font-size: 17.5px; }
.entry-content h2, .entry-content h3 { margin: 34px 0 14px; }
.entry-content p { margin-bottom: 18px; }
.entry-content ul { margin: 0 0 18px; padding-left: 1.2em; }
.entry-content li { margin-bottom: 8px; }
.related-services h3 { margin-bottom: 14px; }
.entry-content blockquote {
	border-left: 4px solid var(--jma-primary); background: var(--jma-light);
	border-radius: 0 14px 14px 0; padding: 20px 26px; font-style: italic;
}
.entry-meta span { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; }
.entry-meta a { color: inherit; }
.pagination-wrap .page-link {
	border-radius: 12px !important; margin: 0 4px; color: var(--jma-dark);
	border-color: var(--jma-border) !important; font-weight: 600;
}
.pagination-wrap .page-item.active .page-link {
	background: var(--jma-primary); border-color: var(--jma-primary) !important; color: #fff;
}

/* Swiper bullets estilo CiyaCare */
.swiper-pagination { position: static; margin-top: 34px; }
.jma-swiper .swiper-pagination-bullet { width: 9px; height: 9px; background: var(--jma-dark); opacity: .25; transition: all .3s ease; }
.jma-swiper .swiper-pagination-bullet-active { width: 30px; border-radius: 8px; opacity: 1; background: var(--jma-primary); }

@media (max-width: 991.98px) {
	.service-row { grid-template-columns: 70px 1fr auto; }
	.service-row__num { font-size: 34px; }
	.service-row__desc { display: none; }
	.about-media { padding-bottom: 40px; }
	.exp-badge { bottom: 56px; right: 10px; }
	.hero-badge { margin-left: 12px; }
}
@media (max-width: 767.98px) {
	body { font-size: 16px; }
	.appt-info, .appt-form-wrap { padding: 34px 24px; }
	.dept-card { padding: 28px 22px; }
	.tst-card::before { display: none; }
}

/* ---------------- JMA: pasos de llegada, mini horas, pilares hero, WA ---------------- */
.steps-list { padding-left: 18px; }
.steps-list li { margin-bottom: 12px; color: var(--jma-body); }
.steps-list li::marker { color: var(--jma-primary-dark); font-weight: 700; }

.mini-hours { list-style: none; margin: 0; padding: 0; font-size: 15px; }
.mini-hours li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--jma-border); flex-wrap: wrap; }
.mini-hours li:last-child { border: 0; }
.mini-hours strong { color: var(--jma-dark); }

.tt-day--sun { background: #fff7f6; border-color: rgba(250,71,41,.25); }

.hero-pillars { list-style: none; margin: 0; padding: 0; gap: 12px !important; }
.hero-pillars li {
	display: inline-flex; align-items: center; gap: 9px;
	background: #fff; border: 1px solid var(--jma-border);
	border-radius: 50px; padding: 9px 20px;
	font-weight: 600; color: var(--jma-dark); font-size: 15px;
}
.hero-pillars i { color: var(--jma-primary-dark); }
.hero-urgency {
	display: flex; align-items: flex-start; gap: 8px;
	margin: 22px 0 0; max-width: 460px;
	font-size: 14px; color: var(--jma-muted); line-height: 1.45;
}
.hero-urgency i { color: var(--jma-accent); margin-top: 2px; }

.header-wa {
	width: 46px; height: 46px; border-radius: 50%;
	background: #25d366; color: #fff;
	align-items: center; justify-content: center;
	font-size: 22px;
	box-shadow: 0 10px 20px -8px rgba(37,211,102,.6);
}
.header-wa:hover { background: #1fb457; color: #fff; }

/* ---------------- JMA v2: servicios con miniatura estatica ---------------- */
.service-row {
	grid-template-columns: 90px 150px 1fr auto;
	gap: 26px;
}
.service-row__thumb {
	width: 150px; height: 110px; object-fit: cover;
	border-radius: 16px; box-shadow: 0 12px 24px -14px rgba(26,37,71,.35);
}
.service-row__body h3 { margin-bottom: 6px; }
.service-row__body p { margin: 0; font-size: 15px; max-width: none; }
@media (max-width: 991.98px) {
	.service-row { grid-template-columns: 60px 110px 1fr auto; gap: 18px; }
	.service-row__thumb { width: 110px; height: 84px; }
}
@media (max-width: 575.98px) {
	.service-row { grid-template-columns: 46px 86px 1fr auto; gap: 12px; padding: 22px 4px; }
	.service-row__num { font-size: 26px; }
	.service-row__thumb { width: 86px; height: 66px; border-radius: 12px; }
}

/* Avatar de iniciales para especialistas sin foto profesional */
.team-avatar {
	width: 100%; aspect-ratio: 6/7;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(160deg, var(--jma-dark), var(--jma-darker));
}
.team-avatar span {
	font-size: clamp(48px, 6vw, 76px); font-weight: 800; letter-spacing: .04em;
	color: var(--jma-primary);
}

/* Tarjeta de reserva del hero */
.hero-card__lead { color: rgba(255,255,255,.72); font-size: 15px; margin: 10px 0 18px; }
.hero-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-contact {
	display: grid; gap: 2px; text-align: left;
	background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px; padding: 14px 16px; color: #fff;
	transition: border-color .25s ease, transform .25s ease;
}
.hero-contact:hover { border-color: var(--jma-primary); transform: translateY(-3px); color:#fff; }
.hero-contact i {
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--jma-primary); color: #fff; font-size: 17px;
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 8px;
}
.hero-contact small { color: rgba(255,255,255,.6); font-size: 12.5px; }
.hero-contact strong { font-size: 17px; color: #fff; letter-spacing: .02em; }
.hero-card__note {
	display: flex; gap: 10px; align-items: flex-start;
	margin-top: 18px; padding-top: 14px;
	border-top: 1px dashed rgba(255,255,255,.18);
	color: rgba(255,255,255,.65); font-size: 13.5px; line-height: 1.55;
}
.hero-card__note i { color: var(--jma-accent); font-size: 16px; margin-top: 2px; }

/* Hero: velo suave para que la foto no compita con el texto. */
.hero-section::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg,
		rgba(238,247,248,.96) 0%,
		rgba(238,247,248,.88) 38%,
		rgba(238,247,248,.35) 58%,
		rgba(238,247,248,.08) 100%);
	z-index: 1;
	pointer-events: none;
}
.hero-section > .container { position: relative; z-index: 2; }
.hero-card__lead { margin-top: 14px; }

/* =========================================================
   RESPONSIVE — replica de los patrones del original CiyaCare
   Breakpoints: 1199 / 991 / 767 / 575 / 479 / 375
   ========================================================= */

@media (max-width: 1199.98px) {
	.hero-title { font-size: clamp(30px, 3.6vw, 40px); }
	.nav-menu li > a { padding: 10px 10px; font-size: 15.5px; }
}

/* ---------- Tablet (<= 991px) ---------- */
@media (max-width: 991.98px) {
	.site-header { padding: 14px 0; }
	.header-inner { gap: 12px !important; }

	/* El original muestra las acciones sociales ocultas por hover
	   en tablet/touch: sin hover no serian accesibles */
	.team-card:hover .team-card__media .team-socials,
	.team-card__media .team-socials { transform: translateY(0); }
	.dept-card__more { opacity: 1; transform: scale(1); background: var(--jma-primary-soft); color: var(--jma-primary-dark); }

	/* Hero: overlay vertical para que texto y tarjeta se lean sobre la foto */
	.hero-section::before {
		background: linear-gradient(180deg,
			rgba(244,250,251,.97) 0%,
			rgba(244,250,251,.95) 45%,
			rgba(238,247,248,.85) 68%,
			rgba(232,244,245,.55) 100%);
	}
	.hero-title { font-size: clamp(30px, 4.4vw, 40px); max-width: none; }
	.hero-desc { font-size: 17px; }
	.hero-card { padding: 28px 24px; }

	.about-media { max-width: 520px; margin-inline: auto; }
	.exp-badge { padding: 14px 20px; right: 0; bottom: 60px; }
	.exp-badge strong { font-size: 30px; }
}

/* ---------- Movil grande (<= 767px) ---------- */
@media (max-width: 767.98px) {
	body { font-size: 16px; line-height: 1.65; }

	.sec-title { font-size: clamp(26px, 6.4vw, 32px); }
	.section-head { margin-bottom: 30px; }

	.site-header { padding: 10px 0; }
	.site-logo { width: 118px; }
	.mobile-menu__logo { width: 118px; }

	.hero-section { padding-top: 44px; }
	.hero-actions { gap: 12px; margin-top: 26px; }
	.hero-actions .btn-jma { flex: 1 1 auto; justify-content: center; }
	.hero-pillars li { padding: 8px 15px; font-size: 14px; }
	.hero-pillars { margin-top: 30px !important; }

	.about-media { padding-right: 0; padding-bottom: 54px; }
	.about-media__main { width: 100%; }
	.about-media__sub { left: auto; right: -6px; width: 42%; border-width: 6px; }
	.exp-badge { bottom: 40px; right: -6px; }

	.check-list li { font-size: 15.5px; }
	.ceo-card h6 { font-size: 15.5px; line-height: 1.35; }

	.appt-info, .appt-form-wrap { padding: 30px 22px; }
	.callcenter strong { font-size: 19px; }

	.tst-card { padding: 26px 22px 24px; }
	.dept-card { padding: 26px 20px; }
	.post-card__body { padding: 22px 18px 20px; }
	.price-card { padding: 34px 22px; }
	.price-card.is-featured { transform: none; }
	.sidebar-card { padding: 24px 20px; }

	.cta-strip { padding: 24px 22px; text-align: center; justify-content: center; }

	.footer-bottom { text-align: center; }
	.footer-bottom .container { justify-content: center !important; }
	.page-banner::after { display: none; }
	.map-wrap.ratio-21x9 { --bs-aspect-ratio: 68%; }
}

/* ---------- Movil (<= 575px) ---------- */
@media (max-width: 575.98px) {
	.hero-title { font-size: clamp(29px, 8vw, 34px); margin: 14px 0 16px; }
	.hero-desc { font-size: 16px; }
	.hero-card { padding: 24px 18px; border-radius: 22px; }
	.hero-card__head h3 { font-size: 21px; }
	.hero-contact-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.hero-contact { padding: 12px; }
	.hero-contact strong { font-size: 14.5px; letter-spacing: 0; word-break: break-all; }

	.btn-jma { padding: 13px 12px 13px 24px; font-size: 15px; }
	.btn-jma i { width: 30px; height: 30px; font-size: 14px; }
	.btn-jma-compact { padding: 12px 20px; }
	.btn-jma-compact i { width: auto; height: auto; font-size: 17px; }

	.sec-label { font-size: 11.5px; letter-spacing: .14em; }

	.service-row { grid-template-columns: 40px 74px 1fr auto; gap: 10px; padding: 18px 2px; }
	.service-row__num { font-size: 22px; }
	.service-row__thumb { width: 74px; height: 58px; border-radius: 10px; }
	.service-row h3 { font-size: 17px; }
	.service-row__arrow { width: 38px; height: 38px; flex-basis: 38px; font-size: 16px; }

	.tt-day { padding: 20px 18px 10px; }
	.tt-day li strong { font-size: 15px; }
	.tt-filter { padding: 8px 16px; font-size: 13.5px; }

	.counter-card { padding: 22px 12px; }

	.mobile-menu { width: min(320px, 88vw); }

	.breadcrumbs { padding: 7px 14px; font-size: 13px; }
	.page-banner__title { font-size: clamp(27px, 7.6vw, 34px); }

	.faq-accordion .accordion-button { font-size: 15.5px; padding: 16px 18px; }
	.faq-accordion .accordion-body { padding: 2px 18px 18px; }

	.entry-content { font-size: 16.5px; }

	.newsletter-form { max-width: 100%; }
}

/* ---------- Movil pequeno (<= 479px) ---------- */
@media (max-width: 479.98px) {
	.hero-contact-grid { grid-template-columns: 1fr; }
	.hero-actions .btn-jma { width: 100%; }
	.exp-badge { padding: 12px 16px; bottom: 34px; right: -4px; }
	.exp-badge strong { font-size: 26px; }
	.exp-badge small { font-size: 12px; }
	.about-media__sub { border-width: 5px; }
}

/* ---------- Movil muy pequeno (<= 375px) ---------- */
@media (max-width: 375.98px) {
	body { font-size: 15.5px; }
	.hero-title { font-size: 27px; }
	.sec-title { font-size: 24px; }
	.header-cta { display: none !important; }
}
