:root {
  --color-azul: #1976d2;
  --color-azul-hsl: 217, 71%, 46%;
  --color-morado: #8B5CF6;
  --color-morado-hsl: 260, 89%, 66%;
  --color-naranja: #fb8c00;
  --color-naranja-hsl: 34, 98%, 49%;
  --color-verde: #43a047;
  --color-verde-hsl: 132, 39%, 45%;
  --color-amarillo: #fbc02d;
  --color-amarillo-hsl: 45, 96%, 57%;
  --color-azul-oscuro: #00838f;
  --color-azul-oscuro-hsl: 185, 100%, 28%;
  --color-naranja-palido: #fdb863;
  --chat--color-primary: #000000;
  --chat--color-primary-shade-50: #db4061;
  --chat--color-primary-shade-100: #cf3c5c;
  --chat--color-secondary: #e4cb86;
  --chat--color-secondary-shade-50: #e4cb86;
  --chat--color-white: #ffffff;
  --chat--color-light: #f2f4f8;
  --chat--color-light-shade-50: #e6e9f1;
  --chat--color-light-shade-100: #c2c5cc;
  --chat--color-medium: #e4cb86;
  --chat--color-dark: #000000 !important;
  --chat--color-disabled: #777980;
  --chat--color-typing: #e4cb86;
  --chat--spacing: 0, 1rem;
  --chat--border-radius: 1.25rem !important;
  --chat--transition-duration: 0.15s;
  --chat--window--width: 300px !important;
  --chat--window--height: 500px !important;
  --chat--header-height: auto;
  --chat--header--padding: var(--chat--spacing);
  --chat--header--background: var(--chat--color-dark);
  --chat--header--color: var(--chat--color-light);
  --chat--header--border-top: 0 !important;
  --chat--heading--font-size: 1rem !important;
  --chat--header--color: var(--chat--color-light);
  --chat--subtitle--line-height: 1.1;
  --chat--textarea--height: 50px;
  --chat--message--font-size: 0.675rem;
  --chat--message--padding: var(--chat--spacing);
  --chat--message--border-radius: 0px;
  --chat--message-line-height: 1.1;
  --chat--message--bot--background: rgba(228, 203, 134, 0.3);
  --chat--message--bot--color: #464646;
  --chat--message--bot--border: #f4f4f4 1px solid !important;
  --chat--message--user--background: #f4f4f4 !important;
  --chat--message--user--color: black !important;
  --chat--message--user--border: #77757542 1px solid !important;
  --chat--message--pre--background: rgba(0, 0, 0, 1);
  --chat--toggle--background: #000000 !important;
  --chat--toggle--hover--background: #e6e3dd !important;
  --chat--toggle--active--background: #e4cb86;
  --chat--toggle--color: black;
  --chat--toggle--size: 64px;
  --chat--input--font-size: 0.675rem;
  --chat--font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Input area */
.chat-input {
  background: #ffffff;
  border-top: 1px solid #e4cb86;
  padding: 0.5rem;
}

.chat-input textarea {
  background: #f2f4f8;
  border: 1px solid #77757542;
  border-radius: 1.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.675rem;
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #464646;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}

.chat-input textarea::placeholder {
  color: #777980;
}

/* BotÃ³n enviar */
.chat-input button {
  background: #000000;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.chat-input button:hover {
  background: #e4cb86;
}

.chat-input button svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.hero-label,
.sec-label {
    text-transform: uppercase;
}
.diff-card::after,
.hero-eva::after,
.hero-eva::before,
.svc-item::before {
    content: "";
    position: absolute;
}
.faq-a,
.faq-item,
.hero {
    overflow: hidden;
}
.btn-eva-cta,
.eva-modal-close,
body,
h1,
h2,
h3,
h4 {
    font-family: var(--f);
}
.btn-primary,
.nav-cta {
    border-radius: var(--rbtn);
}
.eva-opt,
a {
    text-decoration: none;
}
body,
footer {
    background: var(--bg);
}
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    color: var(--txt);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
.faq-q:hover,
.footer-col ul a:hover,
.nav-links a:hover,
h1,
h2,
h3,
h4 {
    color: var(--wht);
}
h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2;
}
img {
    max-width: 100%;
    display: block;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 5%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(7, 8, 15, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--bdr);
    transition: background 0.3s;
}
.navbar.scrolled {
    background: rgba(7, 8, 15, 0.96);
}
.nav-cta,
.nav-links .nd:hover::after,
.nav-links a::after,
.sd::before {
    background: var(--azul);
}
.nav-logo {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.nav-logo img {
    height: 38px !important;
    width: auto !important;
    display: block !important;
    transform: translateY(0) !important;
}
.nav-links {
    height: 64px;
    align-items: center;
}
.nav-links li {
    display: flex;
    align-items: center;
    height: 100%;
}
.cta-grid,
.faq-q,
.hero,
.hero-inner,
.nav-links {
    align-items: center;
}
.nav-links a {
    display: inline-block;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--mut);
    letter-spacing: 0.02em;
    transition: color 0.2s;
    position: relative;
}
.nav-active::after {
    bottom: 0 !important;
    width: 100% !important;
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}
.nav-links a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    border-radius: 2px;
    transition: width 0.25s;
}
.nav-links a:hover::after {
    width: 100%;
}
.nav-links .na:hover::after,
.sa::before {
    background: var(--naranja);
}
.nav-links .ng:hover::after,
.sg::before {
    background: var(--teal);
}
.nav-links .nw:hover::after,
.sw::before {
    background: var(--verde);
}
.nav-links .ni:hover::after,
.si::before {
    background: var(--amarillo);
}
.nav-links .nh:hover::after {
    background: var(--morado);
}
.nav-cta {
    color: var(--wht) !important;
    padding: 0.45rem 1.1rem;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    transition:
        opacity 0.2s,
        transform 0.2s !important;
}
.nav-cta::after {
    display: none !important;
}
.nav-cta:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    color: #fff !important;
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--wht);
    border-radius: 2px;
}
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    padding: 64px 5% 0;
}
.hero-canvas,
.hero-grid,
.hero-overlay {
    position: absolute;
    inset: 0;
}
.hero-grid {
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 100%);
}
.hero-canvas {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-overlay {
    background: linear-gradient(180deg, rgba(7, 8, 15, 0.15) 0, rgba(7, 8, 15, 0.45) 55%, rgba(7, 8, 15, 0.92) 100%);
    z-index: 2;
}
.eva-full,
.hero-eva,
.hero-inner {
    position: relative;
}
.hero-inner {
    z-index: 3;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 3rem;
    padding-top: 0;
}
.hero-content {
    text-align: left;
}
.diff-hdr,
.eva-modal-box,
.eva-opt-icon,
.faq-hdr,
.hero-stat {
    text-align: center;
}
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(45, 140, 240, 0.1);
    border: 1px solid rgba(45, 140, 240, 0.28);
    color: var(--azul);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0.35rem 1rem;
    border-radius: var(--rbtn);
    margin-bottom: 1.8rem;
    animation: 0.7s both fadeUp;
}
.hero-label .dot {
    width: 6px;
    height: 6px;
    background: var(--azul);
    border-radius: 50%;
    animation: 2s infinite dotPulse;
}
.hero-title {
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--wht);
    margin-bottom: 1.4rem;
    animation: 0.7s 0.15s both fadeUp;
    line-height: 1.2;
}
.hero-title .accent {
    background: linear-gradient(135deg, var(--azul) 30%, #7dd3fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-sub {
    font-size: clamp(0.88rem, 1.5vw, 0.98rem);
    color: var(--mut);
    max-width: 480px;
    margin: 0 0 2.5rem;
    font-weight: 300;
    animation: 0.7s 0.3s both fadeUp;
    line-height: 1.75;
}
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: 0.7s 0.45s both fadeUp;
}
.btn-ghost,
.btn-primary {
    padding: 0.85rem 2rem;
    font-size: 0.9rem;
    display: inline-block;
    font-family: var(--f);
    cursor: pointer;
}
.btn-primary {
    background: var(--azul);
    color: var(--wht);
    font-weight: 600;
    border: none;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    box-shadow: 0 0 22px rgba(45, 140, 240, 0.28);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(45, 140, 240, 0.48);
    color: var(--wht);
}
.btn-ghost {
    background: 0 0;
    color: var(--txt);
    border-radius: var(--rbtn);
    font-weight: 500;
    border: 1px solid var(--bdr);
    transition:
        border-color 0.2s,
        color 0.2s,
        background 0.2s;
}
.btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--wht);
    background: rgba(255, 255, 255, 0.04);
}
.hero-eva {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: 0.7s 0.3s both fadeUp;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 620px;
}
.eva-full {
    height: 620px;
    max-height: 85vh;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 50px 90px rgba(0, 0, 0, 0.8));
}
.hero-eva::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(45, 140, 240, 0.18) 0, transparent 70%);
    filter: blur(55px);
    z-index: 1;
}
.hero-eva::after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(7, 8, 15, 0) 0, rgba(7, 8, 15, 0.85) 65%, #07080f 100%);
    z-index: 3;
    pointer-events: none;
}
.eva-hero-badge {
    margin-top: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(7, 8, 15, 0.7);
    border: 1px solid rgba(45, 140, 240, 0.25);
    color: rgba(232, 233, 240, 0.7);
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.35rem 1rem;
    border-radius: var(--rbtn);
    letter-spacing: 0.04em;
    backdrop-filter: blur(8px);
}
.hero-stats,
.scroll-ind {
    z-index: 3;
    display: flex;
    position: absolute;
}
.eva-hero-badge-dot {
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    animation: 2s infinite dotPulse;
}
.hero-stats {
    bottom: 56px;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 3rem;
    animation: 0.7s 0.6s both fadeUp;
}
.hero-stat-num {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--wht);
    letter-spacing: -0.5px;
}
.hero-stat-label,
.scroll-ind span {
    color: var(--mut);
    text-transform: uppercase;
}
.hero-stat-label {
    font-size: 0.67rem;
    letter-spacing: 0.06em;
    font-weight: 400;
}
.hero-divider {
    width: 1px;
    background: var(--bdr);
    align-self: stretch;
}
.scroll-ind {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    gap: 5px;
    opacity: 0.3;
    animation: 1s 1s both fadeUp;
}
.diff-card,
.svc-item {
    position: relative;
    overflow: hidden;
}
.scroll-ind span {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
}
.scroll-line {
    width: 1px;
    height: 26px;
    background: linear-gradient(to bottom, var(--mut), transparent);
    animation: 1.8s infinite scrollDown;
}
.btn-eva-dot,
.cta-eva-status {
    animation: 2s infinite dotPulse;
}
.intro-grid,
.pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.intro {
    padding: 100px 5%;
    max-width: 90%;
    margin: 0 auto;
}
.intro-grid {
    gap: 5rem;
    align-items: center;
}
.sec-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--azul);
    margin-bottom: 1.2rem;
}
.intro-title,
.svc-header h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 700;
}
.cta-text h2,
.intro-title,
.svc-header h2 {
    letter-spacing: -0.3px;
}
.intro-title {
    margin-bottom: 1.4rem;
}
.intro-body {
    color: var(--mut);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.pillars {
    gap: 1rem;
}
.svc-header,
.svc-list {
    max-width: 90%;
    display: flex;
}
.pillar {
    background: var(--bgc);
    border: 1px solid var(--bdr);
    border-radius: 14px;
    padding: 1.2rem;
    transition:
        border-color 0.3s,
        transform 0.3s;
}
.svc-num,
.svc-title {
    transition: color 0.3s;
}
.pillar:hover {
    border-color: rgba(45, 140, 240, 0.32);
    transform: translateY(-3px);
}
.pillar-icon {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.pillar-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--wht);
    margin-bottom: 0.3rem;
}
.pillar-desc,
.svc-header p {
    color: var(--mut);
    font-weight: 300;
}
.pillar-desc {
    font-size: 0.78rem;
    line-height: 1.5;
}
.services {
    padding: 40px 5% 100px;
}
.svc-header {
    margin: 0 auto 56px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}
.svc-header h2 {
    max-width: 400px;
}
.svc-header p {
    max-width: 340px;
    font-size: 0.9rem;
}
.svc-list {
    margin: 0 auto;
    flex-direction: column;
}
.svc-item {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem 0;
    border-top: 1px solid var(--bdr);
}
.svc-item::before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: width 0.4s;
}
.svc-item:hover::before {
    width: 3px;
}
.faq-item:last-child,
.svc-item:last-child {
    border-bottom: 1px solid var(--bdr);
}
.svc-num {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--bdr);
    letter-spacing: -1px;
    padding-left: 1.5rem;
}
.footer-col h4,
.svc-tag {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sd:hover .svc-num {
    color: rgba(45, 140, 240, 0.2);
}
.sa:hover .svc-num {
    color: rgba(249, 115, 22, 0.2);
}
.sg:hover .svc-num {
    color: rgba(20, 184, 166, 0.2);
}
.sw:hover .svc-num {
    color: rgba(34, 197, 94, 0.2);
}
.si:hover .svc-num {
    color: rgba(245, 158, 11, 0.2);
}
.sd .svc-tag,
.sd:hover .svc-title {
    color: var(--azul);
}
.sa .svc-tag,
.sa:hover .svc-title {
    color: var(--naranja);
}
.svc-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.22rem 0.7rem;
    border-radius: var(--rbtn);
    margin-bottom: 0.75rem;
}
.svc-arrow,
.svc-right {
    display: flex;
    align-items: center;
}
.sd .svc-tag {
    background: rgba(45, 140, 240, 0.12);
}
.sa .svc-tag {
    background: rgba(249, 115, 22, 0.12);
}
.sg .svc-tag {
    background: rgba(20, 184, 166, 0.12);
    color: var(--teal);
}
.sw .svc-tag {
    background: rgba(34, 197, 94, 0.12);
    color: var(--verde);
}
.si .svc-tag {
    background: rgba(245, 158, 11, 0.12);
    color: var(--amarillo);
}
.svc-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: var(--wht);
}
.cta-sub,
.diff-body,
.diff-hdr p,
.faq-a,
.faq-hdr p,
.faq-icon,
.svc-arrow,
.svc-desc {
    color: var(--mut);
}
.sg:hover .svc-title {
    color: var(--teal);
}
.sw:hover .svc-title {
    color: var(--verde);
}
.si:hover .svc-title {
    color: var(--amarillo);
}
.svc-right {
    justify-content: space-between;
    gap: 1.5rem;
}
.svc-desc {
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.7;
    max-width: 340px;
}
.svc-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--bdr);
    justify-content: center;
    flex-shrink: 0;
    transition:
        border-color 0.3s,
        background 0.3s,
        transform 0.3s;
    font-size: 1rem;
}
.svc-item:hover .svc-arrow {
    transform: translate(3px, -3px);
}
.sd:hover .svc-arrow {
    border-color: var(--azul);
    background: rgba(45, 140, 240, 0.1);
    color: var(--azul);
}
.sa:hover .svc-arrow {
    border-color: var(--naranja);
    background: rgba(249, 115, 22, 0.1);
    color: var(--naranja);
}
.sg:hover .svc-arrow {
    border-color: var(--teal);
    background: rgba(20, 184, 166, 0.1);
    color: var(--teal);
}
.sw:hover .svc-arrow {
    border-color: var(--verde);
    background: rgba(34, 197, 94, 0.1);
    color: var(--verde);
}
.si:hover .svc-arrow {
    border-color: var(--amarillo);
    background: rgba(245, 158, 11, 0.1);
    color: var(--amarillo);
}
.diff {
    background: var(--bg2);
    padding: 100px 5%;
    border-top: 1px solid var(--bdr);
    border-bottom: 1px solid var(--bdr);
}
.diff-inner,
.footer-inner {
    max-width: 90%;
    margin: 0 auto;
}
.diff-hdr {
    margin-bottom: 3.5rem;
}
.diff-hdr h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.diff-hdr p {
    max-width: 450px;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: 300;
}
.diff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.diff-icon,
.eva-modal.open,
.eva-opt,
.faq-icon,
.faq-list,
.faq-q,
.footer-nav,
.footer-top {
    display: flex;
}
.diff-card {
    background: var(--bgc);
    border: 1px solid var(--bdr);
    border-radius: var(--rcard);
    padding: 1.8rem;
    transition:
        border-color 0.3s,
        transform 0.3s;
}
.diff-card::after {
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(45, 140, 240, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.diff-card:hover {
    border-color: rgba(45, 140, 240, 0.2);
    transform: translateY(-4px);
}
.diff-card:hover::after,
.footer-social a:hover img {
    opacity: 1;
}
.diff-icon {
    width: 44px;
    height: 44px;
    background: rgba(45, 140, 240, 0.1);
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.diff-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.diff-body {
    font-size: 0.85rem;
    line-height: 1.7;
    font-weight: 300;
}
.faq {
    padding: 100px 5%;
}
.faq-inner {
    max-width: 780px;
    margin: 0 auto;
}
.faq-hdr {
    margin-bottom: 3rem;
}
.faq-hdr h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.faq-hdr p {
    font-size: 0.9rem;
    font-weight: 300;
}
.faq-list {
    flex-direction: column;
}
.faq-item {
    border-top: 1px solid var(--bdr);
}
.faq-q {
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--txt);
    transition: color 0.2s;
    user-select: none;
}
.cta-sub,
.faq-a {
    font-weight: 300;
}
.faq-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--bdr);
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition:
        transform 0.3s,
        background 0.3s,
        border-color 0.3s;
}
.faq-item.open .faq-icon {
    transform: rotate(45deg);
    background: rgba(45, 140, 240, 0.13);
    border-color: rgba(45, 140, 240, 0.36);
    color: var(--azul);
}
.faq-a {
    max-height: 0;
    transition:
        max-height 0.4s,
        padding 0.4s;
    font-size: 0.88rem;
    line-height: 1.75;
}
.faq-item.open .faq-a {
    max-height: 300px;
    padding-bottom: 1.3rem;
}
.cta {
    padding: 100px 5%;
    background: var(--bg2);
    border-top: 1px solid var(--bdr);
}
.cta-inner {
    max-width: 90%;
    margin: 0 auto;
}
.cta-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
}
.cta-text h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.cta-sub {
    font-size: 0.95rem;
    max-width: 420px;
    margin-bottom: 2.2rem;
}
.btn-eva-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: var(--azul);
    color: var(--wht);
    padding: 0.9rem 2rem;
    border-radius: var(--rbtn);
    font-weight: 600;
    font-size: 0.92rem;
    border: none;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    box-shadow: 0 0 24px rgba(45, 140, 240, 0.3);
}
.btn-eva-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(45, 140, 240, 0.5);
}
.btn-eva-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    flex-shrink: 0;
}
.cta-eva-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}
.cta-eva-ring {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, var(--azul), rgba(45, 140, 240, 0.2));
    box-shadow: 0 0 40px rgba(45, 140, 240, 0.2);
    flex-shrink: 0;
}
.cta-eva-img,
.eva-modal-avatar img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.cta-eva-img {
    width: 100%;
    border-radius: 50%;
    filter: brightness(1.05);
}
.cta-eva-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.25);
    color: rgba(74, 222, 128, 0.9);
    font-size: 0.72rem;
    font-weight: 500;
    padding: 0.35rem 0.9rem;
    border-radius: var(--rbtn);
    letter-spacing: 0.04em;
}
.cta-eva-status {
    width: 7px;
    height: 7px;
    background: #4ade80;
    border-radius: 50%;
}
.eva-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.eva-modal-box {
    background: var(--bgc);
    border: 1px solid var(--bdr);
    border-radius: 24px;
    padding: 2.2rem;
    width: 100%;
    max-width: 360px;
    animation: 0.3s both fadeUp;
}
.eva-modal-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    padding: 2px;
    background: linear-gradient(135deg, var(--azul), rgba(45, 140, 240, 0.3));
}
.eva-modal-avatar img {
    width: 100%;
    border-radius: 50%;
}
.eva-modal-name {
    font-weight: 600;
    font-size: 1rem;
    color: var(--wht);
    margin-bottom: 0.3rem;
}
.eva-modal-sub {
    font-size: 0.85rem;
    color: var(--mut);
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.eva-modal-options {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
}
.eva-opt {
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    border: 1px solid var(--bdr);
    color: var(--txt);
    font-size: 0.88rem;
    font-weight: 500;
    transition:
        border-color 0.2s,
        background 0.2s,
        transform 0.2s;
}
.footer-col ul a,
.footer-copy,
.footer-tag {
    color: var(--mut);
    font-weight: 300;
}
.eva-opt:hover,
.eva-opt:hover .eva-opt-arrow {
    transform: translateX(3px);
}
.eva-opt-chat:hover {
    border-color: var(--azul);
    background: rgba(45, 140, 240, 0.08);
    color: var(--wht);
}
.eva-opt-wa:hover {
    border-color: #25d366;
    background: rgba(37, 211, 102, 0.08);
    color: var(--wht);
}
.eva-opt-tg:hover {
    border-color: #08c;
    background: rgba(0, 136, 204, 0.08);
    color: var(--wht);
}
.eva-opt-icon {
    font-size: 1rem;
    flex-shrink: 0;
    width: 22px;
}
.eva-opt-label {
    flex: 1;
    text-align: left;
}
.eva-opt-arrow {
    font-size: 0.8rem;
    color: var(--mut);
    transition: transform 0.2s;
}
.eva-modal-close {
    background: 0 0;
    border: 1px solid var(--bdr);
    color: var(--mut);
    padding: 0.5rem 1.5rem;
    border-radius: var(--rbtn);
    font-size: 0.82rem;
    cursor: pointer;
    transition:
        border-color 0.2s,
        color 0.2s;
}
.eva-modal-close:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--wht);
}
.footer-bot,
footer {
    border-top: 1px solid var(--bdr);
}
footer {
    padding: 3rem 5% 2rem;
}
.footer-top {
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.footer-brand img {
    height: 32px;
    margin-bottom: 0.9rem;
}
.footer-tag {
    font-size: 0.8rem;
    max-width: 210px;
    line-height: 1.6;
}
.footer-nav {
    gap: 3rem;
    flex-wrap: wrap;
}
.footer-bot,
.footer-social {
    display: flex;
    gap: 1rem;
}
.footer-col h4 {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--mut);
    margin-bottom: 1rem;
}
.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-col ul a {
    font-size: 0.83rem;
    transition: color 0.2s;
}
.footer-bot {
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    flex-wrap: wrap;
}
.footer-copy {
    font-size: 0.76rem;
}
.footer-social a img {
    height: 17px;
    width: auto;
    opacity: 0.44;
    transition: opacity 0.2s;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes dotPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.6);
        opacity: 0.5;
    }
}
@keyframes scrollDown {
    0% {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 1;
    }
    50% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 1;
    }
    100% {
        transform: scaleY(1);
        transform-origin: bottom;
        opacity: 0;
    }
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.65s,
        transform 0.65s;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 900px) {
    .hero-inner,
    .intro-grid {
        grid-template-columns: 1fr;
    }
    .hero-content,
    .hero-inner {
        text-align: center;
    }
    .hero-inner {
        justify-items: center;
    }
    .hero-sub {
        margin: 0 auto 2.5rem;
    }
    .hero-actions {
        justify-content: center;
    }
    .hero-eva {
        display: none;
    }
    .intro-grid {
        gap: 3rem;
    }
    .diff-grid {
        grid-template-columns: 1fr 1fr;
    }
    .svc-hdr,
    .svc-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-top,
    .svc-header {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .pillars {
        grid-template-columns: 1fr;
    }
    .hero-stats {
        bottom: 22px;
    }
}
@media (max-width: 700px) {
    .cta-grid {
        grid-template-columns: 1fr;
    }
    .cta-eva-wrap {
        flex-direction: row;
        justify-content: center;
    }
    .cta-eva-ring {
        width: 120px;
        height: 120px;
    }
    .navbar {
        overflow: visible !important;
        z-index: 1000;
    }
    .hamburger {
        display: flex !important;
        position: relative;
        z-index: 2100 !important;
        cursor: pointer;
    }
    .nav-links {
        display: none;
    }
    .nav-links.open {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #07080f !important;
        padding: 100px 10% 2rem !important;
        gap: 1.2rem !important;
        z-index: 2000 !important;
    }
    .nav-links.open li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 0.8rem;
    }
    .nav-links.open a {
        font-size: 1.1rem !important;
        color: var(--txt) !important;
        font-weight: 500;
        display: block;
    }
}
.hero-historia h1 {
    color: #2ec3e3;
}
.hero-historia .hero-subtitle {
    font-size: 1.25rem;
    color: #ffffffcc;
    margin-bottom: 1.5rem;
    max-width: 600px;
}
.section-dark {
    background: #0a0b1a;
    padding: 100px 0;
    color: #ffffffd9;
}
.section-dark p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 1.6rem;
}
.narrow {
    max-width: 900px;
}
.frase-final {
    font-size: 1.4rem;
    margin-top: 40px;
    color: #6c5df8;
}
:root {
    --bg: #07080f;
    --bg2: #0d0f1c;
    --bgc: #111422;
    --bdr: rgba(255, 255, 255, 0.07);
    --txt: #e8e9f0;
    --mut: rgba(232, 233, 240, 0.45);
    --wht: #ffffff;
    --azul: #2d8cf0;
    --naranja: #f97316;
    --teal: #14b8a6;
    --verde: #22c55e;
    --amarillo: #f59e0b;
    --morado: #8b5cf6;
    --rcard: 18px;
    --rbtn: 50px;
    --f: "Poppins", sans-serif;
    --chat--color-primary: #000000;
    --chat--color-primary-shade-50: #db4061;
    --chat--color-primary-shade-100: #cf3c5c;
    --chat--color-secondary: #e4cb86;
    --chat--color-secondary-shade-50: #e4cb86;
    --chat--color-white: #ffffff;
    --chat--color-light: #f2f4f8;
    --chat--color-light-shade-50: #e6e9f1;
    --chat--color-light-shade-100: #c2c5cc;
    --chat--color-medium: #e4cb86;
    --chat--color-dark: #000000 !important;
    --chat--color-disabled: #777980;
    --chat--color-typing: #e4cb86;
    --chat--spacing: 0, 1rem;
    --chat--border-radius: 1.25rem !important;
    --chat--transition-duration: 0.15s;
    --chat--window--width: 300px !important;
    --chat--window--height: 500px !important;
    --chat--header-height: auto;
    --chat--header--padding: var(--chat--spacing);
    --chat--header--background: var(--chat--color-dark);
    --chat--header--color: var(--chat--color-light);
    --chat--header--border-top: 0 !important;
    --chat--heading--font-size: 1rem !important;
    --chat--header--color: var(--chat--color-light);
    --chat--subtitle--line-height: 1.1;
    --chat--textarea--height: 50px;
    --chat--message--font-size: 0.675rem;
    --chat--message--padding: var(--chat--spacing);
    --chat--message--border-radius: 0px;
    --chat--message-line-height: 1.1;
    --chat--message--bot--background: rgba(228, 203, 134, 0.3);
    --chat--message--bot--color: #464646;
    --chat--message--bot--border: #f4f4f4 1px solid !important;
    --chat--message--user--background: #f4f4f4 !important;
    --chat--message--user--color: black !important;
    --chat--message--user--border: #77757542 1px solid !important;
    --chat--message--pre--background: rgba(0, 0, 0, 1);
    --chat--toggle--background: #000000 !important;
    --chat--toggle--hover--background: #e6e3dd !important;
    --chat--toggle--active--background: #e4cb86;
    --chat--toggle--color: black;
    --chat--toggle--size: 64px;
    --chat--input--font-size: 0.675rem;
    --chat--font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
