:root {
    --bg: #e7f5ee;
    --bg-soft: #dff2ea;
    --surface: #ffffff;
    --text: #16344d;
    --text-soft: #64798d;
    --line: rgba(22, 52, 77, 0.12);
    --brand: #5f9ee1;
    --brand-soft: #246b9f;
    --dark: #12283f;
    --shadow: 0 18px 50px rgba(10, 37, 64, 0.08);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shell: min(1160px, calc(100% - 2rem));
    --narrow-shell: min(980px, calc(100% - 2rem));
    --header-height: 3.15rem;
}

* { box-sizing: border-box; }
html {
    scroll-behavior: auto;
    overflow-x: hidden;
}

#te-ayudamos {
    scroll-margin-top: calc(var(--header-height) + 1rem);
}
body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background: linear-gradient(90deg, #7fcddd 0%, #63b5ce 36%, #4289b1 72%, #246b9f 100%);
    overflow-x: hidden;
    padding-top: var(--header-height);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
input, textarea, button { font: inherit; }

.shell { width: var(--shell); margin: 0 auto; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
}

.eyebrow::before {
    content: "";
    width: 2.4rem;
    height: 1px;
    background: rgba(95, 158, 225, 0.4);
}

.button-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.button,
.link-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.35rem;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.link-soft:hover { transform: translateY(-2px); }

.button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-soft) 100%);
    box-shadow: 0 14px 28px rgba(95, 158, 225, 0.28);
}

.button--ghost {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.92);
}

.button--block { width: 100%; }

.link-soft {
    min-height: 2.7rem;
    padding: 0 0.95rem;
    color: var(--brand);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(22, 52, 77, 0.06);
}

.site-header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.45rem;
    min-height: var(--header-height);
    padding: 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
    margin-right: 2.35cm;
    flex: 0 0 auto;
}

.brand img {
    width: 16.75rem;
    max-width: none;
    object-fit: contain;
}

.footer-brand { width: 158px; object-fit: contain; }

.desktop-nav ul {
    display: flex;
    justify-content: center;
    gap: 1.95rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.desktop-nav li { position: relative; }
.desktop-nav li > a {
    display: inline-flex;
    padding: 0.2rem 0;
    font-size: 1.03rem;
    font-weight: 700;
    color: var(--dark);
    white-space: nowrap;
}

.desktop-nav li > a.nav-link-accent {
    color: var(--brand);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% - 0.15rem);
    left: 0;
    min-width: 17rem;
    padding: 0.7rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown a {
    display: block;
    padding: 0.7rem 0.8rem;
    border-radius: 0.8rem;
}

.nav-dropdown a:hover { background: var(--bg-soft); }
.has-children:hover .nav-dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    justify-content: center;
}

.header-actions__cta {
    min-width: 9.5rem;
    min-height: 2.3rem;
    white-space: nowrap;
}

.mobile-nav { display: none; }

.hero,
.page-hero { padding: 3.2rem 0 1.5rem; }

.hero__grid,
.two-column,
.content-grid,
.footer-grid {
    display: grid;
    gap: 1.5rem;
}

.hero__grid { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); align-items: center; gap: 1rem; }
.page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    gap: 1.4rem;
    align-items: center;
}
.hero--saraworld { padding-top: 3.5rem; }
.hero--enhanced .hero__copy p {
    max-width: 43rem;
    margin: 0 0 1rem;
    color: var(--text-soft);
    line-height: 1.72;
    font-size: 1.02rem;
}

.hero h1,
.page-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.15rem, 4.8vw, 3.85rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.page-hero__copy > p {
    max-width: 42rem;
    color: var(--text-soft);
    line-height: 1.72;
}

.page-hero__visual img {
    width: 100%;
    border-radius: 1.4rem;
    object-fit: cover;
}

.hero-card,
.feature-card,
.story-panel,
.solution-card,
.pricing-card,
.content-card,
.cta-banner,
.newsletter-panel,
.compliance {
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 0.4rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(234, 242, 248, 0.95)),
        linear-gradient(135deg, rgba(127, 205, 221, 0.3), rgba(36, 107, 159, 0.26));
}

.hero-card--clean { box-shadow: none; border-color: transparent; background: transparent; }

.hero-points {
    display: grid;
    gap: 0.7rem;
    margin: 1.2rem 0 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    line-height: 1.65;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.hero-proof__card,
.hero-contact-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.04);
}

.hero-proof__card strong,
.hero-contact-card strong {
    font-size: 0.95rem;
    line-height: 1.2;
}

.hero-proof__card span,
.hero-contact-card span {
    color: var(--text-soft);
    line-height: 1.58;
    font-size: 0.92rem;
}

.hero-proof__fallback + span {
    display: none;
}

.hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.hero-mini-card {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.04);
}

.hero-mini-card strong {
    font-size: 0.95rem;
}

.hero-mini-card span {
    font-size: 0.88rem;
    color: var(--text-soft);
    line-height: 1.55;
}

.hero-contact-card {
    margin-top: 0.8rem;
}

.hero-contact-card .button-row {
    margin-top: 0.2rem;
}

.home-page-clean .section-heading--narrow {
    max-width: 42rem;
}

.home-flow-cards .section-heading--narrow {
    margin-bottom: 0;
}

.home-flow-cards .section-heading--narrow p {
    margin: var(--home-title-subtitle-gap) 0 0;
    max-width: 42rem;
    color: var(--text-soft);
    line-height: 1.7;
}

.home-page-clean {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #ffffff url("/fondo/azul.png") top center / 100% 100% no-repeat;
    --home-title-subtitle-gap: 0.9rem;
    --home-heading-content-gap: 2.15cm;
    --home-section-gap: 2.25cm;
}

.home-page-clean::before,
.home-page-clean::after {
    display: none;
}

.home-page-clean .section-heading h2,
.home-page-clean .section-heading h1,
.home-integrations-promo__content h2,
.home-verifactu__copy h2,
.home-demo-form-preview__copy h2 {
    margin-top: 0.85rem;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 800;
}

.home-page-clean .section-heading p,
.home-integrations-promo__content p,
.home-verifactu__copy > p,
.home-demo-form-preview__copy p {
    margin: var(--home-title-subtitle-gap) 0 0;
    font-size: 1.08rem;
    line-height: 1.72;
    color: var(--text-soft);
}

.scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 4.8rem, 0) scale(0.94);
    filter: blur(14px);
    transition:
        opacity 920ms ease,
        transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 920ms ease;
    will-change: opacity, transform, filter;
}

.scroll-reveal--left {
    transform: translate3d(-5.4rem, 2rem, 0) scale(0.94);
}

.scroll-reveal--right {
    transform: translate3d(5.4rem, 2rem, 0) scale(0.94);
}

.scroll-reveal--up {
    transform: translate3d(0, 4.4rem, 0) scale(0.94);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

.home-page-clean .button--primary,
.home-page-clean .button--ghost,
.home-page-clean .link-soft {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-soft) 100%);
    box-shadow: 0 14px 28px rgba(95, 158, 225, 0.24);
}

.home-page-clean .link-soft {
    justify-content: center;
    padding: 0 1.15rem;
}

.hero--clean {
    padding: 2.3rem 0 1.4rem;
    position: relative;
    overflow: hidden;
}

.hero--clean .shell {
    width: min(calc(1180px + 5.2cm), calc(100% - 2rem));
}

.hero--image {
    padding-top: calc(2.35rem + 2cm);
}

.hero-image-heading {
    text-align: center;
    margin-bottom: 1.9rem;
}

.hero-image-heading__eyebrow {
    margin: 0 0 1.75rem;
    font-size: 0.86rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #626262;
    text-transform: uppercase;
}

.hero-image-heading h1 {
    margin: 0 auto;
    max-width: 62rem;
    font-size: clamp(2.35rem, 3.2vw, 3.15rem);
    line-height: 1.18;
    letter-spacing: -0.035em;
    color: #000000;
}

.hero-image-heading h1 span {
    color: transparent;
    background: linear-gradient(90deg, #005b9f 0%, #008bc8 48%, #35c7df 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-image-heading__lead {
    margin: 1.8rem auto 0;
    max-width: 34rem;
    color: #5a5a5a;
    font-size: clamp(1.2rem, 1.55vw, 1.48rem);
    font-weight: 700;
    line-height: 1.32;
}

.hero-image-heading__actions {
    justify-content: center;
    gap: 1.35rem;
    margin-top: 2.45rem;
}

.hero-image-heading__actions .button {
    min-width: 13.25rem;
    min-height: 2.85rem;
    padding-inline: 1.9rem;
    font-size: 1.16rem;
    font-weight: 500;
    color: #111111;
    border-radius: 1.35rem;
}

.hero-image-heading__actions .button--primary {
    background: #83a8ef;
    box-shadow: none;
    color: #ffffff;
}

.hero-image-heading__actions .button--ghost {
    background: #b8eaff !important;
    color: #111111 !important;
    border: 0;
    box-shadow: none !important;
}

.hero--image .hero-image-panel {
    width: min(1420px, calc(100% - 2rem));
}

.hero--clean .hero-metrics-grid {
    display: grid;
    width: min(920px, calc(100% - 2rem));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4rem;
    align-items: start;
}

.hero-metric {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 0 1.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 0;
    width: 1px;
    height: 8.7rem;
    background: rgba(31, 65, 101, 0.16);
}

.hero-metric__icon {
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 0.85rem;
    place-items: center;
    border-radius: 50%;
}

.hero-metric__icon svg {
    width: 2.75rem;
    height: 2.75rem;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-metric__icon--clients { color: #1aa8c4; background: #e8f6fb; }
.hero-metric__icon--sales { color: #ff8a24; background: #fff3d9; }
.hero-metric__icon--time { color: #bd55df; background: #f8e7ff; }
.hero-metric__icon--verifactu { color: #08b967; background: #e4f6df; }

.hero-metric > strong {
    color: #111111;
    font-size: clamp(1.35rem, 1.9vw, 1.7rem);
    font-weight: 750;
    line-height: 1.05;
}

.hero-metric > p {
    margin: 0.65rem 0 0;
    color: #58677a;
    font-size: 1rem;
    line-height: 1.35;
}

@media (max-width: 760px) {
    .hero--clean .hero-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.25rem 0;
        margin-top: 3rem;
    }

    .hero-metric:nth-child(2)::after { display: none; }

    .hero-metric:nth-child(-n + 2)::before {
        content: "";
        position: absolute;
        right: 1rem;
        bottom: -1.1rem;
        left: 1rem;
        height: 1px;
        background: rgba(31, 65, 101, 0.12);
    }

    .hero-metric__icon {
        width: 3.7rem;
        height: 3.7rem;
    }

    .hero-metric__icon svg {
        width: 2.3rem;
        height: 2.3rem;
    }
}

.hero-image-panel img {
    width: 100%;
    height: auto;
    border-radius: 1.6rem;
    box-shadow: 0 26px 70px rgba(18, 40, 63, 0.08);
}

.home-hero-image-after-clients {
    margin-top: 2cm;
    padding: 1.2rem 0 0;
}

.home-hero-image-after-clients .hero-image-panel {
    width: 100vw;
    max-width: none;
    margin: 0;
}

.home-hero-image-after-clients .hero-image-panel img {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.hero-clean {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(500px, 1fr);
    gap: 0.95rem;
    align-items: center;
}

.hero-clean__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    justify-self: stretch;
    width: 100%;
    max-width: none;
}

.hero-clean__copy h1 {
    margin: 0.25rem 0 0;
    max-width: 13.6ch;
    width: 100%;
    font-size: clamp(2.45rem, 4.3vw, 3.95rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    text-align: left;
}

.hero-clean__copy h1 span {
    color: var(--brand);
}

.hero-clean__copy p {
    max-width: 34rem;
    width: 100%;
    margin: 0.45rem 0 0;
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.72;
    letter-spacing: -0.01em;
    text-align: left;
}

.hero-clean__eyebrow {
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(110, 196, 255, 0.14), rgba(110, 196, 255, 0.03));
    border: 1px solid rgba(95, 158, 225, 0.14);
}

.hero-clean__lead {
    max-width: 33rem;
}

.hero-clean__actions {
    margin-top: 0.6rem;
    justify-content: flex-start;
    width: auto;
    max-width: none;
}

.hero-clean__ghost {
    color: var(--brand) !important;
    border: 1px solid rgba(95, 158, 225, 0.18);
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 14px 28px rgba(95, 158, 225, 0.12) !important;
}

.hero-clean__ghost-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    margin-right: 0.5rem;
    background: rgba(95, 158, 225, 0.1);
    color: var(--brand);
}

.hero-clean__ghost-icon svg {
    width: 0.95rem;
    height: 0.95rem;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.hero-clean__benefits {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.3rem;
    margin-top: 2.4rem;
    width: 100%;
}

.hero-clean__benefits article {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.hero-clean__benefits article div {
    display: grid;
    gap: 0.12rem;
}

.hero-clean__benefits strong {
    font-size: 0.96rem;
    line-height: 1.1;
    color: var(--dark);
}

.hero-clean__benefits span {
    font-size: 0.92rem;
    color: var(--text-soft);
    line-height: 1.35;
}

.hero-clean__benefit-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(95, 158, 225, 0.18);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(95, 158, 225, 0.12);
    color: var(--brand);
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.05rem 1.05rem;
}

.hero-clean__benefit-icon svg {
    display: none;
}

.hero-clean__benefits article:nth-child(1) .hero-clean__benefit-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f9ee1' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 18 6v5.3c0 4-2.2 7-6 8.9-3.8-1.9-6-4.9-6-8.9V6l6-2.5Z'/%3E%3Cpath d='m9.2 11.9 1.7 1.7 3.8-4'/%3E%3C/svg%3E");
}

.hero-clean__benefits article:nth-child(2) .hero-clean__benefit-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f9ee1' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.3a7.5 7.5 0 0 1 15 0'/%3E%3Cpath d='M5.3 13.1v2.6a1.8 1.8 0 0 0 1.8 1.8h1.2v-5.2H7.1a1.8 1.8 0 0 0-1.8 1.8Z'/%3E%3Cpath d='M18.7 13.1v2.6a1.8 1.8 0 0 1-1.8 1.8h-1.2v-5.2h1.2a1.8 1.8 0 0 1 1.8 1.8Z'/%3E%3Cpath d='M12 17.5v1.3a1.7 1.7 0 0 1-1.7 1.7h-.9'/%3E%3C/svg%3E");
}

.hero-clean__benefits article:nth-child(3) .hero-clean__benefit-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f9ee1' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.2 18.3c3.6-.7 6.3-3.3 7.9-6.5'/%3E%3Cpath d='m12.6 5.7 5.7-.8-.8 5.7'/%3E%3Cpath d='M12.1 11.6 18.3 5.4'/%3E%3Cpath d='M7.5 11.8H5.2v2.3'/%3E%3C/svg%3E");
}

.hero-clean__visual {
    display: grid;
    justify-self: end;
    justify-items: end;
    transform: translateX(0);
    position: relative;
}

.hero-clean__frame {
    position: relative;
    padding: 0;
    border-radius: 2.1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    margin-right: -0.35rem;
}

.hero-clean__frame::after {
    content: "";
    position: absolute;
    right: -2.2rem;
    top: 50%;
    width: 7rem;
    height: 7rem;
    transform: translateY(-50%);
    background-image: radial-gradient(circle, rgba(95, 158, 225, 0.5) 16%, transparent 17%);
    background-size: 0.8rem 0.8rem;
    opacity: 0.4;
}

.hero-clean__frame img {
    width: 95%;
    max-width: 100%;
    transform: none;
    display: block;
    margin-left: auto;
}

.hero-clean__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 4rem;
    padding: 1.5rem 1.8rem;
    border-radius: 1.9rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(95, 158, 225, 0.08);
    box-shadow: 0 22px 48px rgba(95, 158, 225, 0.12);
    transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.hero-clean__metrics article {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    padding: 0 1.1rem;
    position: relative;
}

.hero-clean__metrics article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 3.2rem;
    transform: translateY(-50%);
    background: rgba(18, 48, 92, 0.11);
    transition: background 260ms ease;
}

.hero-clean__metric-icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--brand);
    flex: 0 0 auto;
    position: relative;
    transition: filter 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.hero-clean__metric-icon::before {
    content: none;
}

.hero-clean__metric-icon--green {
    background: rgba(59, 201, 150, 0.14);
    color: #2ab783;
}

.hero-clean__metric-icon--violet {
    background: rgba(139, 114, 255, 0.14);
    color: #7666ff;
}

.hero-clean__metric-icon--people::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b96f2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 19a4 4 0 0 0-8 0'/%3E%3Ccircle cx='12' cy='11' r='3.2'/%3E%3Cpath d='M5.5 19a3.5 3.5 0 0 1 2.1-3.2'/%3E%3Cpath d='M18.5 19a3.5 3.5 0 0 0-2.1-3.2'/%3E%3Cpath d='M7.5 10.2a2.2 2.2 0 1 1 0-4.4'/%3E%3Cpath d='M16.5 10.2a2.2 2.2 0 1 0 0-4.4'/%3E%3C/svg%3E");
}

.hero-clean__metric-icon--growth::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232ab783' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M7 15.5V12'/%3E%3Cpath d='M12 15.5V8.5'/%3E%3Cpath d='M17 15.5V6'/%3E%3Cpath d='M7 9l4-4 3 3 5-5'/%3E%3Cpath d='M19 3h2v2'/%3E%3C/svg%3E");
}

.hero-clean__metric-icon--time::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237766ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5v5l3.5 2'/%3E%3C/svg%3E");
}

.hero-clean__metric-icon--shield::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b96f2' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l6 2.5V11c0 4.1-2.4 7.2-6 9-3.6-1.8-6-4.9-6-9V5.5L12 3Z'/%3E%3Cpath d='m9.2 11.8 1.8 1.8 3.8-4.1'/%3E%3C/svg%3E");
}

.hero-clean__metric-icon svg {
    display: none;
}

.hero-clean__metric-icon--people {
    background: transparent url("/home/metric-blue.png?v=20260708icons") center / contain no-repeat;
}

.hero-clean__metric-icon--growth {
    background: transparent url("/home/metric-yellow.png?v=20260708icons") center / contain no-repeat;
}

.hero-clean__metric-icon--time {
    background: transparent url("/home/metric-purple.png?v=20260708icons") center / contain no-repeat;
}

.hero-clean__metric-icon--shield {
    background: transparent url("/home/metric-green.png?v=20260708icons") center / contain no-repeat;
}

.hero-clean__metrics strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.03em;
    transition: color 260ms ease;
}

.hero-clean__metrics article:last-child strong {
    font-size: 1.35rem;
}

.hero-clean__metrics span {
    display: block;
    margin-top: 0.22rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #000000;
    font-weight: 700;
    transition: color 260ms ease;
}

.hero-clean__metrics:hover {
    background: linear-gradient(90deg, #8bd5e0 0%, #4f9bc1 50%, #2f6fa6 100%);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 26px 56px rgba(21, 107, 178, 0.24);
    transform: translateY(-2px);
}

.hero-clean__metrics:hover strong,
.hero-clean__metrics:hover span {
    color: #ffffff;
}

.hero-clean__metrics:hover article:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.28);
}


@media (max-width: 760px) {
    .hero-image-heading h1 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .hero--image .hero-image-panel {
        width: min(100% - 1rem, 44rem);
        overflow: hidden;
        border-radius: 1.25rem;
    }

    .hero-image-panel img {
        width: 155%;
        max-width: none;
        transform: translateX(-18%);
        border-radius: 1.25rem;
    }

    .home-hero-image-after-clients .hero-image-panel img {
        width: 100%;
        max-width: none;
        transform: none;
        border-radius: 0;
    }
}

.hero-clean__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.hero-clean__stats article,
.home-quick-card,
.home-product-card,
.home-sector-card,
.home-case-card,
.home-pricing-card,
.home-resource-card {
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
}

.hero-clean__stats article {
    padding: 1rem;
    display: grid;
    gap: 0.25rem;
}

.hero-clean__stats strong {
    font-size: 1.15rem;
}

.hero-clean__stats span {
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--text-soft);
}

.compliance--compact {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.3rem;
    border-radius: 1.2rem;
}

.compliance--compact .compliance__title {
    margin: 0;
}

.compliance--compact .compliance__text {
    margin: 0;
    max-width: 42rem;
}

.compliance--compact .compliance__logo {
    width: 170px;
}

.home-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-quick-card {
    padding: 1.25rem;
}

.home-quick-card h3 {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
}

.home-quick-card ul {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding-left: 1rem;
    color: var(--text-soft);
    line-height: 1.55;
}

.home-quick-card p {
    margin: 0 0 1rem;
    color: var(--text-soft);
    line-height: 1.68;
}

.home-quick-card--accent {
    background: linear-gradient(160deg, rgba(255,255,255,0.98), rgba(236,244,249,0.96));
}

.home-support-band {
    margin-top: -1cm;
    padding: 0 0 2.35rem;
}

.home-support-band__header {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    margin-bottom: 1cm;
    text-align: center;
}

.home-support-band__verifactu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(0.85rem + 0.5cm);
    flex-wrap: wrap;
}

.home-support-band__verifactu span {
    font-size: clamp(1.53rem, 2.7vw, 2.48rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #2d7fd3;
}

.home-support-band__verifactu img {
    width: min(243px, 28.8vw);
    height: auto;
}

.home-support-band__header p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.35;
    color: var(--dark);
}

.home-support-band__visual {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 1920 / 620;
    background-image: url("/home/support-band-full.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.client-marquee-section {
    margin-top: var(--home-section-gap);
    padding: 0 0 2.6rem;
}

.client-marquee-section .section-heading {
    margin-bottom: var(--home-heading-content-gap);
}

.client-marquee {
    position: relative;
    width: min(calc(1180px + 5.2cm), calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.client-marquee::before,
.client-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: min(9vw, 120px);
    pointer-events: none;
}

.client-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.client-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.client-marquee-section .client-marquee::before,
.client-marquee-section .client-marquee::after {
    display: none;
}

.client-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: client-marquee-scroll 64s linear infinite;
    will-change: transform;
}

.client-marquee__group {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-right: 1rem;
}

.client-marquee__item {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 290px;
    height: 138px;
    padding: 0.35rem 0.8rem;
}

.client-marquee__item img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 7rem;
    object-fit: contain;
    background: transparent;
    mix-blend-mode: multiply;
}

.client-marquee__item--arte-español img,
.client-marquee__item--arte-espanol img {
    max-width: 118px;
    height: 118px;
    transform: none;
    mix-blend-mode: normal;
}

.client-marquee__item--seap img {
    max-width: 200px;
    height: 6.4rem;
    transform: none;
    mix-blend-mode: multiply;
}

.client-marquee__item--niud img {
    max-width: 220px;
    transform: none;
    mix-blend-mode: multiply;
}

.client-marquee__item--unica-italia img {
    max-width: 210px;
    mix-blend-mode: multiply;
}

.client-marquee__item--sens img,
.client-marquee__item--laooal img {
    transform: scale(1.14);
}

.client-marquee__item--evo-beauty-clinics img,
.client-marquee__item--mets img {
    transform: scale(1);
}

.client-marquee__item--beleco img,
.client-marquee__item--carche-beauty-clinics img,
.client-marquee__item--bonika img,
.client-marquee__item--the-one-by-carche img,
.client-marquee__item--sens img,
.client-marquee__item--lacoal img,
.client-marquee__item--sua-b img,
.client-marquee__item--centros-zurimed img {
    transform: scale(0.72);
}

.home-flow-cards {
    margin-top: var(--home-section-gap);
    padding-top: 0.35rem;
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.home-flow-cards .shell {
    position: relative;
    z-index: 1;
}

.home-flow-cards::before {
    content: none;
}

.home-flow-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.home-flow-cards__item {
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background: transparent;
    border: 0;
    box-shadow: 0 12px 30px rgba(18, 48, 92, 0.08), 0 4px 10px rgba(18, 48, 92, 0.05);
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    color: inherit;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-flow-cards__item:hover {
    transform: translateY(-4px) scale(1.018);
    box-shadow: 0 18px 40px rgba(18, 48, 92, 0.12), 0 8px 16px rgba(18, 48, 92, 0.06);
}

.home-flow-cards__item img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0;
}

.home-flow-cards__cta {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.home-flow-cards__grid--secondary {
    margin-top: var(--home-heading-content-gap);
}

.home-flow-cards__item--rounded {
    border-radius: 1.9rem;
    box-shadow: 0 16px 34px rgba(18, 48, 92, 0.1), 0 5px 14px rgba(18, 48, 92, 0.06);
}

.home-flow-cards__item--rounded:hover {
    transform: translateY(-5px) scale(1.022);
    box-shadow: 0 22px 42px rgba(18, 48, 92, 0.13), 0 10px 20px rgba(18, 48, 92, 0.08);
}

.home-integrations-promo {
    margin-top: var(--home-section-gap);
    padding-top: calc(0.9rem + 0.5cm);
    padding-bottom: 2cm;
}

.home-integrations-promo__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    gap: 2.75rem;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-integrations-promo__media {
    display: grid;
    place-items: center;
}

.home-integrations-promo__media img {
    width: 100%;
    max-width: 483px;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
}

.home-integrations-promo__content {
    display: grid;
    gap: 0;
    align-content: center;
}

.home-integrations-promo__content h2 {
    margin: 0.85rem 0 0;
    max-width: 15ch;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.12;
}

.home-integrations-promo__content p {
    margin: var(--home-title-subtitle-gap) 0 0;
    max-width: 34rem;
    color: var(--text-soft);
    line-height: 1.72;
    font-size: 1.08rem;
}

.home-integrations-promo__note {
    font-weight: 700;
    color: var(--dark) !important;
}

.home-verifactu {
    margin-top: var(--home-section-gap);
    padding: 0 0 0.4rem;
}

.home-verifactu__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(17rem, 0.98fr);
    gap: clamp(1.5rem, 3.4vw, 3.2rem);
    align-items: center;
}

.home-verifactu__copy h2 {
    margin: 0;
    max-width: 13ch;
}

.home-verifactu__copy > p {
    max-width: 34rem;
}

.home-verifactu__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.95rem 1.15rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.home-verifactu__points li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
}

.home-verifactu__icon {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 2.35rem;
    place-items: center;
    border-radius: 50%;
}

.home-verifactu__icon svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-verifactu__icon--verify { color: #08b967; background: #e4f6df; }
.home-verifactu__icon--send { color: #2474ef; background: #e7f0ff; }
.home-verifactu__icon--lock { color: #bd55df; background: #f8e7ff; }
.home-verifactu__icon--easy { color: #ff8a24; background: #fff3d9; }

.home-verifactu__points strong {
    display: block;
    color: var(--dark);
    font-size: 0.94rem;
    line-height: 1.25;
}

.home-verifactu__points p {
    margin: 0.18rem 0 0;
    color: var(--text-soft);
    font-size: 0.84rem;
    line-height: 1.4;
}

.home-verifactu__media {
    margin: 0;
    overflow: hidden;
    border-radius: 1.4rem;
    background: #f3f7fb;
    box-shadow: 0 16px 40px rgba(10, 37, 64, 0.08);
}

.home-verifactu__media img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 980px) {
    .home-verifactu__layout {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .home-verifactu__copy h2 {
        max-width: 16ch;
    }

    .home-verifactu__media {
        max-width: 34rem;
        margin-inline: auto;
    }
}

@media (max-width: 720px) {
    .home-verifactu__points {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
}

.home-verifactu-final {
    position: relative;
    margin-top: var(--home-section-gap);
    padding: 0 0 4.5rem;
    overflow: hidden;
    background: transparent;
}

.home-verifactu-final .shell {
    position: relative;
    z-index: 1;
}

.home-verifactu-final__heading {
    max-width: 58rem;
    margin: 0 auto calc(var(--home-heading-content-gap) + 1cm);
    text-align: center;
}

.home-verifactu-final__heading p {
    max-width: 52rem;
    margin: var(--home-title-subtitle-gap) auto 0;
}

.home-demo-form-preview {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(2.5rem, 6vw, 5.8rem);
    align-items: center;
    margin-top: 0;
    padding: clamp(2.2rem, 5vw, 4.4rem) 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-demo-form-preview__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    background: rgba(95, 158, 225, 0.12);
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-demo-form-preview__copy h2 {
    margin: 1.35rem 0 0;
    max-width: 16ch;
    color: var(--dark);
    font-size: clamp(2.1rem, 4.2vw, 4rem);
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.home-demo-form-preview__copy h2 span {
    color: var(--brand);
}

.home-demo-form-preview__copy p {
    margin: 1.4rem 0 0;
    max-width: 37rem;
    color: var(--text-soft);
    font-size: clamp(1.02rem, 1.7vw, 1.28rem);
    line-height: 1.7;
}

.home-demo-form-preview__divider {
    width: 4.2rem;
    height: 2px;
    margin: 2.2rem 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), var(--brand-soft));
}

.home-demo-form-preview__advice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    align-items: center;
    max-width: 37rem;
    padding: 1.6rem 1.8rem;
    border-radius: 1.55rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 55px rgba(18, 48, 92, 0.1);
    backdrop-filter: blur(10px);
}

.home-demo-form-preview__advice > span {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(95, 158, 225, 0.14);
    color: var(--brand);
    font-weight: 900;
    font-size: 1.3rem;
}

.home-demo-form-preview__advice strong {
    display: block;
    color: var(--dark);
    font-size: 1.05rem;
}

.home-demo-form-preview__advice p {
    margin-top: 0.45rem;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--text-soft);
}

.home-demo-form-preview__contact {
    margin-top: 2.2rem;
    color: var(--dark);
}

.home-demo-form-preview__contact strong {
    display: block;
    margin-bottom: 1rem;
}

.home-demo-form-preview__contact div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
    align-items: center;
}

.home-demo-form-preview__contact a {
    color: var(--brand);
    font-weight: 800;
    text-decoration: none;
}

.home-demo-form-preview__contact span {
    width: 1px;
    height: 1.7rem;
    background: rgba(18, 48, 92, 0.18);
}

.home-demo-form-preview__form {
    display: grid;
    gap: 1rem;
    padding: clamp(1.8rem, 4vw, 3rem);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 28px 80px rgba(18, 48, 92, 0.12);
    backdrop-filter: blur(12px);
}

.home-demo-form-preview__form h3 {
    margin: 0;
    color: var(--dark);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.2;
}

.home-demo-form-preview__form > p {
    margin: 0 0 1rem;
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.65;
}

.home-demo-form-preview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-demo-form-preview input[type="text"],
.home-demo-form-preview input[type="email"],
.home-demo-form-preview input[type="tel"],
.home-demo-form-preview select,
.home-demo-form-preview textarea {
    min-height: 3.8rem;
    width: 100%;
    border: 1px solid rgba(18, 48, 92, 0.16);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.78);
    color: var(--dark);
    font: inherit;
    padding: 0 1.1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-demo-form-preview textarea {
    min-height: 7.5rem;
    padding-top: 1rem;
    resize: vertical;
}

.home-demo-form-preview__check {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.home-demo-form-preview__check a {
    color: var(--brand);
    text-decoration: none;
}

.home-demo-form-preview__form .button {
    justify-self: stretch;
    min-height: 4.1rem;
    font-size: 1.05rem;
    border-radius: 999px;
}

.solution-stack {
    display: grid;
    gap: 2.4rem;
}

.solution-stack__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 1.8rem;
    background: #ffffff;
    box-shadow: 0 20px 42px rgba(18, 48, 92, 0.08);
}

.solution-stack__media {
    min-height: 34rem;
    background: #ffffff;
}

.solution-stack__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.solution-stack__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.6rem;
    padding: 3.2rem 3.4rem;
    background: #f6f7fa;
}

.solution-stack__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    border: 1px solid rgba(54, 110, 188, 0.24);
    color: var(--brand);
    font-size: 1.35rem;
}

.solution-stack__copy h3 {
    margin: 0;
    max-width: 16rem;
    font-size: clamp(2rem, 3vw, 2.55rem);
    line-height: 1.18;
}

.solution-stack__copy p {
    margin: 0;
    max-width: 21rem;
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.7;
}

.solution-stack__actions {
    margin-top: 0.3rem;
}

@media (max-width: 980px) {
    .solution-stack__panel {
        grid-template-columns: 1fr;
    }

    .solution-stack__media {
        min-height: 18rem;
    }

    .solution-stack__copy {
        padding: 2rem 1.6rem;
    }

    .solution-stack__copy h3,
    .solution-stack__copy p {
        max-width: 100%;
    }
}

.solution-import-page {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 48%,
        #7fcddd 62%,
        #63b5ce 82%,
        #246b9f 100%
    );
}

.solution-import-page .shell {
    width: min(1280px, calc(100% - 4rem));
}

.pricing-redesign {
    position: relative;
    padding: 5.2rem 0 7.5rem;
    color: #17314f;
    background: #ffffff url('/fondo/azul.png') center top / cover no-repeat;
}

.pricing-redesign__shell {
    width: min(1420px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.pricing-redesign__hero {
    margin-bottom: 4rem;
    text-align: center;
}

.pricing-redesign__hero > span {
    display: block;
    margin-bottom: 1rem;
    color: #2474ef;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-redesign__hero h1 {
    max-width: 900px;
    margin: 0 auto;
    color: #17314f;
    font-size: clamp(2.45rem, 4vw, 4.1rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.pricing-redesign__hero p {
    margin: 1.25rem 0 0;
    color: #536b84;
    font-size: 1.16rem;
}

.pricing-redesign__plans {
    display: grid;
    width: min(1278px, calc(100% - 48px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.pricing-redesign__plan {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 880px;
    padding: 26px 24px 22px;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(30, 75, 120, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 38px rgba(20, 40, 80, 0.04);
}

.pricing-redesign__plan--featured {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(160deg, #0a4e9d 0%, #123f7c 58%, #0b3266 100%);
    box-shadow: 0 22px 48px rgba(7, 62, 130, 0.24);
}

.pricing-redesign__plan h2 {
    margin: 0 0 14px;
    color: inherit;
    font-size: 1.45rem;
    font-weight: 700;
}

.pricing-redesign__plan--featured h2 {
    margin-top: 0;
}

.pricing-redesign__plan-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    place-items: center;
    border-radius: 50%;
    color: #2474ef;
    background: #edf4ff;
    font-size: 27px;
}

.pricing-redesign__plan-icon::before { content: '\2726'; }
.pricing-redesign__plan-icon--1::before { content: '\25C7'; }
.pricing-redesign__plan-icon--2::before { content: '\2B21'; }
.pricing-redesign__plan-icon--3::before { content: '\2637'; }

.pricing-redesign__plan--featured .pricing-redesign__plan-icon {
    color: #ffffff;
    background: rgba(25, 139, 230, 0.5);
}

.pricing-redesign__plan-description {
    min-height: 70px;
    margin: 0 0 calc(18px - 0.2cm);
    color: #536b84;
    text-align: center;
    font-size: 0.92rem;
    line-height: 1.45;
}

.pricing-redesign__plan--featured .pricing-redesign__plan-description,
.pricing-redesign__plan--featured small,
.pricing-redesign__plan--featured li {
    color: rgba(255, 255, 255, 0.86);
}

.pricing-redesign__price {
    color: #0756c9;
    font-size: clamp(1.9rem, 2.35vw, 2.35rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.pricing-redesign__plan--featured .pricing-redesign__price {
    color: #ffffff;
}

.pricing-redesign__plan small {
    margin-top: 6px;
    color: #60748d;
    font-size: 0.84rem;
}

.pricing-redesign__includes {
    align-self: stretch;
    margin: 20px 0 12px;
    font-size: 0.9rem;
}

.pricing-redesign__plan ul {
    display: grid;
    align-self: stretch;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.pricing-redesign__plan li {
    position: relative;
    padding-left: 22px;
    color: #243b57;
    font-size: 0.9rem;
    line-height: 1.25;
}

.pricing-redesign__plan li::before {
    content: '\2713';
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 14px;
    height: 14px;
    place-items: center;
    border: 1px solid #2474ef;
    border-radius: 50%;
    color: #2474ef;
    font-size: 8px;
}

.pricing-redesign__plan--featured li::before {
    border-color: #ffffff;
    color: #ffffff;
}

.pricing-redesign__plan li.is-unavailable {
    color: #a7b2be;
}

.pricing-redesign__plan li.is-unavailable::before {
    content: '\00D7';
    border-color: transparent;
    color: #b1bbc5;
    font-size: 14px;
    font-weight: 700;
}

.pricing-redesign__plan--featured li.is-unavailable {
    color: rgba(255, 255, 255, 0.46);
}

.pricing-redesign__plan--featured li.is-unavailable::before {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.46);
}

.pricing-redesign__plan-details {
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: column;
}

.pricing-redesign__plan-details summary {
    display: none;
}

.pricing-redesign__plan-details-content {
    display: flex !important;
    width: 100%;
    flex: 1;
    flex-direction: column;
}

.pricing-redesign__plan-details-content > small {
    align-self: center;
}

.pricing-redesign__plan--featured,
.pricing-redesign__plan--featured h2,
.pricing-redesign__plan--featured p,
.pricing-redesign__plan--featured small,
.pricing-redesign__plan--featured strong,
.pricing-redesign__plan--featured li {
    color: #ffffff;
}

.pricing-redesign__plan-cta {
    display: grid;
    width: 100%;
    min-height: 47px;
    margin-top: auto;
    place-items: center;
    border: 1px solid #1769ed;
    border-radius: 9px;
    color: #0756c9;
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    font-weight: 700;
}

.pricing-redesign__plan--featured .pricing-redesign__plan-cta {
    border-color: #ffffff;
    color: #17314f;
    background: #ffffff;
}

.pricing-redesign__plan em {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.7rem;
    font-style: normal;
}

.pricing-redesign__modules {
    width: min(1100px, calc(100% - 48px));
    margin-top: 3.5rem;
}

.pricing-redesign__modules-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.pricing-redesign__modules-heading h2 {
    margin: 0;
    color: #17314f;
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.035em;
}

.pricing-redesign__module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pricing-redesign__module {
    display: flex;
    min-height: 330px;
    padding: 30px 28px 26px;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(30, 75, 120, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 38px rgba(20, 40, 80, 0.06);
}

.pricing-redesign__module-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    color: #2474ef;
    background: #edf4ff;
    font-size: 26px;
}

.pricing-redesign__module-icon::before { content: '\2699'; }
.pricing-redesign__module-icon--1::before { content: '\25F7'; }
.pricing-redesign__module-icon--2::before { content: '\21C4'; }

.pricing-redesign__module:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(20, 60, 110, 0.1);
}

.pricing-redesign__module h3 {
    margin: 0 0 12px;
    color: #17314f;
    text-align: center;
    font-size: 1.22rem;
    line-height: 1.2;
}

.pricing-redesign__module-description {
    min-height: 72px;
    margin: 0;
    color: #536b84;
    text-align: center;
    font-size: 0.96rem;
    line-height: 1.5;
}

.pricing-redesign__module-price {
    display: flex;
    margin-top: auto;
    padding-top: 20px;
    align-items: baseline;
    gap: 8px;
}

.pricing-redesign__module-price strong {
    color: #0756c9;
    font-size: 2rem;
    line-height: 1;
}

.pricing-redesign__module-price span {
    color: #17314f;
    font-size: 0.8rem;
    font-weight: 800;
}

.pricing-redesign__module > small {
    margin-top: 8px;
    color: #60748d;
    font-size: 0.82rem;
}

.pricing-redesign__features {
    margin-top: 7rem;
}

.pricing-redesign__section-title {
    position: relative;
    margin-bottom: 34px;
    text-align: center;
}

.pricing-redesign__section-title::before,
.pricing-redesign__section-title::after {
    content: '';
    position: absolute;
    top: 18px;
    width: 29%;
    height: 1px;
    background: rgba(30, 75, 120, 0.17);
}

.pricing-redesign__section-title::before { left: 0; }
.pricing-redesign__section-title::after { right: 0; }

.pricing-redesign__section-title h2 {
    margin: 0;
    color: #17314f;
    font-size: clamp(2rem, 2.9vw, 2.6rem);
    letter-spacing: -0.025em;
}

.pricing-redesign__section-title p {
    margin: 7px 0 0;
    color: #536b84;
    font-size: 1.12rem;
}

.pricing-redesign__feature-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
}

.pricing-redesign__feature-row article {
    min-width: 0;
    text-align: center;
}

.pricing-redesign__feature-row article > span {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    place-items: center;
    border-radius: 50%;
    color: #1769ed;
    background: rgba(237, 244, 255, 0.92);
    font-weight: 800;
}

.pricing-redesign__feature-row article > span img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.pricing-redesign__feature-row p {
    margin: 0;
    color: #17314f;
    font-size: 0.96rem;
    line-height: 1.35;
}

.pricing-redesign__features-note,
.pricing-redesign__optional {
    margin: 20px 0 0;
    color: #60748d;
    text-align: center;
    font-size: 0.98rem;
}

.pricing-redesign__integrations {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.62fr);
    gap: 42px;
    margin-top: 6rem;
    padding: 48px;
    border: 1px solid rgba(30, 75, 120, 0.08);
    border-radius: 22px;
    background: rgba(245, 250, 255, 0.76);
}

.pricing-redesign__integrations h2 {
    margin: 0;
    font-size: clamp(1.85rem, 2.7vw, 2.35rem);
}

.pricing-redesign__integrations-main > p {
    max-width: 720px;
    margin: 10px 0 28px;
    color: #536b84;
    line-height: 1.6;
    font-size: 1.12rem;
}

.pricing-redesign__logos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pricing-redesign__logos article {
    display: flex;
    min-width: 0;
    min-height: 76px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(30, 75, 120, 0.09);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(20, 40, 80, 0.05);
}

.pricing-redesign__brand img {
    display: block;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
}

.pricing-redesign__brand strong {
    color: #17314f;
    font-size: 1rem;
    white-space: nowrap;
}


.pricing-redesign__text-link {
    display: inline-flex;
    margin-top: 28px;
    gap: 10px;
    color: #0756c9;
    font-size: 1.06rem;
    font-weight: 700;
}

.pricing-redesign__integral-card {
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(235, 244, 255, 0.94), rgba(223, 235, 255, 0.92));
}

.pricing-redesign__integral-card > span {
    color: #1769ed;
    font-size: 1rem;
}

.pricing-redesign__integral-card h3 {
    margin: 14px 0 22px;
    font-size: 1.9rem;
    line-height: 1.12;
}

.pricing-redesign__integral-card ul,
.pricing-redesign__message-card ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-redesign__integral-card li,
.pricing-redesign__message-card li {
    position: relative;
    padding-left: 18px;
    color: #243b57;
    font-size: 1rem;
    line-height: 1.45;
}

.pricing-redesign__integral-card li::before,
.pricing-redesign__message-card li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #1769ed;
}

.pricing-redesign__integral-card a {
    display: grid;
    min-height: 46px;
    margin-top: 28px;
    place-items: center;
    border-radius: 8px;
    color: #ffffff;
    background: #0756c9;
    font-size: 0.95rem;
    font-weight: 700;
}

.pricing-redesign__messaging {
    margin-top: 6.5rem;
}

.pricing-redesign__message-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.pricing-redesign__message-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 170px;
    gap: 24px;
    min-width: 0;
    padding: 25px;
    align-items: center;
    border: 1px solid rgba(30, 75, 120, 0.13);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
}

.pricing-redesign__message-icon {
    display: grid;
    width: 100px;
    height: 100px;
    place-items: center;
    border-radius: 22px;
    color: #0756c9;
    background: #edf4ff;
    font-size: 1.25rem;
    font-weight: 800;
}

.pricing-redesign__message-icon img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.pricing-redesign__message-icon--whatsapp {
    color: #08a34a;
    background: #edf9f0;
}

.pricing-redesign__message-card h3 {
    margin: 0 0 12px;
    font-size: 1.4rem;
}

.pricing-redesign__message-action {
    display: grid;
    min-height: 110px;
    padding-left: 22px;
    align-content: center;
    gap: 20px;
    border-left: 1px solid rgba(30, 75, 120, 0.13);
    font-size: 1rem;
}

.pricing-redesign__message-action a {
    display: grid;
    min-height: 42px;
    place-items: center;
    border: 1px solid #1769ed;
    border-radius: 8px;
    color: #0756c9;
    font-weight: 700;
}

.pricing-redesign__cta {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 270px;
    gap: 34px;
    margin-top: 6.5rem;
    padding: 34px 42px;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(105deg, rgba(218, 239, 255, 0.96), rgba(242, 249, 255, 0.94));
}

.pricing-redesign__cta-art {
    position: relative;
    height: 140px;
}

.pricing-redesign__cta-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 22px rgba(31, 103, 181, 0.16));
}

.pricing-redesign__cta-art span {
    position: absolute;
    display: block;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(31, 103, 181, 0.16);
}

.pricing-redesign__cta-art span:nth-child(1) { width: 145px; height: 95px; top: 25px; left: 10px; transform: rotate(5deg); }
.pricing-redesign__cta-art span:nth-child(2) { width: 115px; height: 72px; top: 4px; left: 100px; transform: rotate(-5deg); }
.pricing-redesign__cta-art span:nth-child(3) { width: 75px; height: 75px; top: 58px; left: 185px; border-radius: 50%; background: #dcecff; }

.pricing-redesign__cta > div > span {
    color: #0756c9;
    font-size: 1.05rem;
}

.pricing-redesign__cta h2 {
    margin: 8px 0;
    font-size: clamp(1.8rem, 2.6vw, 2.3rem);
}

.pricing-redesign__cta p {
    margin: 0;
    color: #536b84;
    font-size: 1.12rem;
}

.pricing-redesign__cta-points {
    display: flex;
    margin-top: 22px;
    gap: 22px;
    color: #536b84;
    font-size: 0.94rem;
}

.pricing-redesign__cta-points span::before {
    content: '\2713';
    margin-right: 6px;
    color: #1769ed;
}

.pricing-redesign__cta-actions {
    display: grid;
    gap: 12px;
    text-align: center;
}

.pricing-redesign__cta-actions a:first-child {
    display: grid;
    min-height: 50px;
    place-items: center;
    border-radius: 8px;
    color: #ffffff;
    background: #0756c9;
    font-size: 1rem;
    font-weight: 700;
}

.pricing-redesign__cta-actions a:last-child {
    color: #0756c9;
    font-size: 1rem;
}

.pricing-growth-cta {
    position: relative;
    width: 100%;
    margin-top: 6.5rem;
    padding: clamp(3.4rem, 4.5vw, 4.8rem) clamp(2rem, 4.5vw, 5rem);
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% -8%, rgba(255, 255, 255, .12) 0 20%, transparent 20.2%),
        radial-gradient(circle at 88% -10%, rgba(255, 255, 255, .08) 0 23%, transparent 23.2%),
        linear-gradient(115deg, #72d9df 0%, #43aed9 46%, #0b55c8 100%);
}

/* The new closing band supplies its own vertical breathing room. */
.pricing-redesign:has(.pricing-growth-cta) {
    padding-bottom: 0;
}

.pricing-growth-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1600px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr) minmax(390px, .95fr);
    gap: clamp(2.2rem, 3.4vw, 4rem);
    align-items: center;
}

.pricing-growth-cta__intro {
    padding-right: clamp(1rem, 3vw, 3rem);
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.pricing-growth-cta__logo {
    width: min(290px, 66%);
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1) !important;
}

.pricing-growth-cta__intro h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.25rem, 2.7vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.pricing-growth-cta__intro h2 strong {
    color: #0a55bd;
}

.pricing-growth-cta__intro > p {
    margin: 1.5rem 0 1.8rem;
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.5;
}

.pricing-growth-cta__trust {
    display: flex;
    max-width: 630px;
    padding: .7rem 1rem .7rem .7rem;
    align-items: center;
    gap: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.pricing-growth-cta__trust > span,
.pricing-growth-cta__benefits article > span,
.pricing-growth-cta__card-heading > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .78);
}

.pricing-growth-cta__trust > span { width: 4.4rem; height: 4.4rem; }
.pricing-growth-cta__trust > span img {
    width: 2.5rem;
    height: 2.5rem;
    filter: none !important;
}
.pricing-growth-cta__trust strong { display: block; font-size: .98rem; }
.pricing-growth-cta__trust p { margin: .35rem 0 0; font-size: .84rem; line-height: 1.45; }

.pricing-growth-cta__benefits {
    display: grid;
    gap: 1.55rem;
}

.pricing-growth-cta__benefits article {
    display: grid;
    grid-template-columns: 3.7rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.pricing-growth-cta__benefits article > span {
    width: 3.7rem;
    height: 3.7rem;
    background: rgba(255, 255, 255, .17);
}

.pricing-growth-cta__benefits article > span img {
    width: 2rem;
    height: 2rem;
    filter: brightness(0) invert(1) !important;
}

.pricing-growth-cta__benefits strong { display: block; font-size: 1rem; }
.pricing-growth-cta__benefits p { margin: .35rem 0 0; font-size: .9rem; line-height: 1.55; }

.pricing-growth-cta__card {
    padding: clamp(2rem, 2.5vw, 2.6rem);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 22px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 24px 50px rgba(4, 49, 128, .16);
    backdrop-filter: blur(8px);
}

.pricing-growth-cta__card-heading {
    display: grid;
    grid-template-columns: 4.2rem minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
}

.pricing-growth-cta__card-heading > span { width: 4.2rem; height: 4.2rem; }
.pricing-growth-cta__card-heading img { width: 2.25rem; height: 2.25rem; }
.pricing-growth-cta__card-heading img { filter: none !important; }
.pricing-growth-cta__card h3 { margin: 0; color: #fff; font-size: clamp(1.65rem, 2vw, 2.2rem); line-height: 1.15; }
.pricing-growth-cta__card > p { margin: 1.5rem 0 1.9rem; font-size: 1rem; font-weight: 600; line-height: 1.55; }

.pricing-growth-cta__primary {
    display: flex;
    min-height: 3.8rem;
    padding: 0 1.8rem;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border-radius: 10px;
    color: #0756c9;
    background: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
}

.pricing-growth-cta__secondary {
    display: flex;
    margin: 1.45rem 0 1.8rem;
    justify-content: center;
    gap: .8rem;
    font-weight: 700;
}

.pricing-growth-cta__assurances {
    display: flex;
    padding-top: 1.35rem;
    justify-content: space-between;
    gap: .7rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: .74rem;
}

.pricing-growth-cta__assurances span::before {
    content: '\2713';
    display: inline-grid;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: .4rem;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: .65rem;
}

.pricing-growth-cta--compact {
    width: min(92%, 1540px);
    margin: 4rem auto 0;
    padding: clamp(2.8rem, 3.5vw, 3.6rem) clamp(2rem, 3.7vw, 4rem);
}

.pricing-growth-cta--compact .pricing-growth-cta__inner {
    gap: clamp(1.8rem, 2.8vw, 3.2rem);
}

.pricing-growth-cta--compact .pricing-growth-cta__logo {
    width: min(250px, 62%);
    margin-bottom: 1.2rem;
}

.pricing-growth-cta--compact .pricing-growth-cta__intro h2 {
    font-size: clamp(2rem, 2.35vw, 2.85rem);
}

.pricing-growth-cta--compact .pricing-growth-cta__intro > p {
    margin: 1.2rem 0 1.5rem;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
}

.pricing-growth-cta--compact .pricing-growth-cta__benefits {
    gap: 1.25rem;
}

.pricing-growth-cta--compact .pricing-growth-cta__card {
    padding: clamp(1.7rem, 2vw, 2.1rem);
}

@media (max-width: 1100px) {
    .pricing-growth-cta__inner { grid-template-columns: 1fr 1fr; }
    .pricing-growth-cta__intro { grid-row: span 2; }
    .pricing-growth-cta__card { grid-column: 2; }
}

@media (max-width: 720px) {
    .pricing-growth-cta { padding: 3rem 1.1rem; border-radius: 18px 18px 0 0; }
    .pricing-growth-cta__inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .pricing-growth-cta__intro { grid-row: auto; padding-right: 0; border-right: 0; }
    .pricing-growth-cta__logo { width: 12rem; }
    .pricing-growth-cta__intro h2 { font-size: 2.25rem; }
    .pricing-growth-cta__intro h2 br { display: none; }
    .pricing-growth-cta__intro > p br { display: none; }
    .pricing-growth-cta__trust { align-items: flex-start; border-radius: 18px; }
    .pricing-growth-cta__benefits { gap: 1.35rem; }
    .pricing-growth-cta__card { grid-column: 1; padding: 1.5rem; }
    .pricing-growth-cta__assurances { flex-direction: column; }
}

@media (max-width: 1180px) {
    .pricing-redesign__plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-redesign__feature-row { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 24px; }
    .pricing-redesign__integrations { grid-template-columns: 1fr; }
    .pricing-redesign__message-card { grid-template-columns: 86px minmax(0, 1fr); }
    .pricing-redesign__message-action { grid-column: 1 / -1; min-height: 0; padding: 20px 0 0; border-top: 1px solid rgba(30, 75, 120, 0.13); border-left: 0; }
    .pricing-redesign__message-icon { width: 78px; height: 78px; }
    .pricing-redesign__cta { grid-template-columns: 200px minmax(0, 1fr); }
    .pricing-redesign__cta-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
}

@media (max-width: 760px) {
    .pricing-redesign { padding-top: 3.3rem; }
    .pricing-redesign__shell { width: min(100% - 24px, 620px); }
    .pricing-redesign__plans { grid-template-columns: 1fr; }
    .pricing-redesign__plan { min-height: 0; }
    .pricing-redesign__module-grid { grid-template-columns: 1fr; }
    .pricing-redesign__module { min-height: 200px; }
    .pricing-redesign__section-title::before,
    .pricing-redesign__section-title::after { display: none; }
    .pricing-redesign__feature-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pricing-redesign__integrations { padding: 24px 18px; }
    .pricing-redesign__logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-redesign__message-grid { grid-template-columns: 1fr; }
    .pricing-redesign__message-card { grid-template-columns: 70px minmax(0, 1fr); padding: 20px 16px; gap: 16px; }
    .pricing-redesign__message-icon { width: 64px; height: 64px; border-radius: 16px; font-size: 1rem; }
    .pricing-redesign__cta { grid-template-columns: 1fr; padding: 26px 20px; }
    .pricing-redesign__cta-art { display: none; }
    .pricing-redesign__cta-points { flex-direction: column; gap: 8px; }
    .pricing-redesign__cta-actions { grid-template-columns: 1fr; }
}

.pricing-page {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 48%,
        #7fcddd 62%,
        #63b5ce 82%,
        #246b9f 100%
    );
}

.solution-import-page__stack {
    display: grid;
    gap: 1.6rem;
}

.solution-import-page__image {
    width: 100%;
    max-width: 940px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 1.5rem;
    box-shadow: 0 14px 34px rgba(18, 48, 92, 0.08);
}

@keyframes client-marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.home-product-grid,
.home-sector-grid,
.home-case-grid,
.home-pricing-grid,
.home-resource-grid {
    display: grid;
    gap: 1rem;
}

.home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-feature-carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.home-feature-carousel__viewport {
    overflow: hidden;
}

.home-feature-carousel__track {
    position: relative;
    min-height: 700px;
}

.home-feature-carousel__arrow {
    display: inline-grid;
    place-items: center;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid rgba(22, 52, 77, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: var(--dark);
    box-shadow: 0 12px 28px rgba(10, 37, 64, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-feature-carousel__arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(10, 37, 64, 0.12);
}

.home-feature-carousel__arrow span {
    font-size: 2rem;
    line-height: 1;
}

.home-feature-card {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.95fr);
    overflow: hidden;
    border-radius: 1.8rem;
    border: 1px solid rgba(22, 52, 77, 0.08);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 61%, #f6f7f9 61%, #f6f7f9 100%);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.8s ease-in-out;
}

.home-feature-card.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.home-feature-card.is-leaving {
    opacity: 0;
    z-index: 2;
}

.home-feature-card__media {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

.home-feature-card__media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: contain;
    padding: 1.25rem;
    background: #ffffff;
}

.home-feature-card__copy {
    display: grid;
    align-content: center;
    gap: 1.1rem;
    padding: 3.2rem 3rem;
}

.home-feature-card__kicker {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
}

.home-feature-card__copy h3 {
    margin: 0;
    max-width: 21rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.home-feature-card__copy p {
    margin: 0;
    max-width: 25rem;
    color: var(--text-soft);
    font-size: 1.12rem;
    line-height: 1.68;
}

.home-feature-card__actions {
    margin-top: 0.35rem;
}

.home-feature-card__actions .button {
    min-height: 3rem;
    padding: 0 1.2rem;
    font-size: 0.95rem;
}

.home-feature-card__actions .button--ghost {
    color: var(--brand);
    background: transparent;
    border: 2px solid var(--brand);
    box-shadow: none;
}

.home-product-card,
.home-resource-card {
    overflow: hidden;
}

.home-product-card img,
.home-resource-card img {
    width: 100%;
    aspect-ratio: 1.2 / 0.8;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-product-card:hover img {
    transform: scale(1.08);
}

.home-product-card,
.home-resource-card,
.home-case-card,
.home-pricing-card {
    padding: 0 0 1.15rem;
}

.home-product-card h3,
.home-resource-card h3,
.home-case-card h3,
.home-pricing-card strong {
    margin: 1rem 1rem 0.45rem;
    font-size: 1.05rem;
    line-height: 1.2;
}

.home-product-card p,
.home-resource-card p,
.home-case-card p,
.home-pricing-card p {
    margin: 0 1rem;
    color: var(--text-soft);
    line-height: 1.62;
}

.home-product-card .link-soft,
.home-resource-card .link-soft,
.home-case-card .link-soft {
    margin: 0.55rem 1rem 0;
    justify-content: flex-start;
    padding-left: 0;
}

.home-sector-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-sector-card {
    display: grid;
    gap: 0.5rem;
    padding: 1.15rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-sector-card:hover {
    transform: translateY(-3px);
}

.home-sector-card strong {
    font-size: 1rem;
}

.home-sector-card span {
    color: var(--text-soft);
    line-height: 1.58;
}

.home-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-case-card {
    padding-top: 1rem;
}

.home-case-card blockquote {
    margin: 0.8rem 1rem 0;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.5;
}

.home-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-pricing-card {
    padding-top: 1rem;
}

.home-pricing-card .price {
    margin: 0 1rem 0.5rem;
}

.home-pricing-card--featured {
    background: linear-gradient(160deg, #0f3150, #1e5e8f);
    color: #fff;
}

.home-pricing-card--featured p,
.home-pricing-card--featured .price {
    color: rgba(255,255,255,0.9);
}

.home-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.newsletter-panel--clean {
    gap: 1.4rem;
}

.section { padding: 1.4rem 0 3.1rem; }
.section--tight { padding-top: 0.5rem; padding-bottom: 1.25rem; }
.section--muted { background: transparent; }

.section-heading { max-width: 50rem; margin-bottom: 2rem; }
.section-heading--compact { margin-bottom: 0; }
.section-heading--center { max-width: none; text-align: center; }
.section-heading h2,
.section-heading h1 {
    margin: 0.85rem 0 0;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.page-hero__lead {
    max-width: 44rem;
    margin: 0.9rem auto 0;
    color: var(--text-soft);
    line-height: 1.72;
}

.compliance {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-content: space-between;
    gap: 1.1rem;
    align-items: center;
    padding: 0.7rem 1.15rem;
    max-width: 820px;
    margin: 0 auto;
    border-radius: 999px;
    border: 1px solid rgba(22, 52, 77, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(10, 37, 64, 0.05);
}

.compliance__title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: 0.01em;
}

.compliance__text {
    margin: 0;
    min-width: 0;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--dark);
}

.compliance__text strong {
    color: var(--brand);
}

.compliance__logo {
    width: 100%;
    max-width: 138px;
    justify-self: end;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.feature-card,
.content-card,
.pricing-card {
    padding: 1.1rem;
}

.feature-card img {
    width: 100%;
    aspect-ratio: 1 / 1.04;
    object-fit: cover;
    border-radius: 0.9rem;
    margin-bottom: 0.8rem;
}

.feature-card h3,
.content-card h2,
.content-card h3,
.pricing-card h2,
.pricing-card h3,
.solution-card h3 {
    margin: 0 0 0.65rem;
}

.feature-card p,
.content-card p,
.pricing-card p,
.solution-card p,
.newsletter-panel p,
.contact-intro p,
.site-footer p { color: var(--text-soft); line-height: 1.72; }

.feature-card p,
.resource-card p,
.testimonial-card p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.logo-cloud {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.logo-cloud--nine { grid-template-columns: repeat(9, minmax(0, 1fr)); }

.logo-cloud__item {
    display: grid;
    place-items: center;
    min-height: 5rem;
    padding: 0.7rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
}

.logo-cloud__item img,
.integration-strip img {
    max-width: 100%;
    max-height: 2.75rem;
    width: auto;
}

#clientes .logo-cloud__item {
    min-height: 6.2rem;
    padding: 0.95rem;
}

#clientes {
    background: transparent;
}

#clientes .logo-cloud__item img {
    max-height: 3.6rem;
}

.logo-cloud__item img[src*="arte-espanol.png"] {
    max-height: 4.4rem;
    mix-blend-mode: normal;
}

.logo-cloud__name {
    margin-top: 0.45rem;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--dark);
}

.story-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1.4rem;
    padding: 1.2rem;
}

.story-panel__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-panel__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.story-panel__gallery img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1rem;
}

.solution-stack {
    display: grid;
    gap: 0.9rem;
    max-width: var(--narrow-shell);
    margin: 0 auto;
}

.solution-card {
    display: grid;
    grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
    overflow: hidden;
}

.solution-card__gallery {
    min-height: 100%;
    background: linear-gradient(180deg, #dfeaf2, #f7f9fc);
}

.solution-card__gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    max-height: 230px;
}

.solution-card__copy {
    padding: 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
}

.solution-card__copy h3 {
    font-size: 1.15rem;
    line-height: 1.2;
}

.solution-card__copy p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: stretch;
}

.pricing-grid--compact {
    max-width: var(--narrow-shell);
    margin: 0 auto;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.15rem;
    min-height: 100%;
    border: 1px solid rgba(22, 52, 77, 0.12);
    background: #fff;
    box-shadow: 0 10px 28px rgba(10, 37, 64, 0.05);
}

.pricing-card--catalog {
    min-height: 100%;
    justify-content: space-between;
}

.pricing-card--featured {
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 86, 148, 0.96), rgba(18, 40, 63, 0.96));
    border-color: transparent;
}

.pricing-card--featured p,
.pricing-card--featured li { color: rgba(255, 255, 255, 0.82); }

.pricing-card--featured .button--primary {
    color: var(--dark);
    background: #ffffff;
    box-shadow: none;
}

.pricing-card--featured .button--ghost {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.pricing-card__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
}

.price {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--brand);
}

.pricing-card--featured .price { color: #fff; }
.pricing-card ul,
.pricing-card__list,
.contact-reasons {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    line-height: 1.7;
}

.pricing-card__list {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 0.15rem;
}

.pricing-card__list--home {
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
}

.pricing-note {
    margin-top: auto;
    font-size: 0.92rem;
}

.pricing-accordion-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.pricing-accordion {
    border: 1px solid rgba(22, 52, 77, 0.12);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(10, 37, 64, 0.05);
    overflow: hidden;
}

.pricing-accordion--featured {
    background: linear-gradient(180deg, rgba(0, 86, 148, 0.96), rgba(18, 40, 63, 0.96));
    border-color: transparent;
}

.pricing-accordion--featured .pricing-accordion__head h3,
.pricing-accordion--featured .pricing-accordion__price,
.pricing-accordion--featured .pricing-accordion__head p,
.pricing-accordion--featured .pricing-accordion__note,
.pricing-accordion--featured .pricing-accordion__list li,
.pricing-accordion--featured .pricing-accordion__chevron {
    color: #ffffff;
}

.pricing-accordion[open] {
    box-shadow: 0 18px 36px rgba(10, 37, 64, 0.08);
}

.pricing-accordion__summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 1.35rem 1.2rem 1.15rem;
}

.pricing-accordion__summary::-webkit-details-marker {
    display: none;
}

.pricing-accordion__badge {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.pricing-accordion__head h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
}

.pricing-accordion__head p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.62;
    min-height: 6.2rem;
}

.pricing-accordion__price-wrap {
    margin-top: 1.2rem;
    padding-right: 2rem;
    text-align: center;
}

.pricing-accordion__price {
    display: block;
    font-size: 1.9rem;
    line-height: 1.05;
    color: var(--brand);
}

.pricing-accordion__note {
    display: inline-block;
    margin-top: 0.45rem;
    font-size: 0.88rem;
    color: var(--text-soft);
}

.pricing-accordion__chevron {
    position: absolute;
    top: 1.45rem;
    right: 1.15rem;
    width: 0.85rem;
    height: 0.85rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: var(--brand);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.pricing-accordion[open] .pricing-accordion__chevron {
    transform: rotate(225deg);
}

.pricing-accordion__body {
    padding: 0 1.2rem 1.2rem;
    display: grid;
    gap: 1rem;
}

.pricing-accordion__list {
    margin: 0;
    padding-left: 1.05rem;
    display: grid;
    gap: 0.4rem;
    color: var(--text-soft);
}

.pricing-accordion__body .button--primary {
    margin-top: 0.2rem;
}

.pricing-accordion--featured .button--primary {
    color: var(--dark);
    background: #ffffff;
    box-shadow: none;
}

.plan-table {
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(10, 37, 64, 0.05);
}

.plan-table__row {
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(0, 1fr));
}

.plan-table__row + .plan-table__row {
    border-top: 1px solid rgba(22, 52, 77, 0.08);
}

.plan-table__row--header {
    align-items: stretch;
    background: #f8fbfd;
}

.plan-table__feature,
.plan-table__cell,
.plan-table__plan {
    padding: 1rem 1.05rem;
}

.plan-table__feature {
    display: flex;
    align-items: center;
    font-weight: 800;
    color: var(--dark);
    background: rgba(255, 255, 255, 0.82);
}

.plan-table__feature--heading {
    font-size: 1.02rem;
    background: #f3f8fb;
}

.plan-table__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.92rem;
    color: var(--text-soft);
    border-left: 1px solid rgba(22, 52, 77, 0.08);
}

.plan-table__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.2rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.plan-table__status--included {
    color: #1f7d47;
    background: rgba(31, 125, 71, 0.12);
}

.plan-table__status--included::before {`r`n    content: "\\2713";`r`n    margin-right: 0.42rem;`r`n}

.plan-table__status--excluded {
    color: #8f5b5b;
    background: rgba(163, 61, 61, 0.1);
}

.plan-table__status--excluded::before {`r`n    content: "\\2013";`r`n    margin-right: 0.42rem;`r`n}

.plan-table__status--custom {
    color: var(--brand);
    background: rgba(95, 158, 225, 0.16);
}

.plan-table__status--custom::before {`r`n    content: "\\2022";`r`n    margin-right: 0.42rem;`r`n}

.plan-table__plan {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-start;
    border-left: 1px solid rgba(22, 52, 77, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.plan-table__plan--featured {
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 86, 148, 0.96), rgba(18, 40, 63, 0.96));
}

.plan-table__plan--featured .plan-table__description,
.plan-table__plan--featured .plan-table__note,
.plan-table__plan--featured .pricing-note {
    color: rgba(255, 255, 255, 0.82);
}

.plan-table__plan--featured .button--primary {
    color: var(--dark);
    background: #ffffff;
    box-shadow: none;
}

.plan-table__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.32rem 0.68rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
}

.plan-table__plan h3 {
    margin: 0;
    font-size: 1.2rem;
}

.plan-table__description,
.plan-table__note {
    margin: 0;
    line-height: 1.55;
}

.plan-table__description {
    color: var(--text-soft);
    font-size: 0.92rem;
}

.plan-table__price {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--brand);
}

.plan-table__plan--featured .plan-table__price {
    color: #fff;
}

.plan-table__note {
    font-size: 0.86rem;
    color: var(--text-soft);
}

.module-card__price {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--brand);
    text-align: center;
}

.module-card__billing {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--text-soft);
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
}

.module-card--featured {
    background: linear-gradient(180deg, rgba(0, 86, 148, 0.96), rgba(18, 40, 63, 0.96));
    border-color: transparent;
    box-shadow: 0 18px 36px rgba(10, 37, 64, 0.12);
}

.module-card--featured h3,
.module-card--featured p,
.module-card--featured .module-card__price,
.module-card--featured .module-card__billing {
    color: #ffffff;
}

.integration-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.partner-card {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    min-width: 130px;
    padding: 0.8rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.04);
}

.partner-card__logo {
    max-width: 100%;
    max-height: 2.8rem;
    width: auto;
}

.partner-card__name {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--dark);
}

.newsletter-panel,
.cta-banner {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}

.newsletter-form,
.contact-form {
    display: grid;
    gap: 0.8rem;
}

.newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.newsletter-form input,
.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
}

.contact-form textarea { min-height: 8rem; resize: vertical; }

.checkline {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.92rem;
    color: var(--text-soft);
}

.checkline input {
    width: auto;
    min-height: auto;
    margin-top: 0.2rem;
}

.checkline--compact {
    grid-column: 1 / -1;
}

.contact-intro,
.content-card--accent {
    padding: 1.6rem;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.content-card--accent {
    background: linear-gradient(180deg, rgba(127, 205, 221, 0.22), rgba(36, 107, 159, 0.22));
}

.solution-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.solution-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid var(--line);
}

.content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-grid--triple { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-grid--quad { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.sector-card,
.resource-card {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.resource-card__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 1rem;
}

.case-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    line-height: 1.65;
}

.content-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    line-height: 1.65;
}

.metric-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.metric-strip--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.04);
}

.metric-card strong {
    font-size: 1.45rem;
    line-height: 1.05;
    color: var(--brand);
}

.metric-card span {
    color: var(--text-soft);
    line-height: 1.55;
}

.metric-card--compact strong {
    font-size: 1.15rem;
}

.case-quote {
    margin: 1rem 0 0.35rem;
    padding-left: 1rem;
    border-left: 3px solid rgba(0, 86, 148, 0.25);
    color: var(--dark);
    font-size: 1.05rem;
    line-height: 1.65;
    font-weight: 700;
}

.case-quote--hero {
    max-width: 42rem;
}

.case-quote__author {
    margin: 0 0 0.75rem;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.case-card__top {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
}

.case-card__top h3 {
    margin-top: 0.45rem;
}

.case-card__logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 1rem;
    border: 1px solid rgba(22, 52, 77, 0.08);
    background: rgba(255, 255, 255, 0.92);
    padding: 0.7rem;
}

.card-kicker {
    margin: 0.15rem 0 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
}

.case-card__outcomes,
.resource-card ul {
    display: grid;
    gap: 0.35rem;
}

.home-cta-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-top: 1.35rem;
}

.home-cta-banner h2 {
    margin: 0.6rem 0 0;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    line-height: 1.2;
}

.pricing-cta-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-top: 1.6rem;
}

.pricing-cta-banner h2 {
    margin: 0.6rem 0 0;
    font-size: clamp(1.3rem, 2.4vw, 1.85rem);
    line-height: 1.2;
}

.contact-trust-banner,
.resource-hub-banner {
    margin-top: 1rem;
}

.contact-trust-banner h2,
.resource-hub-banner h2 {
    margin: 0.6rem 0 0;
    font-size: clamp(1.25rem, 2.3vw, 1.75rem);
    line-height: 1.22;
}

.contact-form__lead,
.contact-form__note {
    margin: 0.35rem 0 0.9rem;
    color: var(--text-soft);
    line-height: 1.65;
}

.contact-form__note {
    margin-top: 0.9rem;
    font-size: 0.92rem;
}

.case-hero-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 260px;
    padding: 1.2rem;
}

.hero-proof--contact {
    margin-top: 1rem;
}

.resource-card ul,
.resource-card--hub ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    line-height: 1.65;
}

.form-feedback {
    margin: 0.35rem 0 0;
    font-weight: 700;
    color: #1f7d47;
}

.form-feedback--error { color: #a33d3d; }

.site-footer {
    margin-top: 0;
    padding: 5rem 0 2rem;
    color: rgba(255, 255, 255, 0.86);
    background: linear-gradient(180deg, #18344e 0%, #0f253a 100%);
}

.back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 50;
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0 !important;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2474ef 0%, #2db7d7 100%);
    box-shadow: 0 10px 28px rgba(16, 67, 125, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(16, 67, 125, 0.38);
}

.back-to-top svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Solutions overview */
.solutions-overview {
    padding: 4.8rem 0 0;
    color: #17314f;
    background: #ffffff url('/fondo/azul.png') center top / cover no-repeat;
}

.solutions-overview__shell {
    width: min(94%, 1540px);
    margin-right: auto;
    margin-left: auto;
}

.solutions-overview__hero {
    text-align: center;
}

.solutions-overview__hero > span {
    display: block;
    margin-bottom: 1rem;
    color: #2474ef;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.solutions-overview__hero h1 {
    margin: 0;
    color: #17314f;
    font-size: clamp(2.6rem, 4.3vw, 4.7rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.solutions-overview__hero h1 span,
.solutions-overview__hero h1 strong {
    display: block;
}

.solutions-overview__hero h1 strong {
    color: #0756c9;
    font-weight: inherit;
}

.solutions-overview__hero > p {
    max-width: 720px;
    margin: 1.25rem auto 0;
    color: #536b84;
    font-size: 1.3rem;
    line-height: 1.65;
}

.solutions-overview__metrics {
    display: grid;
    max-width: 760px;
    margin: 3.2rem auto 4.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.solutions-overview__metrics article {
    display: grid;
    justify-items: center;
}

.solutions-overview__metrics img {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    object-fit: contain;
}

.solutions-overview__metrics strong {
    color: #0756c9;
    font-size: 1.75rem;
    line-height: 1;
}

.solutions-overview__metrics span {
    margin-top: 6px;
    color: #17314f;
    font-size: 1.08rem;
}

.solutions-overview__list {
    border-top: 1px solid rgba(30, 75, 120, .13);
}

.solutions-overview__item {
    display: grid;
    min-height: 560px;
    padding: 58px 32px;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 64px;
    align-items: center;
    border-bottom: 1px solid rgba(30, 75, 120, .13);
    scroll-margin-top: 105px;
}

.solutions-overview__item--reverse {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.solutions-overview__item--reverse .solutions-overview__visual {
    grid-column: 2;
}

.solutions-overview__item--reverse .solutions-overview__copy {
    grid-column: 1;
    grid-row: 1;
}

.solutions-overview__visual {
    position: relative;
    height: auto;
    aspect-ratio: 1.4 / 1;
    overflow: visible;
    background: transparent;
}

.solutions-overview__visual.scroll-reveal {
    transform: translate3d(0, 2rem, 0) scale(.975);
    filter: blur(5px);
    transition:
        opacity 1100ms ease,
        transform 1350ms cubic-bezier(.16, 1, .3, 1),
        filter 1100ms ease;
}

.solutions-overview__visual.scroll-reveal.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

.solutions-overview__visual::before,
.solutions-overview__visual::after {
    content: none;
}

.solutions-overview__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: auto;
}

.solutions-overview__base {
    z-index: 1;
    pointer-events: auto;
    filter: contrast(1.04) saturate(1.03);
    transform: scale(1);
    transform-origin: center;
    transition:
        transform .75s cubic-bezier(.16, 1, .3, 1),
        filter .75s ease;
    will-change: transform;
}

.solutions-overview__overlay {
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 12px 18px rgba(23, 49, 79, .12));
    transform-origin: center;
    animation: solutions-overlay-float 6.4s ease-in-out infinite;
    transition:
        transform .8s cubic-bezier(.16, 1, .3, 1),
        filter .8s ease;
    will-change: transform;
}

#gestion-clientes { --overlay-x: 20%; --overlay-y: -38%; --overlay-scale: .49; --overlay-hover-scale: .515; --hit-left: 46%; --hit-top: 3%; --hit-width: 48%; --hit-height: 27%; }
#agenda-online { --overlay-x: 43%; --overlay-y: -38%; --overlay-scale: .38; --overlay-hover-scale: .405; --hit-left: 69%; --hit-top: 4%; --hit-width: 29%; --hit-height: 25%; }
#cajas-facturacion { --overlay-x: 18%; --overlay-y: -40%; --overlay-scale: .42; --overlay-hover-scale: .445; --hit-left: 50%; --hit-top: 2%; --hit-width: 43%; --hit-height: 29%; }
#almacen-pedidos { --overlay-x: 26%; --overlay-y: -44%; --overlay-scale: .46; --overlay-hover-scale: .485; --hit-left: 56%; --hit-top: 2%; --hit-width: 39%; --hit-height: 24%; }
#informes-marketing { --overlay-x: 24%; --overlay-y: -38%; --overlay-scale: .65; --overlay-hover-scale: .685; --hit-left: 52%; --hit-top: 1%; --hit-width: 42%; --hit-height: 29%; }
#gestion-empleados { --overlay-x: 38%; --overlay-y: -25%; --overlay-scale: .607; --overlay-hover-scale: .640; --hit-left: 61%; --hit-top: 0%; --hit-width: 34%; --hit-height: 52%; }

.solutions-overview__overlay-hitbox {
    position: absolute;
    z-index: 3;
    top: var(--hit-top);
    left: var(--hit-left);
    width: var(--hit-width);
    height: var(--hit-height);
}

.solutions-overview__base:hover {
    z-index: 2;
    filter: contrast(1.08) saturate(1.05) drop-shadow(0 18px 28px rgba(23, 49, 79, .16));
    transform: scale(1.02);
}

.solutions-overview__visual:has(.solutions-overview__overlay-hitbox:hover) .solutions-overview__overlay {
    z-index: 4;
    animation: none;
    filter: drop-shadow(0 20px 26px rgba(23, 49, 79, .22));
    transform: translate(var(--overlay-x), calc(var(--overlay-y) - 8px)) scale(var(--overlay-hover-scale));
}

@keyframes solutions-overlay-float {
    0%, 100% { transform: translate(var(--overlay-x), var(--overlay-y)) scale(var(--overlay-scale)); }
    50% { transform: translate(var(--overlay-x), calc(var(--overlay-y) - 4px)) scale(var(--overlay-scale)); }
}

.solutions-overview__copy {
    position: relative;
    padding-left: 74px;
}

.solutions-overview__icon {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: #edf4ff;
}

.solutions-overview__icon img {
    width: 27px;
    height: 27px;
}

.solutions-overview__copy h2 {
    margin: 0;
    color: #17314f;
    font-size: clamp(1.95rem, 2.45vw, 2.5rem);
    letter-spacing: -.025em;
}

.solutions-overview__copy p {
    max-width: 520px;
    margin: 14px 0 18px;
    color: #536b84;
    font-size: 1.2rem;
    line-height: 1.62;
}

.solutions-overview__copy ul {
    display: grid;
    gap: 9px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.solutions-overview__copy li {
    position: relative;
    padding-left: 24px;
    color: #243b57;
    font-size: 1.12rem;
    line-height: 1.4;
}

.solutions-overview__copy li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #1769ed;
    font-weight: 800;
}

.solutions-overview__copy a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #0756c9;
    font-size: 1.12rem;
    font-weight: 700;
}

.solutions-overview__copy a span {
    transition: transform .2s ease;
}

.solutions-overview__copy a:hover span {
    transform: translateX(4px);
}

#gestion-empleados .solutions-overview__icon {
    background: #e4f8ed;
}

#gestion-empleados .solutions-overview__copy li::before {
    color: #1769ed;
}

.fichio-action {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

#gestion-empleados .fichio-action__button {
    min-width: 190px;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    color: #17314f;
    background: linear-gradient(105deg, #a7e9c6 0%, #c2dfdf 50%, #d7cfee 100%);
    box-shadow: 0 12px 24px rgba(92, 133, 166, .2);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

#gestion-empleados .fichio-action__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 16px 28px rgba(92, 133, 166, .27);
}

#gestion-empleados .fichio-action__note {
    max-width: none;
    margin: 0;
    color: #111827;
    font-size: .98rem;
    line-height: 1.45;
}

.solutions-overview__cta {
    display: grid;
    margin-top: 3.5rem;
    margin-bottom: 0;
    padding: 36px 48px;
    grid-template-columns: 100px minmax(0, 1fr) 270px;
    gap: 34px;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(105deg, rgba(218, 239, 255, .98), rgba(242, 249, 255, .96));
}

.solutions-overview__cta-icon {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
}

.solutions-overview__cta-icon img {
    width: 50px;
    height: 50px;
}

.solutions-overview__cta h2 {
    margin: 0 0 6px;
    font-size: 2rem;
}

.solutions-overview__cta p {
    max-width: 620px;
    margin: 0;
    color: #536b84;
    font-size: 1.16rem;
    line-height: 1.55;
}

.solutions-overview__cta-actions {
    display: grid;
    gap: 12px;
    text-align: center;
}

.solutions-overview__cta-actions a:first-child {
    display: grid;
    min-height: 50px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: #0756c9;
    font-weight: 700;
    font-size: 1.05rem;
}

.solutions-overview__cta-actions a:last-child {
    color: #0756c9;
    font-size: 1.05rem;
}

@media (max-width: 980px) {
    .solutions-overview__item,
    .solutions-overview__item--reverse { padding: 42px 24px; grid-template-columns: 1fr 1fr; gap: 34px; }
    .solutions-overview__visual { height: auto; aspect-ratio: 1.4 / 1; }
    .solutions-overview__copy { padding-left: 0; padding-top: 68px; }
    .solutions-overview__cta { grid-template-columns: 80px minmax(0, 1fr); }
    .solutions-overview__cta-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
}

@media (max-width: 700px) {
    .solutions-overview { padding-top: 3.4rem; }
    .solutions-overview__shell { width: min(100% - 24px, 620px); }
    .solutions-overview__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
    .solutions-overview__item { min-height: 0; padding: 38px 4px; grid-template-columns: 1fr; gap: 28px; }
    .solutions-overview__item--reverse { grid-template-columns: 1fr; }
    .solutions-overview__item--reverse .solutions-overview__visual,
    .solutions-overview__item--reverse .solutions-overview__copy { grid-column: 1; grid-row: auto; }
    .solutions-overview__visual { height: auto; aspect-ratio: 1.4 / 1; }
    .solutions-overview__base:hover { transform: scale(1.02); }
    .solutions-overview__visual:has(.solutions-overview__overlay-hitbox:hover) .solutions-overview__overlay { transform: translate(var(--overlay-x), calc(var(--overlay-y) - 8px)) scale(var(--overlay-hover-scale)); }
    .solutions-overview__copy { padding: 68px 12px 0; }
    .solutions-overview__cta { margin-bottom: 0; padding: 28px 22px; grid-template-columns: 1fr; text-align: center; }
    .solutions-overview__cta-icon { margin: 0 auto; }
    .solutions-overview__cta-actions { grid-column: auto; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .solutions-overview__overlay { animation: none; }
    .client-marquee__track,
    .home-platform-marquee__track {
        animation: none !important;
        transform: none !important;
    }
}

.breadcrumbs {
    padding: 0.75rem 0 0;
    font-size: 0.9rem;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 0.6rem;
    opacity: 0.45;
}
.honeypot-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.mobile-nav__toggle:focus-visible {
    outline: 2px solid #1769ed;
    outline-offset: 3px;
}
.contact-form label span,
.home-demo-form-preview__form label span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.82rem;
    font-weight: 650;
}

.footer-grid {
    width: min(1480px, calc(100% - 4rem));
    grid-template-columns: 1.55fr 1fr 1fr 1fr 1.2fr;
    gap: clamp(2rem, 3.5vw, 4.5rem);
    align-items: start;
}

.site-footer .footer-brand {
    width: min(100%, 285px);
    margin-bottom: 2.1rem;
    filter: brightness(0) invert(1);
}

.site-footer .footer-brand-link {
    display: block;
    width: fit-content;
    margin: 0;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.66);
}

.footer-intro__title {
    margin: 0 0 1.15rem;
    font-size: 1.25rem;
}

.footer-sector-list {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.04rem;
    list-style: none;
}

.footer-sector-list li {
    position: relative;
    padding-left: 2rem;
}

.footer-sector-list a,
.footer-column h3 a {
    color: inherit;
}

.footer-sector-list a:hover,
.footer-column h3 a:hover {
    color: #ffffff;
}

.footer-sector-list li::before {
    content: '\2713';
    position: absolute;
    top: 0.05rem;
    left: 0;
    display: grid;
    width: 1.25rem;
    height: 1.25rem;
    place-items: center;
    border: 2px solid #4098ff;
    border-radius: 50%;
    color: #4098ff;
    font-size: 0.72rem;
    font-weight: 800;
}

.footer-short-line,
.footer-column h3::after {
    display: block;
    width: 2.35rem;
    height: 2px;
    background: #4098ff;
}

.footer-short-line {
    margin: 1.65rem 0 1.35rem;
}

.footer-intro__copy {
    max-width: 19rem;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
}

.site-footer h3 {
    margin: 0 0 2rem;
    color: #fff;
    font-size: 1.08rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.footer-column h3::after {
    content: '';
    margin-top: 0.9rem;
}

.footer-column {
    padding-top: calc(1.5rem + 0.5cm);
}

.site-footer .footer-column > a {
    display: block;
    margin-bottom: 1.05rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
    line-height: 1.35;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-column > a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-contact__link {
    display: grid !important;
    grid-template-columns: 1.65rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.footer-contact__link > span {
    color: #4098ff;
    font-size: 1.35rem;
    line-height: 1;
    text-align: center;
}

.social-row {
    display: grid;
    margin-top: 2rem;
    padding-top: 1.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    border-top: 1px solid rgba(64, 152, 255, 0.28);
}

.site-footer .social-row a {
    display: grid;
    margin: 0;
    justify-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.78);
}

.social-row a > span {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(33, 91, 155, 0.28);
    font-size: 1.45rem;
    font-weight: 800;
}

.social-row a > small {
    font-size: 0.72rem;
}

.footer-bottom {
    display: flex;
    width: min(1480px, calc(100% - 4rem));
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.15rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.94rem;
}

.footer-bottom div {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.site-footer .footer-bottom a {
    display: block;
    margin: 0;
    padding: 0 1.2rem;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer .footer-bottom a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 1180px) {
    .footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .site-footer {
        padding-top: 3.5rem;
    }

    .back-to-top {
        right: 0.8rem;
        bottom: 0.8rem;
        width: 2.4rem;
        height: 2.4rem;
    }

    .footer-grid,
    .footer-bottom {
        width: min(100% - 2rem, 620px);
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-column {
        padding-top: 0;
    }

    .footer-bottom {
        align-items: flex-start;
        margin-top: 3rem;
    }

    .footer-bottom div {
        display: grid;
        gap: 0.65rem;
    }

    .site-footer .footer-bottom a {
        padding: 0;
    }

    .site-footer .footer-bottom a + a {
        border-left: 0;
    }
}

.landing-page {
    min-height: calc(100vh - 5rem);
    background-color: #dff5ff;
    background-image: url("/landing/areas-background-v2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(22, 52, 77, 0.06);
}

.landing-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5rem;
    gap: 1rem;
}

.landing-hero {
    position: relative;
    padding: 2cm 0 0;
    overflow: hidden;
}

.landing-hero__grid {
    display: grid;
    width: min(94%, 1440px);
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
    column-gap: 52px;
    row-gap: 1.4rem;
    align-items: center;
}

.landing-hero__copy {
    position: relative;
    top: 18px;
    z-index: 2;
    align-self: center;
    min-width: 0;
    padding-right: 8px;
}

.landing-hero__copy > .eyebrow {
    margin-bottom: 22px;
}

.landing-hero__copy h1 {
    margin: 0 0 24px;
    color: #17314f;
    font-size: clamp(46px, 3.8vw, 62px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.landing-hero__title-base,
.landing-hero__title-gradient {
    display: block;
}

.landing-hero__title-gradient {
    width: fit-content;
    max-width: 100%;
    color: #2474ef;
    background: linear-gradient(90deg, #2474ef 0%, #22aeda 48%, #28d2c0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-hero__copy p {
    max-width: 44rem;
    color: var(--text-soft);
    line-height: 1.72;
}

.landing-hero__subtitle {
    max-width: 640px !important;
    margin: 24px 0 0;
    color: #243b57 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65 !important;
    letter-spacing: -0.01em;
}

.landing-hero__subtitle-line {
    display: block;
}

.landing-hero__subtitle-line + .landing-hero__subtitle-line {
    margin-top: 14px;
}

.landing-hero__subtitle strong {
    color: #17314f;
    font-weight: 650;
}

.landing-verifactu-line {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    gap: 0.5rem;
    margin: 28px 0 26px;
    padding: 8px 13px;
    border: 1px solid rgba(36, 116, 239, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #123659 !important;
    box-shadow: 0 6px 18px rgba(36, 116, 239, 0.05);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4 !important;
}

.landing-verifactu-line__icon {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    color: #2474ef;
}

.landing-verifactu-line__icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-common-benefits {
    display: grid;
    gap: 0;
    width: 100%;
    max-width: 550px;
    margin-top: 0;
    border-top: 1px solid rgba(30, 75, 120, 0.12);
}

.landing-common-benefit {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(30, 75, 120, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.landing-common-benefit__icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 14px;
    background: #edf4ff;
    color: #2474ef;
}

.landing-common-benefit__icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-common-benefit__copy {
    min-width: 0;
}

.landing-common-benefit h2 {
    margin: 0 0 3px;
    color: #17314f;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.landing-common-benefit p {
    margin: 0;
    color: #536b84;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.landing-hero__visual {
    position: relative;
    z-index: 1;
    align-self: start;
    justify-self: end;
    width: 100%;
    max-width: 620px;
    min-height: 0;
    margin: 0.25rem 0 0;
    overflow: hidden;
    border-radius: 30px;
    isolation: isolate;
}

.landing-hero__visual img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
    transform: none !important;
    transition: none !important;
    will-change: auto;
    border-radius: inherit;
    mix-blend-mode: normal;
}

.landing-hero__visual::after {
    display: none !important;
}

.landing-hero__visual::before {
    display: none !important;
}

.landing-clients-home {
    position: relative;
    z-index: 2;
    margin-top: 44px;
}

.landing-clients-home .client-marquee,
.landing-clients-home .client-marquee__track,
.landing-clients-home .client-marquee__group,
.landing-clients-home .client-marquee__item {
    border: 0;
    background: transparent !important;
    box-shadow: none;
}

.landing-clients-home .client-marquee::before,
.landing-clients-home .client-marquee::after {
    display: none;
}

.landing-clients-home .client-marquee__item img {
    background: transparent !important;
    mix-blend-mode: multiply;
}

.landing-benefits-below-clients {
    position: relative;
    z-index: 2;
    padding-top: 38px;
    padding-bottom: 44px;
}

.landing-benefits-below-clients .landing-common-benefits {
    max-width: 960px;
    margin: 0 auto;
}

.landing-features {
    position: relative;
    z-index: 2;
    padding-top: 54px;
    padding-bottom: 72px;
}

.landing-features__heading {
    margin: 0 auto 30px;
    text-align: center;
}

.landing-features__heading > span {
    display: block;
    margin-bottom: 10px;
    color: #4f8ff7;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.landing-features__heading h2 {
    margin: 0;
    color: #17314f;
    font-size: clamp(30px, 2.4vw, 40px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.landing-features__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.landing-feature-card {
    display: flex;
    min-width: 0;
    min-height: 232px;
    padding: 24px 18px 22px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(30, 75, 120, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 30px rgba(20, 40, 80, 0.055);
}

.landing-feature-card__icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #2474ef;
    background: linear-gradient(145deg, #edf5ff 0%, #e7f1ff 100%);
}

.landing-feature-card__icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-feature-card h3 {
    margin: 0 0 10px;
    color: #17314f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.landing-feature-card p {
    margin: 0;
    color: #536b84;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 1180px) {
    .landing-features__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .landing-feature-card {
        min-height: 220px;
    }
}

@media (max-width: 720px) {
    .landing-features {
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .landing-features__heading {
        margin-bottom: 24px;
    }

    .landing-features__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .landing-feature-card {
        min-height: 0;
        padding: 22px 20px;
    }
}

/* Home text alignment and integrations artwork — final reference composition. */
.home-flow-cards .section-heading--narrow {
    width: min(72rem, 100%);
    max-width: 72rem;
    text-align: center;
}

.home-flow-cards .section-heading--narrow h2,
.home-flow-cards .home-flow-cards__intro {
    margin-inline: auto;
    text-align: center;
}

.home-flow-cards .home-flow-cards__intro {
    max-width: 64rem;
}

.home-integrations-promo__panel--textual {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
    align-items: center;
    column-gap: clamp(0.75rem, 1.5vw, 1.5rem);
    row-gap: clamp(2.6rem, 4vw, 4.2rem);
}

.home-integrations-promo__panel--textual .home-integrations-promo__content {
    width: 100%;
    max-width: 64rem;
    margin: 0;
}

.home-integrations-promo__orbit {
    display: grid;
    place-items: center start;
    margin: 0;
    transform: translateX(-22%);
}

.home-integrations-promo__orbit img {
    display: block;
    width: min(150%, 54rem);
    max-width: none;
    height: auto;
    object-fit: contain;
}

.home-integrations-promo {
    overflow: hidden;
}

.home-integrations-promo__content h2 {
    font-size: clamp(2.7rem, 3.195vw, 3.825rem);
}

.home-integrations-promo__content .editorial-lead {
    font-size: clamp(1.08rem, 1.278vw, 1.458rem);
}

.home-integrations-promo__content .home-integrations-promo__note {
    font-size: clamp(1.035rem, 1.215vw, 1.35rem);
}

.home-integrations-promo .home-platform-marquee__group strong {
    font-size: 0.972rem;
}

.home-integrations-promo__panel--textual > .home-platform-marquee {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin: 0;
}

@media (max-width: 980px) {
    .home-integrations-promo__panel--textual {
        grid-template-columns: 1fr;
    }

    .home-integrations-promo__panel--textual > .home-platform-marquee {
        grid-column: 1;
    }

    .home-integrations-promo__panel--textual .home-integrations-promo__content {
        margin-inline: auto;
    }

    .home-integrations-promo__orbit img {
        width: min(75vw, 30rem);
    }

    .home-integrations-promo__orbit {
        place-items: center;
        transform: none;
    }
}

/* Home opening background — one continuous surface from the hero through the cards. */
.home-page-clean {
    background: #ffffff;
}

.home-opening-surface {
    position: relative;
    isolation: isolate;
    background-color: #f7fbff;
    background-image: url("/fondo/azul.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-opening-surface > .hero--image,
.home-opening-surface > .client-marquee-section,
.home-opening-surface > .home-hero-image-after-clients,
.home-opening-surface > .home-flow-cards {
    background: transparent !important;
}

.home-integrations-promo {
    background: #ffffff;
}

/* Unified hero typography — Home, Areas, Pricing and Solutions. */
:root {
    --hero-model-black: #050505;
    --hero-model-gray: #626262;
    --hero-model-blue-start: #176da8;
    --hero-model-blue-end: #2db7d7;
}

.hero-image-heading .hero-image-heading__title,
.landing-hero__copy h1,
.pricing-redesign__hero h1,
.solutions-overview__hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(3rem, 3.55vw, 4.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
    color: var(--hero-model-black);
}

.hero-image-heading .hero-image-heading__title-line--accent,
.hero-image-heading .hero-image-heading__title-line strong,
.landing-hero__copy .landing-hero__title-gradient,
.pricing-redesign__hero h1 > strong,
.solutions-overview__hero h1 > strong {
    color: transparent;
    background: linear-gradient(90deg, var(--hero-model-blue-start) 0%, var(--hero-model-blue-end) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-image-heading .hero-image-heading__title > .hero-image-heading__title-line:first-child {
    color: #050505 !important;
    background: none !important;
    -webkit-text-fill-color: #050505 !important;
}

.hero-image-heading .hero-image-heading__title > .hero-image-heading__title-line:first-child strong {
    color: transparent !important;
    background: linear-gradient(90deg, #176da8 0%, #2db7d7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.hero-image-heading__eyebrow,
.pricing-redesign__hero > span,
.solutions-overview__hero > span {
    color: var(--hero-model-gray);
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.9rem, 1.04vw, 1.08rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-image-heading .hero-image-heading__lead,
.pricing-redesign__hero .editorial-lead,
.solutions-overview__hero .editorial-lead {
    color: var(--hero-model-gray);
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.3rem, 1.58vw, 1.72rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
}

.hero-image-heading .hero-image-heading__lead strong,
.pricing-redesign__hero .editorial-lead strong {
    color: inherit;
    font-weight: inherit;
}

.pricing-redesign__hero,
.solutions-overview__hero {
    padding-top: clamp(5rem, 8vw, 8rem);
}

.pricing-redesign__hero h1,
.solutions-overview__hero h1 {
    margin-top: clamp(2rem, 2.7vw, 3rem);
}

.pricing-redesign__hero h1 > strong,
.solutions-overview__hero h1 > strong {
    margin-top: 0.28em;
}

.pricing-redesign__hero .editorial-lead,
.solutions-overview__hero .editorial-lead {
    max-width: 64rem;
    margin: clamp(2.6rem, 3.6vw, 4rem) auto 0;
}

.landing-hero__copy h1 {
    margin-bottom: clamp(2.6rem, 3.4vw, 3.8rem);
}

.landing-hero__copy .landing-hero__title-base,
.landing-hero__copy .landing-hero__title-gradient {
    display: block;
}

.landing-hero__copy .landing-hero__title-gradient {
    margin-top: 0.28em;
}

.landing-hero__copy .landing-hero__subtitle {
    max-width: 52rem;
    color: var(--hero-model-black);
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.18rem, 1.47vw, 1.62rem);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.022em;
}

.landing-hero__copy h1 {
    font-size: clamp(2.7rem, 3.195vw, 3.825rem);
}

.landing-hero__copy .landing-hero__subtitle {
    font-size: clamp(1.062rem, 1.323vw, 1.458rem);
}

.landing-hero__copy .landing-hero__subtitle strong {
    color: var(--hero-model-black);
    font-weight: 800;
}

.landing-verifactu-line {
    margin-top: clamp(2.4rem, 3vw, 3.2rem);
    padding: 0.65rem 1.35rem;
    font-size: clamp(0.95rem, 1.05vw, 1.12rem);
    font-weight: 700;
}

.hero-image-heading__actions {
    gap: 2.15rem;
}

.hero-image-heading__actions .button {
    width: min(18.9rem, 38vw);
    min-width: 0;
    min-height: 3.825rem;
    padding: 0 1.8rem;
    border-radius: 1.98rem;
    font-size: clamp(1.125rem, 1.395vw, 1.458rem);
    font-weight: 500;
}

.hero-image-heading__actions .button--primary {
    background: linear-gradient(90deg, #176da8 0%, #2db7d7 100%);
}

.hero-image-heading__actions .button--ghost {
    background: #afe6fa !important;
}

@media (max-width: 980px) {
    .hero-image-heading .hero-image-heading__title,
    .landing-hero__copy h1,
    .pricing-redesign__hero h1,
    .solutions-overview__hero h1 {
        font-size: clamp(2.65rem, 6.5vw, 3.65rem);
    }

    .landing-hero__copy h1 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 720px) {
    .hero-image-heading .hero-image-heading__title,
    .landing-hero__copy h1,
    .pricing-redesign__hero h1,
    .solutions-overview__hero h1 {
        font-size: clamp(2.2rem, 9.5vw, 3rem);
        line-height: 1.13;
    }

    .hero-image-heading .hero-image-heading__lead,
    .pricing-redesign__hero .editorial-lead,
    .solutions-overview__hero .editorial-lead,
    .landing-hero__copy .landing-hero__subtitle {
        font-size: 1.08rem;
    }

    .hero-image-heading__actions .button {
        width: 100%;
        min-height: 3.5rem;
        font-size: 1.12rem;
    }
}

/* Home hero — clean composition matching the new editorial direction. */
.home-page-clean .hero--image {
    min-height: 45rem;
    padding-top: clamp(7.5rem, 12vh, 10rem);
    background: #ffffff;
}

.hero-image-heading {
    margin-bottom: 2.25rem;
}

.hero-image-heading__eyebrow {
    margin-bottom: 2.25rem;
    font-size: clamp(0.9rem, 1.05vw, 1.08rem);
    font-weight: 500;
    letter-spacing: 0;
    color: #626262;
}

.hero-image-heading .hero-image-heading__title {
    max-width: 88rem;
    font-size: clamp(3rem, 4.25vw, 4.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.hero-image-heading .hero-image-heading__title-line {
    display: block;
    color: #050505;
    -webkit-text-fill-color: currentColor;
}

.hero-image-heading .hero-image-heading__title-line strong {
    color: #299dcc;
    font: inherit;
}

.hero-image-heading .hero-image-heading__title-line--accent {
    margin-top: 0.28em;
    color: #257caf;
}

.hero-image-heading .hero-image-heading__lead {
    margin-top: 1.7rem;
    max-width: 42rem;
    color: #626262;
    font-size: clamp(1.3rem, 1.65vw, 1.65rem);
    font-weight: 600;
    line-height: 1.35;
}

.hero-image-heading .hero-image-heading__lead strong {
    color: inherit;
    font-weight: inherit;
}

.hero-image-heading__actions {
    margin-top: 2.8rem;
    gap: 2rem;
}

.hero-image-heading__actions .button {
    min-width: 14.7rem;
    min-height: 3.45rem;
    border-radius: 1.8rem;
    font-size: 1.25rem;
}

.hero-image-heading__actions .button--primary {
    background: linear-gradient(90deg, #86a9ef 0%, #80bddd 100%);
}

.hero-image-heading__actions .button--ghost {
    background: #afe6fa !important;
}

@media (max-width: 980px) {
    .home-page-clean .hero--image {
        min-height: auto;
        padding-top: 6rem;
    }

    .hero-image-heading .hero-image-heading__title {
        max-width: 48rem;
        font-size: clamp(2.7rem, 6.5vw, 3.65rem);
    }
}

@media (max-width: 720px) {
    .home-page-clean .hero--image {
        padding-top: 4.5rem;
    }

    .hero-image-heading__eyebrow {
        margin-bottom: 1.45rem;
        font-size: 0.78rem;
    }

    .hero-image-heading .hero-image-heading__title {
        font-size: clamp(2.25rem, 10vw, 3rem);
    }

    .hero-image-heading .hero-image-heading__title-line strong {
        display: block;
    }

    .hero-image-heading .hero-image-heading__lead {
        font-size: 1.1rem;
    }

    .hero-image-heading__actions {
        gap: 0.85rem;
    }
}

/* Editorial typography system: shared visual voice across the website. */
:root {
    --editorial-ink: #0b1622;
    --editorial-blue: #2f6fa6;
    --editorial-body: #17222e;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

main :where(h1, h2, h3) {
    font-family: "Manrope", sans-serif;
    letter-spacing: -0.035em;
}

main :where(p, li) {
    letter-spacing: -0.012em;
}

main .editorial-title {
    color: var(--editorial-ink);
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

main .editorial-title > span,
main .editorial-title > strong {
    display: block;
}

main .editorial-title > span {
    color: var(--editorial-ink);
}

main .editorial-title > strong,
main .editorial-title > .editorial-title__accent {
    color: var(--editorial-blue);
    font: inherit;
}

main .editorial-title--inline > span,
main .editorial-title--inline > strong {
    display: inline;
}

main .editorial-lead {
    color: var(--editorial-body);
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.08rem, 1.15vw, 1.22rem);
    font-weight: 500;
    line-height: 1.62;
    letter-spacing: -0.018em;
}

main .editorial-lead strong {
    color: var(--editorial-ink);
    font-weight: 800;
}

main .editorial-note {
    color: var(--editorial-blue);
    font-weight: 800;
}

/* Preserve the blue accent when older component rules use gradients. */
.hero-image-heading .editorial-title > span {
    background: none;
    color: var(--editorial-blue);
    -webkit-text-fill-color: currentColor;
}

.home-integrations-promo__content .editorial-title,
.home-integrations-promo__content .editorial-lead,
.home-verifactu__copy .editorial-title,
.home-verifactu__copy .editorial-lead {
    color: var(--editorial-ink);
}

.home-integrations-promo__content .editorial-title > strong,
.home-integrations-promo__content .editorial-note,
.home-verifactu__copy .editorial-title > strong {
    color: var(--editorial-blue);
}

.solutions-overview__copy .editorial-title > strong,
.solutions-overview__cta .editorial-title > strong,
.pricing-redesign__section-title .editorial-title > strong,
.pricing-redesign__integrations-main .editorial-title > strong,
.pricing-redesign__cta .editorial-title > strong {
    color: var(--editorial-blue);
}

@media (max-width: 720px) {
    main .editorial-title {
        line-height: 1.12;
        letter-spacing: -0.038em;
    }

    main .editorial-lead {
        font-size: 1.05rem;
    }
}

.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;
}

.landing-demo-showcase {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 1983 / 793;
    overflow: hidden;
    background: url('/landing/areas-demo-fullwidth.png') center / 100% 100% no-repeat;
}

.landing-demo-showcase__form {
    position: absolute;
    top: 5%;
    right: 3.8%;
    display: flex;
    width: 27.65%;
    height: 88%;
    padding: clamp(15px, 1.25vw, 25px) clamp(16px, 1.5vw, 30px);
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(30, 75, 120, 0.08);
    border-radius: clamp(15px, 1.1vw, 22px);
    background: #ffffff;
    box-shadow: 0 16px 50px rgba(19, 67, 111, 0.12);
}

.landing-demo-showcase__form-heading {
    display: grid;
    grid-template-columns: clamp(42px, 3.2vw, 64px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(10px, 0.9vw, 18px);
}

.landing-demo-showcase__form-icon {
    display: grid;
    width: clamp(42px, 3.2vw, 64px);
    height: clamp(42px, 3.2vw, 64px);
    place-items: center;
    border-radius: 14px;
    color: #4c91e8;
    background: #eef6fd;
}

.landing-demo-showcase__form-icon svg {
    width: 55%;
    height: 55%;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-demo-showcase__form-heading h2 {
    margin: 0 0 clamp(5px, 0.55vw, 11px);
    color: #17314f;
    font-size: clamp(20px, 1.52vw, 30px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.landing-demo-showcase__form-heading h2 span {
    display: block;
    color: #4d91e6;
}

.landing-demo-showcase__form-heading p {
    margin: 0;
    color: #243b57;
    font-size: clamp(10px, 0.66vw, 13px);
    line-height: 1.5;
}

.landing-demo-showcase__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(7px, 0.65vw, 13px);
}

.landing-demo-showcase__form-grid label {
    min-width: 0;
}

.landing-demo-showcase__field--full {
    grid-column: 1 / -1;
}

.landing-demo-showcase__form input:not([type='checkbox']),
.landing-demo-showcase__form select,
.landing-demo-showcase__form textarea {
    width: 100%;
    border: 1px solid #d8e2ee;
    border-radius: clamp(7px, 0.55vw, 11px);
    outline: none;
    color: #17314f;
    background: #ffffff;
    font: inherit;
    font-size: clamp(10px, 0.65vw, 13px);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.landing-demo-showcase__form input:not([type='checkbox']),
.landing-demo-showcase__form select {
    height: clamp(34px, 2.35vw, 47px);
    padding: 0 clamp(10px, 0.8vw, 16px);
}

.landing-demo-showcase__form textarea {
    min-height: clamp(48px, 3.75vw, 74px);
    padding: clamp(9px, 0.7vw, 14px) clamp(10px, 0.8vw, 16px);
    resize: vertical;
}

.landing-demo-showcase__form input:focus,
.landing-demo-showcase__form select:focus,
.landing-demo-showcase__form textarea:focus {
    border-color: #4d91e6;
    box-shadow: 0 0 0 3px rgba(77, 145, 230, 0.12);
}

.landing-demo-showcase__privacy {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #536b84;
    font-size: clamp(9px, 0.6vw, 12px);
    line-height: 1.35;
}

.landing-demo-showcase__privacy input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    accent-color: #357fe4;
}

.landing-demo-showcase__privacy a {
    color: #2474ef;
}

.landing-demo-showcase__form > button {
    display: flex;
    min-height: clamp(38px, 2.4vw, 48px);
    padding: 8px 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: clamp(7px, 0.55vw, 11px);
    color: #ffffff;
    background: linear-gradient(90deg, #3c7ee2 0%, #49b5dd 100%);
    box-shadow: 0 8px 20px rgba(47, 128, 218, 0.18);
    font-size: clamp(10px, 0.66vw, 13px);
    font-weight: 700;
    cursor: pointer;
}

.landing-demo-showcase__proof {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #4d91e6;
    font-size: clamp(8px, 0.56vw, 11px);
    white-space: nowrap;
}

/* Home v33 final section reversed composition. */
.home-verifactu-final {
    background: url('/home/demo-form-background.png') center bottom / cover no-repeat;
}

.home-demo-form-preview__copy h2,
.home-demo-form-preview__copy h2 span,
.home-demo-form-preview__copy h2 strong,
.home-demo-form-preview__copy > p,
.home-demo-form-preview__copy > p strong,
.home-demo-form-preview__contact,
.home-demo-form-preview__contact strong,
.home-demo-form-preview__contact a {
    background: none;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.home-demo-form-preview__badge {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.home-demo-form-preview__divider {
    background: rgba(255, 255, 255, 0.9);
}

.home-demo-form-preview__contact span {
    background: rgba(255, 255, 255, 0.55);
}

.home-demo-form-preview__form {
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(10, 47, 101, 0.22);
}

.home-demo-form-preview__form .button.button--primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand), var(--brand-soft));
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(18, 89, 164, 0.22);
}

.home-demo-form-preview__form .button.button--primary:hover,
.home-demo-form-preview__form .button.button--primary:focus-visible {
    background: linear-gradient(135deg, #165f9f, #2bbad7);
    color: #ffffff;
}

/* Home v36 integrations: visible logo followed by its name. */
.home-integrations-promo .home-platform-marquee__group > span {
    flex-basis: 10.5rem;
    min-height: 3.8rem;
    gap: 0.65rem;
    padding: 0.45rem 0.5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-integrations-promo .home-platform-marquee__group img {
    display: block !important;
    width: 3.2rem !important;
    min-width: 3.2rem;
    height: 2.45rem !important;
    max-width: 3.2rem;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    mix-blend-mode: normal;
}

.home-integrations-promo .home-platform-marquee__group strong {
    color: #102744;
    font-size: 1rem;
}


/* Pricing hero: compact spacing requested for the pricing landing. */
.pricing-redesign__hero {
    padding-top: calc(clamp(5rem, 8vw, 8rem) - 3.55rem);
}

.pricing-redesign__hero h1 {
    margin-top: 0;
    line-height: 1.04;
}

.pricing-redesign__hero h1 > span,
.pricing-redesign__hero h1 > strong {
    display: block;
}

.pricing-redesign__hero h1 > strong {
    margin-top: 0.12em;
}

.pricing-redesign__hero .editorial-lead {
    margin-top: 2rem;
}

/* Solutions hero: mirror the compact pricing composition. */
.solutions-overview__hero {
    padding-top: calc(clamp(5rem, 8vw, 8rem) - 3.55rem);
}

.solutions-overview__hero h1 {
    margin-top: 0;
    line-height: 1.04;
}

.solutions-overview__hero h1 > span,
.solutions-overview__hero h1 > strong {
    display: block;
}

.solutions-overview__hero h1 > strong {
    margin-top: 0.12em;
}

.solutions-overview__hero .editorial-lead {
    margin-top: 2rem;
}

/* Home v37 final overrides (must remain last). */
.home-demo-form-preview__copy h2,
.home-demo-form-preview__copy h2 span {
    color: #0d274a !important;
    -webkit-text-fill-color: #0d274a !important;
}

.home-demo-form-preview__copy h2 strong {
    color: transparent !important;
    background: linear-gradient(90deg, #315ff5 0%, #2d9de0 55%, #43c7c3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.home-demo-form-preview__copy > p,
.home-demo-form-preview__copy > p strong {
    color: #425978 !important;
    -webkit-text-fill-color: #425978 !important;
}

.home-demo-form-preview__badge {
    border: 1px solid rgba(49, 95, 245, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #3478e5;
    box-shadow: 0 6px 18px rgba(29, 91, 170, 0.08);
}

.home-demo-form-preview__divider {
    background: linear-gradient(90deg, #315ff5, #43c7c3);
}

.home-demo-form-preview__advice {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(20, 65, 120, 0.1);
    backdrop-filter: blur(12px);
}

.home-demo-form-preview__advice > .home-demo-form-preview__advice-icon {
    display: grid;
    place-items: center;
    background: #e8f1ff;
    color: #315ff5;
}

.home-demo-form-preview__advice-icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: currentColor;
}

.home-demo-form-preview__advice strong {
    color: #17314f;
}

.home-demo-form-preview__advice p {
    color: #526b86;
}

.home-demo-form-preview__contact,
.home-demo-form-preview__contact strong {
    color: #17314f !important;
    -webkit-text-fill-color: #17314f !important;
}

.home-demo-form-preview__contact a {
    color: #3177dd !important;
    -webkit-text-fill-color: #3177dd !important;
}

.home-demo-form-preview__contact span {
    background: rgba(23, 49, 79, 0.2);
}

.home-demo-form-preview__form {
    border: 1px solid rgba(255, 255, 255, 0.86);
    background: rgba(250, 253, 255, 0.97);
    box-shadow: 0 28px 80px rgba(10, 47, 101, 0.2);
    backdrop-filter: blur(18px);
}

.home-demo-form-preview__form h3 {
    color: #0d274a;
}

.home-demo-form-preview__form > p,
.home-demo-form-preview__check {
    color: #526b86;
}

.home-demo-form-preview input[type="text"],
.home-demo-form-preview input[type="email"],
.home-demo-form-preview input[type="tel"],
.home-demo-form-preview select,
.home-demo-form-preview textarea {
    border-color: rgba(23, 49, 79, 0.16);
    background: #ffffff;
    color: #17314f;
    box-shadow: 0 5px 16px rgba(18, 48, 92, 0.035);
}

.home-demo-form-preview__form .button.button--primary {
    border: 0;
    background: linear-gradient(90deg, #315ff5 0%, #2d9de0 55%, #43c7c3 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(35, 104, 210, 0.28);
}

.home-demo-form-preview__form .button.button--primary:hover,
.home-demo-form-preview__form .button.button--primary:focus-visible {
    background: linear-gradient(90deg, #254edc 0%, #218dd0 55%, #35b8b6 100%);
    color: #ffffff;
}

/* Home v37 authoritative final contact appearance. */
.home-demo-form-preview__copy h2,
.home-demo-form-preview__copy h2 span,
.home-demo-form-preview__copy h2 strong,
.home-demo-form-preview__copy > p,
.home-demo-form-preview__copy > p strong,
.home-demo-form-preview__contact,
.home-demo-form-preview__contact strong,
.home-demo-form-preview__contact a {
    -webkit-text-fill-color: currentColor !important;
}

.home-demo-form-preview__copy h2,
.home-demo-form-preview__copy h2 span {
    color: #0d274a !important;
}

.home-demo-form-preview__copy h2 strong {
    color: transparent !important;
    background: linear-gradient(90deg, #315ff5 0%, #2d9de0 55%, #43c7c3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.home-demo-form-preview__copy > p,
.home-demo-form-preview__copy > p strong {
    color: #425978 !important;
}

.home-demo-form-preview__badge {
    border: 1px solid rgba(49, 95, 245, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #3478e5;
    box-shadow: 0 6px 18px rgba(29, 91, 170, 0.08);
}

.home-demo-form-preview__divider {
    background: linear-gradient(90deg, #315ff5, #43c7c3);
}

.home-demo-form-preview__advice {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 42px rgba(20, 65, 120, 0.1);
    backdrop-filter: blur(12px);
}

.home-demo-form-preview__advice > .home-demo-form-preview__advice-icon {
    display: grid;
    place-items: center;
    background: #e8f1ff;
    color: #315ff5;
}

.home-demo-form-preview__advice-icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: currentColor;
}

.home-demo-form-preview__advice strong {
    color: #17314f;
}

.home-demo-form-preview__advice p {
    color: #526b86;
}

.home-demo-form-preview__contact,
.home-demo-form-preview__contact strong {
    color: #17314f !important;
}

.home-demo-form-preview__contact a {
    color: #3177dd !important;
}

.home-demo-form-preview__contact span {
    background: rgba(23, 49, 79, 0.2);
}

.home-demo-form-preview__form {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(250, 253, 255, 0.96);
    box-shadow: 0 28px 80px rgba(10, 47, 101, 0.2);
    backdrop-filter: blur(18px);
}

.home-demo-form-preview__form h3 {
    color: #0d274a;
}

.home-demo-form-preview__form > p,
.home-demo-form-preview__check {
    color: #526b86;
}

.home-demo-form-preview input[type="text"],
.home-demo-form-preview input[type="email"],
.home-demo-form-preview input[type="tel"],
.home-demo-form-preview select,
.home-demo-form-preview textarea {
    border-color: rgba(23, 49, 79, 0.16);
    background: #ffffff;
    color: #17314f;
    box-shadow: 0 5px 16px rgba(18, 48, 92, 0.035);
}

.home-demo-form-preview__form .button.button--primary {
    border: 0;
    background: linear-gradient(90deg, #315ff5 0%, #2d9de0 55%, #43c7c3 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(35, 104, 210, 0.28);
}

.home-demo-form-preview__form .button.button--primary:hover,
.home-demo-form-preview__form .button.button--primary:focus-visible {
    background: linear-gradient(90deg, #254edc 0%, #218dd0 55%, #35b8b6 100%);
    color: #ffffff;
}

/* Home v37 final contact block: clear typography and light form card. */
.home-demo-form-preview__copy h2,
.home-demo-form-preview__copy h2 span,
.home-demo-form-preview__copy h2 strong,
.home-demo-form-preview__copy > p,
.home-demo-form-preview__copy > p strong,
.home-demo-form-preview__contact,
.home-demo-form-preview__contact strong,
.home-demo-form-preview__contact a {
    -webkit-text-fill-color: currentColor !important;
}

.home-demo-form-preview__copy h2,
.home-demo-form-preview__copy h2 span {
    color: #0d274a !important;
}

.home-demo-form-preview__copy h2 strong {
    color: transparent !important;
    background: linear-gradient(90deg, #315ff5 0%, #2d9de0 55%, #43c7c3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.home-demo-form-preview__copy > p,
.home-demo-form-preview__copy > p strong {
    color: #425978 !important;
}

.home-demo-form-preview__badge {
    border: 1px solid rgba(49, 95, 245, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #3478e5;
    box-shadow: 0 6px 18px rgba(29, 91, 170, 0.08);
}

.home-demo-form-preview__divider {
    background: linear-gradient(90deg, #315ff5, #43c7c3);
}

.home-demo-form-preview__advice {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 42px rgba(20, 65, 120, 0.1);
    backdrop-filter: blur(12px);
}

.home-demo-form-preview__advice > .home-demo-form-preview__advice-icon {
    display: grid;
    place-items: center;
    background: #e8f1ff;
    color: #315ff5;
}

.home-demo-form-preview__advice-icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: currentColor;
}

.home-demo-form-preview__advice strong {
    color: #17314f;
}

.home-demo-form-preview__advice p {
    color: #526b86;
}

.home-demo-form-preview__contact,
.home-demo-form-preview__contact strong {
    color: #17314f !important;
}

.home-demo-form-preview__contact a {
    color: #3177dd !important;
}

.home-demo-form-preview__contact span {
    background: rgba(23, 49, 79, 0.2);
}

.home-demo-form-preview__form {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(250, 253, 255, 0.96);
    box-shadow: 0 28px 80px rgba(10, 47, 101, 0.2);
    backdrop-filter: blur(18px);
}

.home-demo-form-preview__form h3 {
    color: #0d274a;
}

.home-demo-form-preview__form > p,
.home-demo-form-preview__check {
    color: #526b86;
}

.home-demo-form-preview input[type="text"],
.home-demo-form-preview input[type="email"],
.home-demo-form-preview input[type="tel"],
.home-demo-form-preview select,
.home-demo-form-preview textarea {
    border-color: rgba(23, 49, 79, 0.16);
    background: #ffffff;
    color: #17314f;
    box-shadow: 0 5px 16px rgba(18, 48, 92, 0.035);
}

.home-demo-form-preview__form .button.button--primary {
    border: 0;
    background: linear-gradient(90deg, #315ff5 0%, #2d9de0 55%, #43c7c3 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(35, 104, 210, 0.28);
}

.home-demo-form-preview__form .button.button--primary:hover,
.home-demo-form-preview__form .button.button--primary:focus-visible {
    background: linear-gradient(90deg, #254edc 0%, #218dd0 55%, #35b8b6 100%);
    color: #ffffff;
}


.landing-demo-showcase__proof span::before {
    content: '\2713';
    display: inline-grid;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 10px;
}

.landing-demo-showcase__form .form-feedback {
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
}

@media (max-width: 1180px) {
    .landing-demo-showcase {
        display: flex;
        aspect-ratio: auto;
        padding: clamp(310px, 55vw, 540px) 18px 50px;
        align-items: center;
        justify-content: center;
        background-size: 145% auto;
        background-position: left top;
    }

    .landing-demo-showcase__form {
        position: relative;
        inset: auto;
        width: min(100%, 620px);
        height: auto;
        min-height: 0;
        padding: 28px;
        gap: 18px;
        border-radius: 20px;
    }

    .landing-demo-showcase__form-heading {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
    }

    .landing-demo-showcase__form-icon {
        width: 56px;
        height: 56px;
    }

    .landing-demo-showcase__form-heading h2 {
        font-size: 28px;
    }

    .landing-demo-showcase__form-heading p,
    .landing-demo-showcase__form input:not([type='checkbox']),
    .landing-demo-showcase__form select,
    .landing-demo-showcase__form textarea {
        font-size: 14px;
    }

    .landing-demo-showcase__form input:not([type='checkbox']),
    .landing-demo-showcase__form select {
        height: 48px;
    }

    .landing-demo-showcase__form textarea {
        min-height: 82px;
    }

    .landing-demo-showcase__privacy,
    .landing-demo-showcase__form > button {
        font-size: 13px;
    }

    .landing-demo-showcase__proof {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .landing-demo-showcase {
        padding-top: 58vw;
        background-size: 155% auto;
    }

    .landing-demo-showcase__form {
        padding: 22px 18px;
    }

    .landing-demo-showcase__form-heading {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .landing-demo-showcase__form-icon {
        width: 48px;
        height: 48px;
    }

    .landing-demo-showcase__form-heading h2 {
        font-size: 24px;
    }

    .landing-demo-showcase__form-grid {
        grid-template-columns: 1fr;
    }

    .landing-demo-showcase__field--full {
        grid-column: auto;
    }

    .landing-demo-showcase__proof {
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
    }
}

.landing-checklist {
    display: grid;
    gap: 1rem;
    max-width: 46rem;
}

.landing-checklist__title {
    display: block;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.02em;
}

.landing-checklist__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.landing-checklist__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    min-height: 100%;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(22, 52, 77, 0.1);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(10, 37, 64, 0.05);
}

.landing-checklist__icon {
    display: inline-grid;
    width: 1.75rem;
    height: 1.75rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(18, 93, 160, 0.1);
    color: var(--brand);
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
}

.landing-checklist__item p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.55;
}

.landing-lead-card {
    display: grid;
    gap: 0.85rem;
    padding: 1.2rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid rgba(22, 52, 77, 0.1);
    box-shadow: 0 18px 44px rgba(10, 37, 64, 0.1);
}

.landing-lead-card__image,
.landing-lead-card-image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: contain;
}

.landing-lead-card h2 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.14;
}

.landing-lead-card p {
    margin: 0;
    color: var(--text-soft);
}

.landing-cta-banner {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 1.4rem;
    text-align: center;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(127, 205, 221, 0.98), rgba(36, 107, 159, 0.98));
    color: #fff;
    box-shadow: 0 18px 42px rgba(95, 158, 225, 0.24);
}

.landing-cta-banner h2 {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(1.5rem, 2.5vw, 2.15rem);
    line-height: 1.14;
}

.landing-cta-banner .button--primary {
    color: var(--dark);
    background: #fff;
    box-shadow: none;
}

.landing-feature-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.landing-lead-card > p,
.landing-reassurance__card p {
    margin: 0;
}

.landing-reassurance__card {
    display: grid;
    gap: 0.8rem;
}

.testimonial-card h3 {
    margin-bottom: 0.5rem;
}

.landing-reassurance {
    max-width: var(--narrow-shell);
    margin: 0 auto;
}

.landing-reassurance__card {
    display: grid;
    gap: 0.95rem;
    padding: 1.5rem;
}

.resource-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 1.4rem;
    align-items: start;
}

.resource-hero__copy h1 {
    margin: 0.9rem 0 1rem;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.resource-hero__copy p {
    color: var(--text-soft);
    line-height: 1.72;
}

.resource-checklist ul {
    grid-template-columns: 1fr;
}

@media (min-width: 1281px) {
    .landing-hero__grid {
        column-gap: 60px;
    }
}

@media (max-width: 900px) {
    .desktop-nav,
    .header-actions { display: none; }

    .site-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .mobile-nav { display: block; }
    .mobile-nav__toggle { list-style: none; cursor: pointer; font-weight: 800; color: var(--brand); }
    .mobile-nav__panel {
        position: absolute;
        right: 1rem;
        left: 1rem;
        padding: 1rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
    }
    .mobile-nav__group { display: grid; gap: 0.4rem; margin-bottom: 1rem; }
    .mobile-nav__group > a:first-child { font-weight: 800; color: var(--dark); }

    .hero__grid,
    .hero-clean,
    .page-hero__grid,
    .feature-grid,
    .story-panel,
    .solution-card,
    .pricing-grid,
    .pricing-accordion-grid,
    .metric-strip,
    .metric-strip--compact,
    .content-grid,
    .content-grid--triple,
    .content-grid--quad,
    .home-quick-grid,
    .home-product-grid,
    .home-sector-grid,
    .home-case-grid,
    .home-pricing-grid,
    .home-resource-grid,
    .hero-clean__stats,
    .two-column,
    .footer-grid,
    .logo-cloud--nine {
        grid-template-columns: 1fr;
    }

    .landing-hero__grid,
    .resource-hero__grid,
    .landing-checklist__grid,
    .hero-mini-grid,
    .hero-proof,
    .home-cta-banner,
    .pricing-cta-banner {
        grid-template-columns: 1fr;
        border-radius: 1.15rem;
    }

    .pricing-accordion__head p {
        min-height: 0;
    }

    .home-integrations-promo__panel {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        padding: 1.5rem;
    }

    .home-integrations-promo__content .button {
        justify-self: stretch;
    }

    .landing-hero__copy {
        top: 0;
    }

    .home-demo-form-preview,
    .home-demo-form-preview__grid {
        grid-template-columns: 1fr;
    }

    .scroll-reveal,
    .scroll-reveal--left,
    .scroll-reveal--right,
    .scroll-reveal--up {
        transform: translate3d(0, 1.2rem, 0);
    }

    .compliance {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 0.65rem;
        border-radius: 1.15rem;
        max-width: 100%;
    }

    .compliance__logo {
        justify-self: start;
        max-width: 150px;
    }

    .hero-clean__proof {
        gap: 0.55rem;
    }

    .hero-clean__benefits {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hero-clean__metrics {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.2rem 1rem;
        margin-top: 1.25rem;
    }

    .hero-clean__metrics article {
        padding: 0;
    }

    .hero-clean__metrics article::after {
        display: none;
    }

    .hero-clean__frame::after {
        display: none;
    }

    .home-support-band {
        padding-bottom: 2.2rem;
    }

    .home-support-band__header {
        margin-bottom: 1.2rem;
        padding: 0 1rem;
    }

    .home-support-band__verifactu span {
        font-size: 1.9rem;
    }

    .home-support-band__verifactu img {
        width: min(220px, 52vw);
    }

    .home-support-band__visual {
        aspect-ratio: 1920 / 760;
        background-position: center top;
    }

    .home-feature-carousel {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .home-feature-carousel__arrow {
        order: 2;
    }

    .home-feature-carousel__arrow--prev {
        justify-self: start;
    }

    .home-feature-carousel__arrow--next {
        justify-self: end;
        margin-top: -3.4rem;
    }

    .home-feature-card {
        position: relative;
        grid-template-columns: 1fr;
        background: #ffffff;
    }

    .home-feature-carousel__track {
        min-height: 0;
    }

    .home-feature-card__media img {
        min-height: 280px;
        padding: 0.85rem;
    }

    .home-feature-card__copy {
        padding: 1.35rem 1.1rem 1.4rem;
    }

    .home-feature-card__copy h3 {
        max-width: none;
        font-size: 2rem;
    }

    .home-feature-card__copy p {
        max-width: none;
        font-size: 1rem;
    }

    .client-marquee-section {
        margin-top: 1rem;
        padding-bottom: 2rem;
    }

    .client-marquee__item {
        width: 210px;
        height: 104px;
        padding: 0.35rem 0.6rem;
    }

    .client-marquee__item img {
        max-width: 170px;
        height: 4.6rem;
    }
    .client-marquee__item--arte-español img,
    .client-marquee__item--arte-espanol img {
        max-width: 88px;
        height: 88px;
        transform: none;
        mix-blend-mode: normal;
    }

    .client-marquee__item--seap img {
        max-width: 150px;
        height: 4.8rem;
    }

    .client-marquee__item--niud img,
    .client-marquee__item--unica-italia img {
        max-width: 160px;
        transform: none;
    }

    .plan-table {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .plan-table__row,
    .plan-table__row--header {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .plan-table__feature--heading {
        display: none;
    }

    .plan-table__feature,
    .plan-table__cell,
    .plan-table__plan {
        border-radius: 1rem;
        border: 1px solid rgba(22, 52, 77, 0.08);
        background: rgba(255, 255, 255, 0.94);
    }

    .plan-table__cell,
    .plan-table__plan {
        border-left: 1px solid rgba(22, 52, 77, 0.08);
    }

    .plan-table__row + .plan-table__row {
        border-top: 0;
        margin-top: 0.8rem;
    }

    .landing-hero__visual {
        position: relative;
        inset: auto;
        z-index: 0;
        width: 100%;
        max-width: 620px;
        min-height: 0;
        margin: 0 auto;
        border-radius: 24px;
    }

    .landing-hero__visual::after {
        display: none;
    }

    .landing-hero__visual img {
        inset: auto;
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

    .newsletter-form { grid-template-columns: 1fr; }
}

@media (min-width: 901px) and (max-width: 1280px) {
    .site-header__inner {
        gap: 1rem;
    }

    .brand {
        margin-left: 0;
        margin-right: 0.3cm;
        gap: 0;
    }

    .brand img {
        width: 12.05rem;
    }

    .desktop-nav ul {
        gap: 1.35rem;
    }

    .desktop-nav li > a {
        font-size: 0.94rem;
    }

    .header-actions .link-soft {
        padding: 0 0.6rem;
        font-size: 0.94rem;
    }

    .header-actions__cta {
        min-width: 8.8rem;
    }
}

@media (max-width: 720px) {
    .hero,
    .page-hero { padding-top: 2.6rem; }

    .hero h1,
    .page-hero h1 { font-size: 2.35rem; }

    .hero-clean__copy h1 {
        max-width: 100%;
        font-size: 2.55rem;
        line-height: 1.1;
        text-align: left;
    }

    .hero-clean__copy {
        align-items: flex-start;
        max-width: 100%;
    }

    .hero-clean__copy p {
        max-width: 100%;
        text-align: left;
    }

    .hero-clean__actions {
        width: 100%;
    }

    .landing-hero__copy h1 {
        font-size: 2.35rem;
    }

    .button-row {
        flex-direction: column;
        align-items: stretch;
    }

    .button-row .button,
    .button-row .link-soft {
        width: 100%;
    }

    .hero-card,
    .story-panel,
    .solution-card,
    .pricing-card,
    .content-card,
    .cta-banner,
    .newsletter-panel,
    .compliance {
        border-radius: 1.25rem;
    }

    .story-panel__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .solution-gallery { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .compliance--compact {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

/* Final cascade lock for the four approved hero models. */
.hero-image-heading .hero-image-heading__title,
.landing-hero__copy h1,
.pricing-redesign__hero h1,
.solutions-overview__hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(3rem, 3.55vw, 4.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
    color: #050505;
}

.hero-image-heading .hero-image-heading__title-line--accent,
.hero-image-heading .hero-image-heading__title-line strong,
.landing-hero__copy .landing-hero__title-gradient,
.pricing-redesign__hero h1 > strong,
.solutions-overview__hero h1 > strong {
    color: transparent;
    background: linear-gradient(90deg, #176da8 0%, #2db7d7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-image-heading__eyebrow,
.pricing-redesign__hero > span,
.solutions-overview__hero > span {
    color: #626262;
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.9rem, 1.04vw, 1.08rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

.hero-image-heading .hero-image-heading__lead,
.pricing-redesign__hero .editorial-lead,
.solutions-overview__hero .editorial-lead {
    color: #626262;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.3rem, 1.58vw, 1.72rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
}

.landing-hero__copy .landing-hero__subtitle {
    max-width: 52rem;
    color: #050505;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.18rem, 1.47vw, 1.62rem);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.022em;
}

.landing-hero__copy .landing-hero__subtitle strong {
    color: #050505;
    font-weight: 800;
}

.hero-image-heading__actions .button {
    width: min(21rem, 42vw);
    min-width: 0;
    min-height: 4.25rem;
    padding: 0 2rem;
    border-radius: 2.2rem;
    font-size: clamp(1.25rem, 1.55vw, 1.62rem);
    font-weight: 500;
}

.hero-image-heading__actions .button--primary {
    background: linear-gradient(90deg, #176da8 0%, #2db7d7 100%);
}

.hero-image-heading__actions .button--ghost {
    background: #afe6fa !important;
}

@media (max-width: 980px) {
    .hero-image-heading .hero-image-heading__title,
    .landing-hero__copy h1,
    .pricing-redesign__hero h1,
    .solutions-overview__hero h1 {
        font-size: clamp(2.65rem, 6.5vw, 3.65rem);
    }

    .landing-hero__copy h1 {
        font-size: clamp(2.385rem, 5.85vw, 3.285rem);
    }
}

@media (max-width: 720px) {
    .hero-image-heading .hero-image-heading__title,
    .landing-hero__copy h1,
    .pricing-redesign__hero h1,
    .solutions-overview__hero h1 {
        font-size: clamp(2.2rem, 9.5vw, 3rem);
        line-height: 1.13;
    }

    .hero-image-heading .hero-image-heading__lead,
    .pricing-redesign__hero .editorial-lead,
    .solutions-overview__hero .editorial-lead,
    .landing-hero__copy .landing-hero__subtitle {
        font-size: 1.08rem;
    }

    .landing-hero__copy h1 {
        font-size: clamp(1.98rem, 8.55vw, 2.7rem);
    }

    .landing-hero__copy .landing-hero__subtitle {
        font-size: 0.972rem;
    }

    .hero-image-heading__actions .button {
        width: 100%;
        min-height: 3.15rem;
        font-size: 1.01rem;
    }
}

/* Home v20 — keep these final overrides at the end of the cascade. */
.home-flow-cards .section-heading--narrow {
    width: min(72rem, 100%);
    max-width: 72rem;
    margin-inline: auto;
    text-align: center;
}

.home-flow-cards .section-heading--narrow h2,
.home-flow-cards .home-flow-cards__intro {
    margin-inline: auto;
    text-align: center;
}

.home-flow-cards .home-flow-cards__intro {
    max-width: 64rem;
}

.home-integrations-promo__panel--textual {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 7rem);
}

.home-integrations-promo__panel--textual .home-integrations-promo__content {
    width: 100%;
    max-width: 64rem;
    margin: 0;
}

.home-integrations-promo__orbit {
    display: grid;
    place-items: center;
    margin: 0;
}

.home-integrations-promo__orbit img {
    display: block;
    width: min(100%, 36rem);
    height: auto;
    object-fit: contain;
}

@media (max-width: 980px) {
    .home-integrations-promo__panel--textual {
        grid-template-columns: 1fr;
    }

    .home-integrations-promo__panel--textual .home-integrations-promo__content {
        margin-inline: auto;
    }

    .home-integrations-promo__orbit img {
        width: min(75vw, 30rem);
    }
}

/* Home integrations v27: compact copy, larger cropped orbit and tighter top spacing. */
.home-integrations-promo {
    margin-top: calc(var(--home-section-gap) - 1cm);
    overflow: hidden;
}

.home-integrations-promo__panel--textual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 1fr);
    align-items: center;
    column-gap: clamp(0.5rem, 1vw, 1rem);
    row-gap: clamp(2.4rem, 3.5vw, 3.8rem);
}

.home-integrations-promo__panel--textual .home-integrations-promo__content {
    width: 100%;
    max-width: 38rem;
    margin: 0;
    padding-top: calc(clamp(4rem, 6vw, 7rem) - 1cm);
    padding-bottom: clamp(4rem, 6vw, 7rem);
}

.home-integrations-promo__content h2 {
    font-size: clamp(2.7rem, 3.195vw, 3.825rem);
}

.home-integrations-promo__content .editorial-lead {
    font-size: clamp(1.08rem, 1.278vw, 1.458rem);
}

.home-integrations-promo__content .home-integrations-promo__note {
    font-size: clamp(1.035rem, 1.215vw, 1.35rem);
}

.home-integrations-promo__orbit {
    display: grid;
    place-items: center start;
    margin: 0;
    transform: translateX(-3.5rem);
}

.home-integrations-promo__orbit img {
    display: block;
    width: min(100%, 34rem);
    max-width: none;
    height: auto;
    object-fit: contain;
}

.home-integrations-promo__panel--textual > .home-platform-marquee {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin-top: 0;
}

@media (max-width: 980px) {
    .home-integrations-promo__panel--textual {
        grid-template-columns: 1fr;
    }

    .home-integrations-promo__panel--textual .home-integrations-promo__content {
        max-width: 38rem;
        margin-inline: auto;
    }

    .home-integrations-promo__orbit {
        place-items: center;
        transform: none;
    }

    .home-integrations-promo__orbit img {
        width: min(78vw, 30rem);
    }

    .home-integrations-promo__panel--textual > .home-platform-marquee {
        grid-column: 1;
    }
}

/* Home finishing blocks — approved text models and integrations carousel. */
.home-flow-cards,
.home-integrations-promo {
    background: #ffffff;
}

.home-flow-cards .section-heading--narrow,
.home-integrations-promo__content {
    width: min(64rem, 100%);
    max-width: 64rem;
    margin-inline: auto;
    text-align: left;
}

.home-flow-cards .section-heading--narrow {
    margin-bottom: clamp(3rem, 4.5vw, 5rem);
}

.home-flow-cards .section-heading--narrow h2,
.home-integrations-promo__content h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(3rem, 3.55vw, 4.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.home-flow-cards .section-heading--narrow h2 > span,
.home-integrations-promo__content h2 > span {
    display: block;
    color: #050505;
}

.home-flow-cards .section-heading--narrow h2 > strong,
.home-integrations-promo__content h2 > strong {
    display: block;
    margin-top: 0.28em;
    color: #355994;
    font: inherit;
}

.home-flow-cards .home-flow-cards__intro {
    margin-top: clamp(2.6rem, 3.7vw, 4rem);
    color: #050505;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.25rem, 1.48vw, 1.72rem);
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: -0.022em;
}

.home-flow-cards .home-flow-cards__intro span {
    display: block;
}

.home-flow-cards .home-flow-cards__intro strong {
    color: #050505;
    font-weight: 800;
}

.home-integrations-promo__panel--textual {
    display: block;
    width: 100%;
    max-width: none;
}

.home-integrations-promo__panel--textual .home-integrations-promo__content {
    padding: clamp(4rem, 6vw, 7rem) 0;
}

.home-integrations-promo__content .editorial-lead {
    margin-top: clamp(2.4rem, 3.2vw, 3.4rem);
    color: #050505;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 1.42vw, 1.62rem);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.02em;
}

.home-integrations-promo__content .editorial-lead + .editorial-lead {
    margin-top: 1.15rem;
}

.home-integrations-promo__content .editorial-lead strong {
    color: #050505;
    font-weight: 800;
}

.home-integrations-promo__content .home-integrations-promo__note {
    margin-top: clamp(2rem, 2.7vw, 2.8rem);
    color: #050505;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.15rem, 1.35vw, 1.5rem);
    font-weight: 800;
    line-height: 1.5;
}

.home-platform-marquee {
    width: 100%;
    margin-top: clamp(3rem, 4.5vw, 5rem);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.home-platform-marquee__track {
    display: flex;
    width: max-content;
    animation: home-platform-scroll 34s linear infinite;
    will-change: transform;
}

.home-platform-marquee:hover .home-platform-marquee__track {
    animation-play-state: paused;
}

/* Resources, blog and corporate pages */
.resources-page,
.resource-detail-page,
.blog-page,
.blog-article-page,
.assessment-page {
    color: #0b2747;
    background: #fff;
}

.resources-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(5.2rem, 8vw, 8.5rem) 0 clamp(4.7rem, 7vw, 7.2rem);
    text-align: center;
    background:
        radial-gradient(circle at 8% 22%, rgba(63, 213, 218, .26), transparent 25rem),
        radial-gradient(circle at 92% 12%, rgba(63, 117, 242, .20), transparent 28rem),
        linear-gradient(135deg, #effcff 0%, #fff 46%, #eef5ff 100%);
}

.resources-hero::after {
    content: "";
    position: absolute;
    width: 24rem;
    height: 24rem;
    right: -12rem;
    bottom: -13rem;
    border-radius: 50%;
    border: 5rem solid rgba(55, 132, 239, .06);
}

.resources-hero__inner {
    position: relative;
    z-index: 1;
    width: min(900px, calc(100% - 2rem));
}

.resources-kicker,
.resources-heading > span,
.resources-heading > div > span,
.about-story__copy > span,
.about-closing span,
.integration-benefits > .shell > div:first-child > span,
.assessment-result > span {
    color: #2779dc;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.resources-hero h1 {
    max-width: 1050px;
    margin: 0 auto 1.15rem;
    color: #081d39;
    font-size: clamp(2.12rem, 4vw, 4rem);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.resources-hero h1 > span,
.resources-hero h1 > strong {
    display: block;
}

.resources-hero h1 strong {
    color: #2d9bc8;
}

.resources-page > .resources-hero {
    padding-bottom: calc(clamp(4.7rem, 7vw, 7.2rem) - 1.5cm);
}

.resources-page > .resources-hero + .resources-page__section {
    padding-top: calc(clamp(4.5rem, 7vw, 7.5rem) - 1.5cm);
}

.blog-page > .resources-hero + .resources-page__section,
.resource-detail-page > .resources-hero + .team-section,
.resource-detail-page > .resources-hero + .integrations-showcase,
.assessment-page > .resources-hero + .assessment-section {
    padding-top: calc(clamp(4.5rem, 7vw, 7.5rem) - 1.5cm);
}

.resource-detail-page > .resources-hero + .about-story {
    padding-top: calc(clamp(5rem, 8vw, 8rem) - 2cm);
}

.resource-detail-page > .about-story {
    padding-bottom: calc(clamp(5rem, 8vw, 8rem) - .75cm);
}

.resource-detail-page > .about-story + .values-section {
    padding-top: calc(clamp(5rem, 8vw, 8rem) - .75cm);
    padding-bottom: calc(clamp(5rem, 8vw, 8rem) - 1cm);
}

.resources-hero p {
    max-width: 740px;
    margin: 0 auto;
    color: #4f6680;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.65;
}

.resources-page__section,
.resources-latest,
.team-section,
.integrations-showcase,
.assessment-section {
    padding: clamp(4.5rem, 7vw, 7.5rem) 0;
}

.resources-page__section--soft,
.resources-latest,
.integration-benefits {
    background: linear-gradient(135deg, #f1fbff, #f5f8ff);
}

.resources-heading {
    max-width: 720px;
    margin-bottom: 2.8rem;
}

.resources-heading h2,
.about-story h2,
.about-closing h2,
.integration-benefits h2 {
    margin: .6rem 0 0;
    color: #0a2445;
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.resources-heading--split {
    display: flex;
    max-width: none;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
}

.resources-heading--split > p {
    max-width: 520px;
    margin: 0;
    color: #61748a;
    line-height: 1.65;
}

.resources-heading--split > a {
    color: #1769d5;
    font-weight: 750;
}

.resource-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.resource-section-card {
    display: grid;
    min-height: 230px;
    padding: 2.2rem;
    grid-template-columns: 72px 1fr;
    gap: 1.5rem;
    align-items: start;
    border: 1px solid rgba(52, 111, 169, .15);
    border-radius: 24px;
    color: #102a49;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 50px rgba(40, 82, 123, .08);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .45s ease;
}

.resource-section-card:hover {
    transform: translateY(-7px);
    border-color: rgba(43, 133, 229, .36);
    box-shadow: 0 25px 60px rgba(31, 94, 157, .14);
}

.resource-section-card--featured {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 0;
    grid-column: 1 / -1;
    grid-template-columns: 1.08fr .92fr;
    align-items: stretch;
}

.resource-section-card--featured > div:last-child {
    align-self: center;
    padding: 3.2rem;
}

.resource-section-card__image { min-height: 340px; overflow: hidden; }
.resource-section-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.resource-section-card:hover .resource-section-card__image img { transform: scale(1.035); }

.resource-section-card__icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 18px;
    color: #287be7;
    background: #eaf4ff;
    font-size: 1.6rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(44, 124, 222, .08);
}

.resource-section-card__icon img {
    width: 32px;
    height: 32px;
}

.resource-section-card:not(.resource-section-card--featured) {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 2.45rem;
    grid-template-columns: 76px 1fr;
    background:
        radial-gradient(circle at 100% 0, rgba(71, 160, 233, .10), transparent 12rem),
        rgba(255, 255, 255, .94);
}

.resource-section-card:not(.resource-section-card--featured)::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(#3b75ed, #42c4c0);
    opacity: .8;
}

.resource-section-card--team::before { background: linear-gradient(#7167e8, #4b9bea); }
.resource-section-card--integrations::before { background: linear-gradient(#2d94d2, #47c6ba); }
.resource-section-card--assessment::before { background: linear-gradient(#3b75ed, #8c73e8); }

.resource-section-card span,
.resource-download-card span {
    color: #3283e6;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.resource-section-card h3,
.resource-download-card h3 {
    margin: .35rem 0 .65rem;
    color: #0b294b;
    font-size: 1.55rem;
}

.resource-section-card--featured span {
    font-size: .9rem;
}

.resource-section-card--featured h3 {
    margin-top: .55rem;
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.08;
}

.resource-section-card--featured p {
    max-width: 470px;
    margin-top: 1rem;
    font-size: 1.13rem;
    line-height: 1.7;
}

.resource-section-card--featured strong {
    font-size: 1.08rem;
}

.resource-section-card:not(.resource-section-card--featured) h3 {
    margin-top: .1rem;
    font-size: 1.72rem;
    line-height: 1.15;
}

.resource-section-card:not(.resource-section-card--featured) p {
    max-width: 430px;
    font-size: 1.03rem;
    line-height: 1.65;
}

.resource-section-card:not(.resource-section-card--featured) strong {
    font-size: 1.02rem;
}

.resource-section-card:hover .resource-section-card__icon {
    transform: translateY(-3px) scale(1.04);
}

.resource-section-card__icon {
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}

.resource-section-card p,
.resource-download-card p {
    margin: 0 0 1.15rem;
    color: #60738a;
    line-height: 1.6;
}

.resource-section-card strong,
.resource-download-card a,
.blog-card__link,
.about-story__copy a {
    color: #1768d4;
    font-weight: 750;
}

.resource-download-grid,
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.resource-download-card,
.blog-card {
    overflow: hidden;
    border: 1px solid rgba(39, 94, 148, .13);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(28, 74, 118, .08);
}

.resource-download-card__image,
.blog-card__image {
    display: block;
    overflow: hidden;
    height: 230px;
    background: #eaf4fb;
}

.resource-download-card__image img,
.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s cubic-bezier(.16, 1, .3, 1);
}

.resource-download-card:hover img,
.blog-card:hover .blog-card__image img { transform: scale(1.04); }
.resource-download-card > div:last-child,
.blog-card > div { padding: 1.65rem; }
.blog-card time { color: #6c8095; font-size: .84rem; }
.blog-card h2,
.blog-card h3 { margin: .7rem 0 .85rem; font-size: 1.4rem; line-height: 1.25; }
.blog-card h2 a,
.blog-card h3 a { color: #0a2849; }
.blog-card p { margin: 0 0 1.15rem; color: #61748a; line-height: 1.6; }
.blog-grid--compact .blog-card__image { height: 190px; }

.blog-pagination {
    display: flex;
    margin-top: 3.5rem;
    flex-wrap: wrap;
    gap: .55rem;
    justify-content: center;
    align-items: center;
}
.blog-pagination a { display: grid; min-width: 42px; height: 42px; padding: 0 .8rem; place-items: center; border: 1px solid #d5e2ed; border-radius: 12px; color: #285477; background: #fff; }
.blog-pagination a.is-current { color: #fff; border-color: #2f75df; background: #2f75df; }

.blog-article-hero { padding: clamp(4.7rem, 7vw, 7.2rem) 0 3.5rem; text-align: center; background: linear-gradient(135deg, #eefbff, #fff 48%, #eef4ff); }
.blog-article-hero__inner { max-width: 960px; }
.blog-article-hero a { color: #276fc7; font-weight: 700; }
.blog-article-hero time { display: block; margin: 1.6rem 0 .7rem; color: #6b8095; }
.blog-article-hero h1 { margin: 0; color: #081f3c; font-size: clamp(2.45rem, 4.7vw, 4.6rem); line-height: 1.06; letter-spacing: -.05em; }
.blog-article-hero p { max-width: 760px; margin: 1.2rem auto 0; color: #60748a; font-size: 1.1rem; line-height: 1.7; }
.blog-article-layout { display: grid; padding-top: 4rem; padding-bottom: 6rem; grid-template-columns: minmax(0, 800px) 310px; gap: 4rem; justify-content: center; align-items: start; }
.blog-article-cover { overflow: hidden; margin: 0 0 3rem; border-radius: 24px; background: #edf4f8; }
.blog-article-cover img { width: 100%; max-height: 520px; object-fit: cover; }
.blog-article-content { color: #344f68; font-size: 1.08rem; line-height: 1.8; }
.blog-article-content h2,
.blog-article-content h3 { color: #0b2a49; line-height: 1.2; letter-spacing: -.025em; }
.blog-article-content h2 { margin: 2.8rem 0 1rem; font-size: 2rem; }
.blog-article-content h3 { margin: 2rem 0 .7rem; font-size: 1.4rem; }
.blog-article-content img { display: block; max-width: 100%; height: auto; margin: 2rem auto; border-radius: 18px; }
.blog-article-content a { color: #1769d7; text-decoration: underline; }
.blog-article-content li { margin-bottom: .55rem; }

.legal-page__hero {
    padding: clamp(3.2rem, 6vw, 4.8rem) 0 1.4rem;
    background: linear-gradient(180deg, rgba(236, 246, 255, .9), rgba(255, 255, 255, 0));
}
.legal-page__hero-inner { max-width: 760px; }
.legal-page__hero h1 {
    margin: 0 0 .8rem;
    color: #0b2a49;
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -.03em;
    line-height: 1.15;
}
.legal-page__hero p {
    margin: 0;
    color: #5b7188;
    font-size: 1.08rem;
    line-height: 1.65;
}
.legal-page__section { padding-top: 1rem; padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.legal-page__shell { max-width: 760px; }
.legal-doc,
.legal-doc__body { color: #344f68; font-size: 1.05rem; line-height: 1.75; }
.legal-doc__body h2 {
    margin: 2.4rem 0 .9rem;
    color: #0b2a49;
    font-size: 1.45rem;
    line-height: 1.25;
    letter-spacing: -.02em;
}
.legal-doc__body h2:first-child { margin-top: 0; }
.legal-doc__body h3,
.legal-doc__body h4,
.legal-doc__body h5 {
    margin: 1.5rem 0 .55rem;
    color: #0b2a49;
    line-height: 1.3;
}
.legal-doc__body h3 { font-size: 1.2rem; }
.legal-doc__body h4 { font-size: 1.08rem; }
.legal-doc__body h5 { font-size: 1rem; }
.legal-doc__body p { margin: 0 0 1rem; }
.legal-doc__body ul { margin: 0 0 1.2rem; padding-left: 1.2rem; }
.legal-doc__body li { margin-bottom: .45rem; }
.legal-doc__body a { color: #1769d7; text-decoration: underline; }
.legal-doc__body details {
    margin: 0 0 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(32, 96, 158, .14);
    border-radius: 14px;
    background: rgba(248, 251, 255, .9);
}
.legal-doc__body summary { cursor: pointer; list-style: none; }
.legal-doc__body summary::-webkit-details-marker { display: none; }
.legal-doc__body summary h3 { margin: 0 0 .35rem; }
.legal-doc__body summary p { margin: 0; color: #5b7188; }

.blog-article-aside { position: sticky; top: 110px; }
.blog-article-aside > div { padding: 2rem; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #164f9c, #2b8fc5); box-shadow: 0 20px 50px rgba(20, 76, 133, .23); }
.blog-article-aside span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-article-aside h2 { margin: .7rem 0; font-size: 1.55rem; }
.blog-article-aside p { color: rgba(255,255,255,.82); line-height: 1.55; }
.blog-article-aside a { color: #fff; font-weight: 800; }

.about-story { padding: clamp(5rem, 8vw, 8rem) 0; }
.about-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.about-story__visual { position: relative; }
.about-story__visual > img { width: 100%; min-height: 530px; object-fit: cover; border-radius: 30px; }
.about-story__visual > div { position: absolute; right: -2rem; bottom: 2rem; display: grid; padding: 1.6rem 2rem; border-radius: 20px; color: #fff; background: linear-gradient(140deg, #3173e5, #44c1c1); box-shadow: 0 18px 45px rgba(37, 104, 170, .25); }
.about-story__visual strong { font-size: 2.5rem; }
.about-story__copy p { color: #5b7188; font-size: 1.08rem; line-height: 1.75; }
.values-section,
.integration-benefits { padding: clamp(5rem, 8vw, 8rem) 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.8rem; }
.values-grid article { padding: 2.2rem; border: 1px solid rgba(32, 96, 158, .14); border-radius: 22px; background: rgba(255,255,255,.78); }
.values-grid article > span { color: #3b89e5; font-weight: 800; }
.values-grid h3 { margin: .8rem 0; color: #0b2949; font-size: 1.45rem; }
.values-grid p { margin: 0; color: #60758a; line-height: 1.7; }
.about-closing { padding: clamp(5rem, 8vw, 8rem) 0; text-align: center; background: linear-gradient(135deg, #effcff, #eef4ff); }
.about-closing .shell { max-width: 900px; }
.about-closing h2 strong { color: #2b93c5; }
.about-closing p { max-width: 680px; margin: 1.2rem auto 2rem; color: #5e7389; font-size: 1.1rem; line-height: 1.65; }

.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.team-card { overflow: hidden; border-radius: 22px; background: #f1f7fb; box-shadow: 0 16px 38px rgba(28, 77, 121, .08); transition: transform .45s cubic-bezier(.16,1,.3,1); }
.team-card:hover { transform: translateY(-6px); }
.team-card img { width: 100%; aspect-ratio: .8 / 1; object-fit: cover; object-position: center top; }
.team-card > div { padding: 1.35rem; }
.team-card h2 { margin: 0; color: #0b2948; font-size: 1.25rem; }
.team-card p { margin: .35rem 0 0; color: #5f7790; }

.integrations-showcase .resources-heading { margin-right: auto; margin-left: auto; text-align: center; }
.integrations-showcase .resources-heading p { color: #60758b; line-height: 1.65; }
.integration-modern-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.integration-modern-grid article { display: grid; min-height: 160px; padding: 1.35rem; place-items: center; border: 1px solid #e0eaf2; border-radius: 18px; text-align: center; background: #fff; transition: transform .4s ease, box-shadow .4s ease; }
.integration-modern-grid article:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(34, 83, 130, .11); }
.integration-modern-grid article > div { display: grid; height: 62px; place-items: center; }
.integration-modern-grid img { max-width: 110px; max-height: 48px; }
.integration-modern-grid h3 { margin: .8rem 0 0; color: #294966; font-size: .95rem; }

.integrations-page > .resources-hero + .integrations-page__home-block {
    padding-top: calc(clamp(4.5rem, 7vw, 7.5rem) - 2.5cm);
}

.integration-benefits h2 > span,
.integration-benefits h2 > strong {
    display: block;
}

.integration-benefits h2 > strong {
    color: #2d9bc8;
}

.integration-benefits .values-grid,
.values-section .values-grid {
    gap: 1.8rem;
}

.integration-benefits .values-grid article,
.values-section .values-grid article {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    padding: 1.8rem 2rem 2rem;
    border-color: rgba(38, 119, 218, .17);
    background:
        radial-gradient(circle at 100% 0%, rgba(70, 188, 217, .16), transparent 11rem),
        linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,249,255,.94));
    box-shadow: 0 18px 45px rgba(22, 70, 118, .09);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.integration-benefits .values-grid article::after,
.values-section .values-grid article::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, #3077ef, #50cfca);
}

.integration-benefits .values-grid article:hover,
.values-section .values-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(38, 119, 218, .3);
    box-shadow: 0 24px 54px rgba(22, 70, 118, .14);
}

.integration-benefits__card-top {
    display: flex;
    margin-bottom: 1.15rem;
    align-items: center;
    justify-content: space-between;
}

.integration-benefits__card-top > span:first-child {
    display: inline-grid;
    min-width: 2.7rem;
    height: 2rem;
    padding: 0 .65rem;
    place-items: center;
    border-radius: 999px;
    color: #1769ed;
    background: #eaf2ff;
    font-size: .84rem;
    font-weight: 800;
}

.integration-benefits__icon {
    display: grid;
    width: 3.9rem;
    height: 3.9rem;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(145deg, #e6f4ff, #edf0ff);
    box-shadow: 0 10px 24px rgba(42, 108, 186, .12);
}

.integration-benefits__icon img {
    width: 2.05rem;
    height: 2.05rem;
}

.integration-benefits .values-grid h3,
.values-section .values-grid h3 {
    margin: 0 0 .75rem;
    font-size: 1.55rem;
}

.integration-benefits .values-grid p,
.values-section .values-grid p {
    font-size: 1.02rem;
}

.integrations-page__home-block .home-integrations-promo__panel--textual {
    margin-top: 0;
}

.integrations-page__pricing-block {
    margin-top: 1rem;
    margin-bottom: clamp(5rem, 8vw, 8rem);
}

.pricing-redesign__brand--mailchimp img {
    width: 116px;
    max-width: 116px;
    height: 34px;
    flex: 0 1 116px;
}

.home-integrations-promo .home-platform-marquee__group .home-platform-marquee__mailchimp img {
    width: 118px;
    max-width: 118px;
    height: 32px;
}

.assessment-shell { max-width: 900px; }
.assessment-progress { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; color: #547089; font-size: .9rem; }
.assessment-progress > div { overflow: hidden; height: 8px; border-radius: 10px; background: #e5edf4; }
.assessment-progress i { display: block; width: 14%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #3872ec, #42c3c0); transition: width .4s ease; }
.assessment-form,
.assessment-result { margin-top: 1.8rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #dce8f1; border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(25, 73, 117, .10); }
.assessment-step { display: none; padding: 0; border: 0; }
.assessment-step.is-active { display: grid; gap: .9rem; }
.assessment-step legend { margin-bottom: 2rem; color: #0b2949; font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 800; line-height: 1.2; }
.assessment-step label { display: flex; padding: 1.05rem 1.2rem; gap: .8rem; align-items: center; border: 1px solid #dce6ee; border-radius: 14px; color: #3e5b74; cursor: pointer; transition: border-color .25s ease, background .25s ease; }
.assessment-step label:has(input:checked) { border-color: #4385e5; background: #eef6ff; }
.assessment-step.has-error::after { content: "Selecciona una respuesta para continuar"; color: #c54242; font-size: .9rem; }
.assessment-actions { display: flex; margin-top: 2rem; justify-content: space-between; }
.assessment-actions button,
.assessment-result button { padding: .85rem 1.2rem; border: 0; border-radius: 12px; color: #356483; background: #edf4f8; cursor: pointer; font-weight: 750; }
.assessment-actions button:last-child { color: #fff; background: linear-gradient(135deg, #3872ec, #38b4c5); }
.assessment-result { text-align: center; }
.assessment-result > strong { display: block; margin: .8rem 0; color: #318cc8; font-size: 4rem; }
.assessment-result h2 { margin: 0; color: #0b2949; font-size: 2.1rem; }
.assessment-result p { max-width: 640px; margin: 1rem auto 1.7rem; color: #5e748a; line-height: 1.7; }
.assessment-result button { display: block; margin: 1rem auto 0; }

@media (max-width: 980px) {
    .resource-download-grid,
    .blog-grid,
    .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .integration-modern-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .blog-article-layout { grid-template-columns: 1fr; }
    .blog-article-aside { position: static; }
}

@media (max-width: 700px) {
    .resources-hero { padding-top: 4.2rem; }
    .resources-hero h1 > span,
    .resources-hero h1 > strong { display: block; }
    .resource-section-grid,
    .resource-download-grid,
    .blog-grid,
    .values-grid,
    .team-grid,
    .integration-modern-grid,
    .about-story__grid { grid-template-columns: 1fr; }
    .resource-section-card--featured { min-height: 0; grid-column: auto; grid-template-columns: 1fr; }
    .resource-section-card--featured > div:last-child { padding: 2rem; }
    .resource-section-card__image { min-height: 240px; }
    .resources-heading--split { display: block; }
    .resources-heading--split > p { margin-top: 1rem; }
    .about-story__visual > img { min-height: 390px; }
    .about-story__visual > div { right: 1rem; }
    .assessment-progress { grid-template-columns: 1fr auto; }
    .assessment-progress > span { display: none; }
    .assessment-form { padding: 1.4rem; }
}

.home-platform-marquee__group {
    display: flex;
    align-items: center;
    gap: clamp(2.5rem, 4vw, 4.5rem);
    flex-shrink: 0;
    padding-right: clamp(2.5rem, 4vw, 4.5rem);
}

.home-platform-marquee__group > span {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    flex: 0 0 auto;
    color: #101010;
    white-space: nowrap;
}

.home-platform-marquee__group img {
    width: 2.75rem;
    height: 2.75rem;
    object-fit: contain;
}

.home-platform-marquee__group strong {
    font-size: 1.08rem;
    font-weight: 700;
}

@keyframes home-platform-scroll {
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .home-platform-marquee__track {
        animation-play-state: paused;
    }
}

@media (max-width: 720px) {
    .home-flow-cards .section-heading--narrow h2,
    .home-integrations-promo__content h2 {
        font-size: clamp(2.2rem, 9.5vw, 3rem);
    }

    .home-flow-cards .home-flow-cards__intro,
    .home-integrations-promo__content .editorial-lead {
        font-size: 1.05rem;
        line-height: 1.65;
    }

    .home-flow-cards .home-flow-cards__intro span {
        display: inline;
    }

    .home-flow-cards .home-flow-cards__intro span + span::before {
        content: " ";
    }

    .home-platform-marquee__group img {
        width: 2.3rem;
        height: 2.3rem;
    }
}

/* Requested v17 corrections — intentionally late in the cascade. */
.hero-image-heading .hero-image-heading__title > .hero-image-heading__title-line:first-child {
    color: #050505 !important;
    background: none !important;
    -webkit-text-fill-color: #050505 !important;
}

.hero-image-heading .hero-image-heading__title > .hero-image-heading__title-line:first-child strong {
    color: transparent !important;
    background: linear-gradient(90deg, #176da8 0%, #2db7d7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.hero-image-heading__actions .button {
    width: min(17.01rem, 34.2vw);
    min-height: 3.4425rem;
    padding-inline: 1.62rem;
    border-radius: 1.782rem;
    font-size: clamp(1.0125rem, 1.2555vw, 1.3122rem);
}

.landing-hero__copy h1 {
    font-size: clamp(2.7rem, 3.195vw, 3.825rem);
}

.landing-hero__copy .landing-hero__subtitle {
    font-size: clamp(1.062rem, 1.323vw, 1.458rem);
}

@media (max-width: 980px) {
    .landing-hero__copy h1 {
        font-size: clamp(2.385rem, 5.85vw, 3.285rem);
    }
}

@media (max-width: 720px) {
    .landing-hero__copy h1 {
        font-size: clamp(1.98rem, 8.55vw, 2.7rem);
    }

    .landing-hero__copy .landing-hero__subtitle {
        font-size: 0.972rem;
    }

    .hero-image-heading__actions .button {
        width: 100%;
        min-height: 3.15rem;
        font-size: 1.01rem;
    }
}

/* Home v30 final composition. */
.home-flow-cards .section-heading--narrow {
    width: min(72rem, 100%);
    max-width: 72rem;
    margin-inline: 0;
    text-align: left;
}

.home-flow-cards .section-heading--narrow h2,
.home-flow-cards .home-flow-cards__intro {
    margin-inline: 0;
    text-align: left;
}

.home-flow-cards .section-heading--narrow h2 {
    font-size: clamp(2.7rem, 3.195vw, 3.825rem);
}

.home-page-clean .home-flow-cards .home-flow-cards__intro {
    width: 100%;
    max-width: 72rem;
    margin-top: clamp(2.6rem, 3.7vw, 4rem);
    margin-inline: 0;
    color: #050505;
    font-size: clamp(1.485rem, 1.71vw, 1.8rem);
    font-weight: 500;
    line-height: 1.72;
    text-align: left;
}

.home-integrations-promo__panel--textual {
    display: grid;
    grid-template-columns: minmax(0, 38rem) minmax(25rem, 30.6rem);
    align-items: center;
    justify-content: start;
    column-gap: 0.5cm;
    row-gap: clamp(2.4rem, 3.5vw, 3.8rem);
}

.home-integrations-promo__panel--textual .home-integrations-promo__content {
    width: 100%;
    max-width: 38rem;
    margin: 0;
    padding-top: calc(clamp(4rem, 6vw, 7rem) - 1cm);
    padding-bottom: clamp(4rem, 6vw, 7rem);
}

.home-integrations-promo {
    margin-top: calc(var(--home-section-gap) - 1cm);
    overflow: hidden;
}

.home-integrations-promo__content h2 {
    font-size: clamp(2.7rem, 3.195vw, 3.825rem);
}

.home-integrations-promo__content .editorial-lead {
    font-size: clamp(1.08rem, 1.278vw, 1.458rem);
}

.home-integrations-promo__content .home-integrations-promo__note {
    font-size: clamp(1.035rem, 1.215vw, 1.35rem);
}

.home-integrations-promo__orbit {
    display: grid;
    place-items: center start;
    margin: 0;
    transform: none;
}

.home-integrations-promo__orbit img {
    display: block;
    width: min(100%, 30.6rem);
    max-width: none;
    height: auto;
    object-fit: contain;
}

.home-integrations-promo__panel--textual > .home-platform-marquee {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin-top: -1cm;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.home-integrations-promo .home-platform-marquee__track {
    width: 200%;
    animation: home-platform-scroll 34s linear infinite;
    will-change: transform;
}

.home-integrations-promo .home-platform-marquee__group {
    flex: 0 0 50%;
    width: 50%;
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: 0;
    padding-inline: 0.75rem;
}

.home-integrations-promo .home-platform-marquee__group[aria-hidden="true"] {
    display: flex;
}

.home-integrations-promo .home-platform-marquee__group > span {
    min-width: 0;
    justify-content: center;
}

.home-integrations-promo .home-platform-marquee__group img {
    display: block;
    width: auto;
    height: 2.99rem;
    max-width: 9rem;
    object-fit: contain;
    opacity: 1;
    filter: none;
}

.home-integrations-promo .home-platform-marquee__group strong {
    display: none;
}

@media (max-width: 980px) {
    .home-integrations-promo__panel--textual {
        grid-template-columns: 1fr;
    }

    .home-integrations-promo__panel--textual .home-integrations-promo__content {
        max-width: 38rem;
        margin-inline: auto;
    }

    .home-integrations-promo__orbit {
        place-items: center;
        transform: none;
    }

    .home-integrations-promo__orbit img {
        width: min(78vw, 27rem);
    }

    .home-integrations-promo__panel--textual > .home-platform-marquee {
        grid-column: 1;
    }

    .home-integrations-promo .home-platform-marquee__group {
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex: 0 0 auto;
        width: auto;
        gap: 2rem;
        padding-right: 2rem;
        padding-left: 0;
    }

    .home-integrations-promo .home-platform-marquee__track {
        width: max-content;
    }
}

/* Home v32 integration logo cards and continuous track. */
.home-integrations-promo .home-platform-marquee__track {
    width: max-content;
    animation: home-platform-scroll 38s linear infinite;
}

.home-integrations-promo .home-platform-marquee__group,
.home-integrations-promo .home-platform-marquee__group[aria-hidden="true"] {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-start;
    gap: 1rem;
    padding-right: 1rem;
    padding-left: 0;
}

.home-integrations-promo .home-platform-marquee__group > span {
    display: inline-flex;
    flex: 0 0 12.5rem;
    min-height: 4.7rem;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(18, 48, 92, 0.09);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(18, 48, 92, 0.06);
    opacity: 1;
    visibility: visible;
}

.home-integrations-promo .home-platform-marquee__group img {
    display: block;
    width: auto;
    height: 2.15rem;
    max-width: 3.8rem;
    flex-shrink: 0;
    object-fit: contain;
    opacity: 1;
}

.home-integrations-promo .home-platform-marquee__group strong {
    display: block;
    color: #102744;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

/* Home v36 integrations: visible logo followed by its name. */
.home-integrations-promo .home-platform-marquee__group > span {
    flex-basis: 10.5rem;
    min-height: 3.8rem;
    gap: 0.65rem;
    padding: 0.45rem 0.5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-integrations-promo .home-platform-marquee__group img {
    display: block !important;
    width: 3.2rem !important;
    min-width: 3.2rem;
    height: 2.45rem !important;
    max-width: 3.2rem;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    mix-blend-mode: normal;
}

.home-integrations-promo .home-platform-marquee__group strong {
    color: #102744;
    font-size: 1rem;
}

/* Full Mailchimp wordmark supplied for the integrations areas. */
.home-integrations-promo .home-platform-marquee__group > .home-platform-marquee__mailchimp img {
    width: 7.4rem !important;
    min-width: 7.4rem;
    height: 2.15rem !important;
    max-width: 7.4rem;
}

/* Home mobile v1: phone-only navigation and content framing. */
@media (max-width: 720px) {
    .site-header__inner {
        display: flex;
        min-height: 4.25rem;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.55rem 0;
    }

    .brand {
        margin: 0;
        min-width: 0;
    }

    .brand img {
        width: min(12rem, 58vw);
        max-width: 100%;
    }

    .mobile-nav {
        position: static;
        flex: 0 0 auto;
    }

    .mobile-nav__toggle {
        display: grid;
        width: 2.9rem;
        height: 2.9rem;
        padding: 0;
        place-items: center;
        border: 1px solid rgba(23, 105, 237, 0.16);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(18, 48, 92, 0.1);
    }

    .mobile-nav__toggle::-webkit-details-marker {
        display: none;
    }

    .mobile-nav__hamburger {
        position: relative;
        display: block;
        width: 1.3rem;
        height: 1rem;
    }

    .mobile-nav__hamburger i {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: #1769ed;
        transition: transform .2s ease, opacity .2s ease, top .2s ease;
    }

    .mobile-nav__hamburger i:nth-child(1) { top: 0; }
    .mobile-nav__hamburger i:nth-child(2) { top: calc(50% - 1px); }
    .mobile-nav__hamburger i:nth-child(3) { top: calc(100% - 2px); }

    .mobile-nav.is-open .mobile-nav__hamburger i:nth-child(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .mobile-nav.is-open .mobile-nav__hamburger i:nth-child(2) { opacity: 0; }
    .mobile-nav.is-open .mobile-nav__hamburger i:nth-child(3) {
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }

    .mobile-nav__panel {
        position: fixed;
        top: 4.35rem;
        right: 0.75rem;
        left: 0.75rem;
        z-index: 60;
        max-height: calc(100dvh - 5.1rem);
        padding: 1.2rem;
        overflow-y: auto;
        border-radius: 1.1rem;
        background: rgba(255, 255, 255, 0.99);
    }

    .mobile-nav__group {
        gap: 0;
        margin-bottom: 0.85rem;
    }

    .mobile-nav__group a {
        padding: 0.55rem 0.3rem;
        border-bottom: 1px solid rgba(22, 52, 77, 0.07);
    }

    .mobile-nav__group > a.mobile-nav__section-link,
    .mobile-nav__group:nth-child(2) > a {
        color: var(--dark);
        font-weight: 800;
    }

    .home-hero-image-after-clients .hero-image-panel {
        height: 19.5rem;
        overflow: hidden;
    }

    .home-hero-image-after-clients .hero-image-panel img {
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        object-position: 8% center;
        transform: none;
    }

    .home-hero-image-after-clients .hero-image-panel img {
        object-position: 18% center;
        transform: scale(1.21);
    }

    .home-flow-cards__grid,
    .home-flow-cards__grid--secondary {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .home-flow-cards__item,
    .home-flow-cards__item--rounded {
        width: 100%;
        border-radius: 1.35rem;
    }

    .home-integrations-promo__panel--textual > .home-platform-marquee {
        margin-top: 1.35rem;
    }

    .pricing-redesign__plan {
        padding-bottom: 18px;
    }

    .pricing-redesign__plan-details {
        display: block;
        width: 100%;
        flex: none;
    }

    .pricing-redesign__plan-details summary {
        display: grid;
        width: 3.3rem;
        height: 2.8rem;
        margin: 12px -24px 0 auto;
        place-items: center;
        list-style: none;
        cursor: pointer;
        border-radius: 14px 0 0 14px;
        color: #ffffff;
        background: #1769ed;
        box-shadow: 0 8px 20px rgba(23, 105, 237, .2);
    }

    .pricing-redesign__plan-details summary::-webkit-details-marker {
        display: none;
    }

    .pricing-redesign__plan-details summary i {
        width: .7rem;
        height: .7rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translate(-2px, -2px);
        transition: transform .2s ease;
    }

    .pricing-redesign__plan-details[open] summary i {
        transform: rotate(225deg) translate(-2px, -2px);
    }

    .pricing-redesign__plan--featured .pricing-redesign__plan-details summary {
        color: #0a4e9d;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
    }

    .pricing-redesign__plan-details:not([open]) .pricing-redesign__plan-details-content {
        display: none !important;
    }

    .pricing-redesign__plan-details[open] .pricing-redesign__plan-details-content {
        display: flex !important;
        padding-top: 2px;
    }
}

/* Cookie consent banner */
.cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    max-width: 920px;
    margin: 0 auto;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(11, 42, 73, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 50px rgba(11, 42, 73, .18);
    backdrop-filter: blur(8px);
}
.cookie-banner__inner {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}
.cookie-banner strong {
    display: block;
    margin-bottom: .35rem;
    color: #0b2a49;
    font-size: 1rem;
}
.cookie-banner p {
    margin: 0;
    color: #5b7188;
    font-size: .95rem;
    line-height: 1.5;
}
.cookie-banner a { color: #1769d7; text-decoration: underline; }
.cookie-banner__actions {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 760px) {
    .cookie-banner { left: .75rem; right: .75rem; bottom: .75rem; }
    .cookie-banner__inner { flex-direction: column; align-items: stretch; }
    .cookie-banner__actions { flex-direction: column; }
    .cookie-banner__actions .button { width: 100%; }
}
