:root {
    --blue: #022553;
    --rose: #cd9982;
    --ink: #545454;
    --line: #d7d7d7;
    --soft: #e0e0e0;
    --paper: #ffffff;
    --canvas: #f7f7f6;
    --max-width: 1180px;
    --shadow: 0 18px 42px rgba(2, 37, 83, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--canvas);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
}

body,
button,
a {
    letter-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

h1,
h2,
h3,
h4,
p,
figure {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--blue);
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    margin-bottom: 24px;
    font-size: 42px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

p {
    margin-bottom: 20px;
}

::selection {
    color: var(--paper);
    background: var(--blue);
}

:focus-visible {
    outline: 3px solid var(--rose);
    outline-offset: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    color: var(--paper);
    background: var(--blue);
    border-radius: 4px;
    transform: translateY(-180%);
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    width: min(calc(100% - 48px), var(--max-width));
    margin-inline: auto;
}

.section {
    position: relative;
    z-index: 1;
    padding-block: 112px;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--rose);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 60px;
}

.section-heading > p:last-child {
    max-width: 650px;
    margin-bottom: 0;
    font-size: 18px;
}

.roots-background {
    position: fixed;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.root {
    position: absolute;
    width: 130px;
    height: auto;
}

.root--1 {
    top: 8%;
    left: 1%;
    opacity: 1;
    transform: rotate(18deg);
}

.root--2 {
    top: 12%;
    right: 2%;
    width: 160px;
    opacity: 1;
    transform: rotate(116deg);
}

.root--3 {
    top: 42%;
    right: 15%;
    opacity: 1;
    transform: rotate(238deg);
}

.root--4 {
    top: 54%;
    left: -38px;
    width: 170px;
    opacity: 1;
    transform: rotate(322deg);
}

.root--5 {
    right: -20px;
    bottom: 9%;
    opacity: 1;
    transform: rotate(72deg);
}

.root--6 {
    bottom: 3%;
    left: 20%;
    width: 155px;
    opacity: 1;
    transform: rotate(196deg);
}

.site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid rgba(2, 37, 83, 0.12);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.header-inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand-link {
    display: flex;
    width: 104px;
    height: 66px;
    align-items: center;
}

.brand-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-navigation {
    display: flex;
    align-items: center;
    gap: 32px;
}

.site-navigation a {
    position: relative;
    color: var(--blue);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.site-navigation a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--rose);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.site-navigation a:hover::after,
.site-navigation a:focus-visible::after {
    transform: scaleX(1);
}

.menu-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid var(--blue);
    border-radius: 6px;
    color: var(--blue);
    background: var(--paper);
    cursor: pointer;
}

.menu-button span {
    display: block;
    width: 100%;
    height: 1px;
    margin-block: 5px;
    background: currentColor;
}

.hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}

.hero-inner {
    display: grid;
    min-height: min(760px, calc(88svh - 78px));
    padding-block: 72px 40px;
    align-items: center;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 72px;
}

.hero-copy {
    max-width: 700px;
}

.hero-copy h1 {
    margin-bottom: 8px;
}

.hero-logo {
    width: 430px;
    max-width: 100%;
}

.hero-claim {
    max-width: 650px;
    margin-bottom: 24px;
    color: var(--blue);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.24;
}

.hero-lead {
    max-width: 630px;
    margin-bottom: 0;
    font-size: 18px;
}

.hero-art {
    position: relative;
    display: grid;
    min-height: 430px;
    place-items: center;
}

.hero-art p {
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0;
    color: var(--blue);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.brush {
    position: absolute;
}

.brush--rose {
    top: 18%;
    right: 3%;
    width: 250px;
    transform: rotate(7deg);
}

.brush--blue {
    bottom: 4%;
    left: 8%;
    width: 140px;
    transform: rotate(-14deg);
}

.brush--gray {
    right: -4%;
    bottom: 10%;
    width: 230px;
    transform: rotate(5deg);
}

.section-whatsapp-cta {
    display: flex;
    justify-content: center;
}

.section-whatsapp-cta--hero {
    grid-column: 1 / -1;
}

.section-whatsapp-cta--services {
    margin-top: 58px;
}

.whatsapp-cta {
    display: inline-flex;
    min-height: 52px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(2, 37, 83, 0.22);
    border-radius: 999px;
    color: var(--blue);
    background: var(--paper);
    box-shadow: 0 10px 24px rgba(2, 37, 83, 0.1);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.whatsapp-cta img {
    width: 19px;
    height: 19px;
}

.whatsapp-cta:hover,
.whatsapp-cta:focus-visible {
    border-color: var(--blue);
    box-shadow: 0 14px 30px rgba(2, 37, 83, 0.16);
    transform: translateY(-2px);
}

.intro {
    padding-top: 84px;
    color: var(--paper);
    background: var(--blue);
}

.intro::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 84px;
    height: 1px;
    content: "";
    background: var(--rose);
    transform: translateX(-50%);
}

.intro h2,
.intro p {
    color: inherit;
}

.intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 100px;
}

.intro-copy {
    font-size: 18px;
}

.intro-copy p:last-child {
    margin-bottom: 0;
}

.team {
    background: rgba(255, 255, 255, 0.94);
}

.team-grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
}

.person {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
    gap: 24px;
}

.person-figure {
    width: 100%;
    max-width: 220px;
    margin-bottom: 0;
    margin-inline: auto;
}

.person-figure img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin-inline: auto;
    object-fit: contain;
}

.person-copy h3 {
    margin-bottom: 14px;
}

.person-copy p {
    margin-bottom: 0;
}

.team-closing {
    max-width: 940px;
    margin: 72px auto 0;
    color: var(--blue);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.contact-strip {
    position: relative;
    z-index: 1;
    padding-block: 58px;
    background: var(--rose);
}

.contact-strip-inner {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
}

.contact-strip h2 {
    max-width: 680px;
    margin-bottom: 0;
    font-size: 34px;
}

.contact-strip .eyebrow {
    color: var(--blue);
}

.talk-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: var(--blue);
    text-decoration: none;
}

.talk-mark {
    display: inline-flex;
    min-height: 52px;
    padding: 10px 14px;
    align-items: center;
    border: 1px solid rgba(2, 37, 83, 0.12);
    border-radius: 6px;
    background: var(--paper);
}

.talk-mark img {
    width: 170px;
}

.arrow-control {
    display: inline-flex;
    width: 104px;
    height: 44px;
    padding-inline: 16px;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #022553;
    border-radius: 999px;
    color: #022553;
    background: #ffffff;
    font-size: 25px;
    line-height: 1;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.talk-link:hover .arrow-control,
.talk-link:focus-visible .arrow-control {
    color: var(--paper);
    background: var(--blue);
    transform: translateX(4px);
}

.services {
    background: rgba(247, 247, 246, 0.96);
}

.services-heading {
    margin-bottom: 76px;
}

.service-group {
    padding-block: 58px;
    border-top: 1px solid var(--line);
    scroll-margin-top: 100px;
}

.service-group:last-child {
    padding-bottom: 0;
}

.service-group-heading {
    display: flex;
    margin-bottom: 30px;
    align-items: baseline;
    gap: 20px;
}

.service-group-heading > span {
    color: var(--rose);
    font-size: 15px;
    font-weight: 600;
}

.service-group-heading h3 {
    margin-bottom: 0;
    font-size: 32px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.service-card {
    display: flex;
    min-height: 360px;
    padding: 28px;
    flex-direction: column;
    border: 1px solid rgba(2, 37, 83, 0.14);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.service-card-top {
    min-height: 32px;
    margin-bottom: 18px;
}

.recommended,
.audiences span {
    display: inline-flex;
    min-height: 28px;
    padding: 5px 10px;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.recommended {
    color: var(--blue);
    background: rgba(205, 153, 130, 0.44);
}

.service-card h4 {
    min-height: 48px;
    margin-bottom: 16px;
}

.service-card p {
    margin-bottom: 28px;
}

.audiences {
    display: flex;
    margin-top: auto;
    flex-wrap: wrap;
    gap: 8px;
}

.audiences span {
    border: 1px solid rgba(2, 37, 83, 0.26);
    color: var(--blue);
    background: var(--paper);
}

.audiences--global {
    margin-bottom: 32px;      /* separación con el primer service-group */
    justify-content: center;  /* centrado opcional, queda prolijo */
}

.ai-section {
    padding-bottom: 84px;
    color: var(--paper);
    background: var(--blue);
}

.ai-content {
    max-width: 740px;         /* evita líneas demasiado largas en pantallas grandes */
    margin: 0 auto;           /* centra el bloque horizontalmente */
    text-align: left;         /* alineación original; si prefieres centrado usa center */
}

.ai-content .eyebrow {
    /* conserva su estilo, si lo necesitas podés agregar margen inferior */
    margin-bottom: 8px;
}

.ai-content h2,
.ai-content p {
    color: inherit;
}

.ai-content p:last-child {
    max-width: 700px;
    margin-bottom: 0;
    font-size: 18px;
}

.reach {
    background: rgba(255, 255, 255, 0.94);
}

.reach-grid {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    column-gap: 96px;
    row-gap: 42px;
}

.reach h2 {
    margin-bottom: 0;
}

.reach-grid > p {
    margin-bottom: 4px;
    font-size: 18px;
}

.client-logos-heading {
    grid-column: 1 / -1;
    margin-bottom: -18px;
}

.client-logos {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.client-logo {
    display: grid;
    min-height: 166px;
    flex: 0 1 calc((100% - 66px) / 4);
    place-items: center;
    padding: 18px 24px;
    border: 1px solid rgba(2, 37, 83, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
}

.client-logo img {
    width: auto;
    max-width: 100%;
    max-height: 128px;
    object-fit: contain;
}

.final-cta {
    overflow: hidden;
    background: var(--rose);
}

.final-cta-inner {
    position: relative;
    display: flex;
    min-height: 470px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.final-cta h2 {
    margin-bottom: 18px;
    font-size: 52px;
}

.final-cta p:not(.eyebrow) {
    margin-bottom: 30px;
    font-size: 18px;
}

.final-cta .eyebrow {
    color: var(--blue);
}

.talk-link--large {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.talk-link--large .talk-mark img {
    width: 190px;
}

.email-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: min(100%, 430px);
    min-height: 64px;
    padding: 10px 12px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(2, 37, 83, 0.2);
    border-radius: 8px;
    color: var(--blue);
    background: var(--paper);
    box-shadow: 0 12px 28px rgba(2, 37, 83, 0.1);
    text-align: left;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.email-link:hover,
.email-link:focus-visible {
    border-color: var(--blue);
    box-shadow: 0 16px 34px rgba(2, 37, 83, 0.16);
    transform: translateY(-2px);
}

.email-link__icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: var(--paper);
}

.email-link__copy {
    display: grid;
    min-width: 0;
    flex: 1;
    line-height: 1.35;
}

.email-link__label {
    color: var(--ink);
    font-size: 12px;
}

.email-link__copy strong {
    overflow-wrap: anywhere;
    font-size: 15px;
    font-weight: 500;
}

.email-link__arrow {
    padding-inline: 6px;
    flex: 0 0 auto;
    font-size: 21px;
}

.final-brush {
    position: absolute;
    top: 2%;
    left: 50%;
    width: 620px;
    max-width: 70vw;
    opacity: 0.3;
    transform: translateX(-50%) rotate(-4deg);
}

.site-footer {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    color: var(--paper);
    background: var(--blue);
}

.footer-grid {
    display: grid;
    padding-bottom: 60px;
    grid-template-columns: 1.1fr 1fr 0.85fr;
    gap: 48px;
}

.footer-logo {
    width: 138px;
    margin-bottom: 18px;
}

.footer-grid p {
    margin-bottom: 8px;
}

.footer-label {
    color: var(--rose);
    font-weight: 600;
    text-transform: uppercase;
}

.footer-actions {
    display: grid;
    gap: 10px;
}

.footer-action {
    display: flex;
    width: 100%;
    min-height: 58px;
    padding: 9px 10px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: var(--paper);
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-action:hover,
.footer-action:focus-visible {
    border-color: var(--rose);
    color: var(--blue);
    background: var(--rose);
    transform: translateY(-2px);
}

.footer-action__icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: var(--paper);
    font-size: 17px;
    font-weight: 600;
}

.footer-action__copy {
    display: grid;
    min-width: 0;
    flex: 1;
    line-height: 1.25;
}

.footer-action__label {
    color: var(--rose);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-action:hover .footer-action__label,
.footer-action:focus-visible .footer-action__label {
    color: var(--blue);
}

.footer-action__copy strong {
    overflow-wrap: anywhere;
    font-size: 13px;
    font-weight: 500;
}

.footer-action__arrow {
    padding-inline: 3px;
    flex: 0 0 auto;
    font-size: 17px;
}

.footer-bottom {
    display: flex;
    padding-block: 22px;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

#consultora,
#equipo,
#servicios,
#contacto {
    scroll-margin-top: 78px;
}

@media (max-width: 1080px) {
    h2 {
        font-size: 36px;
    }

    .hero-inner {
        gap: 34px;
    }

    .hero-claim {
        font-size: 34px;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .team-grid .person:last-child {
        max-width: 520px;
        justify-self: center;
        grid-column: 1 / -1;
    }

    .service-card {
        min-height: 390px;
        padding: 24px;
    }
}

@media (max-width: 859px) {
    .container {
        width: min(calc(100% - 36px), var(--max-width));
    }

    .section {
        padding-block: 84px;
    }

    .menu-button {
        display: block;
    }

    .site-navigation {
        position: absolute;
        top: calc(100% + 1px);
        right: 18px;
        left: 18px;
        display: none;
        padding: 18px;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        border: 1px solid rgba(2, 37, 83, 0.14);
        border-radius: 8px;
        background: var(--paper);
        box-shadow: var(--shadow);
    }

    .site-navigation[data-open="true"] {
        display: flex;
    }

    .site-navigation a {
        padding: 12px 8px;
    }

    .site-navigation a::after {
        display: none;
    }

    .hero-inner {
        min-height: auto;
        padding-block: 70px 40px;
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-art {
        min-height: 260px;
    }

    .hero-art p {
        font-size: 26px;
    }

    .brush--rose {
        top: 3%;
        right: 12%;
    }

    .brush--blue {
        bottom: -2%;
        left: 20%;
        width: 115px;
    }

    .brush--gray {
        right: 5%;
        bottom: 2%;
        width: 190px;
    }

    .intro-grid,
    .ai-grid,
    .reach-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .team-grid .person:last-child {
        max-width: 650px;
        justify-self: stretch;
        grid-column: auto;
    }

    .person {
        max-width: 650px;
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .person-figure {
        max-width: 210px;
        margin-inline: 0;
    }

    .team-closing {
        margin-top: 54px;
        font-size: 21px;
    }

    .contact-strip-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 0;
    }

    .service-card h4 {
        min-height: 0;
    }

    .ai-visual {
        width: 210px;
    }

    .reach-grid > p {
        max-width: 720px;
    }

    .client-logo {
        flex-basis: calc((100% - 44px) / 3);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }

    .root--3,
    .root--6 {
        display: none;
    }
}

@media (max-width: 560px) {
    body {
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .container {
        width: min(calc(100% - 28px), var(--max-width));
    }

    .section {
        padding-block: 68px;
    }

    .ai-section {
        padding-bottom: 52px;
    }

    .intro {
        padding-top: 52px;
    }

    .header-inner {
        min-height: 70px;
    }

    .brand-link {
        width: 88px;
        height: 58px;
    }

    .hero-inner {
        padding-block: 52px 32px;
        gap: 22px;
    }

    .whatsapp-cta {
        width: min(100%, 320px);
    }

    .hero-logo {
        width: 310px;
    }

    .hero-claim {
        font-size: 28px;
    }

    .hero-lead,
    .intro-copy,
    .section-heading > p:last-child,
    .ai-section p:last-child,
    .reach-grid > p,
    .final-cta p:not(.eyebrow) {
        font-size: 16px;
    }

    .hero-art {
        min-height: 270px;
        align-content: center;
        grid-template-rows: auto auto;
        gap: 18px;
    }

    .hero-art p {
        max-width: 280px;
        font-size: 23px;
    }

    .brush--rose {
        right: 3%;
        width: 190px;
    }

    .brush--blue {
        position: static;
        width: 88px;
        margin-left: 10%;
        justify-self: start;
        transform: rotate(-14deg);
    }

    .person {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .person-figure {
        max-width: 230px;
        margin-inline: auto;
    }

    .person-copy {
        text-align: center;
    }

    .team-closing {
        font-size: 19px;
        text-align: left;
    }

    .contact-strip {
        padding-block: 48px;
    }

    .contact-strip h2 {
        font-size: 28px;
    }

    .talk-link {
        width: 100%;
        justify-content: space-between;
    }

    .talk-mark {
        padding-inline: 10px;
    }

    .talk-mark img {
        width: 145px;
    }

    .arrow-control {
        width: 88px;
    }

    .services-heading {
        margin-bottom: 48px;
    }

    .service-group {
        padding-block: 44px;
    }

    .service-group-heading {
        align-items: flex-start;
    }

    .service-group-heading h3 {
        font-size: 27px;
    }

    .service-card {
        padding: 22px;
    }

    .ai-visual {
        width: 170px;
    }

    .client-logos {
        gap: 14px;
    }

    .client-logo {
        min-height: 132px;
        flex-basis: calc((100% - 14px) / 2);
        padding: 16px;
    }

    .client-logo img {
        max-height: 104px;
    }

    .final-cta-inner {
        min-height: 430px;
    }

    .final-cta h2 {
        font-size: 36px;
    }

    .talk-link--large {
        max-width: 290px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-grid > div:first-child {
        grid-column: auto;
    }

    .email-link {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }

    .root {
        width: 96px;
        opacity: 1;
    }

    .root--2 {
        right: -32px;
        width: 120px;
    }

    .root--4 {
        left: -45px;
        width: 125px;
    }

    .root--5 {
        right: -35px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.footer-logo-circle {
    /* Tamaño del círculo (ajusta según necesites) */
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;   /* o un color claro, ej. #f5f5f5 */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;         /* el margen que antes tenía la imagen */
}

.footer-logo-circle .footer-logo {
    width: 70%;                  /* la imagen se escala dentro del círculo */
    height: auto;
    margin-bottom: 0;            /* anula el margen inferior anterior */
}

.banner-cta {
    display: block;
    max-width: 1180px;      /* evita que la imagen escale más allá de su resolución real */
    width: 100%;            /* se adapta al ancho del contenedor hasta 1180px */
    height: auto;
    margin: 0 auto 1.5rem;  /* centrado horizontal + espacio inferior */
}
