/**
 * NegocioGo — Public Landing Page
 * Single source of truth for templates/core/landing.html styles.
 * Premium design system: Deep Onyx + Emerald accent.
 *
 * Sections:
 *   0. Design Tokens
 *   1. Page Shell
 *   2. Hero
 *   3. Search Bar
 *   4. Hero Actions & Chips
 *   5. Hero Visual
 *   6. Categories
 *   7. Map / Nearby
 *   8. Featured Businesses
 *   9. How It Works
 *  10. Seller CTA
 *  11. Trust / Use Cases
 *  12. FAQ
 *  13. Footer
 *  14. Responsive
 *  15. Reduced Motion
 */

/* ====================================================================
   0. DESIGN TOKENS
   ==================================================================== */
body.landing-home-client {
    --hc-onyx: #07191E;
    --hc-onyx-soft: #0F2B32;
    --hc-ink: #132E35;
    --hc-text: #1A3840;
    --hc-muted: #5A7279;
    --hc-faint: #8A9FA4;
    --hc-line: rgba(7, 25, 30, .10);
    --hc-line-strong: rgba(7, 25, 30, .16);
    --hc-surface: #FFFFFF;
    --hc-soft: #F5F9F7;
    --hc-warm: #F0F6F3;
    --hc-emerald: #0E8F66;
    --hc-emerald-deep: #087550;
    --hc-emerald-soft: #E8F5EE;
    --hc-emerald-faint: rgba(14, 143, 102, .06);
    --hc-radius-sm: 10px;
    --hc-radius-md: 14px;
    --hc-radius-lg: 20px;
    --hc-radius-xl: 26px;
    --hc-shadow-sm: 0 2px 8px rgba(7, 25, 30, .04);
    --hc-shadow-md: 0 12px 32px rgba(7, 25, 30, .07);
    --hc-shadow-lg: 0 24px 56px rgba(7, 25, 30, .10);
    --hc-shadow-hero: 0 32px 72px rgba(7, 25, 30, .13);
    --hc-transition: 200ms cubic-bezier(.2, .8, .2, 1);
    background: #F7FAF8;
    color: var(--hc-text);
}

@keyframes hc-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

body.landing-home-client .public-nav {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: none !important;
    box-shadow: none !important;
}

/* ====================================================================
   1. PAGE SHELL
   ==================================================================== */
body.landing-home-client .landing-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

body.landing-home-client .landing-kicker {
    margin: 0;
    color: var(--hc-emerald-deep);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.landing-home-client .landing-section-label h2,
body.landing-home-client .ng-home-map h2,
body.landing-home-client .ng-home-trust h2 {
    margin: .65rem 0 0;
    color: var(--hc-onyx);
    font-size: clamp(2rem, 3.4vw, 2.65rem);
    font-weight: 780;
    letter-spacing: -.048em;
    line-height: 1.06;
}

/* ====================================================================
   2. HERO — atmósfera marca (blobs verdes, dots, pills)
   ==================================================================== */
body.landing-home-client .ng-home-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 5vw, 5rem) 0 clamp(2.5rem, 4vw, 4rem);
    background:
        radial-gradient(circle at 88% 8%, rgba(14, 143, 102, 0.2), transparent 32%),
        radial-gradient(circle at 12% 88%, rgba(14, 143, 102, 0.08), transparent 40%),
        linear-gradient(105deg, #ffffff 0%, #ffffff 42%, #eefaf4 72%, #dff5ea 100%);
}

body.landing-home-client .ng-home-hero__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

body.landing-home-client .ng-home-hero__blob {
    position: absolute;
    border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
    filter: blur(2px);
    opacity: 0.9;
}

body.landing-home-client .ng-home-hero__blob--a {
    top: -18%;
    right: -8%;
    width: min(48vw, 34rem);
    height: min(48vw, 34rem);
    background: linear-gradient(145deg, #12a56f 0%, #0b7a52 55%, #086644 100%);
    opacity: 0.88;
    animation: ng-blob-drift 18s ease-in-out infinite alternate;
}

body.landing-home-client .ng-home-hero__blob--b {
    bottom: -22%;
    left: -12%;
    width: min(42vw, 28rem);
    height: min(36vw, 22rem);
    background: linear-gradient(160deg, rgba(14, 143, 102, 0.35), rgba(8, 117, 80, 0.18));
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    animation: ng-blob-drift 22s ease-in-out infinite alternate-reverse;
}

body.landing-home-client .ng-home-hero__blob--c {
    top: 38%;
    right: 28%;
    width: 8rem;
    height: 8rem;
    background: radial-gradient(circle, rgba(14, 143, 102, 0.28), transparent 70%);
    filter: blur(8px);
    animation: ng-blob-pulse 6s ease-in-out infinite;
}

body.landing-home-client .ng-home-hero__dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.45;
    background-image: radial-gradient(rgba(7, 25, 30, 0.14) 1.1px, transparent 1.1px);
    background-size: 18px 18px;
    mask-image: radial-gradient(ellipse 55% 50% at 18% 22%, #000 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 55% 50% at 18% 22%, #000 0%, transparent 70%);
}

@keyframes ng-blob-drift {
    from { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    to { transform: translate3d(-2%, 3%, 0) rotate(6deg) scale(1.04); }
}

@keyframes ng-blob-pulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.15); }
}

@keyframes ng-float-y {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Subtle grid pattern overlay (Linear-style) */
body.landing-home-client .ng-home-hero__grid-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(7, 25, 30, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 25, 30, .03) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.7) 0%, transparent 72%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.7) 0%, transparent 72%);
}

/* Decorative circle */
body.landing-home-client .ng-home-hero::after {
    position: absolute;
    inset: auto -12% -18rem auto;
    width: 36rem;
    height: 36rem;
    border: 1px solid rgba(14, 143, 102, .07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body.landing-home-client .ng-home-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, .88fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

body.landing-home-client .ng-home-hero__copy {
    min-width: 0;
}

/* Eyebrow */
body.landing-home-client .ng-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: .35rem .75rem .35rem .55rem;
    border: 1px solid rgba(14, 143, 102, .18);
    border-radius: 999px;
    background: rgba(14, 143, 102, .05);
    color: var(--hc-emerald-deep);
    font-size: .68rem;
    font-weight: 780;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.landing-home-client .ng-home-hero__eyebrow span {
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: var(--hc-emerald);
    box-shadow: 0 0 0 4px rgba(14, 143, 102, .14);
}

/* Title */
body.landing-home-client .ng-home-hero h1 {
    max-width: 11.5ch;
    margin: 1.35rem 0 0;
    font-size: clamp(3.1rem, 4.5vw, 4.1rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .98;
    background: linear-gradient(180deg, #07191E 0%, #173842 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--hc-onyx);
}

/* Lead */
body.landing-home-client .ng-home-hero__lead {
    max-width: 34rem;
    margin: 1.25rem 0 0;
    color: var(--hc-muted);
    font-size: clamp(1rem, 1.3vw, 1.1rem);
    line-height: 1.62;
}

/* ====================================================================
   3. SEARCH BAR — Command-bar style
   ==================================================================== */
body.landing-home-client .ng-home-search {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-width: 640px;
    margin-top: 2rem;
    padding: .65rem;
    border: 1px solid var(--hc-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 42px rgba(7, 25, 30, .08);
}

body.landing-home-client .ng-home-search__fields {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr) minmax(0, .78fr);
    gap: 0;
    border: 1px solid var(--hc-line);
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}

/* Buscador simple estilo YouTube: una sola caja + botón */
body.landing-home-client .ng-home-search--simple {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.55rem;
}

body.landing-home-client .ng-home-search--simple .ng-home-search__field--solo {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--hc-line);
    border-radius: 12px;
    background: #fff;
}

body.landing-home-client .ng-home-search--simple .ng-home-search__field--solo::before {
    display: none;
}

body.landing-home-client .ng-home-search--simple .ng-home-search__submit {
    flex: 0 0 auto;
    width: auto;
    min-width: 5.5rem;
    border-radius: 12px;
}

body.landing-home-client .ng-home-search--simple .ng-home-search__field--solo input {
    min-width: 0;
}

body.landing-home-client .ng-home-search__field {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    border-radius: 0;
    background: transparent;
    transition: background var(--hc-transition);
}

body.landing-home-client .ng-home-search__field:hover {
    background: rgba(0, 0, 0, 0.02);
}

/* Dividers between fields */
body.landing-home-client .ng-home-search__field + .ng-home-search__field::before {
    position: absolute;
    left: 0;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: var(--hc-line);
    content: "";
}

body.landing-home-client .ng-home-search__field > svg {
    position: absolute;
    z-index: 1;
    left: .75rem;
    width: .88rem;
    height: .88rem;
    color: var(--hc-faint);
    pointer-events: none;
}

body.landing-home-client .ng-home-search input,
body.landing-home-client .ng-home-search select {
    width: 100%;
    height: 48px;
    min-width: 0;
    padding: 0 .65rem 0 2.5rem;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--hc-ink);
    font: inherit;
    font-size: .88rem;
}

body.landing-home-client .ng-home-search select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

body.landing-home-client .ng-home-search__field--select {
    min-width: 0;
    overflow: hidden;
}

body.landing-home-client .ng-home-search__field--select select {
    padding-right: 2rem;
}

body.landing-home-client .ng-home-search__field--select::after {
    position: absolute;
    z-index: 1;
    right: .85rem;
    top: calc(50% - .2rem);
    width: .4rem;
    height: .4rem;
    border-right: 1.5px solid var(--hc-faint);
    border-bottom: 1.5px solid var(--hc-faint);
    content: "";
    pointer-events: none;
    transform: rotate(45deg);
}

body.landing-home-client .ng-home-search__field--select:focus-within::after {
    border-color: var(--hc-emerald);
}

body.landing-home-client .ng-home-search input::placeholder {
    color: var(--hc-faint);
    opacity: 1;
}

body.landing-home-client .ng-home-search input:focus,
body.landing-home-client .ng-home-search select:focus,
body.landing-home-client .ng-home-search input:focus-visible,
body.landing-home-client .ng-home-search select:focus-visible {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

body.landing-home-client .ng-home-search__submit {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #14b077 0%, #0e8f66 100%);
    color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 24px -10px rgba(14, 143, 102, 0.55);
    font: inherit;
    font-size: .88rem;
    font-weight: 760;
    cursor: pointer;
    transition: background var(--hc-transition), box-shadow var(--hc-transition), transform var(--hc-transition), filter var(--hc-transition);
}

body.landing-home-client .ng-home-search__submit:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 28px -10px rgba(14, 143, 102, .55);
}

body.landing-home-client .ng-home-search__submit:active {
    transform: translateY(0) scale(.98);
    filter: brightness(0.98);
}

/* ====================================================================
   4. HERO ACTIONS & CHIPS
   ==================================================================== */
body.landing-home-client .ng-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 1rem;
}

body.landing-home-client .ng-home-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .38rem;
    min-height: 2.15rem;
    padding: .38rem .65rem;
    border: 1px solid var(--hc-line);
    border-radius: 9px;
    background: rgba(255, 255, 255, .78);
    color: var(--hc-ink);
    font-size: .74rem;
    font-weight: 680;
    line-height: 1;
    text-decoration: none;
    transition: border-color var(--hc-transition), background var(--hc-transition), color var(--hc-transition), transform var(--hc-transition);
}

body.landing-home-client .ng-home-action svg {
    width: .84rem;
    height: .84rem;
}

body.landing-home-client .ng-home-action:hover {
    border-color: rgba(14, 143, 102, .35);
    background: #FFF;
    transform: translateY(-1px);
}

body.landing-home-client .ng-home-action--primary {
    border-color: transparent;
    background: var(--hc-onyx);
    color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 4px rgba(7, 25, 30, 0.05);
}

body.landing-home-client .ng-home-action--primary:hover {
    background: var(--hc-onyx-soft);
    color: #FFF;
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 28px rgba(7, 25, 30, .18);
}

body.landing-home-client .ng-home-action--quiet {
    padding-inline: .3rem;
    border-color: transparent;
    background: transparent;
    color: var(--hc-muted);
    font-size: .72rem;
}

body.landing-home-client .ng-home-action--quiet:hover {
    color: var(--hc-ink);
    background: transparent;
    border-color: transparent;
}

/* Chips */
body.landing-home-client .ng-home-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: 1.1rem;
}

body.landing-home-client .ng-home-hero__chips a {
    padding: .32rem .65rem;
    border: 1px solid rgba(7, 25, 30, .09);
    border-radius: 999px;
    background: rgba(255, 255, 255, .6);
    color: var(--hc-muted);
    font-size: .72rem;
    font-weight: 620;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color var(--hc-transition), background var(--hc-transition), color var(--hc-transition);
}

body.landing-home-client .ng-home-hero__chips a:hover {
    border-color: rgba(14, 143, 102, .35);
    background: #FFF;
    color: var(--hc-emerald-deep);
}

/* Proof points */
body.landing-home-client .ng-home-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .9rem;
    margin: 1.15rem 0 0;
    padding: 0;
    list-style: none;
}

body.landing-home-client .ng-home-hero__proof li {
    display: inline-flex;
    align-items: center;
    gap: .36rem;
    color: var(--hc-muted);
    font-size: .72rem;
    line-height: 1.35;
}

body.landing-home-client .ng-home-hero__proof li::before {
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    background: var(--hc-emerald);
    content: "";
    flex-shrink: 0;
}

/* Feature pills — estilo banner Herravo */
body.landing-home-client .ng-home-hero__pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
    max-width: 34rem;
}

body.landing-home-client .ng-home-hero__pills li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(14, 143, 102, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 24px -18px rgba(7, 25, 30, 0.35);
    color: var(--hc-ink);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: -0.01em;
    text-align: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ====================================================================
   5. HERO VISUAL — Phone mockup + floats marca
   ==================================================================== */
body.landing-home-client .ng-home-hero__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    isolation: isolate;
}

body.landing-home-client .ng-home-hero__float {
    position: absolute;
    z-index: 3;
    filter: drop-shadow(0 14px 22px rgba(7, 25, 30, 0.18));
    animation: ng-float-y 5.5s ease-in-out infinite;
    pointer-events: none;
}

body.landing-home-client .ng-home-hero__float--pin {
    top: 6%;
    right: 4%;
    width: 3.1rem;
    animation-delay: 0.4s;
}

body.landing-home-client .ng-home-hero__float--bag {
    bottom: 14%;
    left: 2%;
    width: 2.6rem;
    animation-delay: 1.1s;
}

body.landing-home-client .ng-home-hero__float svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Gradient halo behind the phone */
body.landing-home-client .ng-home-hero__halo {
    position: absolute;
    z-index: -1;
    width: 88%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
        circle at 40% 35%,
        rgba(14, 143, 102, .14),
        rgba(14, 143, 102, .04) 50%,
        transparent 70%
    );
    filter: blur(4px);
    pointer-events: none;
}

/* Fallback: if no __halo div exists, use ::before */
body.landing-home-client .ng-home-hero__visual::before {
    position: absolute;
    z-index: -1;
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
        circle at 38% 32%,
        rgba(14, 143, 102, .13),
        rgba(14, 143, 102, .03) 55%,
        transparent 72%
    );
    content: "";
    pointer-events: none;
}

body.landing-home-client .ng-home-hero__image {
    display: block;
    width: min(100%, 540px);
    height: auto;
    margin-inline: auto;
    filter: 
        drop-shadow(0 40px 60px rgba(7, 25, 30, .15)) 
        drop-shadow(0 12px 18px rgba(7, 25, 30, .08))
        drop-shadow(0 4px 6px rgba(14, 143, 102, .05));
    transition: transform 6s cubic-bezier(.2, .8, .2, 1);
}

/* Subtle float animation for the phone */
@keyframes hc-phone-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: no-preference) {
    body.landing-home-client .ng-home-hero__image {
        animation: hc-phone-float 6s ease-in-out infinite;
    }
}

/* ====================================================================
   6. CATEGORIES — Editorial bento grid
   ==================================================================== */
body.landing-home-client .ng-home-section {
    padding: clamp(2.5rem, 4vw, 4rem) 0;
}

body.landing-home-client .landing-section-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

body.landing-home-client .landing-section-center {
    text-align: left;
}

body.landing-home-client .landing-section-sub {
    max-width: 38rem;
    margin: .6rem 0 0;
    color: var(--hc-muted);
    font-size: .92rem;
    line-height: 1.58;
}

body.landing-home-client .landing-inline-link {
    color: var(--hc-emerald-deep);
    font-size: .8rem;
    font-weight: 730;
    text-decoration: none;
    white-space: nowrap;
    transition: color var(--hc-transition);
}

body.landing-home-client .landing-inline-link:hover {
    color: var(--hc-onyx);
}

body.landing-home-client .ng-home-categories {
    background: #FFF;
}

body.landing-home-client .landing-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
}

body.landing-home-client .landing-category-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 168px;
    padding: 1.15rem 1.15rem 1rem;
    border: 1px solid var(--hc-line);
    border-radius: var(--hc-radius-lg);
    background: var(--hc-surface);
    color: inherit;
    text-decoration: none;
    transition: transform var(--hc-transition), border-color var(--hc-transition), box-shadow var(--hc-transition), background var(--hc-transition);
}

body.landing-home-client .landing-category-card:hover {
    border-color: rgba(14, 143, 102, .28);
    background: #FFF;
    box-shadow: 0 14px 32px rgba(7, 25, 30, .07);
    transform: translateY(-3px);
}

/* All category icons use the SAME brand color */
body.landing-home-client .landing-category-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border-radius: 12px;
    background: var(--hc-emerald-soft);
    color: var(--hc-emerald);
}

body.landing-home-client .landing-category-icon svg {
    width: 1.18rem;
    height: 1.18rem;
}

body.landing-home-client .landing-category-card h3 {
    margin: .85rem 0 0;
    color: var(--hc-onyx);
    font-size: .94rem;
    font-weight: 740;
    letter-spacing: -.02em;
    line-height: 1.2;
}

body.landing-home-client .landing-category-card p {
    display: -webkit-box;
    margin: .4rem 0 0;
    overflow: hidden;
    color: var(--hc-muted);
    font-size: .76rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* CTA text in category cards — CSS arrow, never unicode */
body.landing-home-client .landing-category-cta {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: auto;
    padding-top: .65rem;
    color: var(--hc-emerald-deep);
    font-size: .72rem;
    font-weight: 720;
}

/* Safe CSS-only arrow — no unicode that could render as ? */
body.landing-home-client .landing-category-cta::after {
    content: "";
    display: inline-block;
    width: .38rem;
    height: .38rem;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--hc-transition);
}

body.landing-home-client .landing-category-card:hover .landing-category-cta::after {
    transform: rotate(45deg) translate(2px, -2px);
}

/* "Ver todas las categorías" — Distinct Deep Onyx card */
body.landing-home-client .landing-category-card--all {
    border-color: var(--hc-onyx);
    background: linear-gradient(145deg, #07191E 0%, #112D34 50%, #07191E 100%);
    background-size: 200% 200%;
    animation: hc-gradient-shift 8s ease infinite;
    box-shadow: 0 16px 36px rgba(7, 25, 30, .16);
}

body.landing-home-client .landing-category-card--all .landing-category-icon {
    background: rgba(255, 255, 255, .1);
    color: #7DDEB8;
}

body.landing-home-client .landing-category-card--all h3 {
    color: #FFF;
    font-weight: 780;
}

body.landing-home-client .landing-category-card--all p {
    color: rgba(235, 255, 248, .62);
}

body.landing-home-client .landing-category-card--all .landing-category-cta {
    color: #7DDEB8;
}

body.landing-home-client .landing-category-card--all .landing-category-cta::after {
    border-color: #7DDEB8;
}

body.landing-home-client .landing-category-card--all:hover {
    border-color: #163B44;
    background: linear-gradient(145deg, #0B252C 0%, #173E46 50%, #0B252C 100%);
    background-size: 200% 200%;
    box-shadow: 0 20px 42px rgba(7, 25, 30, .22);
}

/* ====================================================================
   7. MAP / NEARBY
   ==================================================================== */
body.landing-home-client .ng-home-map {
    background: radial-gradient(circle at 85% 35%, rgba(14, 143, 102, .10), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f4faf7 100%);
}

body.landing-home-client .landing-map-block {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
    padding: clamp(2rem, 4vw, 4rem) 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.landing-home-client .landing-map-copy h2 {
    font-size: clamp(2.2rem, 3.5vw, 2.75rem);
    font-weight: 780;
    color: var(--hc-onyx);
    letter-spacing: -0.04em;
    margin: 0.5rem 0 0;
}

body.landing-home-client .landing-map-copy > p:not(.landing-kicker) {
    max-width: 29rem;
    margin: .9rem 0 0;
    color: #4A5E66;
    font-size: 1.05rem;
    line-height: 1.62;
}

body.landing-home-client .landing-map-actions {
    margin-top: 0;
}

body.landing-home-client .landing-map-actions__primary {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

/* Shared button styles */
body.landing-home-client .landing-btn-primary,
body.landing-home-client .landing-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .38rem;
    min-height: 44px;
    padding: 0 1.25rem;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background var(--hc-transition), border-color var(--hc-transition), box-shadow var(--hc-transition), transform var(--hc-transition);
}

body.landing-home-client .landing-btn-primary {
    border-color: transparent;
    background: var(--hc-onyx);
    color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 4px rgba(7, 25, 30, 0.05);
}

body.landing-home-client .landing-btn-primary:hover {
    background: var(--hc-onyx-soft);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 28px rgba(7, 25, 30, .18);
}

body.landing-home-client .landing-btn-secondary {
    border-color: var(--hc-line-strong);
    background: #FFF;
    color: var(--hc-ink);
}

body.landing-home-client .landing-btn-secondary:hover {
    border-color: rgba(14, 143, 102, .3);
    background: #FBFFFC;
}

body.landing-home-client .landing-btn-with-locate svg {
    width: .9rem;
    height: .9rem;
}

/* Map preview — imagen sin card ni overlays HTML */
body.landing-home-client .home-map-preview {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-home-client .home-map-preview__image {
    display: block;
    width: 100%;
    height: auto;
}

/* ====================================================================
   8. FEATURED BUSINESSES (conditional section)
   ==================================================================== */
body.landing-home-client .landing-biz-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

body.landing-home-client .landing-biz-card {
    overflow: hidden;
    border: 1px solid var(--hc-line);
    border-radius: var(--hc-radius-lg);
    background: #FFF;
    transition: transform var(--hc-transition), box-shadow var(--hc-transition);
}

body.landing-home-client .landing-biz-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--hc-shadow-md);
}

body.landing-home-client .landing-biz-card__cover {
    position: relative;
    min-height: 9rem;
    background: var(--hc-warm);
}

body.landing-home-client .landing-biz-card__cover img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
}

body.landing-home-client .landing-biz-card__cover-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(7, 25, 30, .18));
}

body.landing-home-client .landing-biz-card__status {
    position: absolute;
    top: .7rem;
    right: .7rem;
    padding: .25rem .5rem;
    border-radius: 999px;
    background: #FFF;
    color: var(--hc-emerald-deep);
    font-size: .65rem;
    font-weight: 750;
}

body.landing-home-client .landing-biz-card__logo {
    position: relative;
    z-index: 1;
    display: grid;
    width: 2.4rem;
    height: 2.4rem;
    margin: -1.2rem 0 0 1rem;
    place-items: center;
    overflow: hidden;
    border: 2px solid #FFF;
    border-radius: 9px;
    background: var(--hc-onyx);
    color: #FFF;
    font-size: .75rem;
    font-weight: 800;
}

body.landing-home-client .landing-biz-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.landing-home-client .landing-biz-card__body {
    padding: .7rem 1rem 1rem;
}

body.landing-home-client .landing-biz-card__chips {
    display: flex;
    gap: .35rem;
    color: var(--hc-muted);
    font-size: .68rem;
}

body.landing-home-client .landing-biz-card__title {
    margin: .65rem 0 0;
    font-size: .92rem;
    line-height: 1.25;
}

body.landing-home-client .landing-biz-card__title a {
    color: var(--hc-onyx);
    text-decoration: none;
}

body.landing-home-client .landing-biz-card__tagline {
    margin: .35rem 0 0;
    color: var(--hc-muted);
    font-size: .75rem;
    line-height: 1.48;
}

body.landing-home-client .landing-biz-card__highlight {
    margin-top: .75rem;
    padding: .65rem;
    border-radius: 9px;
    background: var(--hc-soft);
    font-size: .68rem;
}

body.landing-home-client .landing-biz-card__highlight span,
body.landing-home-client .landing-biz-card__highlight strong {
    display: block;
}

body.landing-home-client .landing-biz-card__highlight-price {
    margin-top: .25rem;
    color: var(--hc-onyx);
}

body.landing-home-client .landing-biz-card__actions {
    display: flex;
    gap: .45rem;
    margin-top: .75rem;
}

body.landing-home-client .landing-biz-card__btn {
    flex: 1;
    min-height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    font-size: .7rem;
    font-weight: 720;
    text-decoration: none;
}

body.landing-home-client .landing-biz-card__btn--primary {
    background: var(--hc-onyx);
    color: #FFF;
}

body.landing-home-client .landing-biz-card__btn--wa {
    border: 1px solid var(--hc-line);
    color: var(--hc-ink);
}

/* ====================================================================
   10. SELLER CTA — Dark premium section
   ==================================================================== */
body.landing-home-client .ng-home-seller {
    position: relative;
    overflow: hidden;
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background:
        radial-gradient(34rem 28rem at 92% 0%, rgba(14, 143, 102, .14), transparent 68%),
        linear-gradient(120deg, #07191E 0%, #0E242B 50%, #07191E 100%);
    background-size: 150% 150%;
    animation: hc-gradient-shift 12s ease infinite;
}

body.landing-home-client .landing-seller-cta__glow {
    display: none;
}

body.landing-home-client .landing-seller-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

body.landing-home-client .landing-seller-kicker {
    color: #7DDEB8;
}

body.landing-home-client .ng-home-seller h2 {
    max-width: 14ch;
    margin: .7rem 0 0;
    color: #FFF;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 780;
    letter-spacing: -.05em;
    line-height: 1.06;
}

body.landing-home-client .landing-seller-cta__lead {
    max-width: 34rem;
    margin: .85rem 0 0;
    color: rgba(235, 255, 248, .68);
    font-size: .95rem;
    line-height: 1.62;
}

body.landing-home-client .landing-seller-benefits {
    display: grid;
    gap: .45rem;
    margin: 1.1rem 0 0;
    padding: 0;
    list-style: none;
}

body.landing-home-client .landing-seller-benefits li {
    display: flex;
    gap: .45rem;
    color: rgba(235, 255, 248, .85);
    font-size: .78rem;
    line-height: 1.38;
}

body.landing-home-client .landing-seller-benefits svg {
    width: .95rem;
    height: .95rem;
    flex: 0 0 auto;
    color: #7DDEB8;
}

body.landing-home-client .landing-seller-cta__urgency {
    margin: .85rem 0 0;
    color: rgba(235, 255, 248, .45);
    font-size: .72rem;
}

body.landing-home-client .landing-seller-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.15rem;
}

body.landing-home-client .landing-seller-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    min-height: 2.25rem;
    padding: 0 .78rem;
    border: 1px solid transparent;
    border-radius: var(--hc-radius-sm);
    font-size: .78rem;
    font-weight: 740;
    line-height: 1;
    text-decoration: none;
    transition: background var(--hc-transition), border-color var(--hc-transition), box-shadow var(--hc-transition), transform var(--hc-transition);
}

body.landing-home-client .landing-seller-cta__btn--primary {
    border-color: #FFF;
    background: #FFF;
    color: var(--hc-onyx);
    box-shadow: inset 0 -2px 0 rgba(7, 25, 30, 0.06), 0 4px 12px rgba(0, 0, 0, .15);
}

body.landing-home-client .landing-seller-cta__btn--primary:hover {
    background: #F0FFF8;
    transform: translateY(-1px);
    box-shadow: inset 0 -2px 0 rgba(14, 143, 102, 0.1), 0 16px 32px rgba(14, 143, 102, .25);
}

body.landing-home-client .landing-seller-cta__btn--secondary {
    border-color: rgba(255, 255, 255, .22);
    color: #FFF;
}

body.landing-home-client .landing-seller-cta__btn--secondary:hover {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .06);
}

/* Seller mock cards — glassmorphism */
body.landing-home-client .landing-seller-mock {
    display: grid;
    width: min(100%, 22rem);
    justify-self: center;
    gap: .6rem;
    padding: .85rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--hc-radius-lg);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .22);
}

body.landing-home-client .landing-seller-mock__row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .85rem .5rem;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    transition: transform var(--hc-transition);
}

body.landing-home-client .landing-seller-mock__row:last-child {
    border-bottom: none;
}

body.landing-home-client .landing-seller-mock__row:hover {
    transform: translateX(4px);
}

body.landing-home-client .landing-seller-mock__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(14, 143, 102, .15);
    color: #7DDEB8;
    box-shadow: inset 0 0 0 1px rgba(125, 222, 184, .1);
}

body.landing-home-client .landing-seller-mock__icon svg {
    width: 1.15rem;
    height: 1.15rem;
}

body.landing-home-client .landing-seller-mock__row strong {
    display: block;
    color: #FFF;
    font-size: .78rem;
    font-weight: 680;
}

body.landing-home-client .landing-seller-mock__row > div span {
    display: block;
    margin-top: .12rem;
    color: rgba(235, 255, 248, .5);
    font-size: .68rem;
}

/* ====================================================================
   11. TRUST / USE CASES — Editorial premium
   ==================================================================== */
body.landing-home-client .ng-home-trust {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background:
        radial-gradient(42rem 25rem at 8% 100%, rgba(14, 143, 102, .07), transparent 70%),
        var(--hc-soft);
}

body.landing-home-client .landing-real-businesses__header {
    max-width: 38rem;
    margin: 0 auto 2.2rem;
    text-align: center;
}

body.landing-home-client .landing-real-businesses__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--hc-line);
    border-radius: var(--hc-radius-xl);
    background: rgba(255, 255, 255, .6);
    box-shadow: var(--hc-shadow-lg);
    backdrop-filter: blur(6px);
}

body.landing-home-client .landing-real-businesses__grid article {
    position: relative;
    min-height: 240px;
    padding: 1.8rem 1.6rem 1.5rem;
    overflow: hidden;
    border: 0;
    border-right: 1px solid var(--hc-line);
    background: transparent;
}

body.landing-home-client .landing-real-businesses__grid article:last-child {
    border-right: 0;
}

/* Large watermark numbers */
body.landing-home-client .landing-real-businesses__grid article::after {
    content: attr(data-index);
    position: absolute;
    right: .8rem;
    bottom: -.5rem;
    color: rgba(7, 25, 30, .04);
    font-size: 7rem;
    font-weight: 850;
    letter-spacing: -.1em;
    line-height: 1;
    pointer-events: none;
}

/* First article — dark accent */
body.landing-home-client .landing-real-businesses__grid article:first-child {
    background: var(--hc-onyx);
}

body.landing-home-client .landing-real-businesses__grid article:first-child::after {
    color: rgba(14, 143, 102, .1);
}

body.landing-home-client .landing-real-businesses__index {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--hc-emerald);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
}

body.landing-home-client .landing-real-businesses__index::before {
    content: "";
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: var(--hc-emerald);
    box-shadow: 0 0 0 3px rgba(14, 143, 102, .12);
}

body.landing-home-client .landing-real-businesses__grid h3 {
    position: relative;
    z-index: 1;
    max-width: 14ch;
    margin: 2.2rem 0 0;
    color: var(--hc-onyx);
    font-size: 1.08rem;
    font-weight: 720;
    line-height: 1.14;
    letter-spacing: -.03em;
}

body.landing-home-client .landing-real-businesses__grid p {
    position: relative;
    z-index: 1;
    max-width: 24ch;
    margin: .7rem 0 0;
    color: var(--hc-muted);
    font-size: .82rem;
    line-height: 1.55;
}

/* First article text colors (dark bg) */
body.landing-home-client .landing-real-businesses__grid article:first-child h3 {
    color: #FFF;
}

body.landing-home-client .landing-real-businesses__grid article:first-child p {
    color: rgba(235, 255, 248, .62);
}

body.landing-home-client .landing-real-businesses__grid article:first-child .landing-real-businesses__index {
    color: #7DDEB8;
}

body.landing-home-client .landing-real-businesses__grid article:first-child .landing-real-businesses__index::before {
    background: #7DDEB8;
    box-shadow: 0 0 0 3px rgba(125, 222, 184, .18);
}

/* ====================================================================
   12. FAQ — Refined accordion
   ==================================================================== */
body.landing-home-client .vendly-faq-section {
    padding: clamp(2.5rem, 4vw, 3.5rem) 0;
    background: #FFF;
}

body.landing-home-client .vendly-faq {
    width: min(540px, calc(100% - 48px));
    margin: 0 auto;
}

body.landing-home-client .vendly-faq__header {
    margin-bottom: 1.2rem;
    text-align: center;
}

body.landing-home-client .vendly-faq__header h2 {
    margin: .6rem 0 0;
    color: var(--hc-onyx);
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    font-weight: 780;
    letter-spacing: -.048em;
}

body.landing-home-client .vendly-faq__lead {
    max-width: 34rem;
    margin: .65rem auto 0;
    color: var(--hc-muted);
    font-size: .86rem;
    line-height: 1.58;
}

body.landing-home-client .vendly-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.landing-home-client .vendly-faq__item {
    border-bottom: 1px solid var(--hc-line);
    background: transparent;
    transition: background var(--hc-transition);
}

body.landing-home-client .vendly-faq__item:last-child {
    border-bottom: none;
}

body.landing-home-client .vendly-faq__item:hover {
    background: rgba(0, 0, 0, 0.015);
}

body.landing-home-client .vendly-faq__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 48px;
    padding: .85rem 0.25rem;
    border: 0;
    background: transparent;
    color: var(--hc-onyx);
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: color var(--hc-transition);
}

body.landing-home-client .vendly-faq__trigger:hover {
    color: var(--hc-emerald);
}

body.landing-home-client .vendly-faq__question {
    font-size: .95rem;
    font-weight: 640;
    line-height: 1.4;
}

body.landing-home-client .vendly-faq__icon {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
    color: var(--hc-muted);
    transition: color var(--hc-transition), transform var(--hc-transition);
}

body.landing-home-client .vendly-faq__icon::before,
body.landing-home-client .vendly-faq__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .8rem;
    height: 1.5px;
    margin: -0.75px 0 0 -.4rem;
    background: currentColor;
    content: "";
    border-radius: 1px;
    transition: transform 0.3s cubic-bezier(.2, .8, .2, 1);
}

body.landing-home-client .vendly-faq__icon::after {
    transform: rotate(90deg);
}

body.landing-home-client .vendly-faq__item.is-open .vendly-faq__trigger {
    color: var(--hc-emerald);
}

body.landing-home-client .vendly-faq__item.is-open .vendly-faq__icon {
    color: var(--hc-emerald);
    transform: rotate(135deg);
}

body.landing-home-client .vendly-faq__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s cubic-bezier(.2, .8, .2, 1);
}

body.landing-home-client .vendly-faq__item.is-open .vendly-faq__panel {
    grid-template-rows: 1fr;
}

body.landing-home-client .vendly-faq__panel-inner {
    overflow: hidden;
}

body.landing-home-client .vendly-faq__answer {
    margin: 0;
    padding: 0 0.25rem .85rem 0.25rem;
    color: var(--hc-muted);
    font-size: .88rem;
    line-height: 1.6;
}

/* ====================================================================
   13. FOOTER — Enhanced spacing & polish
   ==================================================================== */
body.landing-home-client .site-footer {
    border-top: 1px solid transparent;
    background: var(--hc-onyx);
}

body.landing-home-client .site-footer .brand-logo-wordmark__negocio,
body.landing-home-client .site-footer .brand-logo-wordmark__go {
    color: #FFFFFF !important;
}

body.landing-home-client .site-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 24px 2rem;
}

body.landing-home-client .site-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 2.5rem;
}

body.landing-home-client .footer-heading {
    margin: 0 0 .85rem;
    color: #FFFFFF;
    font-size: .72rem;
    font-weight: 780;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.landing-home-client .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.landing-home-client .footer-links li {
    margin-top: .4rem;
}

body.landing-home-client .footer-links a {
    color: rgba(235, 255, 248, .65);
    font-size: .8rem;
    text-decoration: none;
    transition: color var(--hc-transition);
}

body.landing-home-client .footer-links a:hover {
    color: #FFFFFF;
}

body.landing-home-client .footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

body.landing-home-client .footer-bottom-copy {
    margin: 0;
    color: rgba(235, 255, 248, .45);
    font-size: .72rem;
}

/* ====================================================================
   14. RESPONSIVE
   ==================================================================== */

/* Tablet landscape — reglas solo para buscador multi-campo (no romper --simple) */
@media (max-width: 1100px) and (min-width: 801px) {
    body.landing-home-client .ng-home-search:not(.ng-home-search--simple) {
        grid-template-columns: 1fr;
    }
    body.landing-home-client .ng-home-search:not(.ng-home-search--simple) .ng-home-search__submit {
        width: 100%;
    }
}

/* Tablet */
@media (max-width: 1020px) {
    body.landing-home-client .ng-home-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, .75fr);
        gap: 2.5rem;
    }
    body.landing-home-client .ng-home-hero h1 {
        font-size: clamp(2.8rem, 5vw, 3.6rem);
    }
    body.landing-home-client .landing-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    body.landing-home-client .landing-biz-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablet portrait */
@media (max-width: 800px) {
    body.landing-home-client .ng-home-hero__inner {
        grid-template-columns: 1fr;
    }
    body.landing-home-client .ng-home-hero__copy {
        max-width: 640px;
    }
    body.landing-home-client .ng-home-hero__visual {
        max-width: 520px;
        margin: 0 auto;
    }
    body.landing-home-client .ng-home-hero__blob--a {
        width: min(70vw, 22rem);
        height: min(70vw, 22rem);
        top: -10%;
        right: -18%;
        opacity: 0.72;
    }
    body.landing-home-client .ng-home-hero__blob--b {
        opacity: 0.5;
    }
    body.landing-home-client .ng-home-hero__pills {
        grid-template-columns: 1fr 1fr;
        max-width: none;
    }
    body.landing-home-client .ng-home-hero__float--pin {
        width: 2.5rem;
        top: 2%;
        right: 6%;
    }
    body.landing-home-client .ng-home-hero__float--bag {
        width: 2.1rem;
        left: 6%;
    }
    body.landing-home-client .landing-map-block {
        grid-template-columns: 1fr;
    }
    body.landing-home-client .landing-seller-cta__inner {
        grid-template-columns: 1fr;
    }
    body.landing-home-client .landing-real-businesses__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.landing-home-client .landing-real-businesses__grid article:nth-child(2) {
        border-right: 0;
    }
    body.landing-home-client .landing-real-businesses__grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--hc-line);
    }
    body.landing-home-client .site-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* Mobile */
@media (max-width: 640px) {
    body.landing-home-client .landing-container,
    body.landing-home-client .ng-home-hero__inner {
        width: calc(100% - 32px);
    }

    /* Hero */
    body.landing-home-client .ng-home-hero {
        padding: 3.2rem 0 3.5rem;
    }
    body.landing-home-client .ng-home-hero h1 {
        font-size: clamp(2.55rem, 11vw, 3.2rem);
    }
    body.landing-home-client .ng-home-hero__eyebrow {
        padding: .3rem .6rem .3rem .45rem;
        font-size: .64rem;
    }

    /* Search bar stacked */
    body.landing-home-client .ng-home-search {
        grid-template-columns: 1fr;
        padding: .38rem;
    }
    body.landing-home-client .ng-home-search--simple {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 0.4rem;
        padding: 0.4rem;
    }
    body.landing-home-client .ng-home-search--simple .ng-home-search__submit {
        width: auto;
        flex: 0 0 auto;
        min-width: 4.75rem;
        padding-inline: 0.75rem;
    }
    body.landing-home-client .ng-home-search__fields {
        grid-template-columns: 1fr;
        gap: .25rem;
    }
    body.landing-home-client .ng-home-search__field + .ng-home-search__field::before {
        display: none;
    }
    body.landing-home-client .ng-home-search input,
    body.landing-home-client .ng-home-search select,
    body.landing-home-client .ng-home-search__submit {
        height: 44px;
    }
    body.landing-home-client .ng-home-search:not(.ng-home-search--simple) .ng-home-search__submit {
        width: 100%;
    }

    /* Actions */
    body.landing-home-client .ng-home-hero__actions {
        gap: .35rem;
    }
    body.landing-home-client .ng-home-action {
        min-height: 2rem;
        font-size: .72rem;
    }

    /* Chips — horizontal scroll */
    body.landing-home-client .ng-home-hero__chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .2rem;
        scrollbar-width: none;
    }
    body.landing-home-client .ng-home-hero__chips::-webkit-scrollbar {
        display: none;
    }
    body.landing-home-client .ng-home-hero__chips a {
        flex: 0 0 auto;
    }

    /* Proof */
    body.landing-home-client .ng-home-hero__proof {
        gap: .35rem .65rem;
    }

    /* Hero image */
    body.landing-home-client .ng-home-hero__image {
        width: min(100%, 400px);
    }

    /* Section headers */
    body.landing-home-client .landing-section-row {
        align-items: start;
        gap: 1rem;
    }
    body.landing-home-client .landing-inline-link--desktop {
        display: none;
    }

    /* Sections spacing */
    body.landing-home-client .ng-home-section {
        padding: clamp(2rem, 4vw, 3.5rem) 0;
    }

    /* Categories — mismo gutter lateral que Mapa local */
    body.landing-home-client .ng-home-categories .landing-container {
        width: 100%;
        max-width: 100%;
        padding-inline: max(1rem, env(safe-area-inset-left, 0px)) max(1rem, env(safe-area-inset-right, 0px));
        box-sizing: border-box;
    }
    body.landing-home-client .landing-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
    }
    body.landing-home-client .landing-category-card {
        min-height: 148px;
        padding: .95rem;
    }
    body.landing-home-client .landing-category-card h3 {
        font-size: .86rem;
    }
    body.landing-home-client .landing-category-card p {
        font-size: .72rem;
    }

    /* Map — el bloque es full-bleed; el copy y los botones necesitan gutter */
    body.landing-home-client .landing-map-block {
        padding: 1.15rem 0;
        border-radius: 18px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: clip;
    }
    body.landing-home-client .landing-map-copy {
        padding-inline: max(1rem, env(safe-area-inset-left, 0px)) max(1rem, env(safe-area-inset-right, 0px));
        box-sizing: border-box;
    }
    body.landing-home-client .home-map-preview {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        padding-inline: max(1rem, env(safe-area-inset-left, 0px)) max(1rem, env(safe-area-inset-right, 0px));
        box-sizing: border-box;
    }
    body.landing-home-client .landing-map-actions__primary {
        flex-direction: column;
        align-items: stretch;
    }
    body.landing-home-client .landing-btn-primary,
    body.landing-home-client .landing-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    /* Steps & Trust & Biz — single column */
    body.landing-home-client .landing-biz-grid {
        grid-template-columns: 1fr;
    }

    /* Trust section */
    body.landing-home-client .landing-real-businesses__grid {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }
    body.landing-home-client .landing-real-businesses__grid article {
        min-height: 190px;
        padding: 1.4rem 1.3rem;
        border-right: 0;
        border-bottom: 1px solid var(--hc-line);
    }
    body.landing-home-client .landing-real-businesses__grid article:last-child {
        border-bottom: 0;
    }
    body.landing-home-client .landing-real-businesses__grid h3 {
        margin-top: 1.6rem;
        font-size: .98rem;
    }

    /* FAQ */
    body.landing-home-client .vendly-faq {
        width: calc(100% - 32px);
    }

    /* Footer */
    body.landing-home-client .site-footer-inner {
        padding: 2.5rem 16px 1.5rem;
    }
    body.landing-home-client .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    body.landing-home-client .footer-bottom {
        margin-top: 1.5rem;
    }
}

/* Small phones */
@media (max-width: 374px) {
    body.landing-home-client .ng-home-hero h1 {
        font-size: 2.4rem;
    }
    body.landing-home-client .landing-category-grid {
        gap: .5rem;
    }
    body.landing-home-client .landing-category-card {
        min-height: 135px;
        padding: .8rem;
    }
}

/* ====================================================================
   15. REDUCED MOTION
   ==================================================================== */
@media (prefers-reduced-motion: reduce) {
    body.landing-home-client .landing-category-card,
    body.landing-home-client .landing-seller-mock__row,
    body.landing-home-client .ng-home-search__submit,
    body.landing-home-client .ng-home-action,
    body.landing-home-client .ng-home-hero__chips a,
    body.landing-home-client .landing-btn-primary,
    body.landing-home-client .landing-btn-secondary,
    body.landing-home-client .landing-seller-cta__btn,
    body.landing-home-client .home-map-preview,
    body.landing-home-client .vendly-faq__item,
    body.landing-home-client .vendly-faq__icon,
    body.landing-home-client .landing-biz-card {
        transition: none;
    }
    body.landing-home-client .ng-home-hero__image,
    body.landing-home-client .ng-home-hero__blob,
    body.landing-home-client .ng-home-hero__float {
        animation: none !important;
    }
}

/* ====================================================================
   16. BRAND POLISH — banner Herravo (pills / floats / motion / mobile)
   ==================================================================== */
body.landing-home-client .ng-home-search__submit {
    background: linear-gradient(180deg, #14b077 0%, #0e8f66 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px -10px rgba(14,143,102,.55) !important;
}

body.landing-home-client .ng-home-search__submit:hover {
    filter: brightness(1.04);
    background: linear-gradient(180deg, #16bc80 0%, #0f996d 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 28px -10px rgba(14,143,102,.55) !important;
}

@media (max-width: 800px) {
    body.landing-home-client .ng-home-hero__blob--a {
        width: min(70vw, 22rem);
        height: min(70vw, 22rem);
        top: -10%;
        right: -18%;
        opacity: .72;
    }
    body.landing-home-client .ng-home-hero__blob--b { opacity: .5; }
    body.landing-home-client .ng-home-hero__pills { max-width: none; }
    body.landing-home-client .ng-home-hero__float--pin { width: 2.5rem; top: 2%; right: 6%; }
    body.landing-home-client .ng-home-hero__float--bag { width: 2.1rem; left: 6%; }
}

@media (max-width: 520px) {
    body.landing-home-client .ng-home-hero__pills { grid-template-columns: 1fr; }
    body.landing-home-client .ng-home-hero__float { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-home-client .ng-home-hero__blob,
    body.landing-home-client .ng-home-hero__float {
        animation: none !important;
    }
}
