/* ── HolaFincas Blocks CSS v3.1 ── */
*, *::before, *::after { box-sizing: border-box; }

.hf { font-family: 'Hanken Grotesk', sans-serif; }
.hf-wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.hf-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #2563EB; margin-bottom: 12px; display: block; }

/* ── HERO ── */
.hf-hero { background: #f8fafc; padding: 80px 0; border-bottom: 1px solid #e2e8f0; }
.hf-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hf-hero__h1 { font-size: clamp(32px, 4.5vw, 54px); font-weight: 800; line-height: 1.12; color: #0d1b2e; margin: 0 0 16px; }
.hf-hero__h1 em { color: #2563EB; font-style: normal; }
.hf-hero__sub { font-size: 18px; color: #64748b; line-height: 1.65; margin: 0 0 24px; }
.hf-hero__checks { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.hf-hero__checks li { display: flex; align-items: center; gap: 9px; font-size: 15px; color: #334155; }
.hf-hero__checks li i { color: #2563EB; font-size: 16px; }
.hf-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hf-btn { display: inline-flex; align-items: center; gap: 6px; padding: 13px 26px; border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; border: none; transition: opacity .15s; }
.hf-btn:hover { opacity: .88; }
.hf-btn--primary { background: #2563EB; color: #fff; }
.hf-btn--ghost { background: transparent; color: #334155; border: 1.5px solid #cbd5e1; }
.hf-hero__img img { width: 100%; border-radius: 18px; box-shadow: 0 16px 48px -12px rgba(13,27,46,.14); display: block; }

/* ── PROBLEMA ── */
.hf-problema { background: #fff; padding: 80px 0; }
.hf-problema__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hf-problema__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; line-height: 1.18; margin: 0 0 16px; }
.hf-problema__sub { color: #64748b; font-size: 16px; line-height: 1.6; margin: 0 0 10px; }
.hf-problema__acento { color: #2563EB; font-weight: 700; font-size: 16px; margin: 0; }
.hf-problema__lista { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.hf-problema__lista li { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #fee2e2; border-radius: 10px; padding: 12px 16px; font-size: 14px; color: #334155; }
.hf-problema__lista li i { color: #ef4444; font-size: 16px; flex-shrink: 0; }

/* ── SOLUCIÓN ── */
.hf-solucion { background: #f8fafc; padding: 80px 0; }
.hf-solucion__head { text-align: center; margin-bottom: 48px; }
.hf-solucion__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; margin: 0 0 10px; }
.hf-solucion__sub { font-size: 17px; color: #64748b; margin: 0; }
.hf-solucion__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.hf-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 28px 24px; }
.hf-card__ico { width: 44px; height: 44px; background: #eff6ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.hf-card__ico i { color: #2563EB; font-size: 22px; }
.hf-card__h3 { font-size: 16px; font-weight: 700; color: #0d1b2e; margin: 0 0 8px; }
.hf-card__p { font-size: 14px; color: #64748b; line-height: 1.55; margin: 0; }

/* ── SERVICIOS ── */
.hf-servicios { background: #fff; padding: 80px 0; }
.hf-servicios__head { text-align: center; margin-bottom: 48px; }
.hf-servicios__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; margin: 0 0 10px; }
.hf-servicios__sub { font-size: 17px; color: #64748b; margin: 0; }
.hf-servicios__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 20px; list-style: none; padding: 0; margin: 0; }
.hf-servicios__grid li { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: 15px; color: #334155 !important; border-bottom: 1px solid #f1f5f9; }
.hf-servicios__grid li a, .hf-servicios__grid li * { color: #334155 !important; text-decoration: none !important; }
.hf-servicios__grid li i { color: #2563EB; font-size: 16px; flex-shrink: 0; }

/* ── TECNOLOGÍA ── */
.hf-tecnologia { background: #f8fafc; padding: 80px 0; }
.hf-tecnologia__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hf-tecnologia__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; margin: 0 0 12px; }
.hf-tecnologia__sub { font-size: 17px; color: #64748b; line-height: 1.6; margin: 0 0 32px; }
.hf-feat-list { display: flex; flex-direction: column; gap: 16px; }
.hf-feat { display: flex; align-items: flex-start; gap: 14px; }
.hf-feat__ico { width: 38px; height: 38px; background: #eff6ff; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hf-feat__ico i { color: #2563EB; font-size: 17px; }
.hf-feat__t { font-size: 14px; font-weight: 700; color: #0d1b2e; }
.hf-feat__s { font-size: 13px; color: #94a3b8; }
.hf-tecnologia__img img { width: 100%; border-radius: 18px; box-shadow: 0 16px 48px -12px rgba(13,27,46,.14); display: block; }

/* ── CTA ── */
.hf-cta { background: #eff6ff; padding: 80px 0; border-top: 1px solid #bfdbfe; }
.hf-cta__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hf-cta__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; line-height: 1.18; margin: 0 0 14px; }
.hf-cta__sub { font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 24px; }
.hf-cta__checks { display: flex; flex-direction: column; gap: 10px; }
.hf-cta__checks div { display: flex; align-items: center; gap: 9px; font-size: 15px; color: #334155; }
.hf-cta__checks i { color: #2563EB; font-size: 16px; }
.hf-form-card { background: #fff; border-radius: 16px; padding: 36px 32px; border: 1px solid #bfdbfe; box-shadow: 0 4px 24px rgba(37,99,235,.07); }
.hf-form-card h3 { font-size: 20px; font-weight: 700; color: #0d1b2e; margin: 0 0 6px; }
.hf-form-card .hf-form-sub { font-size: 14px; color: #64748b; margin: 0 0 20px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .hf-hero__grid, .hf-problema__grid, .hf-tecnologia__grid, .hf-cta__grid { grid-template-columns: 1fr; }
    .hf-servicios__grid { grid-template-columns: 1fr 1fr; }
    .hf-wrap { padding: 0 20px; }
    .hf-hero, .hf-problema, .hf-solucion, .hf-servicios, .hf-tecnologia, .hf-cta { padding: 56px 0; }
}
@media (max-width: 480px) {
    .hf-servicios__grid { grid-template-columns: 1fr; }
    .hf-solucion__grid { grid-template-columns: 1fr; }
}

/* ── Botones de contacto CTA ── */
.hf-cta__contact-btns { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.hf-contact-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 10px; font-size: 15px; font-weight: 700; text-decoration: none !important; transition: opacity .15s, transform .1s; }
.hf-contact-btn:hover { opacity: .9; transform: translateY(-1px); }
.hf-contact-btn i { font-size: 20px; }
.hf-contact-btn--wa { background: #25D366; color: #fff !important; }
.hf-contact-btn--tel { background: #fff; color: #0d1b2e !important; border: 1.5px solid #e2e8f0; box-shadow: 0 2px 8px rgba(13,27,46,.07); }

/* ── Botones contacto CTA mejorados ── */
.hf-cta__contact-btns { display: flex; flex-direction: row; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hf-contact-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none !important; transition: all .18s; cursor: pointer; min-width: 200px; }
.hf-contact-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.15); text-decoration: none !important; }
.hf-contact-btn i { font-size: 22px; }
.hf-contact-btn--wa { background: #25D366; color: #fff !important; box-shadow: 0 4px 14px rgba(37,211,102,.35); }
.hf-contact-btn--wa:hover { background: #20bc5a; color: #fff !important; }
.hf-contact-btn--tel { background: #2563EB; color: #fff !important; box-shadow: 0 4px 14px rgba(37,99,235,.35); }
.hf-contact-btn--tel:hover { background: #1d4ed8; color: #fff !important; }

/* ── SEO LOCAL ── */
.hf-local { background: #fff; padding: 80px 0; }
.hf-local__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 56px; align-items: center; }
.hf-local__grid--solo { grid-template-columns: 1fr; }
.hf-local__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; line-height: 1.18; margin: 0 0 16px; }
.hf-local__text { font-size: 16px; color: #64748b; line-height: 1.7; }
.hf-local__text p { margin: 0 0 14px; }
.hf-local__text p:last-child { margin-bottom: 0; }
.hf-local__destacado { margin: 22px 0 0; padding: 16px 18px; background: #eff6ff; border-left: 4px solid #2563EB; border-radius: 0 10px 10px 0; color: #334155; font-size: 15px; font-weight: 600; line-height: 1.55; }
.hf-local__puntos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.hf-local__punto { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border: 1px solid #e2e8f0; border-radius: 12px; background: #f8fafc; }
.hf-local__punto-ico { width: 38px; height: 38px; border-radius: 9px; background: #eff6ff; display: flex; align-items: center; justify-content: center; flex: 0 0 38px; }
.hf-local__punto-ico i { color: #2563EB; font-size: 18px; }
.hf-local__punto h3 { margin: 0 0 4px; font-size: 15px; font-weight: 700; color: #0d1b2e; }
.hf-local__punto p { margin: 0; font-size: 13px; line-height: 1.5; color: #64748b; }
.hf-local__img img { width: 100%; border-radius: 18px; box-shadow: 0 16px 48px -12px rgba(13,27,46,.14); display: block; }

/* ── CAMBIO DE ADMINISTRADOR ── */
.hf-cambio { background: #f8fafc; padding: 80px 0; }
.hf-cambio__box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; background: #fff; border: 1px solid #dbeafe; border-radius: 20px; padding: 44px; box-shadow: 0 14px 42px rgba(37,99,235,.07); }
.hf-cambio__h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: #0d1b2e; line-height: 1.18; margin: 0 0 14px; }
.hf-cambio__text { font-size: 16px; color: #64748b; line-height: 1.65; }
.hf-cambio__text p { margin: 0 0 12px; }
.hf-cambio__text p:last-child { margin-bottom: 0; }
.hf-cambio__accion { background: #eff6ff; border-radius: 14px; padding: 26px; }
.hf-cambio__checks { display: flex; flex-direction: column; gap: 11px; margin-bottom: 22px; }
.hf-cambio__checks div { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: #334155; line-height: 1.45; }
.hf-cambio__checks i { color: #2563EB; font-size: 17px; margin-top: 2px; }
.hf-cambio__btn { width: 100%; justify-content: center; }
.hf-cambio__nota { margin: 12px 0 0; font-size: 12px; color: #64748b; text-align: center; }

/* ── FAQ ── */
.hf-faq { background: #fff; padding: 80px 0; }
.hf-faq__head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.hf-faq__h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: #0d1b2e; line-height: 1.18; margin: 0 0 10px; }
.hf-faq__sub { margin: 0; font-size: 17px; color: #64748b; line-height: 1.6; }
.hf-faq__list { max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.hf-faq__item { border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; overflow: hidden; }
.hf-faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: #0d1b2e; font-size: 15px; font-weight: 700; }
.hf-faq__item summary::-webkit-details-marker { display: none; }
.hf-faq__item summary i { color: #2563EB; font-size: 18px; transition: transform .18s ease; }
.hf-faq__item[open] summary i { transform: rotate(180deg); }
.hf-faq__answer { padding: 0 20px 18px; color: #64748b; font-size: 14px; line-height: 1.65; }
.hf-faq__answer p { margin: 0 0 10px; }
.hf-faq__answer p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
    .hf-local__grid, .hf-cambio__box { grid-template-columns: 1fr; }
    .hf-local, .hf-cambio, .hf-faq { padding: 56px 0; }
    .hf-cambio__box { padding: 28px 22px; gap: 28px; }
}
@media (max-width: 520px) {
    .hf-local__puntos { grid-template-columns: 1fr; }
}
