/* =========================================================================
   MommyHana Waitlist — landing page styles
   Ported from "MommyHana Waitlist.dc.html" inline styles into reusable classes.
   Palette: purple #4A2263, cream #F7F1FA, gold #B58A4C, plum accent #7A3D99.
   ========================================================================= */

.mh-page,
.mh-page * { box-sizing: border-box; }

.mh-page {
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	color: #4A2263;
	background: #F7F1FA;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
	line-height: 1.5;
}
.mh-page a { color: #7A3D99; text-decoration: none; }
.mh-page a:hover { color: #B58A4C; }

/* Keyframes ------------------------------------------------------------- */
@keyframes mh-floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes mh-pulseGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(181,138,76,0.35); } 50% { box-shadow: 0 0 0 14px rgba(181,138,76,0); } }
@keyframes mh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Buttons --------------------------------------------------------------- */
.mh-btn {
	display: inline-block;
	background: #4A2263;
	color: #F7F1FA;
	border: none;
	border-radius: 999px;
	padding: 17px 34px;
	font-weight: 800;
	font-size: clamp(0.95rem, 2.6vw, 1.08rem);
	cursor: pointer;
	font-family: inherit;
	text-align: center;
	transition: background .2s ease, transform .2s ease;
	line-height: 1;
}
.mh-btn:hover { background: #7A3D99; color: #F7F1FA; transform: translateY(-2px); }
.mh-btn--pulse { animation: mh-pulseGlow 2.6s infinite; }
.mh-btn--nav { padding: 10px 22px; font-size: 0.86rem; font-weight: 700; }
.mh-btn--gold { background: #E7C88E; color: #4A2263; padding: 18px 40px; font-size: clamp(1rem,2.6vw,1.15rem); }
.mh-btn--gold:hover { background: #F7F1FA; color: #4A2263; }
.mh-btn--submit { width: 100%; padding: 17px; font-size: 1.05rem; margin-top: 4px; }
.mh-btn--wa { padding: 15px 32px; font-size: 1rem; }

/* Announcement bar ------------------------------------------------------ */
.mh-announce { background: #4A2263; color: #F7F1FA; overflow: hidden; padding: 9px 0; }
.mh-announce__track {
	display: inline-flex;
	white-space: nowrap;
	font-size: clamp(0.72rem, 2.6vw, 0.86rem);
	letter-spacing: 0.06em;
	font-weight: 700;
	text-transform: uppercase;
	animation: mh-marquee 20s linear infinite;
	will-change: transform;
}
.mh-announce__track span { padding-right: 40px; }

/* Nav ------------------------------------------------------------------- */
.mh-nav {
	position: sticky; top: 0; z-index: 40;
	background: rgba(250,245,236,0.86);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(74,34,99,0.08);
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px clamp(18px, 5vw, 54px);
}
.mh-nav__logo { height: clamp(30px, 5vw, 40px); width: auto; display: block; }

/* Section shell --------------------------------------------------------- */
.mh-wrap { width: 100%; overflow-x: hidden; }

/* Hero ------------------------------------------------------------------ */
.mh-hero {
	max-width: 1180px; margin: 0 auto;
	padding: clamp(36px,7vw,88px) clamp(18px,5vw,54px) clamp(30px,5vw,60px);
	display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px,5vw,64px);
}
.mh-hero__text { flex: 1.3 1 440px; min-width: min(100%, 380px); }
.mh-hero__media { flex: 1 1 340px; min-width: min(100%, 320px); display: flex; justify-content: center; }
.mh-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	background: #EFE3F5; color: #8A6A2E; border: 1px solid rgba(181,138,76,0.35);
	padding: 7px 15px; border-radius: 999px;
	font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}
.mh-h1 {
	font-weight: 800; font-size: clamp(2.3rem,6.2vw,4.4rem);
	line-height: 1.06; margin: 20px 0 0; letter-spacing: -0.01em;
}
.mh-hero__sub {
	font-size: clamp(1rem,2.6vw,1.24rem); line-height: 1.6; color: #6B5E64;
	margin: 20px 0 0; max-width: 34ch;
}
.mh-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 32px; }
.mh-social { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.mh-avatars { display: flex; }
.mh-avatars span { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #F7F1FA; display: block; }
.mh-avatars span + span { margin-left: -10px; }
.mh-av1 { background: #D8C4A4; }
.mh-av2 { background: #C9A9B4; }
.mh-av3 { background: #B7C4B0; }
.mh-stars { color: #B58A4C; font-size: 0.92rem; letter-spacing: 2px; }
.mh-social__txt { font-size: 0.84rem; color: #6B5E64; }
.mh-social__txt strong { color: #4A2263; }

.mh-hero__frame {
	position: relative; width: 100%; max-width: 420px; aspect-ratio: 4/5;
	animation: mh-floaty 6s ease-in-out infinite;
}
.mh-hero__imgwrap {
	position: absolute; inset: 0; border-radius: 24px; overflow: hidden;
	box-shadow: 0 30px 60px -30px rgba(74,34,99,0.45);
}
.mh-hero__imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mh-hero__badge {
	position: absolute; bottom: -16px; left: -14px;
	background: #FFFFFF; border-radius: 16px; padding: 12px 16px;
	box-shadow: 0 16px 34px -18px rgba(74,34,99,0.5); border: 1px solid rgba(74,34,99,0.08);
}
.mh-hero__badge small { font-size: 0.72rem; color: #6B5E64; font-weight: 600; display: block; }
.mh-hero__badge b { font-weight: 700; font-size: 1.05rem; display: block; }

/* Problem / benefits (dark) -------------------------------------------- */
.mh-problem { background: #4A2263; color: #F7F1FA; padding: clamp(56px,9vw,110px) clamp(18px,5vw,54px); }
.mh-problem__inner { max-width: 960px; margin: 0 auto; text-align: center; }
.mh-kicker { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: #D2A9B9; font-weight: 700; }
.mh-h2 { font-weight: 800; font-size: clamp(1.9rem,5.4vw,3.2rem); line-height: 1.12; margin: 16px 0 0; }
.mh-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 36px; }
.mh-chip {
	background: rgba(250,245,236,0.08); border: 1px solid rgba(250,245,236,0.14);
	border-radius: 14px; padding: 16px 20px; font-size: 0.92rem; font-weight: 600;
}
.mh-lead { text-align: center; max-width: 640px; margin: clamp(48px,7vw,72px) auto 0; }
.mh-lead p { font-size: clamp(1rem,2.6vw,1.15rem); line-height: 1.65; color: #F7F1FA; margin: 0; }

.mh-grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
	gap: 18px; margin-top: clamp(30px,5vw,44px); text-align: left;
}
.mh-card {
	background: rgba(250,245,236,0.06); border: 1px solid rgba(250,245,236,0.14);
	border-radius: 20px; padding: clamp(26px,3vw,34px);
}
.mh-card__num { font-weight: 800; font-size: clamp(2rem,5vw,2.7rem); line-height: 1; color: #E7C88E; opacity: 0.55; letter-spacing: -0.02em; }
.mh-card h3 { font-weight: 700; font-size: 1.35rem; margin: 16px 0 8px; color: #F7F1FA; }
.mh-card p { color: rgba(250,245,236,0.72); font-size: 0.96rem; line-height: 1.6; margin: 0; }

/* Credibility ----------------------------------------------------------- */
.mh-cred { max-width: 1120px; margin: 0 auto; padding: clamp(30px,5vw,50px) clamp(18px,5vw,54px) clamp(56px,9vw,100px); }
.mh-cred__row { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px,5vw,64px); }
.mh-cred__text { flex: 1 1 340px; min-width: min(100%,320px); }
.mh-cred__media { flex: 1 1 320px; min-width: min(100%,300px); display: flex; justify-content: center; }
.mh-kicker--gold { color: #8A6A2E; }
.mh-cred__text h2 { font-weight: 800; font-size: clamp(1.9rem,5.2vw,3rem); line-height: 1.1; margin: 14px 0 0; }
.mh-cred__text p { font-size: clamp(1rem,2.6vw,1.15rem); line-height: 1.65; color: #6B5E64; margin: 18px 0 0; max-width: 46ch; }
.mh-checks { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.mh-check { display: flex; align-items: center; gap: 12px; }
.mh-check__ic { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: #EFE3F5; display: flex; align-items: center; justify-content: center; }
.mh-check span { font-weight: 600; font-size: 1rem; }
.mh-cred__imgwrap { position: relative; width: 100%; max-width: 440px; aspect-ratio: 1/1; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(74,34,99,0.45); }
.mh-cred__imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Offer + countdown ----------------------------------------------------- */
.mh-offer { max-width: 960px; margin: 0 auto; padding: clamp(56px,9vw,110px) clamp(18px,5vw,54px); }
.mh-offer__card {
	background: linear-gradient(160deg,#4A2263,#5E2E77); color: #F7F1FA;
	border-radius: 28px; padding: clamp(32px,6vw,64px); text-align: center;
	box-shadow: 0 40px 80px -50px rgba(74,34,99,0.7); position: relative; overflow: hidden;
}
.mh-badge-gold {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(181,138,76,0.22); border: 1px solid rgba(181,138,76,0.5); color: #E7C88E;
	padding: 8px 18px; border-radius: 999px; font-size: 0.78rem; font-weight: 700;
	letter-spacing: 0.06em; text-transform: uppercase;
}
.mh-offer__card h2 { font-weight: 700; font-size: clamp(2rem,5.6vw,3.4rem); line-height: 1.1; margin: 20px 0 0; }
.mh-offer__sub { font-size: clamp(1rem,2.6vw,1.15rem); color: rgba(250,245,236,0.75); line-height: 1.6; margin: 18px auto 0; max-width: 46ch; }
.mh-ticket {
	display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px;
	background: rgba(250,245,236,0.06); border: 1px solid rgba(231,200,142,0.4);
	border-radius: 18px; padding: 18px 26px; margin: 26px auto 0;
}
.mh-ticket__label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: #E7C88E; font-weight: 700; text-align: left; }
.mh-ticket__desc { font-size: 0.86rem; color: rgba(250,245,236,0.75); margin-top: 3px; text-align: left; }
.mh-ticket__price { display: flex; align-items: baseline; gap: 10px; }
.mh-ticket__old { font-size: 1.1rem; color: rgba(250,245,236,0.55); text-decoration: line-through; }
.mh-ticket__new { font-weight: 800; font-size: clamp(1.6rem,5vw,2.2rem); color: #E7C88E; line-height: 1; }
.mh-note { font-size: 0.8rem; color: rgba(250,245,236,0.6); margin-top: 10px; }
.mh-note--launch { font-size: 0.86rem; margin-top: 0; margin-bottom: 26px; }

/* Countdown ------------------------------------------------------------- */
.mh-cd { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(10px,3vw,20px); margin: clamp(30px,5vw,44px) 0; }
.mh-cd__box { background: rgba(250,245,236,0.08); border: 1px solid rgba(250,245,236,0.16); border-radius: 16px; padding: clamp(14px,3vw,22px); min-width: clamp(64px,18vw,92px); }
.mh-cd__num { font-weight: 700; font-size: clamp(2rem,7vw,3rem); line-height: 1; color: #E7C88E; }
.mh-cd__label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,245,236,0.6); margin-top: 6px; }

/* Form card ------------------------------------------------------------- */
.mh-formcard {
	background: #FFFFFF; color: #322530; border-radius: 20px; padding: clamp(24px,4vw,38px);
	box-shadow: 0 30px 70px -40px rgba(0,0,0,0.55); max-width: 520px; margin: 8px auto 0; text-align: left;
}
.mh-form { display: flex; flex-direction: column; gap: 16px; }
.mh-label { display: block; font-size: 0.84rem; font-weight: 700; margin-bottom: 7px; }
.mh-input {
	width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid rgba(74,34,99,0.16);
	font-size: 1rem; background: #FBF7FC; outline: none; font-family: inherit; color: #322530;
	transition: border-color .15s ease;
}
.mh-input:focus { border-color: #B58A4C; }
.mh-error { color: #B4483F; font-size: 0.82rem; margin-top: 6px; font-weight: 600; }

/* Success view ---------------------------------------------------------- */
.mh-success { text-align: center; padding: 10px 0; }
.mh-success__check { width: 72px; height: 72px; border-radius: 50%; background: #EAF3E7; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.mh-success__title { font-weight: 700; font-size: clamp(1.7rem,5vw,2.3rem); margin: 0; color: #322530; }
.mh-success__text { color: #6B5E64; font-size: 1rem; line-height: 1.6; margin: 14px 0 24px; }

/* FAQ ------------------------------------------------------------------- */
.mh-faq { max-width: 760px; margin: 0 auto; padding: 0 clamp(18px,5vw,54px) clamp(56px,9vw,100px); }
.mh-faq__title { text-align: center; font-weight: 700; font-size: clamp(2rem,5.4vw,3rem); margin: 0 0 clamp(28px,5vw,44px); }
.mh-faq__list { display: flex; flex-direction: column; gap: 14px; }
.mh-faq__item { background: #FFFFFF; border: 1px solid rgba(74,34,99,0.1); border-radius: 16px; overflow: hidden; }
.mh-faq__q {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
	background: none; border: none; padding: 20px 22px; cursor: pointer; font-family: inherit; text-align: left;
}
.mh-faq__q span:first-child { font-weight: 700; font-size: clamp(0.98rem,2.6vw,1.1rem); color: #4A2263; }
.mh-faq__sign { font-size: 1.4rem; color: #B58A4C; font-weight: 600; flex-shrink: 0; }
.mh-faq__a { padding: 0 22px 22px; color: #6B5E64; font-size: 0.98rem; line-height: 1.65; }
.mh-faq__a[hidden] { display: none; }

/* Final CTA + footer ---------------------------------------------------- */
.mh-final { background: #4A2263; color: #F7F1FA; padding: clamp(56px,9vw,110px) clamp(18px,5vw,54px) clamp(40px,6vw,60px); }
.mh-final__inner { max-width: 960px; margin: 0 auto; text-align: center; }
.mh-final__inner h2 { font-weight: 700; font-size: clamp(2rem,5.6vw,3.4rem); line-height: 1.1; margin: 0 0 32px; }
.mh-final__note { margin-top: 20px; font-size: 0.94rem; font-weight: 600; color: #E7C88E; }
.mh-footer {
	max-width: 1120px; margin: clamp(48px,7vw,80px) auto 0; padding-top: 28px;
	border-top: 1px solid rgba(250,245,236,0.14);
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px;
}
.mh-footer img { height: 38px; width: auto; display: block; filter: brightness(0) invert(1); }
.mh-footer__copy { font-size: 0.82rem; color: rgba(250,245,236,0.6); }

/* Sticky mobile CTA ----------------------------------------------------- */
.mh-sticky {
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
	background: rgba(250,245,236,0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border-top: 1px solid rgba(74,34,99,0.12);
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	box-shadow: 0 -8px 24px -12px rgba(74,34,99,0.3);
	display: none;
}
.mh-sticky .mh-btn { width: 100%; padding: 16px; font-size: 1.02rem; }
.mh-sticky__spacer { height: 76px; display: none; }
@media (max-width: 819px) {
	.mh-sticky, .mh-sticky__spacer { display: block; }
}

/* =========================================================================
   Defensive overrides — beat theme/Elementor element-level rules that use
   !important or `.elementor img/button` higher specificity.
   ========================================================================= */
.mh-page img { max-width: 100%; }
.mh-page .mh-nav__logo { height: clamp(30px,5vw,40px) !important; max-height: 44px !important; width: auto !important; }
.mh-page .mh-footer img { height: 38px !important; width: auto !important; max-width: none !important; }
.mh-page .mh-hero__imgwrap img,
.mh-page .mh-cred__imgwrap img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.mh-page .mh-btn { border: none !important; text-decoration: none !important; box-shadow: none; }
.mh-page .mh-btn--pulse { box-shadow: 0 0 0 0 rgba(181,138,76,0.35); }
.mh-page .mh-faq__q { width: 100% !important; border: none !important; background: none !important; box-shadow: none !important; }
.mh-page .mh-faq__item { overflow: hidden; }
.mh-page button:focus { outline: none; }

/* =========================================================================
   Modern + mobile-friendly refinements
   ========================================================================= */

/* Inputs — cleaner, softer, 16px to stop iOS auto-zoom */
.mh-page .mh-input {
	width: 100% !important;
	border: 1px solid #E4D7EC !important;
	border-radius: 14px !important;
	background: #FCFAFD !important;
	padding: 15px 16px !important;
	font-size: 16px !important;
	color: #322530 !important;
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.mh-page .mh-input::placeholder { color: #A99BB0; }
.mh-page .mh-input:focus {
	border-color: #7A3D99 !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(122,61,153,0.15) !important;
}
.mh-page .mh-label { font-size: 0.9rem; margin-bottom: 8px; color: #4A2263; }

/* Buttons inside the form card are always solid pills (theme resets them otherwise) */
.mh-page .mh-formcard .mh-btn {
	display: block !important;
	width: 100% !important;
	background: #4A2263 !important;
	color: #F7F1FA !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 16px !important;
	font-weight: 800 !important;
	font-size: 1.02rem !important;
	text-align: center !important;
	text-decoration: none !important;
}
.mh-page .mh-formcard .mh-btn:hover { background: #7A3D99 !important; color: #F7F1FA !important; }

/* Countdown — always 4 tidy equal columns, centered */
.mh-page .mh-cd {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.mh-page .mh-cd__box { min-width: 0; padding: 16px 6px; }

/* FAQ — mobile friendly: sign stays put, long questions wrap cleanly */
.mh-page .mh-faq__q { align-items: flex-start; gap: 12px; padding: 18px 18px; }
.mh-page .mh-faq__q > span:first-child { flex: 1 1 auto; line-height: 1.4; }
.mh-page .mh-faq__sign { flex: 0 0 auto; line-height: 1.4; }
.mh-page .mh-faq__a { padding: 0 18px 18px; }

@media (max-width: 600px) {
	.mh-page .mh-formcard { padding: 22px 18px; }
	.mh-page .mh-offer__card { padding: 28px 18px; }
	.mh-page .mh-cd__box { padding: 14px 4px; }
	.mh-page .mh-cd__num { font-size: 1.9rem; }
}
