@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap');

:root {
    --exp-navy: #0f0f10;
    --exp-navy-soft: #211113;
    --exp-red: #d10f16;
    --exp-red-light: #ff3942;
    --exp-red-dark: #8d0710;
    --exp-white: #ffffff;
    --exp-ink: #241719;
    --exp-muted: #6b6b6b;
    --exp-surface: #f6f6f6;
    --exp-border: #e1e1e1;
    --exp-shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
    --exp-radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--exp-ink);
    background: var(--exp-white);
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-red {
	color: var(--exp-red);
}

.site-header {
    padding: 16px 0;
    transition: all 0.3s ease;
}

.site-header.is-scrolled {
    padding: 8px 0;
    background: rgba(7, 17, 31, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.brand-logo {
    width: 188px;
    height: auto;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 600;
    font-size: 0.94rem;
    padding: 10px 14px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--exp-white);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.btn-expanzion {
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--exp-red), #a80712);
    box-shadow: 0 12px 30px rgba(209, 15, 22, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-expanzion:hover,
.btn-expanzion:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(209, 15, 22, 0.4);
}

.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--exp-white);
	padding-top:38px;
    background:
        radial-gradient(circle at 75% 22%, rgba(255, 57, 66, 0.14), transparent 30%),
        radial-gradient(circle at 20% 68%, rgba(168, 7, 18, 0.14), transparent 34%),
        linear-gradient(145deg, #06101d 0%, #1d090c 50%, #0f0f10 100%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.hero-badge,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--exp-red);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-badge {
    color: #ffd0d2;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--exp-red-dark);
    box-shadow: 0 0 0 0 rgba(141, 7, 16, 0.65);
    animation: pulse 2s infinite;
}

.hero-title {
    max-width: 940px;
    margin: 26px 0 22px;
    font-family: 'Sora', sans-serif;
    /* font-size: clamp(3rem, 6.7vw, 6.2rem); */
	font-size: clamp(3rem, 5.7vw, 6.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 700;
}

.hero-title span {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, var(--exp-red-light), #ff7379 56%, var(--exp-red-dark));
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-copy {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-actions .btn {
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 800px;
    margin-top: 50px;
}

.hero-proof div {
    padding-left: 16px;
    border-left: 2px solid rgba(255, 57, 66, 0.5);
}

.hero-proof strong,
.hero-proof span {
    display: block;
}

.hero-proof strong {
    font-size: 0.96rem;
}

.hero-proof span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.8rem;
    line-height: 1.45;
}

.orbit-system {
    position: relative;
    width: 520px;
    height: 520px;
    margin-left: auto;
}

.orbit-glow {
    position: absolute;
    inset: 20%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 57, 66, 0.24), transparent 65%);
    filter: blur(15px);
}

.orbit-ring {
    position: absolute;
    border: 4px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.orbit-ring-one {
    inset: 10%;
    animation: rotate 28s linear infinite;
}

.orbit-ring-two {
    inset: 22%;
    border-style: dashed;
    animation: rotateReverse 22s linear infinite;
}

.orbit-ring-three {
    inset: 34%;
    animation: rotate 18s linear infinite;
}

.orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 134px;
    height: 134px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
    box-shadow: 0 26px 70px rgba(0,0,0,0.35), 0 0 60px rgba(25,198,255,0.18);
    backdrop-filter: blur(18px);
    transform: translate(-50%, -50%);
}

.orbit-node {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: rgba(255,255,255,0.84);
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 999px;
    background: rgba(10, 27, 47, 0.84);
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    backdrop-filter: blur(12px);
}

.orbit-node i {
    color: var(--exp-red-light);
}

.node-store { top: 5%; left: 39%; }
.node-app { top: 28%; right: -1%; }
.node-b2b { bottom: 24%; right: 5%; }
.node-pos { bottom: 1%; left: 33%; }
.node-data { bottom: 24%; left: -2%; }
.node-logistics { top: 28%; left: -8%; }

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 24px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    transform: translateX(-50%);
}

.scroll-indicator span {
    position: absolute;
    left: 50%;
    top: 9px;
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: var(--exp-white);
    transform: translateX(-50%);
    animation: scroll 1.7s infinite;
}

.section {
    padding: 110px 0;
}

.section-light {
    background: var(--exp-white);
}

.section-title {
    margin: 14px 0 18px;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.15rem, 4.4vw, 4.25rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 700;
}

.section-copy {
    color: var(--exp-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.transformation-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}

.flow-card {
    position: relative;
    min-height: 292px;
    padding: 34px;
    border: 1px solid var(--exp-border);
    border-radius: var(--exp-radius);
    background: var(--exp-white);
    box-shadow: 0 18px 55px rgba(7,17,31,0.07);
}

.flow-card.featured {
    color: var(--exp-white);
    border-color: transparent;
    background: linear-gradient(145deg, #2f0b0f, #9a0e1f);
    transform: translateY(-14px);
}

.flow-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(101,112,131,0.32);
    font-size: 2.4rem;
    font-weight: 800;
}

.featured .flow-number {
    color: rgba(255,255,255,0.14);
}

.flow-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 26px;
    color: var(--exp-red);
    font-size: 1.45rem;
    border-radius: 18px;
    background: rgba(22,103,255,0.1);
}

.flow-icon img {
    width: 34px;
}

.flow-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
}

.flow-card p {
    color: var(--exp-muted);
    line-height: 1.65;
}

.flow-card.featured p {
    color: rgba(255,255,255,0.62);
}

.flow-arrow {
    color: var(--exp-red);
    font-size: 1.3rem;
}

.platform-section {
    color: var(--exp-white);
    background:
        radial-gradient(circle at 85% 18%, rgba(25,198,255,0.12), transparent 28%),
        linear-gradient(145deg, #0f0f10, #260b0e);
}

.feature-checks {
    display: grid;
    gap: 15px;
    padding: 0;
    margin: 32px 0 0;
    list-style: none;
}

.feature-checks li {
    display: flex;
    gap: 12px;
    color: rgba(255,255,255,0.74);
}

.feature-checks i {
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    color: var(--exp-red-dark);
    font-size: 0.75rem;
    border-radius: 50%;
    background: rgba(68,227,162,0.12);
}

.platform-dashboard {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 28px;
    background: #f3f3f3;
    box-shadow: 0 40px 90px rgba(0,0,0,0.33);
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    color: var(--exp-white);
    background: #19090b;
}

.dashboard-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.dashboard-brand img {
    width: 25px;
}

.dashboard-actions {
    display: flex;
    gap: 6px;
}

.dashboard-actions span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.34);
}

.dashboard-body {
    display: flex;
    min-height: 450px;
}

.dashboard-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 14px;
    color: #707070;
    background: #fff;
}

.dashboard-sidebar i {
    padding: 10px;
    border-radius: 10px;
}

.dashboard-sidebar i.active {
    color: var(--exp-red);
    background: rgba(22,103,255,0.1);
}

.dashboard-content {
    flex: 1;
    padding: 22px;
    color: var(--exp-ink);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.metric-card {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
}

.metric-card span,
.metric-card strong,
.metric-card small {
    display: block;
}

.metric-card span {
    color: var(--exp-muted);
    font-size: 0.72rem;
}

.metric-card strong {
    margin: 8px 0 4px;
    font-size: 1.35rem;
}

.metric-card small {
    color: #c1121f;
    font-size: 0.65rem;
}

.dashboard-chart {
    height: 225px;
    margin-top: 14px;
    padding: 18px;
    border-radius: 16px;
    background: #fff;
}

.chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-head span {
    color: var(--exp-muted);
    font-size: 0.7rem;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 152px;
    padding-top: 18px;
}

.chart-bars span {
    flex: 1;
    min-height: 10%;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to top, var(--exp-red), var(--exp-red-light));
}

.channel-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.channel-row div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px;
    font-size: 0.68rem;
    border-radius: 14px;
    background: #fff;
}

.channel-row i {
    color: var(--exp-red);
}

.channel-row strong {
    margin-left: auto;
}

.module-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 70px;
}

.module-cloud span {
    padding: 10px 16px;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
}

.solution-card {
    display: flex;
    gap: 22px;
    min-height: 100%;
    padding: 32px;
    border: 1px solid var(--exp-border);
    border-radius: var(--exp-radius);
    background: var(--exp-white);
    box-shadow: 0 16px 52px rgba(7,17,31,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--exp-shadow);
}

.solution-card.solution-primary {
    color: var(--exp-white);
    border-color: transparent;
    background:
        radial-gradient(circle at 85% 15%, rgba(25,198,255,0.17), transparent 30%),
        linear-gradient(145deg, #2a0a0e, #44090e);
}

.solution-card.solution-dark {
    color: var(--exp-white);
    border-color: transparent;
    background: linear-gradient(135deg, #3d1115, #260d10);
}

.solution-icon {
    display: grid;
    place-items: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    color: var(--exp-red);
    font-size: 1.35rem;
    border-radius: 18px;
    background: rgba(22,103,255,0.1);
}

.solution-primary .solution-icon,
.solution-dark .solution-icon {
    color: var(--exp-red-light);
    background: rgba(255,255,255,0.08);
}

.solution-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
}

.solution-card p,
.solution-card li {
    color: var(--exp-muted);
    line-height: 1.65;
}

.solution-primary p,
.solution-primary li,
.solution-dark p {
    color: rgba(255,255,255,0.62);
}

.solution-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.solution-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--exp-red-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.managed-section {
    background: var(--exp-surface);
}

.managed-visual {
    position: relative;
    min-height: 510px;
}

.managed-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 4px solid rgb(209 15 22 / 20%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.managed-circle-one {
    width: 440px;
    height: 440px;
}

.managed-circle-two {
    width: 300px;
    height: 300px;
    border-style: dashed;
}

.managed-center {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 190px;
    height: 190px;
    border-radius: 42px;
    background: linear-gradient(145deg, #2d0a0e, #480d13);
    box-shadow: 0 30px 70px rgba(7,17,31,0.26);
    transform: translate(-50%, -50%);
}

.managed-center img {
    width: 55px;
}

.managed-center strong,
.managed-center span {
    display: block;
}

.managed-center strong {
    color: var(--exp-white);
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
}

.managed-center span {
    color: rgba(255,255,255,0.5);
    font-size: 0.78rem;
}

.managed-tag {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border: 1px solid var(--exp-border);
    border-radius: 999px;
    background: var(--exp-white);
    box-shadow: 0 14px 36px rgba(7,17,31,0.1);
    font-size: 0.85rem;
    font-weight: 700;
}

.managed-tag i {
    color: var(--exp-red);
}

.tag-domain { top: 8%; left: 39%; }
.tag-cloud { top: 30%; right: 0; }
.tag-security { bottom: 18%; right: 4%; }
.tag-support { bottom: 5%; left: 27%; }
.tag-evolution { top: 33%; left: 0; }

.managed-list {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.managed-list div {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--exp-border);
    border-radius: 16px;
    background: var(--exp-white);
}

.managed-list i {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: #c1121f;
    font-size: 0.78rem;
    border-radius: 50%;
    background: rgba(68,227,162,0.13);
}

.managed-list span {
    color: var(--exp-muted);
    line-height: 1.6;
}

.managed-list strong {
    color: var(--exp-ink);
}

.difference-section {
    background: var(--exp-white);
}

.comparison-table {
    overflow: hidden;
    border: 1px solid var(--exp-border);
    border-radius: 26px;
    box-shadow: var(--exp-shadow);
}

.comparison-row {
    display: grid;
    grid-template-columns: 1.05fr 1.3fr 1.3fr;
}

.comparison-row > div {
    padding: 20px 24px;
    border-bottom: 1px solid var(--exp-border);
}

.comparison-row:last-child > div {
    border-bottom: none;
}

.comparison-row > div:first-child {
    font-weight: 800;
    background: #f8fafc;
}

.comparison-head {
    color: var(--exp-white);
    background: var(--exp-navy);
}

.comparison-head > div {
    display: flex;
    align-items: center;
    min-height: 74px;
    border-bottom-color: rgba(255,255,255,0.12);
    font-weight: 800;
}

.comparison-head > div:first-child {
    background: transparent;
}

.expanzion-column {
    background: rgba(22,103,255,0.06);
}

.comparison-head .expanzion-column {
    background: rgba(25,198,255,0.08);
}

.comparison-head img {
    width: 152px;
}

.vision-section {
    padding-top: 30px;
    background: var(--exp-white);
}

.vision-panel {
    position: relative;
    overflow: hidden;
    padding: 70px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 78% 20%, rgba(25,198,255,0.17), transparent 34%),
        linear-gradient(135deg, #0f0f10, #380c11);
}

.vision-map {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 40px 40px;
}

.map-dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--exp-red-light);
    box-shadow: 0 0 0 8px rgba(25,198,255,0.13);
}

.dot-mx { top: 30%; left: 19%; }
.dot-co { top: 52%; left: 42%; }
.dot-pe { top: 64%; left: 47%; }
.dot-cl { top: 79%; left: 53%; }
.dot-ar { top: 76%; left: 62%; }

.contact-section {
    background: var(--exp-surface);
}

.contact-promise {
    display: grid;
    gap: 18px;
    margin-top: 36px;
}

.contact-promise div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-promise i {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: var(--exp-red);
    border-radius: 14px;
    background: rgba(22,103,255,0.1);
}

.contact-promise span,
.contact-promise strong {
    display: block;
}

.contact-promise span {
    color: var(--exp-muted);
    font-size: 0.9rem;
}

.contact-promise strong {
    margin-bottom: 2px;
    color: var(--exp-ink);
}

.contact-form {
    padding: 34px;
    border: 1px solid var(--exp-border);
    border-radius: 28px;
    background: var(--exp-white);
    box-shadow: var(--exp-shadow);
}

.form-label {
    color: var(--exp-ink);
    font-size: 0.86rem;
    font-weight: 700;
}

.form-control,
.form-select {
    min-height: 52px;
    border-color: var(--exp-border);
    border-radius: 13px;
}

textarea.form-control {
    min-height: 130px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--exp-red);
    box-shadow: 0 0 0 4px rgba(22,103,255,0.1);
}

.form-check-label {
    color: var(--exp-muted);
    font-size: 0.82rem;
}

.form-result {
    min-height: 24px;
    font-size: 0.9rem;
    font-weight: 700;
}

.site-footer {
    padding: 72px 0 26px;
    color: rgba(255,255,255,0.62);
    background: var(--exp-navy);
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
}

.footer-brand img {
    width: 190px;
}

.footer-brand p {
    max-width: 430px;
    margin-top: 22px;
    line-height: 1.7;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-links strong {
    margin-bottom: 7px;
    color: var(--exp-white);
}

.footer-links a,
.footer-links span {
    color: rgba(255,255,255,0.58);
}

.footer-links a:hover {
    color: var(--exp-white);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 60px;
    padding-top: 24px;
    font-size: 0.78rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom div {
    display: flex;
    gap: 20px;
}

.footer-bottom a {
    color: rgba(255,255,255,0.54);
}

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 20;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--exp-white);
    border: none;
    border-radius: 50%;
    background: var(--exp-red);
    box-shadow: 0 12px 28px rgba(22,103,255,0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(68,227,162,0.62); }
    70% { box-shadow: 0 0 0 12px rgba(68,227,162,0); }
    100% { box-shadow: 0 0 0 0 rgba(68,227,162,0); }
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}

@keyframes rotateReverse {
    to { transform: rotate(-360deg); }
}

@keyframes scroll {
    0% { opacity: 0; transform: translate(-50%, 0); }
    30% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, 14px); }
}

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: clamp(3rem, 7vw, 5rem);
    }

    .orbit-system {
        width: 440px;
        height: 440px;
    }

    .platform-dashboard {
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .site-header {
        background: rgba(7,17,31,0.92);
        backdrop-filter: blur(18px);
    }

    .navbar-collapse {
        padding: 18px 0 8px;
    }

    .navbar-nav {
        align-items: stretch !important;
    }

    .navbar .btn-expanzion {
        display: block;
        text-align: center;
    }

    .hero-section .min-vh-100 {
        min-height: auto !important;
        padding-top: 160px !important;
        padding-bottom: 100px !important;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .scroll-indicator {
        display: none;
    }

    .transformation-flow {
        grid-template-columns: 1fr;
    }

    .flow-arrow {
        transform: rotate(90deg);
        text-align: center;
    }

    .flow-card.featured {
        transform: none;
    }

    .solution-card {
        min-height: auto;
    }

    .managed-visual {
        min-height: 470px;
    }

    .vision-panel {
        padding: 50px 36px;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 82px 0;
    }

    .brand-logo {
        width: 164px;
    }

    .hero-title {
        font-size: clamp(2.7rem, 13vw, 4.4rem);
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .dashboard-body {
        min-height: 390px;
    }

    .dashboard-sidebar {
        display: none;
    }

    .metric-grid,
    .channel-row {
        grid-template-columns: 1fr;
    }

    .dashboard-chart {
        height: 190px;
    }

    .chart-bars {
        height: 118px;
    }

    .channel-row div:nth-child(n+2) {
        display: none;
    }

    .solution-card {
        flex-direction: column;
    }

    .managed-visual {
        min-height: 410px;
        transform: scale(0.82);
        transform-origin: center;
    }

    .comparison-table {
        overflow-x: auto;
    }

    

    .vision-panel {
        padding: 40px 24px;
        border-radius: 24px;
    }

    .contact-form {
        padding: 24px;
    }

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

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .hero-badge {
        align-items: flex-start;
        border-radius: 18px;
        line-height: 1.45;
    }

    .hero-copy {
        font-size: 1rem;
    }

    .managed-visual {
        width: 120%;
        margin-left: -10%;
        transform: scale(0.72);
    }

    .managed-circle-one {
        width: 400px;
        height: 400px;
    }
}


/* ================================================================
   IDENTIDAD ROJA EXPANZION V2
   ================================================================ */
.brand-logo {
    width: 330px;
    max-height: 74px;
    object-fit: contain;
    object-position: left center;
}

.site-header:not(.is-scrolled) .brand-logo,
.site-header.is-scrolled .brand-logo {
    filter: none;
}

.hero-section {
    background:
        radial-gradient(circle at 77% 21%, rgba(255,57,66,0.16), transparent 31%),
        radial-gradient(circle at 18% 70%, rgba(141,7,16,0.25), transparent 35%),
        linear-gradient(145deg, #090909 0%, #1b0b0d 53%, #0f0f10 100%);
}

.hero-grid {
    opacity: 0.12;
}

.btn-expanzion {
    background: linear-gradient(135deg, #e1121b, #980810);
    box-shadow: 0 12px 30px rgba(209,15,22,0.34);
}

.btn-expanzion:hover,
.btn-expanzion:focus {
    box-shadow: 0 16px 38px rgba(209,15,22,0.46);
}

.hero-title span {
    background: linear-gradient(90deg, #ff3b43, #d10f16 58%, #8d0710);
    -webkit-background-clip: text;
    background-clip: text;
}

.orbit-core {
    padding: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgb(0 0 0 / 5%));
    box-shadow: 0 26px 70px rgba(0,0,0,0.42), 0 0 60px rgba(209,15,22,0.22);
}

.orbit-core img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flow-icon img,
.dashboard-brand img,
.managed-center img {
    object-fit: contain;
}

.platform-section {
    background:
        radial-gradient(circle at 85% 18%, rgba(255,57,66,0.13), transparent 29%),
        linear-gradient(145deg, #0d0d0e, #9a0e1f);
}

.solution-card.solution-primary {
    background:
        radial-gradient(circle at 85% 15%, rgba(255,57,66,0.18), transparent 30%),
        linear-gradient(145deg, #19090b, #430a10);
}

.solution-card.solution-dark {
    background: linear-gradient(135deg, #3b1115, #21090c);
}

.managed-center {
    background: linear-gradient(145deg, #1b090b, #520c13);
}

.vision-panel {
    background:
        radial-gradient(circle at 78% 20%, rgba(255,57,66,0.18), transparent 34%),
        linear-gradient(135deg, #101010, #430a10);
}

.chart-bars span {
    background: linear-gradient(to top, #940710, #ff3942);
}

.map-dot {
    background: #ff3942;
    box-shadow: 0 0 0 8px rgba(209,15,22,0.16);
}

.site-footer {
    background: #0c0c0d;
}

.footer-brand img {
    width: 320px;
    max-width: 100%;
}

.comparison-head img {
    width: 255px;
    max-height: 66px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 991.98px) {
    .brand-logo {
        width: 275px;
    }
}

@media (max-width: 575.98px) {
    .brand-logo {
        width: 225px;
    }
}


/* ================================================================
   SOLUCIONES Y SERVICIO — V3
   ================================================================ */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.solution-card.solution-featured {
    color: var(--exp-white);
    border-color: transparent;
    background:
        radial-gradient(circle at 88% 16%, rgba(255,57,66,0.18), transparent 31%),
        linear-gradient(145deg, #18090b, #4a0b12);
}

.solution-card.solution-featured p {
    color: rgba(255,255,255,0.66);
}

.solution-card.solution-featured .solution-icon {
    color: #ff5960;
    background: rgba(255,255,255,0.08);
}

.solutions-core {
    display: grid;
    grid-template-columns: 1.05fr 1.4fr;
    gap: 34px;
    align-items: center;
    margin-top: 38px;
    padding: 34px;
    border: 1px solid var(--exp-border);
    border-radius: 24px;
    background: #f7f7f7;
}

.solutions-core h3 {
    margin: 10px 0 0;
    font-family: 'Sora', sans-serif;
    font-size: 1.65rem;
    line-height: 1.3;
}

.solutions-core-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.solutions-core-items span {
    padding: 10px 15px;
    color: #555555;
    font-size: 0.84rem;
    font-weight: 700;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
}

.managed-scope {
    margin-top: 70px;
    padding: 42px;
    border: 1px solid #dedede;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, rgb(0 0 0 / 5%), transparent 28%),
        #fff;
    box-shadow: 0 22px 65px rgba(40,10,14,0.08);
}

.managed-scope-head {
    max-width: 850px;
    margin-bottom: 32px;
}

.managed-scope-head h3 {
    margin: 12px 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.2;
}

.managed-scope-head p {
    margin: 0;
    color: var(--exp-muted);
    line-height: 1.7;
}

.managed-scope-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.managed-scope-grid div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid #dedede;
    border-radius: 15px;
    background: #fff;
}

.managed-scope-grid i {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: var(--exp-red);
    font-size: 0.9rem;
    border-radius: 10px;
    background: rgb(0 0 0 / 6%);
}

.managed-scope-grid span {
    color: #333333;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
}

.exact-comparison .comparison-row {
    grid-template-columns: 1fr 1.5fr;
}

.exact-comparison .comparison-head > div:first-child {
    background: transparent;
}

.exact-comparison .comparison-row > div:first-child {
    font-weight: 700;
}

.exact-comparison .comparison-row > div {
    display: flex;
    align-items: center;
    min-height: 66px;
}

.exact-comparison .expanzion-column {
    color: #252525;
    font-weight: 700;
    background: rgb(0 0 0 / 6%);
}

.exact-comparison .comparison-head .expanzion-column {
    color: #fff;
    background: rgba(209,15,22,0.28);
}

@media (max-width: 991.98px) {
    .solutions-grid {
        grid-template-columns: 1fr;
    }

    .solutions-core {
        grid-template-columns: 1fr;
    }

    .solutions-core-items {
        justify-content: flex-start;
    }

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




/* ================================================================
   RESPONSIVE Y PALETA NEUTRA — V4
   ================================================================ */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

main,
section,
.container,
.row,
[class*="col-"] {
    min-width: 0;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

.hero-title,
.section-title,
.solution-card h3,
.managed-scope-head h3,
.comparison-row > div,
.footer-links a,
.footer-links span {
    overflow-wrap: anywhere;
    word-break: normal;
}

.platform-dashboard,
.contact-form,
.vision-panel,
.managed-scope,
.comparison-table,
.solution-card,
.solutions-core {
    width: 100%;
    max-width: 100%;
}

/* Gris neutral en superficies antes rosadas */
.exact-comparison .expanzion-column {
    background: rgb(0 0 0 / 6%);
}

.solutions-core,
.managed-scope {
    border-color: #dedede;
}

.solutions-core {
    background: #f7f7f7;
}

.solutions-core-items span,
.managed-scope-grid div {
    border-color: #dedede;
}

/* Tabla sin desbordamiento: dos columnas fluidas */
.comparison-table {
    overflow: hidden;
}

.exact-comparison .comparison-row {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    width: 100%;
}

.exact-comparison .comparison-row > div {
    min-width: 0;
    padding: 18px 22px;
    line-height: 1.45;
    white-space: normal;
}

/* Ajustes de elementos que suelen exceder el viewport */
.hero-actions > *,
.hero-proof > *,
.metric-grid > *,
.channel-row > *,
.solutions-grid > *,
.managed-scope-grid > *,
.footer-main > * {
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .brand-logo {
        width: 285px;
    }

    .orbit-system {
        max-width: 100%;
    }

    .platform-dashboard {
        transform: none;
    }

    .managed-scope-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .brand-logo {
        width: 255px;
    }

    .section {
        padding: 88px 0;
    }

    .hero-section .min-vh-100 {
        padding-top: 145px !important;
    }

    .solutions-grid,
    .solutions-core,
    .footer-main {
        grid-template-columns: 1fr;
    }

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

    .comparison-row > div {
        padding: 17px 18px;
    }
}

@media (max-width: 767.98px) {
    .site-header {
        padding: 8px 0;
    }

    .brand-logo {
        width: min(230px, calc(100vw - 105px));
        max-height: 58px;
    }

    .hero-section .min-vh-100 {
        padding-top: 125px !important;
        padding-bottom: 80px !important;
    }

    .hero-title {
        font-size: clamp(2.35rem, 12vw, 3.9rem);
        letter-spacing: -0.045em;
    }

    .section-title {
        font-size: clamp(2rem, 9.2vw, 3.1rem);
    }

    .hero-proof {
        gap: 15px;
    }

    .platform-dashboard {
        border-radius: 19px;
    }

    .dashboard-content {
        padding: 14px;
    }

    .dashboard-topbar {
        padding: 13px 14px;
    }

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

    .solution-card {
        padding: 25px 22px;
    }

    .solutions-core,
    .managed-scope,
    .contact-form {
        padding: 25px 21px;
        border-radius: 20px;
    }

    .managed-visual {
        width: 100%;
        min-height: 370px;
        margin-left: 0;
        transform: scale(0.78);
        transform-origin: center center;
    }

    .managed-circle-one {
        width: 390px;
        height: 390px;
    }

    /* Comparativa como tarjetas apiladas, sin scroll horizontal */
    .comparison-table {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .exact-comparison .comparison-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 14px;
        overflow: hidden;
        border: 1px solid #dedede;
        border-radius: 16px;
        background: #fff;
    }

    .exact-comparison .comparison-row > div {
        min-height: auto;
        padding: 14px 17px;
        border: 0;
    }

    .exact-comparison .comparison-row > div:first-child {
        color: #5d5d5d;
        font-size: 0.84rem;
        font-weight: 700;
        background: #f2f2f2;
    }

    .exact-comparison .comparison-row .expanzion-column {
        color: #202020;
        font-size: 0.96rem;
        background: #fff;
    }

    .exact-comparison .comparison-head {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 18px;
        border: 0;
        border-radius: 14px;
        background: #111;
    }

    .exact-comparison .comparison-head > div {
        min-height: 58px;
        color: #fff;
        font-size: 0.9rem;
        background: transparent;
    }

    .exact-comparison .comparison-head .expanzion-column {
        color: #fff;
        background: #9a0e1f;
    }

    .vision-panel {
        padding: 38px 22px;
    }

    .footer-brand img,
    .comparison-head img {
        width: min(100%, 290px);
    }
}

@media (max-width: 575.98px) {
    .container {
        --bs-gutter-x: 1.35rem;
    }

    .hero-badge {
        width: 100%;
    }

    .hero-actions {
        gap: 11px;
    }

    .hero-actions .btn {
        padding-left: 16px;
        padding-right: 16px;
        white-space: normal;
    }

    .managed-scope-grid {
        /* grid-template-columns: 1fr; */
		grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .managed-scope-grid div {
        min-height: 58px;
    }

    .solutions-core-items {
        gap: 8px;
    }

    .solutions-core-items span {
        padding: 9px 12px;
        font-size: 0.79rem;
    }

    .managed-visual {
        min-height: 330px;
        transform: scale(0.66);
    }

    .contact-promise div {
        align-items: flex-start;
    }

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

@media (max-width: 380px) {
    .brand-logo {
        width: min(205px, calc(100vw - 95px));
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.92rem;
    }

    .solution-card,
    .solutions-core,
    .managed-scope,
    .contact-form {
        padding-left: 17px;
        padding-right: 17px;
    }

    .exact-comparison .comparison-head > div {
        padding: 12px 10px;
        font-size: 0.8rem;
    }
}


/* ================================================================
   COMPARATIVA MÓVIL EN DOS COLUMNAS — V5
   ================================================================ */
@media (max-width: 767.98px) {
    .comparison-table {
        overflow: hidden;
        border: 1px solid #dedede;
        border-radius: 16px;
        box-shadow: 0 16px 40px rgb(0 0 0 / 7%);
        background: #fff;
    }

    .exact-comparison .comparison-row,
    .exact-comparison .comparison-head {
        display: grid;
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: 0;
        width: 100%;
        margin: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: #fff;
    }

    .exact-comparison .comparison-row > div,
    .exact-comparison .comparison-head > div {
        display: flex;
        align-items: center;
        min-width: 0;
        min-height: 54px;
        padding: 12px 13px;
        border-bottom: 1px solid #dedede;
        line-height: 1.3;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .exact-comparison .comparison-row > div:first-child {
        color: #444;
        font-size: 0.78rem;
        font-weight: 700;
        background: #f2f2f2;
    }

    .exact-comparison .comparison-row .expanzion-column {
        color: #202020;
        font-size: 0.81rem;
        font-weight: 700;
        background: rgb(0 0 0 / 6%);
    }

    .exact-comparison .comparison-head {
        color: #fff;
        background: #111;
    }

    .exact-comparison .comparison-head > div {
        min-height: 52px;
        color: #fff;
        font-size: 0.82rem;
        font-weight: 800;
        border-bottom-color: rgb(255 255 255 / 12%);
        background: #111;
    }

    .exact-comparison .comparison-head .expanzion-column {
        color: #fff;
        background: #9a0e1f;
    }

    .exact-comparison .comparison-row:last-child > div {
        border-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .exact-comparison .comparison-row,
    .exact-comparison .comparison-head {
        grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    }

    .exact-comparison .comparison-row > div,
    .exact-comparison .comparison-head > div {
        min-height: 50px;
        padding: 10px 9px;
    }

    .exact-comparison .comparison-row > div:first-child {
        font-size: 0.69rem;
        line-height: 1.25;
    }

    .exact-comparison .comparison-row .expanzion-column {
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .exact-comparison .comparison-head > div {
        font-size: 0.74rem;
    }
}

@media (max-width: 380px) {
    .exact-comparison .comparison-row,
    .exact-comparison .comparison-head {
        grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    }

    .exact-comparison .comparison-row > div,
    .exact-comparison .comparison-head > div {
        min-height: 47px;
        padding: 9px 7px;
    }

    .exact-comparison .comparison-row > div:first-child {
        font-size: 0.62rem;
    }

    .exact-comparison .comparison-row .expanzion-column {
        font-size: 0.65rem;
    }

    .exact-comparison .comparison-head > div {
        font-size: 0.68rem;
    }
}

/* V6 enterprise */
.capabilities-section,.process-section{background:#f4f4f4}.capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.capability-card{position:relative;padding:28px 24px;border:1px solid #dedede;border-radius:22px;background:#fff;min-height:280px}.capability-card>span{position:absolute;right:20px;top:18px;color:rgb(0 0 0 / 10%);font-size:2rem;font-weight:800}.capability-card i{display:grid;place-items:center;width:52px;height:52px;margin-bottom:24px;color:#9a0e1f;border-radius:15px;background:rgb(0 0 0 / 6%)}.capability-card h3,.industry-card h3,.process-step h3{font-family:'Sora',sans-serif}.capability-card p,.industry-card p,.process-step p{color:#6b6b6b;line-height:1.65;font-size:.89rem}.enterprise-banner{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:35px;padding:36px 40px;color:#fff;border-radius:25px;background:linear-gradient(135deg,#9a0e1f,#5f0713)}.enterprise-banner h3{max-width:780px;margin:8px 0 0;font-family:'Sora',sans-serif;font-size:clamp(1.5rem,3vw,2.35rem)}.enterprise-banner .eyebrow{color:#ffd4d8}.enterprise-banner .btn{border-radius:999px;font-weight:700}.industry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.industry-card{padding:25px;border:1px solid #dedede;border-radius:20px;background:#fff;box-shadow:0 13px 34px rgb(0 0 0 / 5%)}.industry-card i{color:#9a0e1f;font-size:1.5rem}.industry-card h3{margin:18px 0 10px;font-size:1.14rem}.architecture-section{color:#fff;background:radial-gradient(circle at 78% 22%,rgb(154 14 31 / 32%),transparent 31%),#111}.architecture-section .section-copy{color:rgb(255 255 255 / 62%)}.architecture-map{display:grid;grid-template-columns:1fr 110px 220px 110px 1fr;align-items:center;gap:15px;max-width:1050px;margin:auto}.architecture-side{display:grid;gap:13px}.architecture-side span{padding:14px 18px;text-align:center;font-weight:700;border:1px solid rgb(255 255 255 / 14%);border-radius:13px;background:rgb(255 255 255 / 5%)}.architecture-lines{height:2px;background:linear-gradient(90deg,rgb(255 255 255 / 12%),#d10f16,rgb(255 255 255 / 12%))}.architecture-core{display:grid;place-items:center;min-height:220px;padding:28px;text-align:center;border-radius:38px;background:linear-gradient(145deg,#9a0e1f,#440811)}.architecture-core img{width:78px}.architecture-core strong,.architecture-core small{display:block}.architecture-core strong{font-family:'Sora',sans-serif;font-size:1.35rem}.architecture-core small{color:rgb(255 255 255 / 55%)}.integration-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:55px}.integration-categories div{padding:22px;border:1px solid rgb(255 255 255 / 12%);border-radius:18px;background:rgb(255 255 255 / 4%)}.integration-categories i,.integration-categories strong,.integration-categories span{display:block}.integration-categories i{margin-bottom:15px;color:#ff4b59}.integration-categories span{color:rgb(255 255 255 / 54%);font-size:.84rem}.process-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.process-step{display:flex;gap:18px;padding:26px;border:1px solid #dedede;border-radius:20px;background:#fff}.process-step>span{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;color:#fff;font-weight:800;border-radius:14px;background:#9a0e1f}.faq-section{background:#fff}.expanzion-accordion .accordion-item{overflow:hidden;margin-bottom:13px;border:1px solid #dedede;border-radius:15px}.expanzion-accordion .accordion-button{padding:20px 22px;font-weight:800;box-shadow:none}.expanzion-accordion .accordion-button:not(.collapsed){color:#9a0e1f;background:#f4f4f4}.expanzion-accordion .accordion-body{color:#666;line-height:1.7}
@media(max-width:1199.98px){.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.architecture-map{grid-template-columns:1fr 60px 190px 60px 1fr}.integration-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.enterprise-banner{align-items:flex-start;flex-direction:column}.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.architecture-map{grid-template-columns:1fr;max-width:560px}.architecture-lines{width:2px;height:48px;margin:auto;background:linear-gradient(180deg,rgb(255 255 255 / 12%),#d10f16,rgb(255 255 255 / 12%))}.architecture-core{width:min(100%,250px);margin:auto}}
@media(max-width:767.98px){.capability-grid,.industry-grid,.process-timeline,.integration-categories{grid-template-columns:1fr}.capability-card{min-height:auto}.enterprise-banner{padding:28px 24px}.enterprise-banner .btn{width:100%;white-space:normal}}

.commerce-modes{display:flex;flex-wrap:wrap;gap:8px;margin-top:27px}.commerce-modes span{padding:8px 13px;color:#fff;font-size:.76rem;font-weight:800;border:1px solid rgb(255 255 255 / 20%);border-radius:999px;background:rgb(154 14 31 / 38%)}.expertise-section{overflow:hidden;background:#f4f4f4}.expertise-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:33px}.expertise-points>div{display:flex;align-items:flex-start;gap:13px;padding:17px;border:1px solid #dedede;border-radius:16px;background:#fff}.expertise-points i{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;color:#fff;border-radius:11px;background:#9a0e1f}.expertise-points span,.expertise-points strong{display:block}.expertise-points span{color:#666;font-size:.83rem;line-height:1.5}.expertise-points strong{margin-bottom:3px;color:#222;font-size:.92rem}.expertise-visual{position:relative;padding:15px}.expertise-visual img{position:relative;width:100%;filter:drop-shadow(0 28px 30px rgb(0 0 0 / 12%))}.commerce-dashboard-visual{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.5fr);align-items:center;gap:30px;margin-top:68px;padding:38px;border:1px solid rgb(255 255 255 / 14%);border-radius:28px;background:linear-gradient(135deg,#161616,#9a0e1f)}.commerce-dashboard-copy h3{margin:12px 0;font-family:'Sora',sans-serif;font-size:clamp(1.5rem,3vw,2.4rem)}.commerce-dashboard-copy p{color:rgb(255 255 255 / 62%);line-height:1.7}.commerce-dashboard-visual img{width:100%;filter:drop-shadow(0 28px 30px rgb(0 0 0 / 26%))}.solution-d2c{color:#fff;border-color:transparent;background:linear-gradient(135deg,#1c1c1c,#9a0e1f)}.solution-d2c p{color:rgb(255 255 255 / 68%)}.solution-icon,.flow-icon,.capability-card>i,.industry-card>i,.contact-promise>div>i,.managed-scope-grid i,.feature-checks i{color:#fff!important;background:#9a0e1f!important}.industry-card>i{display:grid;place-items:center;width:48px;height:48px;border-radius:14px}.hero-section{background:radial-gradient(circle at 77% 21%,rgb(209 15 22 / 18%),transparent 31%),radial-gradient(circle at 18% 70%,rgb(154 14 31 / 28%),transparent 35%),linear-gradient(145deg,#090909 0%,#171717 52%,#9a0e1f 100%)}.platform-section{background:radial-gradient(circle at 85% 18%,rgb(255 57 66 / 13%),transparent 29%),linear-gradient(145deg,#101010,#9a0e1f)}.solution-card.solution-primary,.solution-card.solution-featured{background:radial-gradient(circle at 85% 15%,rgb(255 255 255 / 10%),transparent 30%),linear-gradient(145deg,#171717,#9a0e1f)}.solution-card.solution-dark,.managed-center,.vision-panel,.architecture-core,.enterprise-banner{background:linear-gradient(145deg,#171717,#9a0e1f)}@media(max-width:991.98px){.commerce-dashboard-visual{grid-template-columns:1fr}}@media(max-width:767.98px){.expertise-points{grid-template-columns:1fr}.commerce-dashboard-visual{margin-top:45px;padding:24px 20px;border-radius:21px}.commerce-modes{gap:6px}.commerce-modes span{padding:7px 10px;font-size:.68rem}}


/* ================================================================
   V8 — MODELOS DE COMERCIO ELECTRÓNICO
   ================================================================ */
.commerce-models-section {
    background:
        radial-gradient(circle at 88% 12%, rgb(154 14 31 / 9%), transparent 28%),
        #f5f5f5;
}

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

.commerce-model-card {
    position: relative;
    min-height: 285px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 22px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.commerce-model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgb(0 0 0 / 9%);
}

.commerce-model-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 16px;
    background: #9a0e1f;
}

.commerce-model-code {
    display: inline-block;
    margin-bottom: 9px;
    color: #9a0e1f;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.commerce-model-card h3 {
    margin-bottom: 12px;
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
}

.commerce-model-card p {
    margin: 0;
    color: #676767;
    font-size: .9rem;
    line-height: 1.65;
}

.commerce-dashboard-visual img {
    max-height: 590px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .commerce-models-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .commerce-models-grid {
        grid-template-columns: 1fr;
    }

    .commerce-model-card {
        min-height: auto;
    }
}


/* Traducción automática del navegador */
.btn-language {
    color: #fff;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: .82rem;
    font-weight: 800;
    background: rgb(255 255 255 / 6%);
}

.btn-language:hover,
.btn-language:focus,
.btn-language.show {
    color: #fff;
    border-color: rgb(255 255 255 / 38%);
    background: rgb(255 255 255 / 12%);
}

.language-menu {
    min-width: 145px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgb(0 0 0 / 18%);
}

.google-translate-element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-gadget,
.goog-logo-link {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate iframe {
    display: none !important;
}

@media (max-width: 991.98px) {
    .btn-language {
        width: 100%;
        margin-top: 9px;
        text-align: left;
    }
}


/* ================================================================
   CINTILLA SUPERIOR Y SECCIÓN NOSOTROS
   ================================================================ */
:root {
    --site-topbar-height: 38px;
}

.site-topbar {
    z-index: 1045;
    height: var(--site-topbar-height);
    color: #fff;
    background: #111;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    height: var(--site-topbar-height);
}

.site-topbar-link {
    color: rgb(255 255 255 / 78%);
    font-size: .78rem;
    font-weight: 700;
    transition: color .2s ease;
}

.site-topbar-link:hover,
.site-topbar-link:focus {
    color: #fff;
}

.site-topbar .btn-language {
    min-width: auto;
    padding: 5px 10px;
    font-size: .74rem;
    border-color: rgb(255 255 255 / 16%);
    background: transparent;
}

.site-topbar .language-menu {
    margin-top: 6px;
}

.site-header {
    top: var(--site-topbar-height);
}

.nosotros-section {
    background:
        radial-gradient(circle at 88% 12%, rgb(154 14 31 / 8%), transparent 30%),
        #f5f5f5;
}

.nosotros-panel {
    padding: 34px;
    border: 1px solid #dedede;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 65px rgb(0 0 0 / 8%);
}

.nosotros-stat {
    display: grid;
    grid-template-columns: 115px 1fr;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #e2e2e2;
}

.nosotros-stat strong {
    color: #9a0e1f;
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.nosotros-stat span {
    color: #444;
    font-weight: 700;
}

.nosotros-vision {
    margin-top: 28px;
    padding: 26px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(145deg, #171717, #9a0e1f);
}

.nosotros-vision .eyebrow {
    color: #ffd6da;
}

.nosotros-vision h3 {
    margin: 10px 0 14px;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    line-height: 1.4;
}

.nosotros-vision p {
    margin: 0;
    color: rgb(255 255 255 / 68%);
    line-height: 1.7;
}

.nosotros-offices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.nosotros-offices div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid #dedede;
    border-radius: 13px;
    background: #f8f8f8;
}

.nosotros-offices i {
    color: #9a0e1f;
}

.nosotros-offices span {
    font-size: .84rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .site-topbar-inner {
        justify-content: space-between;
    }

    .site-header {
        top: var(--site-topbar-height);
    }
}

@media (max-width: 575.98px) {
    :root {
        --site-topbar-height: 36px;
    }

    .site-topbar-inner {
        gap: 10px;
    }

    .site-topbar-link {
        font-size: .72rem;
    }

    .site-topbar .btn-language {
        margin-top: 0;
        width: auto;
        font-size: .7rem;
    }

    .nosotros-panel {
        padding: 24px 20px;
    }

    .nosotros-stat {
        grid-template-columns: 90px 1fr;
    }

    .nosotros-stat strong {
        font-size: 1.6rem;
    }

    .nosotros-offices {
        grid-template-columns: 1fr;
    }
}
