/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =========================================================
   Mi sonrisa FOXG1 — Dirección A "Amanecer cálido"
   Tokens de diseño y clases reutilizables para Elementor
   ========================================================= */

:root {
	--ms-cream: #FFF9F2;
	--ms-peach: #FFE9D6;
	--ms-peach-soft: #FFF1E3;
	--ms-orange: #F4742B;
	--ms-orange-deep: #D95B12;
	--ms-ink: #3A2A1E;
	--ms-ink-soft: #7A6557;
	--ms-white: #FFFFFF;

	--ms-font-head: 'Baloo 2', sans-serif;
	--ms-font-body: 'Nunito', sans-serif;

	--ms-section-x: 64px;
}

/* =========================================================
   Base
   ========================================================= */

.ms-page {
	background: var(--ms-cream);
	font-family: var(--ms-font-body);
	color: var(--ms-ink);
}

.ms-page input::placeholder,
.ms-page textarea::placeholder {
	color: #b9a695;
}

/* =========================================================
   Navegación
   ========================================================= */

.ms-nav {
	display: flex;
	align-items: center;
	gap: 36px;
	padding: 20px var(--ms-section-x);
	background: var(--ms-cream);
	flex-wrap: wrap;
}

.ms-nav__brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ms-nav__logo {
	width: 46px;
	height: 46px;
	flex-shrink: 0;
}

.ms-nav__logo-text {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 22px;
}

.ms-nav__logo-accent {
	color: var(--ms-orange);
}

.ms-nav__links {
	display: flex;
	gap: 30px;
	margin-left: auto;
	align-items: center;
	flex-wrap: wrap;
}

.ms-nav__link {
	font-family: var(--ms-font-body);
	font-weight: 700;
	font-size: 17px;
	color: var(--ms-ink);
	text-decoration: none;
	white-space: nowrap;
}

/* =========================================================
   Botones
   ========================================================= */

.ms-btn.ms-btn {
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2;
	padding: 15px 32px;
	border-radius: 999px;
	cursor: pointer;
	border: none;
	background: var(--ms-orange);
	color: #fff;
	box-shadow: 0 6px 18px rgba(244, 116, 43, 0.35);
	transition: all .18s ease;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.ms-btn.ms-btn:hover,
.ms-btn.ms-btn:focus-visible {
	background: var(--ms-orange-deep);
	color: #fff;
	transform: translateY(-2px);
}

.ms-btn--ghost.ms-btn--ghost {
	border: 2.5px solid var(--ms-ink);
	background: transparent;
	color: var(--ms-ink);
	box-shadow: none;
}

.ms-btn--ghost.ms-btn--ghost:hover,
.ms-btn--ghost.ms-btn--ghost:focus-visible {
	background: var(--ms-ink);
	color: var(--ms-cream);
}

.ms-btn--small.ms-btn--small {
	font-size: 17px;
	padding: 10px 22px;
}

.ms-btn--outline-light.ms-btn--outline-light {
	align-self: flex-start;
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 16px;
	padding: 10px 22px;
	border-radius: 999px;
	border: 2.5px solid #fff;
	background: transparent;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all .18s ease;
}

.ms-btn--outline-light.ms-btn--outline-light:hover,
.ms-btn--outline-light.ms-btn--outline-light:focus-visible {
	background: #fff;
	color: var(--ms-orange);
}

/* =========================================================
   Hero
   ========================================================= */

.ms-hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
	align-items: center;
	padding: 52px var(--ms-section-x) 76px;
}

.ms-hero__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--ms-peach);
	border-radius: 999px;
	padding: 8px 18px;
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 16px;
	color: var(--ms-orange-deep);
	margin-bottom: 22px;
}

.ms-hero__title {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 64px;
	line-height: 1.06;
	margin: 0;
}

.ms-hero__title-accent {
	color: var(--ms-orange);
}

.ms-hero__sub {
	font-family: var(--ms-font-body);
	font-size: 21px;
	line-height: 1.65;
	color: var(--ms-ink-soft);
	margin: 24px 0 34px;
	max-width: 520px;
}

.ms-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.ms-hero__media {
	position: relative;
}

.ms-hero__blob {
	position: absolute;
	top: -26px;
	right: -26px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: var(--ms-peach);
	z-index: 0;
}

.ms-hero__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 48% 52% 46% 54% / 42% 44% 56% 58% !important;
	border: 8px solid var(--ms-white) !important;
	box-shadow: 0 24px 60px rgba(58, 42, 30, 0.18) !important;
}

.ms-hero__badge {
	position: absolute;
	z-index: 2;
	bottom: -14px;
	left: 18px;
	background: var(--ms-white);
	border-radius: 24px;
	padding: 12px 22px;
	box-shadow: 0 10px 30px rgba(58, 42, 30, 0.15);
	display: flex;
	align-items: center;
	gap: 12px;
}

.ms-hero__badge-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.ms-hero__badge-text {
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.25;
	margin: 0;
}

.ms-hero__badge-accent {
	color: var(--ms-orange);
}

/* =========================================================
   Títulos de sección
   ========================================================= */

.ms-section-title {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

.ms-section-title__kicker {
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--ms-orange);
	margin: 0 0 10px;
}

.ms-section-title__title {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 46px;
	line-height: 1.12;
	color: var(--ms-ink);
	margin: 0;
}

.ms-section-title__sub {
	font-family: var(--ms-font-body);
	font-size: 20px;
	line-height: 1.6;
	color: var(--ms-ink-soft);
	margin: 16px auto 0;
	max-width: 620px;
}

.ms-section-title--light .ms-section-title__kicker {
	color: rgba(255, 255, 255, 0.85);
}

.ms-section-title--light .ms-section-title__title {
	color: #fff;
}

.ms-section-title--light .ms-section-title__sub {
	color: rgba(255, 255, 255, 0.9);
}

/* =========================================================
   Sección vídeo
   ========================================================= */

.ms-section--video {
	background: var(--ms-peach);
	padding: 72px var(--ms-section-x);
	border-radius: 56px 56px 0 0;
}

.ms-video-link {
	text-decoration: none;
	display: block;
	max-width: 880px;
	margin: 40px auto 0;
}

.ms-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 36px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(58, 42, 30, 0.22);
}

.ms-video-frame__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.82);
	display: block;
}

.ms-video-frame__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ms-video-frame__play-circle {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: var(--ms-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}

.ms-video-frame__play-icon {
	width: 34px;
	height: 34px;
}

.ms-video-frame__note {
	position: absolute;
	bottom: 18px;
	left: 22px;
	font-family: monospace;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	background: rgba(58, 42, 30, 0.55);
	padding: 7px 14px;
	border-radius: 10px;
}

/* =========================================================
   Sección historia
   ========================================================= */

.ms-section--historia {
	background: var(--ms-peach);
	padding: 8px var(--ms-section-x) 80px;
}

.ms-story-card {
	background: var(--ms-white);
	border-radius: 44px;
	padding: 64px 72px;
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 56px;
	align-items: center;
}

.ms-story-card__title {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 42px;
	margin: 0 0 22px;
}

.ms-story-card__text {
	font-size: 19px;
	line-height: 1.7;
	color: var(--ms-ink-soft);
	margin: 0 0 18px;
}

.ms-story-card__quote-box {
	margin-top: 30px;
	background: var(--ms-peach-soft);
	border-radius: 24px;
	padding: 24px 28px;
}

.ms-story-card__quote {
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.45;
	margin: 0;
	color: var(--ms-orange-deep);
}

.ms-story-card__quote-by {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0;
	color: var(--ms-ink-soft);
}

.ms-story-card__image {
	width: 100%;
	aspect-ratio: 3 / 3.6;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: 0 18px 44px rgba(58, 42, 30, 0.16);
	display: block;
}

/* =========================================================
   Sección "Qué es FOXG1"
   ========================================================= */

.ms-section--info {
	padding: 84px var(--ms-section-x) 72px;
}

.ms-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	max-width: 1000px;
	margin: 44px auto 0;
}

.ms-info-card {
	background: var(--ms-white);
	border-radius: 32px;
	padding: 32px 34px;
	display: flex;
	gap: 22px;
	align-items: flex-start;
	box-shadow: 0 8px 28px rgba(58, 42, 30, 0.07);
}

.ms-info-card__icon {
	width: 64px;
	height: 64px;
	border-radius: 22px;
	background: var(--ms-peach-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ms-info-card__icon img {
	width: 46px;
	height: 46px;
}

.ms-info-card__title {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 24px;
	margin: 4px 0 10px;
}

.ms-info-card__text {
	font-size: 17px;
	line-height: 1.6;
	color: var(--ms-ink-soft);
	margin: 0;
}

.ms-info-banner {
	max-width: 1000px;
	margin: 26px auto 0;
	background: var(--ms-ink);
	color: var(--ms-cream);
	border-radius: 24px;
	padding: 22px 34px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.ms-info-banner__icon {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}

.ms-info-banner__text {
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}

/* =========================================================
   Sección "Cómo ayudar"
   ========================================================= */

.ms-section--apoyo {
	background: var(--ms-orange);
	border-radius: 56px 56px 0 0;
	padding: 76px var(--ms-section-x) 84px;
}

.ms-support-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr;
	gap: 24px;
	max-width: 1080px;
	margin: 46px auto 0;
}

.ms-support-card {
	border-radius: 32px;
}

.ms-support-card--main {
	background: var(--ms-white);
	padding: 36px 36px 32px;
	box-shadow: 0 20px 50px rgba(58, 42, 30, 0.2);
}

.ms-support-card__title {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 26px;
	margin: 0 0 6px;
}

.ms-support-card__code {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 58px;
	color: var(--ms-orange);
	letter-spacing: 4px;
	margin: 6px 0 10px;
}

.ms-support-card__text {
	font-size: 16.5px;
	line-height: 1.55;
	color: var(--ms-ink-soft);
	margin: 0 0 20px;
}

.ms-support-card--ghost {
	background: rgba(255, 255, 255, 0.14);
	border: 2px solid rgba(255, 255, 255, 0.4);
	padding: 36px 32px;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.ms-support-card--ghost .ms-support-card__title {
	color: #fff;
}

.ms-support-card--ghost .ms-support-card__text {
	color: rgba(255, 255, 255, 0.92);
	flex: 1;
}

/* =========================================================
   Sección contacto
   ========================================================= */

.ms-section--contacto {
	padding: 84px var(--ms-section-x);
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 64px;
	align-items: start;
}

.ms-contact-info__title {
	font-family: var(--ms-font-head);
	font-weight: 800;
	font-size: 46px;
	margin: 0 0 16px;
}

.ms-contact-info__sub {
	font-size: 19px;
	line-height: 1.65;
	color: var(--ms-ink-soft);
	margin: 0 0 28px;
	max-width: 440px;
}

.ms-contact-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ms-contact-item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--ms-white);
	border-radius: 20px;
	padding: 16px 22px;
	box-shadow: 0 6px 20px rgba(58, 42, 30, 0.06);
	text-decoration: none;
	color: var(--ms-ink);
}

.ms-contact-item__dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--ms-orange);
	flex-shrink: 0;
}

.ms-contact-item__dot--square {
	border-radius: 4px;
	background: var(--ms-peach);
	border: 3px solid var(--ms-orange);
}

.ms-contact-item__label {
	font-weight: 800;
	font-size: 17px;
}

.ms-contact-item__value {
	margin-left: auto;
	color: var(--ms-ink-soft);
	font-weight: 700;
	font-size: 16px;
}

.ms-contact-form {
	background: var(--ms-white);
	border-radius: 36px;
	padding: 40px 44px;
	box-shadow: 0 16px 44px rgba(58, 42, 30, 0.1);
}

.ms-form-field {
	margin-bottom: 18px;
}

.ms-form-label {
	display: block;
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 8px;
}

.ms-form-input,
.ms-form-textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: var(--ms-font-body);
	font-size: 17px;
	padding: 14px 18px;
	border-radius: 16px;
	border: 2px solid var(--ms-peach);
	background: var(--ms-cream);
	outline: none;
}

.ms-form-textarea {
	resize: none;
}

.ms-contact-form .ms-btn.ms-btn {
	width: 100%;
	border: none;
}

/* =========================================================
   Footer
   ========================================================= */

.ms-footer {
	background: var(--ms-ink);
	color: rgba(255, 249, 242, 0.85);
	padding: 34px var(--ms-section-x);
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.ms-footer__logo {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
}

.ms-footer__text {
	font-family: var(--ms-font-head);
	font-weight: 700;
	font-size: 17px;
	margin: 0;
}

.ms-footer__social {
	margin-left: auto;
	font-size: 15px;
	color: rgba(255, 249, 242, 0.55);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1024px) {
	:root {
		--ms-section-x: 40px;
	}

	.ms-hero {
		grid-template-columns: 1fr;
		padding-top: 36px;
		padding-bottom: 56px;
		gap: 40px;
	}

	.ms-hero__media {
		order: -1;
	}

	.ms-hero__image {
		height: 380px;
	}

	.ms-hero__title {
		font-size: 48px;
	}

	.ms-section-title__title {
		font-size: 36px;
	}

	.ms-story-card {
		grid-template-columns: 1fr;
		padding: 40px 36px;
		gap: 32px;
	}

	.ms-story-card__image {
		aspect-ratio: 16 / 10;
		order: -1;
	}

	.ms-info-grid {
		grid-template-columns: 1fr;
	}

	.ms-support-grid {
		grid-template-columns: 1fr;
	}

	.ms-section--contacto {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ms-contact-info__sub {
		max-width: none;
	}
}

@media (max-width: 640px) {
	:root {
		--ms-section-x: 24px;
	}

	.ms-nav {
		gap: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.ms-nav__links {
		gap: 16px;
		width: 100%;
		justify-content: center;
	}

	.ms-hero__title {
		font-size: 36px;
	}

	.ms-hero__sub {
		font-size: 18px;
	}

	.ms-hero__image {
		height: 280px;
	}

	.ms-hero__badge {
		left: 8px;
		padding: 10px 16px;
	}

	.ms-hero__badge-text {
		font-size: 14px;
	}

	.ms-section-title__title {
		font-size: 28px;
	}

	.ms-section-title__sub {
		font-size: 17px;
	}

	.ms-section--video,
	.ms-section--apoyo {
		border-radius: 32px 32px 0 0;
	}

	.ms-story-card {
		padding: 28px 22px;
		border-radius: 28px;
	}

	.ms-story-card__title {
		font-size: 30px;
	}

	.ms-info-card {
		flex-direction: column;
		padding: 26px 24px;
	}

	.ms-support-card__code {
		font-size: 42px;
	}

	.ms-contact-info__title {
		font-size: 32px;
	}

	.ms-contact-form {
		padding: 28px 24px;
	}

	.ms-info-banner {
		flex-direction: column;
		text-align: center;
	}

	.ms-footer {
		text-align: center;
		justify-content: center;
	}

	.ms-footer__social {
		margin-left: 0;
		width: 100%;
	}
}
