:root {
    --hn-ink: #07111f;
    --hn-muted: #506176;
    --hn-soft: #f4f8fd;
    --hn-line: #d7e5f4;
    --hn-accent: #27b7ee;
    --hn-accent-dark: #0e96d4;
    --hn-green: #244136;
    --hn-dark: #071827;
    --hn-radius: 10px;
}

.hn-preview {
    background: #ffffff;
    color: var(--hn-ink);
    overflow-x: hidden;
}

.hn-preview .tn-header {
    border-top: 6px solid var(--hn-green);
}

.hn-preview a {
    text-decoration: none;
}

.hn-section,
.hn-hero,
.hn-form-section {
    scroll-margin-top: 88px;
}

.hn-hero {
    position: relative;
    min-height: auto;
    overflow: hidden;
    padding: 100px 0 46px;
    background:
        radial-gradient(circle at 78% 28%, rgba(39, 183, 238, 0.24), transparent 28%),
        linear-gradient(135deg, #f7fcff 0%, #eef8ff 46%, #ffffff 100%);
}

.hn-hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -16% 42%;
    width: 64vw;
    height: 64vw;
    border-radius: 50%;
    z-index: 0;
    background: radial-gradient(circle, rgba(36, 65, 54, 0.14), transparent 66%);
    pointer-events: none;
}

.hn-hero .tn-container {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(500px, 0.9fr);
    gap: clamp(24px, 4vw, 58px);
    min-height: min(590px, calc(100vh - 86px));
    align-items: center;
}

.hn-hero__stage {
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    width: min(100%, 560px);
    aspect-ratio: 1 / 0.92;
    justify-self: end;
    transform: none;
    pointer-events: none;
}

.hn-stage__glow,
.hn-stage__webgl,
.hn-stage__network,
.hn-stage__core,
.hn-stage__card,
.hn-stage__marketplaces,
.hn-stage__mp {
    position: absolute;
}

.hn-stage__glow {
    inset: 8%;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(218, 241, 248, 0.94), rgba(166, 213, 228, 0.52)),
        radial-gradient(circle at 24% 18%, rgba(39, 183, 238, 0.42), transparent 34%),
        radial-gradient(circle at 78% 72%, rgba(7, 44, 66, 0.24), transparent 38%);
    border: 1px solid rgba(102, 190, 226, 0.58);
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18), inset 0 0 70px rgba(8, 62, 88, 0.1);
    transform: rotate(-3deg);
}

.hn-stage__glow::before {
    content: "";
    position: absolute;
    inset: 7%;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(20, 148, 190, 0.14) 1px, transparent 1px) 0 0 / 38px 38px,
        linear-gradient(0deg, rgba(20, 148, 190, 0.12) 1px, transparent 1px) 0 0 / 38px 38px;
    opacity: 0.76;
    transform: rotate(3deg);
}

.hn-stage__webgl {
    inset: -8%;
    z-index: 1;
    display: block;
    width: 116%;
    height: 116%;
    opacity: 0;
    transition: opacity 420ms ease-out;
}

.hn-hero__stage.is-webgl-active .hn-stage__webgl {
    opacity: 1;
}

.hn-hero__stage.is-webgl-active .hn-stage__network {
    opacity: 0.34;
}

.hn-stage__network {
    inset: 6%;
    z-index: 1;
    overflow: visible;
    filter: drop-shadow(0 0 10px rgba(39, 183, 238, 0.18));
    transition: opacity 320ms ease-out;
}

.hn-network__primary path,
.hn-network__secondary path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hn-network__primary path {
    stroke: rgba(20, 181, 230, 0.82);
    stroke-width: 0.38;
    stroke-dasharray: 8 5;
    animation: hnNetworkFlow 2.3s linear infinite;
}

.hn-network__secondary path {
    stroke: rgba(20, 181, 230, 0.38);
    stroke-width: 0.22;
}

.hn-network__nodes circle {
    fill: rgba(39, 183, 238, 0.95);
    filter: drop-shadow(0 0 6px rgba(39, 183, 238, 0.75));
    transform-box: fill-box;
    transform-origin: center;
    animation: hnNodePulse 2.4s ease-in-out infinite;
}

.hn-network__nodes circle:nth-child(3n) {
    animation-delay: -1.4s;
}

.hn-network__nodes circle:nth-child(4n) {
    animation-delay: -2.7s;
}

.hn-network__pulses circle {
    fill: #ffffff;
    filter: drop-shadow(0 0 8px rgba(39, 183, 238, 0.95)) drop-shadow(0 0 14px rgba(39, 183, 238, 0.52));
}

.hn-stage__core {
    left: 50%;
    top: 50%;
    display: grid;
    justify-items: center;
    gap: 4px;
    width: 150px;
    min-height: 150px;
    padding: 18px;
    border: 1px solid rgba(39, 183, 238, 0.3);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
    transform: translate(-50%, -50%);
    z-index: 4;
    animation: hnCorePulse 6.4s ease-in-out infinite;
}

.hn-stage__core img {
    width: 112px;
    height: auto;
}

.hn-stage__card span {
    color: var(--hn-muted);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hn-stage__line {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(39, 183, 238, 0.72), transparent);
    opacity: 0.82;
    animation: hnLinePulse 3.4s ease-in-out infinite;
}

.hn-stage__line--one {
    left: 14%;
    right: 16%;
    top: 50%;
}

.hn-stage__line--two {
    left: 20%;
    right: 20%;
    top: 50%;
    transform: rotate(90deg);
}

.hn-stage__card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 150px;
    min-height: 74px;
    padding: 12px;
    border: 1px solid rgba(215, 229, 244, 0.95);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
    animation: hnFloat 6s ease-in-out infinite;
    z-index: 3;
    transition: box-shadow 180ms ease-out, transform 180ms ease-out, border-color 180ms ease-out;
}

.hn-stage__card.is-signal,
.hn-stage__mp.is-signal {
    border-color: rgba(39, 183, 238, 0.72);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.13), 0 0 0 1px rgba(39, 183, 238, 0.22), 0 0 34px rgba(39, 183, 238, 0.32);
}

.hn-stage__mp.is-signal {
    border-color: rgba(39, 183, 238, 0.42);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1), 0 0 18px rgba(39, 183, 238, 0.18);
}

.hn-stage__card strong {
    color: var(--hn-ink);
    font-size: 1rem;
    line-height: 1.22;
}

.hn-stage__card img {
    display: block;
    max-width: 118px;
    max-height: 42px;
    object-fit: contain;
}

.hn-stage__card--ml {
    background: rgba(255, 255, 255, 0.9);
}

.hn-stage__card--ml img {
    max-width: 118px;
    max-height: 42px;
}

.hn-stage__card--icon img {
    width: 34px;
    height: 34px;
}

.hn-stage__card--icon span {
    color: #52637a;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: none;
}

.hn-stage__card--store {
    left: 13%;
    top: 14%;
    animation-delay: -1.7s;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12), 0 0 30px rgba(39, 183, 238, 0.1);
}

.hn-stage__card--market {
    right: 0;
    top: 18%;
    animation-delay: -1.2s;
}

.hn-stage__card--ads {
    left: 9%;
    bottom: 14%;
    width: 168px;
    animation-delay: -2.2s;
}

.hn-stage__card--ads img {
    width: 128px;
    max-width: 128px;
    max-height: 44px;
}

.hn-stage__card--ops {
    right: 4%;
    bottom: 10%;
    animation-delay: -3.1s;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(39, 183, 238, 0.08), 0 0 28px rgba(39, 183, 238, 0.12);
}

.hn-stage__card--analytics {
    left: 43%;
    top: 2%;
    width: 86px;
    min-height: 72px;
    animation-delay: -0.6s;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12), 0 0 30px rgba(249, 171, 0, 0.14);
}

.hn-stage__card--analytics img {
    width: 46px;
    max-width: 46px;
    height: auto;
}

.hn-stage__marketplaces {
    inset: 0;
    z-index: 2;
}

.hn-stage__mp {
    display: grid;
    place-items: center;
    width: 58px;
    min-height: 38px;
    padding: 8px;
    border: 1px solid rgba(215, 229, 244, 0.88);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    animation: hnMiniNode 7.6s ease-in-out infinite;
    transition: opacity 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out, transform 180ms ease-out;
}

.hn-stage__mp img {
    display: block;
    max-width: 44px;
    max-height: 22px;
    object-fit: contain;
}

.hn-stage__mp--fravega {
    left: 2%;
    top: 40%;
    animation-delay: -0.7s;
}

.hn-stage__mp--cetrogar {
    right: 8%;
    top: 5%;
    animation-delay: -2.9s;
}

.hn-stage__mp--bna {
    left: 34%;
    bottom: 2%;
    animation-delay: -4.4s;
}

.hn-stage__mp--icbc {
    right: -1%;
    top: 48%;
    animation-delay: -1.8s;
}

.hn-stage__mp--macro {
    left: 3%;
    top: 62%;
    animation-delay: -5.2s;
}

.hn-stage__mp--garbarino {
    right: 31%;
    bottom: 2%;
    animation-delay: -3.6s;
}

.hn-stage__mp--oncity {
    right: 33%;
    top: 22%;
    animation-delay: -1.1s;
}

.hn-stage__mp--avenida {
    left: -2%;
    top: 22%;
    animation-delay: -6.1s;
}

.hn-stage__mp--megatone {
    right: 1%;
    bottom: 24%;
    animation-delay: -2.2s;
}

.hn-stage__mp--provincia {
    right: 22%;
    top: 5%;
    animation-delay: -4.9s;
}

.hn-stage__mp--clic {
    left: 18%;
    top: 4%;
    animation-delay: -3.2s;
}

.hn-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 640px;
}

.hn-badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--hn-line);
    border-radius: var(--hn-radius);
    background: rgba(255, 255, 255, 0.9);
    color: var(--hn-ink);
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.hn-badge span {
    white-space: normal;
}

.hn-hero h1 {
    max-width: 680px;
    color: var(--hn-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.03;
}

.hn-hero__lead {
    max-width: 660px;
    color: var(--hn-muted);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.65;
}

.hn-check-list {
    display: grid;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.hn-check-list li {
    position: relative;
    padding-left: 24px;
    color: #26384f;
    font-weight: 800;
    line-height: 1.45;
}

.hn-check-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hn-accent), var(--hn-green));
}

.hn-actions,
.hn-center-action {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hn-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    color: #26384f;
    font-size: 0.9rem;
    font-weight: 850;
}

.hn-hero__proof span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding-right: 18px;
}

.hn-hero__proof span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--hn-accent);
}

.hn-section {
    padding: 72px 0;
}

.hn-section--soft {
    background: var(--hn-soft);
}

.hn-section--dark {
    background: linear-gradient(135deg, #08111f 0%, #073657 100%);
    color: #ffffff;
}

.hn-section__head {
    display: grid;
    gap: 14px;
    max-width: 860px;
    margin-bottom: 28px;
}

.hn-section__head h2,
.hn-form-aside h2 {
    color: var(--hn-ink);
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    line-height: 1.05;
}

.hn-section__head p,
.hn-form-aside p {
    color: var(--hn-muted);
    font-size: 1rem;
    line-height: 1.68;
}

.hn-section--dark .tn-kicker {
    color: var(--hn-accent);
}

.hn-section--dark .hn-section__head h2,
.hn-section--dark .hn-section__head p,
.hn-section--dark .hn-proof-card strong,
.hn-section--dark .hn-proof-card p {
    color: #ffffff;
}

.hn-section--dark .hn-section__head p,
.hn-section--dark .hn-proof-card p {
    color: #d7e7f7;
}

.hn-service-grid,
.hn-router-grid,
.hn-tools-grid,
.hn-proof-grid,
.hn-steps {
    display: grid;
    gap: 16px;
}

.hn-card,
.hn-service-card,
.hn-router-grid a,
.hn-tools-grid a,
.hn-proof-card,
.hn-step {
    border: 1px solid var(--hn-line);
    border-radius: var(--hn-radius);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.hn-service-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    gap: 12px;
    padding: 20px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hn-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(39, 183, 238, 0.55);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

.hn-service-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 58px;
    margin-bottom: 2px;
}

.hn-service-logo img {
    display: block;
    max-width: 132px;
    max-height: 48px;
    object-fit: contain;
}

.hn-service-logo--tn {
    justify-content: center;
    width: 152px;
    border: 1px solid var(--hn-line);
    border-radius: 8px;
    background: #ffffff;
}

.hn-service-logo--tn img {
    max-width: 122px;
}

.hn-service-logo--ml {
    justify-content: center;
    width: 152px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--hn-line);
}

.hn-service-logo--ml img {
    max-width: 122px;
    max-height: 38px;
}

.hn-service-logo--stack {
    gap: 8px;
}

.hn-service-logo--stack img {
    width: 42px;
    height: 42px;
    padding: 7px;
    border: 1px solid var(--hn-line);
    border-radius: 10px;
    background: #ffffff;
}

.hn-service-logo--image img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
}

.hn-service-card span {
    color: var(--hn-accent-dark);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hn-service-card h3 {
    color: var(--hn-ink);
    font-size: 1.16rem;
    line-height: 1.25;
    overflow-wrap: break-word;
}

.hn-service-card p,
.hn-tools-grid a span {
    color: var(--hn-muted);
    line-height: 1.58;
    overflow-wrap: break-word;
}

.hn-service-card a {
    margin-top: auto;
}

.hn-service-card a,
.hn-router-grid a strong,
.hn-tools-grid a strong {
    color: var(--hn-accent-dark);
    font-weight: 950;
}

.hn-router-grid a,
.hn-tools-grid a {
    display: grid;
    gap: 10px;
    min-height: 132px;
    padding: 20px;
    color: var(--hn-ink);
    font-weight: 850;
    line-height: 1.42;
}

.hn-router-grid a {
    align-content: space-between;
}

.hn-proof-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.hn-proof-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.08rem;
}

.hn-marketplace-grid,
.co-marketplace-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.co-marketplace-logo,
.hn-state-card {
    border: 1px solid var(--hn-line);
    border-radius: var(--hn-radius);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.co-marketplace-logo {
    --logo-max-w: 90%;
    --logo-max-h: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 16px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.co-marketplace-logo:hover {
    transform: translateY(-3px);
    border-color: rgba(39, 183, 238, 0.52);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.co-marketplace-logo img {
    display: block;
    max-width: var(--logo-max-w);
    max-height: var(--logo-max-h);
    object-fit: contain;
}

.co-marketplace-logo--fravega {
    --logo-max-w: 88%;
    --logo-max-h: 70px;
}

.co-marketplace-logo--cetrogar {
    --logo-max-w: 76%;
    --logo-max-h: 82px;
}

.co-marketplace-logo--tienda-bna {
    --logo-max-w: 96%;
    --logo-max-h: 46px;
}

.co-marketplace-logo--icbc {
    --logo-max-w: 72%;
    --logo-max-h: 82px;
}

.co-marketplace-logo--macro {
    --logo-max-w: 84%;
    --logo-max-h: 70px;
}

.co-marketplace-logo--garbarino {
    --logo-max-w: 72%;
    --logo-max-h: 76px;
}

.co-marketplace-logo--oncity {
    --logo-max-w: 82%;
    --logo-max-h: 70px;
}

.co-marketplace-logo--avenida {
    --logo-max-w: 84%;
    --logo-max-h: 50px;
}

.co-marketplace-logo--megatone {
    --logo-max-w: 96%;
    --logo-max-h: 48px;
}

.co-marketplace-logo--provincia {
    --logo-max-w: 72%;
    --logo-max-h: 76px;
}

.co-marketplace-logo--tienda-clic {
    --logo-max-w: 78%;
    --logo-max-h: 72px;
}

.co-marketplace-logo--mercado-libre {
    --logo-max-w: 92%;
    --logo-max-h: 52px;
}

.hn-state-card span {
    color: var(--hn-accent);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hn-before-after__grid {
    display: grid;
    gap: 16px;
}

.hn-state-card {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.hn-state-card h3 {
    color: var(--hn-ink);
    font-size: 1.3rem;
}

.hn-state-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.hn-state-card--before {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.hn-state-card--after {
    border-color: rgba(39, 183, 238, 0.42);
    background: linear-gradient(180deg, #effbff, #ffffff);
}

.hn-step {
    padding: 18px;
}

.hn-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #dff7ff;
    color: var(--hn-ink);
    font-weight: 900;
}

.hn-step h3 {
    color: var(--hn-ink);
    font-size: 1.05rem;
}

.hn-step p {
    margin-top: 8px;
    color: var(--hn-muted);
    line-height: 1.5;
}

.tn-section__head--split {
    display: grid;
    gap: 20px;
}

.tn-google-card {
    display: grid;
    gap: 8px;
    align-content: center;
    width: min(100%, 310px);
    min-height: 110px;
    padding: 18px;
    border: 1px solid #b9e6fb;
    border-radius: var(--hn-radius);
    background: #f0fbff;
    color: var(--hn-ink);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.tn-google-card strong {
    color: var(--hn-ink);
    font-size: 1.3rem;
}

.tn-google-card strong span,
.tn-social-card__rating {
    color: #f59e0b;
}

.tn-google-card em {
    color: var(--hn-accent-dark);
    font-style: normal;
    font-weight: 900;
}

.tn-social-carousel {
    position: relative;
}

.tn-social-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.tn-social-card {
    display: grid;
    flex: 0 0 min(360px, 82vw);
    gap: 14px;
    min-height: 270px;
    padding: 22px;
    border: 1px solid var(--hn-line);
    border-radius: var(--hn-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    scroll-snap-align: start;
}

.tn-social-card__logo {
    width: 150px;
    height: 68px;
    object-fit: contain;
    padding: 8px;
    border: 1px solid var(--hn-line);
    border-radius: 8px;
    background: #ffffff;
}

.tn-social-card__logo--smartdispenser {
    width: 180px;
}

.tn-social-card p {
    color: var(--hn-ink);
    font-weight: 780;
    line-height: 1.55;
}

.tn-social-card cite {
    color: #52637a;
    font-style: normal;
    font-weight: 850;
}

.tn-carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--hn-line);
    border-radius: 50%;
    background: #ffffff;
    color: var(--hn-ink);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    cursor: pointer;
}

.tn-carousel-btn--prev {
    left: -18px;
}

.tn-carousel-btn--next {
    right: -18px;
}

.hn-form-section {
    padding: 72px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.hn-form-section .tn-form-layout {
    gap: 28px;
}

.hn-form-section .tn-form,
.hn-form-aside {
    min-width: 0;
}

.hn-form-aside {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--hn-line);
    border-radius: var(--hn-radius);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.hn-form-aside__box {
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding: 16px;
    border: 1px solid var(--hn-line);
    border-radius: var(--hn-radius);
    background: #f7fbff;
}

.hn-form-aside__box ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
    color: #273a55;
}

.hn-form-aside__box li {
    padding-left: 4px;
}

.hn-form input,
.hn-form select,
.hn-form textarea {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.hn-form .tn-choice-group {
    margin: 0;
    padding: 0;
    border: 0;
}

.hn-form .tn-choice-card input {
    width: 18px;
    min-height: 18px;
}

.hn-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.hn-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hn-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: none;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--hn-line);
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.12);
}

.hn-sticky-cta.visible {
    display: block;
}

.hn-sticky-cta .tn-button {
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
}

@media (max-width: 767px) {
    .hn-preview {
        padding-bottom: 78px;
    }

    .hn-preview .tn-nav {
        min-height: 66px;
    }

    .hn-preview .tn-nav__brand img {
        width: 74px;
    }

    .hn-hero {
        min-height: auto;
        padding: 104px 0 42px;
    }

    .hn-hero .tn-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        width: min(100% - 28px, var(--tn-max));
        min-height: 0;
    }

    .hn-hero__content {
        width: 100%;
        max-width: min(100%, 340px);
    }

    .hn-hero__stage {
        position: relative;
        top: auto;
        right: auto;
        width: min(330px, 100%);
        max-width: 100%;
        margin-top: 26px;
        transform: none;
        aspect-ratio: 1 / 0.92;
        justify-self: center;
        overflow: visible;
        border-radius: 22px;
    }

    .hn-hero h1 {
        max-width: min(100%, 340px);
        overflow-wrap: break-word;
        font-size: clamp(1.38rem, 6.8vw, 1.72rem);
        line-height: 1.02;
    }

    .hn-badge {
        width: min(100%, 340px);
        font-size: 0.82rem;
        line-height: 1.25;
    }

    .hn-hero__lead,
    .hn-check-list li {
        max-width: min(100%, 340px);
        font-size: 0.95rem;
    }

    .hn-actions,
    .hn-hero__proof {
        max-width: min(100%, 340px);
    }

    .hn-stage__card {
        width: 96px;
        min-height: 62px;
        padding: 10px;
    }

    .hn-stage__card strong {
        font-size: 0.76rem;
    }

    .hn-stage__card img {
        max-width: 76px;
        max-height: 30px;
    }

    .hn-stage__card--icon img {
        width: 26px;
        height: 26px;
    }

    .hn-stage__card--icon span {
        font-size: 0.62rem;
    }

    .hn-stage__core {
        width: 108px;
        min-height: 108px;
        padding: 14px;
    }

    .hn-stage__core img {
        width: 76px;
    }

    .hn-stage__card--store,
    .hn-stage__card--ads {
        left: 6%;
    }

    .hn-stage__card--market,
    .hn-stage__card--ops {
        right: 14%;
    }

    .hn-stage__card--analytics {
        left: 40%;
        top: 3%;
        width: 62px;
        min-height: 58px;
    }

    .hn-stage__card--analytics img {
        width: 36px;
        max-width: 36px;
    }

    .hn-stage__card--ads {
        bottom: 13%;
        width: 112px;
    }

    .hn-stage__card--ads img {
        width: 84px;
        max-width: 84px;
        max-height: 30px;
    }

    .hn-stage__network {
        inset: 5% 2% 4%;
    }

    .hn-stage__webgl {
        inset: -6% -4%;
        width: 108%;
        height: 112%;
    }

    .hn-stage__mp {
        width: 34px;
        min-height: 25px;
        padding: 4px;
        border-radius: 8px;
        opacity: 0.86;
    }

    .hn-stage__mp img {
        max-width: 27px;
        max-height: 14px;
    }

    .hn-stage__mp--fravega {
        left: 1%;
        top: 39%;
    }

    .hn-stage__mp--cetrogar {
        right: 3%;
        top: 4%;
    }

    .hn-stage__mp--bna {
        left: 35%;
        bottom: 2%;
    }

    .hn-stage__mp--icbc {
        right: 0;
        top: 49%;
    }

    .hn-stage__mp--macro {
        left: 3%;
        top: 66%;
    }

    .hn-stage__mp--garbarino {
        right: 28%;
        bottom: 2%;
    }

    .hn-stage__mp--oncity {
        right: 32%;
        top: 22%;
    }

    .hn-stage__mp--avenida {
        left: 1%;
        top: 24%;
    }

    .hn-stage__mp--megatone {
        right: 1%;
        bottom: 26%;
    }

    .hn-stage__mp--provincia {
        right: 22%;
        top: 5%;
        left: auto;
    }

    .hn-stage__mp--clic {
        left: 17%;
        top: 4%;
    }

    .hn-hero__content,
    .hn-section__head,
    .hn-service-grid,
    .hn-router-grid,
    .hn-tools-grid,
    .hn-proof-grid,
    .hn-steps,
    .hn-form-section .tn-form-layout,
    .hn-form-section .tn-form,
    .hn-form-aside {
        width: 100%;
        max-width: calc(100vw - 24px);
        min-width: 0;
        box-sizing: border-box;
    }

    .hn-service-grid,
    .hn-router-grid,
    .hn-tools-grid,
    .hn-proof-grid,
    .hn-steps,
    .hn-form-section .tn-form-layout,
    .footer__grid,
    .ecoma-footer__grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .hn-section__head {
        max-width: min(100%, calc(100vw - 28px));
        overflow: hidden;
    }

    .hn-section,
    .hn-form-section {
        padding: 54px 0;
    }

    .hn-section__head h2,
    .hn-form-aside h2 {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: break-word;
        text-wrap: balance;
        font-size: clamp(1.36rem, 6.7vw, 1.68rem);
        line-height: 1.12;
    }

    .hn-section__head p,
    .hn-form-aside p,
    .hn-form-aside__box,
    .hn-form-aside__box li,
    .hn-service-card h3,
    .hn-service-card p,
    .hn-router-grid a,
    .hn-router-grid a strong,
    .hn-tools-grid a,
    .hn-tools-grid a strong,
    .hn-proof-card,
    .hn-proof-card strong,
    .hn-proof-card p {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .hn-actions .tn-button {
        width: 100%;
    }

    .hn-preview .tn-form,
    .hn-form-aside {
        padding: 18px;
    }

    .hn-form-section .tn-container,
    .hn-form-section .tn-form-layout,
    .hn-preview .tn-form,
    .hn-form-aside,
    .hn-form .tn-form__field,
    .hn-form .tn-choice-group {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .hn-form input,
    .hn-form select,
    .hn-form textarea {
        width: 100%;
    }

    .hn-form .tn-choice-card {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        align-items: start;
        width: 100%;
        box-sizing: border-box;
        padding: 12px;
    }

    .hn-form .tn-choice-card span,
    .hn-form .tn-choice-group legend,
    .hn-form .tn-choice-group__hint,
    .hn-form label {
        min-width: 0;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hn-form .tn-choice-card input {
        margin-top: 2px;
    }

    .hn-sticky-cta {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        overflow: hidden;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .hn-sticky-cta .tn-button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 0.94rem;
        line-height: 1.2;
        text-align: center;
        overflow-wrap: break-word;
    }

    .hn-service-logo {
        height: 52px;
    }
}

@media (max-width: 560px) {
    .tn-carousel-btn {
        display: none;
    }

    .tn-social-card {
        flex: 0 0 calc(100vw - 40px);
        min-height: 0;
        padding: 18px;
    }
}

@media (max-width: 340px) {
    .hn-hero h1 {
        font-size: 1.55rem;
    }

    .hn-hero__lead,
    .hn-check-list li {
        font-size: 0.92rem;
    }

    .hn-preview .tn-button {
        font-size: 0.86rem;
        padding-right: 10px;
        padding-left: 10px;
    }

    .hn-sticky-cta .tn-button {
        font-size: 0.84rem;
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (min-width: 768px) {
    .hn-section,
    .hn-form-section {
        padding: 84px 0;
    }

    .hn-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hn-router-grid,
    .hn-tools-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hn-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hn-before-after__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hn-steps {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .tn-section__head--split {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
        align-items: end;
    }
}

@media (min-width: 1024px) {
    .hn-service-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .hn-service-card {
        min-height: 318px;
        padding: 18px;
    }

    .hn-service-card h3 {
        font-size: 1.05rem;
    }

    .hn-service-card p {
        font-size: 0.94rem;
    }

    .hn-marketplace-grid,
    .co-marketplace-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .co-marketplace-logo {
        min-height: 118px;
    }

    .co-marketplace-logo--fravega {
        --logo-max-h: 78px;
    }

    .co-marketplace-logo--cetrogar {
        --logo-max-h: 90px;
    }

    .co-marketplace-logo--tienda-bna {
        --logo-max-h: 54px;
    }

    .co-marketplace-logo--icbc {
        --logo-max-h: 90px;
    }

    .co-marketplace-logo--macro,
    .co-marketplace-logo--oncity {
        --logo-max-h: 78px;
    }

    .co-marketplace-logo--garbarino,
    .co-marketplace-logo--provincia {
        --logo-max-h: 84px;
    }

    .co-marketplace-logo--avenida {
        --logo-max-h: 58px;
    }

    .co-marketplace-logo--megatone {
        --logo-max-h: 54px;
    }

    .co-marketplace-logo--tienda-clic {
        --logo-max-h: 78px;
    }

    .co-marketplace-logo--mercado-libre {
        --logo-max-h: 60px;
    }

    .hn-form-section .tn-form-layout {
        grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    }

    .tn-carousel-btn {
        display: inline-flex;
    }
}

@media (min-width: 769px) {
    .hn-sticky-cta {
        display: none !important;
    }
}

@keyframes hnFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes hnLinePulse {
    0%,
    100% {
        opacity: 0.38;
    }

    50% {
        opacity: 0.92;
    }
}

@keyframes hnNetworkFlow {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.34;
    }

    50% {
        opacity: 0.88;
    }

    100% {
        stroke-dashoffset: -24;
        opacity: 0.34;
    }
}

@keyframes hnNodePulse {
    0%,
    100% {
        opacity: 0.42;
        transform: scale(0.82);
    }

    50% {
        opacity: 1;
        transform: scale(1.16);
    }
}

@keyframes hnCorePulse {
    0%,
    100% {
        box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14), 0 0 0 rgba(39, 183, 238, 0);
    }

    50% {
        box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14), 0 0 38px rgba(39, 183, 238, 0.22);
    }
}

@keyframes hnMiniNode {
    0%,
    100% {
        opacity: 0.72;
        transform: translate3d(0, 0, 0) scale(0.96);
    }

    50% {
        opacity: 1;
        transform: translate3d(0, -4px, 0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hn-stage__webgl {
        display: none;
    }

    .hn-stage__card,
    .hn-stage__core,
    .hn-stage__mp,
    .hn-network__primary path,
    .hn-network__nodes circle,
    .hn-reveal {
        animation: none;
        transition: none;
    }

    .hn-network__pulses {
        display: none;
    }

    .hn-reveal {
        opacity: 1;
        transform: none;
    }
}
