/* MonsterDrop — plantilla de PÁGINA "Home 2 — Glamory" (home de marca).
 * Complementa glamory.css (mismo sistema de diseño / paleta / clases
 * compartidas de la plantilla de producto hermana) con las piezas propias
 * de una home: header/footer simples, hero de marca a dos columnas,
 * grilla de video-testimonios, comparativa "en casa vs. clínica" y el
 * muro de selfies de clientas.
 * @package MonsterDrop
 */

.h2g-page {
	--h2g-navy: #0b132a;
	--h2g-gold: #c6a152;
	--h2g-text: #212529;
	--h2g-muted: #6c757d;
	--h2g-bg-light: #f8f9fa;
	--h2g-border: #e9ecef;
	--h2g-green: #10b981;
	--h2g-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	--h2g-serif: 'Playfair Display', serif;

	font-family: var(--h2g-font);
	color: var(--h2g-text);
	background: #fff;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
.h2g-page *, .h2g-page *::before, .h2g-page *::after { box-sizing: border-box; }
.h2g-page img { max-width: 100%; display: block; }
.h2g-page h1, .h2g-page h2, .h2g-page h3 { line-height: 1.25; margin: 0; font-family: var(--h2g-serif); }
.h2g-page p { margin: 0; }
.h2g-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.h2g-center { text-align: center; }

/* HEADER */
.h2g-header { background: #fff; border-bottom: 1px solid var(--h2g-border); padding: 16px 0; }
.h2g-header-row { display: flex; justify-content: center; align-items: center; }
.h2g-logo img { height: 24px; }

/* HERO */
.h2g-hero { padding: 50px 0 60px; }
.h2g-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.h2g-hero-title { font-size: 34px; font-weight: 700; line-height: 1.25; margin-bottom: 16px; }
.h2g-hero-desc { font-family: var(--h2g-font); font-size: 15px; color: var(--h2g-muted); margin-bottom: 22px; max-width: 440px; }
.h2g-hero-social { font-family: var(--h2g-font); font-size: 13px; color: var(--h2g-muted); margin-top: 12px; }
.h2g-hero-img { border-radius: 16px; overflow: hidden; background: var(--h2g-bg-light); }
.h2g-hero-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.h2g-btn { display: inline-block; background: var(--h2g-navy); color: #fff; font-family: var(--h2g-font); font-weight: 700; font-size: 14px; letter-spacing: .03em; padding: 16px 30px; border-radius: 4px; text-decoration: none; text-transform: uppercase; border: none; cursor: pointer; }
.h2g-btn:hover { background: #182449; }

/* VIDEO TESTIMONIOS (usa .video-grid/.video-card de glamory.css si están disponibles, con fallback propio) */
.h2g-videos-section { padding: 50px 0; background: var(--h2g-bg-light); }
.h2g-videos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.h2g-video-card { background: #fff; border: 1px solid var(--h2g-border); border-radius: 10px; overflow: hidden; text-align: left; }
.h2g-video-thumb { position: relative; aspect-ratio: 3/4; }
.h2g-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.h2g-play-badge { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(11,19,42,.1); }
.h2g-play-badge span { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: 0 4px 10px rgba(0,0,0,.2); }
.h2g-video-body { padding: 12px 14px 16px; font-family: var(--h2g-font); }
.h2g-video-body .h2g-stars { display: block; color: var(--h2g-gold); margin-bottom: 6px; font-size: 13px; }
.h2g-video-body h4 { font-family: var(--h2g-font); font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.h2g-video-body p { font-size: 12px; color: var(--h2g-muted); margin-bottom: 6px; }
.h2g-video-body strong { font-family: var(--h2g-font); font-size: 12px; }

/* SECCIÓN OSCURA GENÉRICA */
.h2g-dark-section { background: var(--h2g-navy); color: #fff; padding: 56px 0; }
.h2g-dark-section h2 { color: #fff; font-size: 26px; margin-bottom: 14px; }
.h2g-dark-section p { font-family: var(--h2g-font); color: rgba(255,255,255,.8); }

/* CÓMO FUNCIONA */
.h2g-how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.h2g-how-img img { border-radius: 12px; }

/* MICRO-INFUSION VS CLÍNICA */
.h2g-vs-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: start; margin-top: 30px; }
.h2g-vs-col img { border-radius: 12px; width: 100%; aspect-ratio: 1/1; object-fit: cover; margin-bottom: 18px; }
.h2g-vs-col h3 { font-family: var(--h2g-font); font-size: 16px; color: #fff; margin-bottom: 12px; }
.h2g-vs-col ul { list-style: none; font-family: var(--h2g-font); font-size: 13px; display: flex; flex-direction: column; gap: 8px; }
.h2g-vs-divider { align-self: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-family: var(--h2g-font); font-weight: 700; font-size: 12px; margin-top: 100px; }

/* TRUST BADGES ROW */
.h2g-trust-row { display: flex; justify-content: center; gap: 40px; padding: 26px 0; background: var(--h2g-bg-light); flex-wrap: wrap; font-family: var(--h2g-font); font-size: 13px; font-weight: 600; color: var(--h2g-text); }

/* TESTIMONIOS + MURO DE SELFIES */
.h2g-wall-section { padding: 56px 0; }
.h2g-wall-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 26px 0 34px; text-align: left; }
.h2g-wall-quote h4 { font-family: var(--h2g-font); font-size: 14px; margin-bottom: 6px; }
.h2g-wall-quote p { font-family: var(--h2g-font); font-size: 13px; color: var(--h2g-muted); margin: 6px 0; }
.h2g-wall-quote span { font-family: var(--h2g-font); font-size: 12px; color: var(--h2g-green); font-weight: 600; }
.h2g-wall-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.h2g-wall-grid img { border-radius: 8px; aspect-ratio: 1/1; object-fit: cover; }

/* FAQ + IMAGEN */
.h2g-faq-section { padding: 56px 0; background: var(--h2g-bg-light); }
.h2g-faq-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; margin-top: 26px; }
.h2g-faq-list details { border-bottom: 1px solid var(--h2g-border); padding: 14px 0; font-family: var(--h2g-font); }
.h2g-faq-list summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; font-size: 14px; }
.h2g-faq-list summary::-webkit-details-marker { display: none; }
.h2g-faq-list p { padding-top: 8px; font-size: 13px; color: var(--h2g-muted); }
.h2g-faq-img img { border-radius: 12px; }

/* FOOTER */
.h2g-footer { background: var(--h2g-navy); color: #fff; padding: 40px 0 20px; }
.h2g-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 26px; font-family: var(--h2g-font); }
.h2g-footer-brand img { height: 20px; margin-bottom: 12px; filter: brightness(0) invert(1); }
.h2g-footer-brand p { font-size: 12px; opacity: .7; line-height: 1.5; }
.h2g-footer-col h4 { font-family: var(--h2g-font); font-size: 13px; margin-bottom: 10px; color: var(--h2g-gold); }
.h2g-footer-col ul { list-style: none; }
.h2g-footer-col li { margin-bottom: 6px; font-size: 13px; opacity: .85; }
.h2g-footer-col a { color: #fff; text-decoration: none; }
.h2g-footer-bottom { text-align: center; font-size: 12px; opacity: .6; border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; font-family: var(--h2g-font); }

/* Sección "Bloque de productos" (flexible content, layout product_block) */
.h2g-wc-products-section { padding: 50px 0; }
.h2g-wc-products-grid { display: grid; gap: 18px; margin-top: 26px; }
.h2g-wc-products-grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.h2g-wc-products-grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.h2g-wc-products-grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.h2g-wc-product-card { background: #fff; border: 1px solid var(--h2g-border); border-radius: 10px; overflow: hidden; text-align: left; display: block; text-decoration: none; color: inherit; transition: transform .15s, box-shadow .15s; }
.h2g-wc-product-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.h2g-wc-product-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.h2g-wc-product-card-body { padding: 14px 16px; }
.h2g-wc-product-card-body h3 { font-family: var(--h2g-font); font-size: 14px; font-weight: 600; margin: 0 0 6px; }
.h2g-wc-product-card-price { font-family: var(--h2g-font); font-size: 15px; font-weight: 800; color: var(--h2g-green); }
.h2g-wc-product-card-price del { font-weight: 500; opacity: .6; margin-right: 6px; }

@media (max-width: 900px) {
	.h2g-hero-grid, .h2g-how-grid, .h2g-faq-grid, .h2g-footer-grid { grid-template-columns: 1fr; }
	.h2g-videos-grid { grid-template-columns: repeat(2, 1fr); }
	.h2g-vs-grid { grid-template-columns: 1fr; }
	.h2g-vs-divider { display: none; }
	.h2g-wall-quotes { grid-template-columns: 1fr; }
	.h2g-wall-grid { grid-template-columns: repeat(3, 1fr); }
	.h2g-wc-products-grid[data-cols="3"], .h2g-wc-products-grid[data-cols="4"] { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.h2g-wc-products-grid[data-cols="2"], .h2g-wc-products-grid[data-cols="3"], .h2g-wc-products-grid[data-cols="4"] { grid-template-columns: 1fr 1fr; }
}
