html { scroll-padding-top: 6rem; }
body { overflow-x: clip; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.home-header { position: sticky; top: 0; z-index: 30; background: rgb(255 255 255 / .89); backdrop-filter: blur(18px); border-bottom: 1px solid rgb(16 16 16 / .08); }
.home-header__inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.home-logo, .footer-logo { display: inline-flex; line-height: 0; }
.home-logo img { width: 6.7rem; height: auto; }
.primary-nav { display: none; align-items: center; gap: clamp(.9rem, 2vw, 2rem); font-size: .94rem; font-weight: 700; }
.primary-nav > a { text-decoration: none; position: relative; }
.primary-nav > a::after { content: ''; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 2px; background: var(--hup-brand); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg, .text-link svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button--brand { background: var(--hup-brand); color: var(--hup-black); border-color: var(--hup-brand); box-shadow: 0 8px 22px rgb(255 185 35 / .22); }
.button--brand:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgb(255 185 35 / .32); }
.menu-toggle, .icon-button { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; }
.menu-toggle svg, .icon-button svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.primary-nav.is-open { position: absolute; display: grid; align-items: stretch; gap: .15rem; inset: calc(100% + .6rem) 1rem auto; padding: .75rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.primary-nav.is-open a { padding: .65rem; }.primary-nav.is-open .nav-cta { margin-top: .5rem; }
.home-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(3rem, 7vw, 6.25rem) 0 clamp(4rem, 8vw, 7rem); background: #101010; color: var(--paper); }
.home-hero::after { content: ''; position: absolute; inset: auto -7rem -10rem auto; z-index: -1; width: 33rem; aspect-ratio: 1; border-radius: 50%; background: var(--hup-brand); filter: blur(100px); opacity: .12; }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }.hero-orb--one { width: 20rem; aspect-ratio: 1; top: -13rem; left: -10rem; background: rgb(255 185 35 / .2); filter: blur(70px); }.hero-orb--two { width: 15rem; aspect-ratio: 1; right: 6%; top: 10%; background: rgb(255 255 255 / .06); filter: blur(50px); }
.home-hero__grid { display: grid; gap: 2.5rem; align-items: center; }.eyebrow { margin: 0 0 1rem; color: var(--hup-brand); font-size: .72rem; line-height: 1.2; letter-spacing: .13em; font-weight: 850; text-transform: uppercase; }
.home-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3rem, 8vw, 6.35rem); line-height: .92; letter-spacing: -.075em; }.home-hero h1 span { display: block; min-height: 1em; color: var(--hup-brand); transition: opacity .17s ease, transform .17s ease; }.home-hero h1 span.is-changing { opacity: 0; transform: translateY(.16em); }
.home-hero__lead { max-width: 38rem; margin: 1.6rem 0 0; color: rgb(255 255 255 / .78); font-size: clamp(1rem, 1.45vw, 1.16rem); }.home-hero__content > .button { margin-top: 1.8rem; }
.benefits-list { display: grid; grid-template-columns: 1fr; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }.benefits-list li { display: flex; align-items: center; gap: .6rem; color: rgb(255 255 255 / .8); font-size: .87rem; }.benefits-list svg { flex: none; width: 1.2rem; height: 1.2rem; padding: .18rem; border-radius: 50%; background: var(--hup-brand); color: var(--hup-black); fill: none; stroke: currentColor; stroke-width: 3; }.benefits-list b { color: var(--paper); }
.home-hero__visual { position: relative; }.hero-image-frame { position: relative; overflow: hidden; border: 1px solid rgb(255 255 255 / .12); border-radius: clamp(1.25rem, 3vw, 2rem); background: linear-gradient(135deg, #30302e, #151515); box-shadow: 0 30px 80px rgb(0 0 0 / .38); }.hero-image-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1.28; object-fit: cover; }.hero-image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgb(0 0 0 / .28), transparent 48%); pointer-events: none; }.hero-float-card { position: absolute; z-index: 1; left: 1rem; bottom: 1rem; max-width: 11rem; padding: .85rem 1rem; border: 1px solid rgb(255 255 255 / .25); border-radius: 1rem; background: rgb(16 16 16 / .68); box-shadow: 0 15px 32px rgb(0 0 0 / .22); backdrop-filter: blur(10px); }.hero-float-card span { display: block; margin-bottom: .2rem; color: var(--hup-brand); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.hero-float-card strong { font-size: .88rem; line-height: 1.1; }
.home-section, .about-section { padding: clamp(4.5rem, 9vw, 8rem) 0; }.home-section__header { display: grid; gap: .2rem; max-width: 45rem; margin-bottom: clamp(2rem, 5vw, 4rem); }.home-section__header h2, .pdv-panel h2, .about-section h2 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.065em; }.home-section__header h2 em { color: #72726d; font-style: normal; }.home-section__header > p:last-child, .pdv-panel p, .about-section__content > p { margin: 1.2rem 0 0; color: #5d5d57; font-size: 1.04rem; }
.segments-grid { display: grid; grid-template-columns: 1fr; gap: .9rem; }.segment-card { position: relative; isolation: isolate; display: block; min-height: 19rem; overflow: hidden; border-radius: 1.25rem; color: var(--paper); background: #252525; box-shadow: var(--shadow-sm); text-decoration: none; }.segment-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2, .8, .2, 1); }.segment-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgb(0 0 0 / .75)); transition: background .3s ease; }.segment-card__content { position: absolute; z-index: 1; inset: auto 1rem 1rem; display: flex; align-items: end; justify-content: space-between; gap: .75rem; }.segment-card strong { font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1; letter-spacing: -.04em; }.segment-card small { display: inline-flex; align-items: center; gap: .25rem; font-size: .74rem; font-weight: 800; white-space: nowrap; }.segment-card small svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 2; }.segment-card:hover img { transform: scale(1.06); }.segment-card:hover .segment-card__overlay { background: linear-gradient(180deg, rgb(0 0 0 / .08), rgb(0 0 0 / .86)); }
.pdv-section { padding: 0 0 clamp(4.5rem, 9vw, 8rem); }.pdv-panel { display: grid; overflow: hidden; border-radius: clamp(1.25rem, 3vw, 2rem); background: var(--hup-pdv); color: var(--paper); box-shadow: 0 25px 56px rgb(0 12 57 / .2); }.pdv-panel__content { padding: clamp(2rem, 5vw, 5rem); }.pdv-panel__content .eyebrow { color: #9cb9ff; }.pdv-panel h2 { max-width: 10ch; }.pdv-panel p { color: rgb(255 255 255 / .72); max-width: 31rem; }.pdv-panel img { width: 100%; height: 100%; min-height: 18rem; object-fit: cover; }.text-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.7rem; color: var(--paper); font-weight: 800; text-decoration: none; }.text-link:hover { color: var(--hup-brand); }
.about-section { background: var(--surface); }.about-section__grid { display: grid; gap: clamp(2rem, 6vw, 6rem); align-items: center; }.about-section__image { overflow: hidden; border-radius: 1.3rem; box-shadow: var(--shadow-md); }.about-section__image img { display: block; width: 100%; height: auto; aspect-ratio: 1.32; object-fit: cover; }.about-section__content { max-width: 35rem; }.about-section__content > p { line-height: 1.7; }
.home-footer { padding: 3.25rem 0 1.5rem; background: var(--hup-black); color: var(--paper); }.home-footer__grid { display: grid; gap: 2.5rem; }.footer-logo img { width: 7.3rem; height: auto; }.footer-summary { max-width: 18rem; margin: 1.2rem 0 0; color: rgb(255 255 255 / .64); font-size: .9rem; }.home-footer h2 { margin: 0 0 1rem; color: var(--hup-brand); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }.home-footer nav, .home-footer__grid > div:last-child { display: grid; gap: .55rem; }.home-footer a { color: rgb(255 255 255 / .78); font-size: .92rem; text-decoration: none; }.home-footer a:hover { color: var(--hup-brand); }.social-links { display: flex !important; gap: .5rem; margin-top: .55rem; }.social-links a { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid rgb(255 255 255 / .22); border-radius: 50%; }.social-links svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }.social-links a:nth-child(2) svg, .social-links a:nth-child(3) svg { fill: currentColor; stroke: none; }.home-footer__legal { display: flex; flex-direction: column; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / .14); color: rgb(255 255 255 / .46); font-size: .75rem; }.home-footer__legal > span:last-child { display: flex; flex-wrap: wrap; gap: 1rem; }
.specialist-modal { width: min(calc(100% - 2rem), 34rem); border: 0; border-radius: 1.5rem; box-shadow: 0 28px 70px rgb(0 0 0 / .32); }.specialist-modal::backdrop { background: rgb(0 0 0 / .62); backdrop-filter: blur(4px); }.specialist-modal.is-open { position: fixed; z-index: 50; inset: 50% auto auto 50%; display: block; max-height: calc(100vh - 2rem); overflow: auto; transform: translate(-50%, -50%); }.specialist-modal.is-open::before { content: ''; position: fixed; z-index: -1; inset: -100vmax; background: rgb(0 0 0 / .62); }.specialist-modal__top { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem .5rem 1.5rem; }.specialist-modal__top p { margin: 0; color: #666660; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.specialist-modal__body { padding: .8rem 1.5rem 1.8rem; }.specialist-modal__body h2 { margin: 0; font-size: clamp(1.8rem, 5vw, 2.7rem); line-height: 1; letter-spacing: -.06em; }.specialist-modal__body p { margin: 1rem 0 1.5rem; color: #5d5d57; }
.specialist-form { margin-top: 1.5rem; }.form-grid { display: grid; gap: .9rem; }.form-field { display: grid; gap: .35rem; }.form-field label, .form-consent { color: #353530; font-size: .88rem; font-weight: 750; }.form-field input, .form-field select { min-width: 0; min-height: 2.8rem; padding: .65rem .8rem; border: 1px solid #c9c9c0; border-radius: .65rem; background: #fff; color: #161616; font: inherit; }.form-field input:focus, .form-field select:focus { outline: 3px solid rgb(255 185 35 / .35); outline-offset: 1px; border-color: #9a6800; }.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"] { border-color: #b42318; }.form-error { margin: 0; color: #b42318; font-size: .78rem; }.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }.form-consent { display: flex; align-items: flex-start; gap: .6rem; margin-top: 1.15rem; font-weight: 500; line-height: 1.45; }.form-consent input { flex: none; width: 1.05rem; height: 1.05rem; margin-top: .18rem; accent-color: #a56b00; }.form-consent a { color: #5c3d00; text-decoration-thickness: 1.5px; }.form-status { min-height: 1.45em; margin: 1rem 0 0 !important; font-weight: 700; }.form-status[data-state="error"] { color: #b42318; }.form-status[data-state="success"] { color: #166534; }.form-submit { width: 100%; margin-top: .6rem; }.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.whatsapp-float { position: fixed; z-index: 20; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .45rem; padding: .68rem .85rem; border-radius: 999px; background: #25D366; color: #073b1a; box-shadow: 0 13px 30px rgb(0 0 0 / .18); font-size: .82rem; font-weight: 850; text-decoration: none; transition: transform .2s ease; }.whatsapp-float:hover { transform: translateY(-2px); }.whatsapp-float svg { width: 1.2rem; height: 1.2rem; fill: currentColor; }
.home-reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .25, 1); }.home-reveal.is-visible { opacity: 1; transform: none; }
@media (min-width: 48rem) { .home-header__inner { min-height: 5.5rem; }.home-logo img { width: 7.4rem; }.menu-toggle { display: none; }.primary-nav { display: flex; }.home-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(19rem, .92fr); gap: clamp(2rem, 6vw, 6rem); }.benefits-list { grid-template-columns: repeat(3, 1fr); }.segments-grid { grid-template-columns: repeat(2, 1fr); }.segment-card { min-height: 22rem; }.pdv-panel { grid-template-columns: 1fr 1fr; }.pdv-panel img { min-height: 100%; }.about-section__grid { grid-template-columns: 1fr 1fr; }.home-footer__grid { grid-template-columns: 1.35fr .75fr 1fr; }.home-footer__legal { flex-direction: row; justify-content: space-between; align-items: center; } }
@media (min-width: 90rem) { .home-hero { min-height: 43rem; display: grid; align-items: center; }.segments-grid { grid-template-columns: repeat(5, 1fr); }.segment-card { min-height: 19rem; }.segment-card:nth-child(3n + 1) { min-height: 22rem; }.home-section__header { grid-template-columns: 1fr 1.05fr; max-width: none; column-gap: 4rem; }.home-section__header .eyebrow { grid-column: 1 / -1; }.home-section__header > p:last-child { align-self: end; margin-bottom: .5rem; }.whatsapp-float { right: 1.5rem; bottom: 1.5rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }.home-reveal { opacity: 1; transform: none; } }
