.navbar-wrapper {
    --ww-nav-purple-dark: #2a1748;
    --ww-nav-purple: #6d28d9;
    --ww-nav-purple-light: #f3edfd;
    --ww-nav-border: #e6e2f1;
    --ww-nav-text: #231b33;
    --ww-nav-text-soft: #6b6478;
    --ww-nav-control: #9256c4;
    --ww-nav-signature: #ec4899;
    --ww-nav-loyalty: #22c55e;
    --ww-nav-marketing: #eab308;
    --ww-nav-work: #71717a;
    --ww-nav-automation: #14b8a6;
    position: relative;
    z-index: 1000;
    height: 72px;
    background: #fff !important;
    border-bottom: 1px solid var(--ww-nav-border);
    box-shadow: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar-wrapper > .container {
    width: 100%;
    max-width: none !important;
    min-height: 72px;
    padding: 0 40px;
}

.navbar-wrapper .navbar-brand,
.navbar-wrapper .navbar-brand > .navbar-item {
    height: 72px;
    min-height: 72px;
}

.navbar-wrapper .navbar-brand > .navbar-item {
    padding: 10px 0;
}

.navbar-wrapper .navbar-brand img {
    width: 110px;
    height: auto;
    max-height: 40px;
}

.navbar-wrapper .navbar-menu {
    position: static;
    align-items: stretch;
}

.navbar-wrapper .navbar-start {
    position: static;
    align-items: stretch;
    gap: 4px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper .navbar-end {
    align-items: center;
    gap: 2px;
    margin-left: 0;
}

.navbar-wrapper .navbar-start > .navbar-item,
.navbar-wrapper .navbar-start > .navbar-item > .navbar-link,
.navbar-wrapper .navbar-start > a.navbar-item {
    color: var(--ww-nav-text-soft) !important;
    font-size: 14px;
    font-weight: 600;
}

.navbar-wrapper .navbar-start > .navbar-item > .navbar-link,
.navbar-wrapper .navbar-start > a.navbar-item {
    padding: 0 12px;
}

.navbar-wrapper .navbar-start > .navbar-item:hover > .navbar-link,
.navbar-wrapper .navbar-start > a.navbar-item:hover,
.navbar-wrapper .ww-features-trigger > .navbar-link {
    color: var(--ww-nav-purple-dark) !important;
    background: transparent !important;
}

.navbar-wrapper .navbar-link::after {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 5px;
    transform: none;
    color: #9ca3af;
    border: 0 !important;
    content: "▾";
    font-size: 11px;
    line-height: 1;
}

.navbar-wrapper .navbar-end > .navbar-item:first-child .navbar-link {
    color: #9ca3af !important;
    padding-left: 10px;
    padding-right: 28px;
}

.navbar-wrapper .navbar-end .navbar-item.is-button {
    padding: 0 5px;
}

.navbar-wrapper .ww-partners-nav-button {
    align-items: center;
    background: linear-gradient(135deg, #fff7e6, #fdf2e0);
    border: 1.5px solid #f59e0b;
    border-radius: 999px;
    color: #d97706 !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    min-height: 40px;
    padding: 9px 20px;
    text-decoration: none;
}

.navbar-wrapper .ww-partners-nav-button:hover,
.navbar-wrapper .ww-partners-nav-button:focus-visible {
    background: #fff7e6;
    color: #b45309 !important;
}

.navbar-wrapper .ww-partners-nav-button:focus-visible {
    outline: 2px solid #f59e0b;
    outline-offset: 2px;
}

.navbar-wrapper .navbar-end .navbar-item.is-button .button {
    min-height: 38px;
    padding: 8px 20px;
    color: var(--ww-nav-purple-dark) !important;
    background: #fff !important;
    border: 1px solid var(--ww-nav-border) !important;
    border-radius: 999px;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
}

.navbar-wrapper .navbar-end .navbar-item.is-button .buttonww {
    min-height: 40px;
    padding: 10px 22px;
    color: #fff !important;
    background: var(--ww-nav-purple) !important;
    border: 0;
    border-radius: 999px;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 700;
}

.navbar-wrapper.is-cloned {
    height: 72px;
    border-bottom: 1px solid var(--ww-nav-border);
    box-shadow: 0 8px 22px rgba(42, 23, 72, 0.08);
}

.navbar-wrapper .ww-features-trigger {
    position: static;
}

.navbar-wrapper .ww-benefits-trigger,
.navbar-wrapper .ww-sectors-trigger {
    position: static;
}

.navbar-wrapper .navbar-dropdown.is-megamenu {
    left: 50%;
    width: 1160px !important;
    min-width: 0 !important;
    max-width: calc(100vw - 48px) !important;
    margin-left: max(-580px, calc(-50vw + 24px));
    overflow-x: hidden;
    box-sizing: border-box;
    transform: none !important;
}

.navbar-wrapper .navbar-dropdown.is-megamenu.ww-features-dropdown {
    left: 50%;
    top: 100%;
    width: 1160px !important;
    max-width: calc(100vw - 48px) !important;
    margin-left: max(-580px, calc(-50vw + 24px));
    max-height: calc(100vh - 84px);
    padding: 18px 24px 24px !important;
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
    background: #f4f2fa;
    border: 1px solid var(--ww-nav-border);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 18px 38px rgba(42, 23, 72, 0.14);
}

.navbar-wrapper .navbar-dropdown.is-megamenu.ww-benefits-dropdown {
    left: 50%;
    top: 100%;
    width: 1160px !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100vh - 84px);
    padding: 22px 32px 32px !important;
    margin-left: max(-580px, calc(-50vw + 24px));
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
    background: #f4f2fa;
    border: 1px solid var(--ww-nav-border);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 18px 38px rgba(42, 23, 72, 0.14);
}

.navbar-wrapper .navbar-dropdown.is-megamenu.ww-sectors-dropdown {
    left: 50%;
    top: 100%;
    width: 1160px !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100vh - 84px);
    padding: 22px 32px 32px !important;
    margin-left: max(-580px, calc(-50vw + 24px));
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
    background: #f4f2fa;
    border: 1px solid var(--ww-nav-border);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 18px 38px rgba(42, 23, 72, 0.14);
}

.navbar-wrapper .navbar-dropdown.is-megamenu > .mega-inner,
.navbar-wrapper .navbar-dropdown.is-megamenu > .mega-inner > .container,
.navbar-wrapper .navbar-dropdown.is-megamenu .navbar-item.is-footer {
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
}

.ww-features-page,
.ww-features-page * {
    box-sizing: border-box;
}

.ww-features-page {
    width: 100%;
    color: var(--ww-nav-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.4;
}

.ww-features-page a {
    text-decoration: none;
}

.ww-benefits-page,
.ww-benefits-page * {
    box-sizing: border-box;
}

.ww-benefits-page {
    width: 100%;
    color: var(--ww-nav-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.4;
}

.ww-benefits-page a {
    text-decoration: none;
}

.ww-benefits-card {
    padding: 22px 36px 26px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid var(--ww-nav-border);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(42, 23, 72, 0.06);
}

.ww-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 32px;
}

.ww-benefit-link {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
    color: var(--ww-nav-text) !important;
}

.ww-benefit-link:hover,
.ww-benefit-link:focus-visible {
    color: var(--ww-nav-purple) !important;
}

.ww-benefit-link:hover .ww-benefit-label,
.ww-benefit-link:focus-visible .ww-benefit-label {
    text-decoration: underline;
}

.ww-benefit-icon {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: var(--ww-nav-purple);
    background: var(--ww-nav-purple-light);
    border-radius: 12px;
}

.ww-benefit-icon svg {
    width: 21px;
    height: 21px;
}

.ww-benefit-label {
    color: inherit;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.3;
}

.ww-benefits-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 26px;
    background: var(--ww-nav-purple-dark);
    border-radius: 16px;
}

.ww-benefits-banner p {
    margin: 0;
    color: #fff;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.4;
}

.simple-accordion-wrapper .accordion-section .ww-benefits-banner p {
    color: #fff;
}

.ww-benefits-banner p strong {
    color: inherit;
    font-weight: 800;
}

.ww-benefits-banner-cta {
    flex-shrink: 0;
    padding: 11px 22px;
    color: var(--ww-nav-purple-dark) !important;
    background: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.navbar-wrapper .ww-benefits-page .ww-benefits-banner-cta {
    padding: 11px 22px !important;
}

.ww-sectors-page,
.ww-sectors-page * {
    box-sizing: border-box;
}

.ww-sectors-page {
    width: 100%;
    color: var(--ww-nav-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.4;
}

.ww-sectors-page a {
    text-decoration: none;
}

.ww-sectors-card {
    padding: 22px 36px 10px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid var(--ww-nav-border);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(42, 23, 72, 0.06);
}

.ww-sector-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 6px 0;
    border-bottom: 1px solid var(--ww-nav-border);
}

.ww-sector-row.ww-sector-row-no-border {
    border-bottom: 0;
}

.ww-sector-link {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 10px 12px 10px 0;
    color: var(--ww-nav-text) !important;
}

.ww-sector-link:hover,
.ww-sector-link:focus-visible {
    color: var(--ww-nav-purple) !important;
}

.ww-sector-link:hover .ww-sector-label,
.ww-sector-link:focus-visible .ww-sector-label {
    text-decoration: underline;
}

/* El accordion legacy puede imponer display:block a sus enlaces. */
.simple-accordion-wrapper .accordion-section .ww-benefit-link,
.simple-accordion-wrapper .accordion-section .ww-sector-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ww-sector-icon {
    display: flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    color: var(--ww-nav-purple);
}

.ww-sector-icon svg {
    width: 26px;
    height: 26px;
}

.ww-sector-label {
    color: inherit;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.25;
}

.ww-sector-crm-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 32px;
    padding: 18px 0 20px;
}

.ww-sector-crm-shortcut {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ww-nav-purple-dark) !important;
    font-size: 17px;
    font-weight: 800;
}

.ww-sector-crm-shortcut:hover .ww-sector-crm-shortcut-label,
.ww-sector-crm-shortcut:focus-visible .ww-sector-crm-shortcut-label {
    text-decoration: underline;
}

.ww-sector-plus {
    display: flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    color: var(--ww-nav-purple);
    border: 2px solid var(--ww-nav-purple);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
}

.ww-sectors-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 26px;
    background: var(--ww-nav-purple-dark);
    border-radius: 16px;
}

.ww-sectors-banner p {
    margin: 0;
    color: #fff;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.4;
}

.simple-accordion-wrapper .accordion-section .ww-sectors-banner p {
    color: #fff;
}

.ww-sectors-banner p strong {
    color: inherit;
    font-weight: 800;
}

.ww-sectors-banner-cta {
    flex-shrink: 0;
    padding: 11px 22px;
    color: var(--ww-nav-purple-dark) !important;
    background: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.navbar-wrapper .ww-sectors-page .ww-sectors-banner-cta {
    padding: 11px 22px !important;
}

.ww-features-crm,
.ww-features-modules,
.ww-features-solutions {
    background: #fff;
    border: 1px solid var(--ww-nav-border);
    box-shadow: 0 12px 32px rgba(42, 23, 72, 0.06);
}

.ww-features-crm {
    overflow: hidden;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
}

.ww-features-crm-inner {
    padding: 20px 24px 18px;
}

.ww-features-title-row {
    display: flex;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--ww-nav-border);
}

.ww-features-title-bar {
    width: 5px;
    height: 24px;
    flex: 0 0 5px;
    border-radius: 3px;
    background: var(--ww-nav-purple);
}

.ww-features-page h2 {
    margin: 0;
    color: var(--ww-nav-purple-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.ww-features-page .ww-features-title-link {
    color: var(--ww-nav-purple) !important;
}

.ww-features-page .ww-features-title-link:hover,
.ww-features-page .ww-features-title-link:focus-visible {
    text-decoration: underline;
}

.ww-features-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.ww-features-required,
.ww-features-self-employed {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.ww-features-required {
    color: #fff;
    background: var(--ww-nav-purple);
}

.ww-features-self-employed {
    color: #15803d;
    background: #eafaf0;
}

.ww-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px 32px;
    margin-top: 14px;
}

.ww-feature-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--ww-nav-purple) !important;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.25;
}

.ww-feature-link:hover {
    color: var(--ww-nav-purple) !important;
}

.ww-feature-link:hover .ww-feature-label {
    text-decoration: underline;
}

.ww-feature-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    color: var(--ww-nav-purple);
    background: var(--ww-nav-purple-light);
    border-radius: 8px;
    font-size: 12px;
}

/* El accordion legacy (.simple-accordion-wrapper .accordion-section a i) tiene mas especificidad
   que .ww-feature-icon y pinta el icono de gris con float:right, rompiendo su color y posicion. */
.simple-accordion-wrapper .accordion-section .ww-feature-icon i,
.simple-accordion-wrapper .accordion-section .ww-module-link-icon i {
    position: static;
    float: none;
    margin-top: 0;
    color: inherit;
}

.ww-features-included-label {
    margin: 12px 0 6px;
    color: var(--ww-nav-text-soft);
    font-size: 11px;
    font-weight: 600;
}

.ww-features-included {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
}

.ww-features-included span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ww-nav-text-soft);
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.ww-features-included i {
    color: var(--ww-nav-loyalty);
    font-size: 11px;
}

.ww-features-modules {
    padding: 20px 24px 24px;
    margin-bottom: 14px;
    border-radius: 0 0 20px 20px;
}

.ww-features-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ww-features-color-strip {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 3px;
}

.ww-features-color-strip span {
    display: block;
    width: 5px;
    height: 28px;
    border-radius: 3px;
}

.ww-color-control { background: var(--ww-nav-control); }
.ww-color-signature { background: var(--ww-nav-signature); }
.ww-color-loyalty { background: var(--ww-nav-loyalty); }
.ww-color-marketing { background: var(--ww-nav-marketing); }
.ww-color-work { background: var(--ww-nav-work); }
.ww-color-automation { background: var(--ww-nav-automation); }

.ww-features-plus {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #fff;
    background: var(--ww-nav-purple);
    border-radius: 50%;
    box-shadow: 0 8px 16px -6px rgba(109, 40, 217, 0.5);
    font-size: 16px;
    font-weight: 800;
}

.ww-features-module-subtitle {
    margin: 0 0 12px;
    color: var(--ww-nav-text-soft);
    font-size: 14px;
    font-weight: 500;
}

.ww-features-module-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 16px;
}

.ww-module {
    --ww-module-color: var(--ww-nav-purple);
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}

.ww-module-control { --ww-module-color: var(--ww-nav-control); }
.ww-module-signature { --ww-module-color: var(--ww-nav-signature); }
.ww-module-loyalty { --ww-module-color: var(--ww-nav-loyalty); }
.ww-module-marketing { --ww-module-color: var(--ww-nav-marketing); }
.ww-module-work { --ww-module-color: var(--ww-nav-work); }
.ww-module-automation { --ww-module-color: var(--ww-nav-automation); }

.ww-module-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.ww-module-bar {
    width: 5px;
    height: 22px;
    flex: 0 0 5px;
    border-radius: 3px;
    background: var(--ww-module-color);
}

.ww-module-head > a,
.ww-module-name {
    color: var(--ww-module-color) !important;
    font-size: 15.5px;
    font-weight: 700;
}

.ww-module-head > a:hover {
    text-decoration: underline;
}

.ww-module-item {
    color: var(--ww-nav-text-soft);
    font-size: 12.5px;
    line-height: 1.4;
}

.ww-module-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--ww-module-color) !important;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
}

.ww-module-link-icon {
    display: inline-flex;
    width: 16px;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 12.5px;
}

.ww-module-link:hover .ww-module-link-label {
    text-decoration: underline;
}

.ww-module-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 99px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
}

.ww-module-badge-law {
    color: #c2410c;
    background: #fdeee0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ww-module-badge-renewed {
    padding-right: 9px;
    padding-left: 9px;
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #ec4899);
}

.ww-module-badge-new {
    color: #fff;
    background: var(--ww-nav-automation);
    border-radius: 4px;
}

.ww-features-solutions {
    padding: 18px 24px 6px;
    margin-bottom: 14px;
    border-radius: 20px;
}

.ww-features-solutions-heading {
    margin-bottom: 6px;
}

.ww-features-solutions-bar {
    width: 5px;
    height: 28px;
    flex: 0 0 5px;
    background: #7c3aed;
    border-radius: 3px;
}

.ww-features-solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
}

.ww-features-solutions-grid > a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    padding: 11px 0;
    color: var(--ww-nav-text) !important;
    border-bottom: 1px solid var(--ww-nav-border);
    font-size: 14.5px;
    font-weight: 700;
}

.ww-features-solutions-grid > a:hover {
    color: var(--ww-nav-purple) !important;
}

.ww-features-solutions-grid > a:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.ww-solution-plus {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.ww-signature-text { color: var(--ww-nav-signature); }
.ww-control-text { color: var(--ww-nav-control); }
.ww-work-text { color: var(--ww-nav-work); }

@media (min-width: 1024px) {
    .navbar-wrapper .navbar-menu {
        display: flex;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .navbar-wrapper > .container { padding: 0 20px; }
    .navbar-wrapper .navbar-start > .navbar-item > .navbar-link,
    .navbar-wrapper .navbar-start > a.navbar-item { padding-right: 8px; padding-left: 8px; }
    .navbar-wrapper .navbar-end .navbar-item.is-button .button { padding-right: 14px; padding-left: 14px; }
    .navbar-wrapper .navbar-end .navbar-item.is-button .buttonww { padding-right: 16px; padding-left: 16px; }

}

@media (max-width: 1023px) {
    .ww-sector-row {
        border-bottom: 0;
    }

    .ww-sector-crm-shortcuts .ww-sector-crm-shortcut,
    .simple-accordion-wrapper .accordion-section .ww-sector-crm-shortcut {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .navbar-wrapper,
    .navbar-wrapper .navbar-brand,
    .navbar-wrapper .navbar-brand > .navbar-item {
        height: 64px;
        min-height: 64px;
    }

    .navbar-wrapper > .container {
        display: block;
        min-height: 64px;
        padding: 0 16px;
    }

    .navbar-wrapper .navbar-brand img {
        width: 100px;
        max-height: 34px;
    }

    .navbar-wrapper .navbar-brand > .buttonww {
        width: auto !important;
        min-height: 38px;
        padding: 9px 16px;
        margin: auto 54px auto auto !important;
        color: #fff;
        background: var(--ww-nav-purple) !important;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 700;
    }

    .navbar-wrapper .custom-burger {
        position: absolute;
        top: 7px;
        right: 7px;
    }

    .navbar-wrapper .navbar-menu.is-active {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        z-index: 1000;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
        background: #fff;
        border-top: 1px solid var(--ww-nav-border);
        box-shadow: 0 14px 28px rgba(42, 23, 72, 0.12);
    }

    .navbar-wrapper .ww-mobile-features > a {
        color: var(--ww-nav-purple-dark);
        font-weight: 700;
    }

    .navbar-wrapper .ww-mobile-features > .accordion-content {
        padding: 14px;
        background: #f4f2fa;
    }

    .navbar-wrapper .ww-mobile-features .ww-features-page a {
        padding: 0;
    }

    .navbar-wrapper .ww-mobile-benefits > a {
        color: var(--ww-nav-purple-dark);
        font-weight: 700;
    }

    .navbar-wrapper .ww-mobile-benefits > .accordion-content {
        padding: 14px;
        background: #f4f2fa;
    }

    .navbar-wrapper .ww-mobile-benefits .ww-benefits-page a {
        padding: 0;
    }

    .navbar-wrapper .ww-mobile-sectors > a {
        color: var(--ww-nav-purple-dark);
        font-weight: 700;
    }

    .navbar-wrapper .ww-mobile-sectors > .accordion-content {
        padding: 14px;
        background: #f4f2fa;
    }

    .navbar-wrapper .ww-mobile-sectors .ww-sectors-page a {
        padding: 0;
    }

    .navbar-wrapper .ww-mobile-sectors > .accordion-content > :not(.ww-sectors-page) {
        display: none;
    }
}

@media (max-width: 860px) {
    .ww-features-module-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ww-features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ww-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ww-sector-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1023px) and (min-width: 681px) {
    .ww-sector-row {
        padding: 0;
    }

    .ww-sector-row .ww-sector-link,
    .navbar-wrapper .ww-mobile-sectors .ww-sectors-page .ww-sector-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ww-features-solutions-grid a,
    .simple-accordion-wrapper .accordion-section .ww-features-solutions-grid a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 680px) {
    .ww-features-dropdown { padding: 14px !important; }
    .ww-features-crm { margin-bottom: 12px; border: 1px solid var(--ww-nav-border); border-radius: 16px; }
    .ww-features-crm-inner { padding: 16px 16px 18px; }
    .ww-features-title-row { flex-wrap: nowrap; gap: 10px; }
    .ww-features-page h2 { font-size: 19px; }
    .ww-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
    .ww-features-modules { padding: 18px 16px 20px; border: 1px solid var(--ww-nav-border); border-radius: 16px; }
    .ww-features-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
    .ww-features-solutions { padding: 16px 16px 4px; border-radius: 16px; }
    .ww-features-solutions-grid { grid-template-columns: 1fr; }
    .ww-features-solutions-grid a { padding-top: 10px; padding-bottom: 10px; }
    .ww-features-solutions-grid > a:nth-last-child(-n + 2) { border-bottom: 1px solid var(--ww-nav-border); }
    .ww-features-solutions-grid > a:last-child { border-bottom: 0; }
    .ww-benefits-card { padding: 18px 16px 20px; border-radius: 16px; }
    .ww-benefits-grid { grid-template-columns: 1fr; gap: 18px; }
    .ww-benefits-grid .ww-benefit-link { flex-direction: row; flex-wrap: nowrap; }
    .ww-benefits-grid .ww-benefit-label { min-width: 0; flex: 1 1 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .ww-benefits-banner { flex-direction: column; align-items: flex-start; padding: 16px 18px; }
    .ww-benefits-banner-cta { width: 100%; text-align: center; }
    .ww-sectors-card { padding: 18px 16px 6px; border-radius: 16px; }
    .ww-sector-row { grid-template-columns: 1fr; }
    .ww-sector-row { border-bottom: 0; row-gap: 10px; }
    .ww-sector-link { padding: 8px 0; flex-direction: row; flex-wrap: nowrap; }
    .ww-sector-link .ww-sector-label { min-width: 0; flex: 1 1 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

    /* El accordion legacy (.simple-accordion-wrapper .accordion-section a) tiene mas especificidad
       que .ww-sector-link / .ww-benefit-link / .ww-features-solutions-grid a y gana con display:block,
       rompiendo la alineacion icono+texto. Se sobreescribe aqui con selectores mas especificos. */
    .simple-accordion-wrapper .accordion-section .ww-features-solutions-grid a {
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .simple-accordion-wrapper .accordion-section .ww-benefit-link {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .simple-accordion-wrapper .accordion-section .ww-sector-link {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 8px 0;
    }
    .ww-sector-crm-shortcuts { grid-template-columns: 1fr; gap: 10px; padding: 14px 0 16px; }
    .ww-sectors-banner { flex-direction: column; align-items: flex-start; padding: 16px 18px; }
    .ww-sectors-banner-cta { width: 100%; text-align: center; }
}

@media (max-width: 420px) {
    .ww-features-module-grid { grid-template-columns: 1fr; }
}
