:root {
    --navy: #071426;
    --navy-2: #0b1d34;
    --ink: #0b1730;
    --ink-soft: #34435b;
    --muted: #66758c;
    --line: #dfe6ef;
    --surface: #ffffff;
    --soft: #f5f8fc;
    --orange: #ff6413;
    --orange-dark: #df4d00;
    --green: #1b8e24;
    --green-bright: #25d366;
    --blue: #165ce8;
    --radius: 24px;
    --shadow: 0 24px 70px rgba(7, 20, 38, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--surface);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body, button, input, textarea, select { font-family: "DM Sans", sans-serif; }
img { display: block; max-width: 100%; }
a { text-underline-offset: 3px; }
h1, h2, h3, h4, .brand, .site-price, .system-price strong { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
section[id] { scroll-margin-top: 84px; }
:focus-visible { outline: 3px solid rgba(22, 92, 232, .65); outline-offset: 3px; }

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 3000;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    background: var(--navy);
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.section-pad { padding: 104px 0; }
.section-soft { background: var(--soft); }
.text-orange { color: var(--orange); }
.text-green { color: var(--green); }
.text-blue { color: var(--blue); }

.brand { display: inline-flex; align-items: center; color: var(--ink); font-size: 1.36rem; font-weight: 800; letter-spacing: -.065em; text-decoration: none; }
.brand-gest { color: var(--orange); }
.brand-up { color: var(--green); }
.brand-system { color: var(--blue); }
.site-header { position: sticky; top: 0; z-index: 1030; border-bottom: 1px solid rgba(223, 230, 239, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.site-header .navbar { min-height: 76px; }
.navbar-toggler { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 12px; color: var(--ink); background: var(--soft); box-shadow: none !important; font-size: 1.6rem; }
.nav-link { padding: .7rem .75rem !important; color: var(--ink-soft); font-size: .92rem; font-weight: 700; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--blue); }

.btn { border-radius: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: .88rem 1.25rem; font-size: 1rem; }
.btn-brand { border: 1px solid var(--orange); color: #fff; background: var(--orange); box-shadow: 0 14px 32px rgba(255, 100, 19, .24); }
.btn-brand:hover, .btn-brand:focus { border-color: var(--orange-dark); color: #fff; background: var(--orange-dark); box-shadow: 0 18px 38px rgba(255, 100, 19, .28); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .24); color: #fff; background: rgba(255, 255, 255, .06); }
.btn-ghost:hover, .btn-ghost:focus { border-color: rgba(255, 255, 255, .5); color: #fff; background: rgba(255, 255, 255, .12); }
.btn-outline-custom { border: 1px solid #b9c5d5; color: var(--ink); background: #fff; }
.btn-outline-custom:hover, .btn-outline-custom:focus { border-color: var(--blue); color: var(--blue); background: #f2f7ff; }
.btn-whatsapp { border: 1px solid #159945; color: #fff; background: #159945; box-shadow: 0 14px 30px rgba(21, 153, 69, .2); }
.btn-whatsapp:hover, .btn-whatsapp:focus { border-color: #0d7d37; color: #fff; background: #0d7d37; }

.hero { position: relative; overflow: hidden; padding: 100px 0 106px; color: #fff; background: radial-gradient(circle at 12% 15%, rgba(22, 92, 232, .19), transparent 34%), radial-gradient(circle at 88% 80%, rgba(27, 142, 36, .15), transparent 29%), var(--navy); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-orb { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-orb-one { top: -260px; right: -190px; width: 640px; height: 640px; }
.hero-orb-two { right: 220px; bottom: -310px; width: 520px; height: 520px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 23px; color: #c8d8ec; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker span { width: 34px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 850px; margin: 0 0 26px; font-size: clamp(2.8rem, 6vw, 5.25rem); font-weight: 800; line-height: .99; letter-spacing: -.065em; }
.hero h1 strong { color: var(--orange); font-weight: inherit; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: #b9c8da; font-size: clamp(1.06rem, 2vw, 1.22rem); line-height: 1.7; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #9fb2c8; font-size: .86rem; }
.hero-trust i { margin-right: 6px; color: #4ade80; }
.solution-stack { position: relative; display: grid; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.055); box-shadow: 0 34px 90px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.solution-stack::before { position: absolute; inset: 45px 34px; z-index: -1; border-radius: 50%; background: rgba(22,92,232,.26); filter: blur(55px); content: ""; }
.stack-card { position: relative; display: flex; align-items: center; gap: 17px; overflow: hidden; padding: 21px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.075); transition: transform .2s ease, background-color .2s ease; }
.stack-card::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: currentColor; content: ""; opacity: .75; }
.stack-card:hover { transform: translateX(4px); background: rgba(255,255,255,.11); }
.stack-orange::before { background: #ffb07a; }.stack-green::before { background: #69e784; }.stack-blue::before { background: #83b2ff; }
.stack-card:nth-child(2) { transform: translateX(-24px); }
.stack-card:nth-child(3) { transform: translateX(13px); }
.stack-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 15px; font-size: 1.35rem; }
.stack-orange .stack-icon { color: #ffb07a; background: rgba(255,100,19,.15); }
.stack-green .stack-icon { color: #69e784; background: rgba(27,142,36,.18); }
.stack-blue .stack-icon { color: #83b2ff; background: rgba(22,92,232,.2); }
.stack-label { display: inline-flex; align-items: center; margin-bottom: 3px; color: #a8bad0; font-size: .64rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.stack-card h2 { margin: 1px 0 4px; color: #fff; font-size: 1.08rem; font-weight: 800; }
.stack-card p { margin: 0; color: #9fb0c4; font-size: .86rem; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: #9fc2ff; }
.section-heading { max-width: 790px; margin: 0 auto 46px; }
.section-heading h2, .display-title { margin: 0 0 18px; font-size: clamp(2rem, 4.2vw, 3.55rem); font-weight: 800; line-height: 1.08; }
.section-heading p, .lead-copy { color: var(--muted); font-size: 1.06rem; line-height: 1.76; }
.section-heading p { max-width: 690px; margin: 0 auto; }

.service-card { position: relative; display: flex; height: 100%; min-height: 337px; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fff; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { position: absolute; top: -90px; right: -70px; width: 210px; height: 210px; border-radius: 50%; background: currentColor; content: ""; opacity: .035; transition: transform .35s ease, opacity .35s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #bdd2f4; color: var(--ink); box-shadow: var(--shadow); }.service-card:hover::before { opacity: .075; transform: scale(1.18); }
.service-card-systems { color: var(--orange); }.service-card-flow { color: var(--green); }.service-card-sites { color: var(--blue); }
.service-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 25px; }
.service-icon { display: grid; flex: 0 0 56px; width: 56px; height: 56px; place-items: center; border-radius: 16px; font-size: 1.35rem; }
.service-icon.orange { color: var(--orange); background: #fff1e8; }
.service-icon.green { color: var(--green); background: #ebf9ed; }
.service-icon.blue { color: var(--blue); background: #edf4ff; }
.service-tag { max-width: 205px; padding: 7px 10px; border-radius: 999px; color: var(--ink-soft); background: var(--soft); font-size: .68rem; font-weight: 800; letter-spacing: .065em; text-align: right; text-transform: uppercase; }
.service-card h3 { position: relative; z-index: 1; margin-bottom: 11px; color: var(--ink); font-size: 1.45rem; font-weight: 800; }
.service-card p { position: relative; z-index: 1; min-height: 72px; margin: 0; color: var(--muted); line-height: 1.65; }
.service-points { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; }.service-points span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: #fff; font-size: .72rem; font-weight: 700; }
.service-link { position: relative; z-index: 1; margin-top: auto; color: currentColor; font-size: .88rem; font-weight: 800; }
.service-link i { transition: transform .2s ease; }
.service-card:hover .service-link i { transform: translateX(4px); }

.product-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 13px; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.orange-label { color: #c64a00; background: #fff0e6; }
.blue-label { color: #144dbc; background: #eaf2ff; }
.green-label { color: #13732c; background: #e7f8eb; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 16px; margin: 28px 0; padding: 0; list-style: none; }
.benefit-grid li { color: var(--ink-soft); font-size: .93rem; font-weight: 700; }
.benefit-grid i { margin-right: 7px; color: var(--green); }
.version-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #cfe0ff; border-radius: 11px; color: var(--blue); background: #f3f7ff; font-size: .84rem; font-weight: 800; }
.system-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.system-price strong { font-size: 2rem; letter-spacing: -.065em; }
.system-price span { color: var(--ink-soft); font-weight: 700; }
.system-price small { flex-basis: 100%; color: var(--muted); }
.download-note { margin: 16px 0 0; color: var(--muted); font-size: .82rem; }
.download-note i { margin-right: 6px; color: var(--green); }

.systems-grid { max-width: 1180px; margin: 0 auto; }
.system-card { position: relative; display: flex; height: 100%; min-height: 630px; flex-direction: column; overflow: hidden; padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 52px rgba(7,20,38,.08); }
.system-card::after { position: absolute; right: -100px; bottom: -110px; width: 280px; height: 280px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .08; }
.vehicles-system { color: var(--orange); border-top: 5px solid var(--orange); }
.prestador-system { color: var(--blue); border-top: 5px solid var(--blue); }
.system-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.system-card-top .product-label { margin: 6px 0 0; }
.system-symbol { display: grid; width: 67px; height: 67px; place-items: center; border-radius: 19px; color: var(--orange); background: #fff0e7; font-size: 1.7rem; }
.prestador-system .system-symbol { color: var(--blue); background: #eaf2ff; }
.system-card h3 { margin: 27px 0 12px; color: var(--ink); font-size: clamp(1.9rem,3.4vw,2.65rem); font-weight: 800; }
.vehicles-system h3 span { color: var(--orange); }.prestador-system h3 span { color: var(--blue); }
.system-card > p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.7; }
.system-data-panel { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 27px 0; padding: 14px; border-radius: 18px; background: #fff6f0; }
.prestador-system .system-data-panel { background: #f1f6ff; }
.system-data-panel div { display: grid; gap: 4px; min-width: 0; padding: 12px; border: 1px solid rgba(255,100,19,.13); border-radius: 13px; background: rgba(255,255,255,.8); }
.prestador-system .system-data-panel div { border-color: rgba(22,92,232,.13); }
.system-data-panel i { color: currentColor; font-size: 1.12rem; }.system-data-panel span { color: var(--muted); font-size: .72rem; font-weight: 700; }.system-data-panel strong { color: var(--ink); font-size: .85rem; overflow-wrap: anywhere; }
.system-card .benefit-grid { margin: 0 0 26px; }.system-card .benefit-grid i { color: currentColor; }
.system-card-bottom { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.system-card-bottom .version-pill { margin-bottom: 12px; }
.system-card-bottom .system-price { margin: 0; padding: 0; border: 0; }.system-card-bottom .system-price strong { color: var(--ink); }
.system-actions { display: grid; justify-items: end; gap: 10px; text-align: right; }.system-actions .btn { white-space: nowrap; }
.text-action { color: var(--ink-soft); font-size: .83rem; font-weight: 800; text-decoration: none; }.text-action:hover { color: var(--blue); }.text-action i { margin-left: 3px; }
.system-coming-note { display: flex; align-items: center; gap: 9px; max-width: 275px; margin: 0; color: var(--ink-soft); font-size: .86rem; font-weight: 700; line-height: 1.5; }.system-coming-note i { color: var(--blue); }

.automation-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 8% 82%, rgba(27,142,36,.18), transparent 26%), radial-gradient(circle at 92% 15%, rgba(22,92,232,.22), transparent 30%), var(--navy); }
.automation-section .display-title { color: #fff; }
.automation-section .lead-copy { color: #aebed0; }
.automation-list { display: grid; gap: 19px; margin: 31px 0 0; padding: 0; list-style: none; }
.automation-list li { display: flex; align-items: flex-start; gap: 14px; }
.automation-list li > span { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: #73e88d; background: rgba(37,211,102,.12); }
.automation-list strong { display: block; margin: 1px 0 3px; }
.automation-list p { margin: 0; color: #9fb0c4; font-size: .9rem; }
.chat-demo { max-width: 520px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 27px; background: #e8ddd5; box-shadow: 0 34px 90px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.chat-header { display: flex; align-items: center; gap: 12px; padding: 17px 19px; background: #075e54; }
.chat-avatar { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: #fff; color: #075e54; }
.chat-header strong { display: block; }
.chat-header small { display: block; color: #cde4df; font-size: .72rem; }
.chat-header small span { display: inline-block; width: 7px; height: 7px; margin-right: 3px; border-radius: 50%; background: #4ade80; }
.chat-body { min-height: 480px; padding: 24px; background-color: #e8ddd5; background-image: radial-gradient(rgba(7,94,84,.045) 1.5px, transparent 1.5px); background-size: 18px 18px; }
.chat-day { width: fit-content; margin: 0 auto 17px; padding: 5px 10px; border-radius: 8px; color: #5d6978; background: #d5e8eb; font-size: .7rem; }
.message { width: fit-content; max-width: 78%; margin-bottom: 10px; padding: 10px 12px; border-radius: 7px; color: #26323c; font-size: .86rem; line-height: 1.45; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.message.bot { border-top-left-radius: 0; background: #fff; }
.message.client { margin-left: auto; border-top-right-radius: 0; background: #dcf8c6; }
.message-options { display: grid; width: fit-content; max-width: 80%; gap: 5px; margin: -3px 0 10px; }
.message-options span { padding: 8px 12px; border-radius: 7px; color: #075e54; background: #fff; font-size: .78rem; font-weight: 700; box-shadow: 0 1px 2px rgba(0,0,0,.07); }
.typing { display: flex; width: fit-content; gap: 4px; padding: 10px 13px; border-radius: 8px; background: #fff; }
.typing span { width: 6px; height: 6px; border-radius: 50%; background: #8d9aa5; animation: typing 1.2s infinite ease-in-out; }
.typing span:nth-child(2) { animation-delay: .15s; }.typing span:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); } 30% { transform: translateY(-4px); } }
.chat-input { display: flex; align-items: center; gap: 12px; padding: 13px 16px; color: #7d8995; background: #f0f2f5; }
.chat-input span { flex: 1; padding: 9px 14px; border-radius: 999px; background: #fff; font-size: .8rem; }
.chat-input .bi-send-fill { color: #128c7e; }

.site-model-card { display: flex; height: 100%; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 16px 44px rgba(7,20,38,.06); }
.site-model-card.rental-card { border-color: #ffb786; box-shadow: 0 20px 55px rgba(255,100,19,.1); }
.model-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.model-top span { padding: 7px 11px; border-radius: 999px; color: var(--blue); background: #edf4ff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rental-card .model-top span { color: #c64700; background: #fff0e7; }
.model-top > i { color: var(--blue); font-size: 1.7rem; }.rental-card .model-top > i { color: var(--orange); }
.site-model-card h3 { margin-bottom: 12px; font-size: 1.65rem; font-weight: 800; }
.site-model-card > p { color: var(--muted); line-height: 1.7; }
.site-model-card ul { display: grid; gap: 12px; margin: 18px 0 26px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.site-model-card li { color: var(--ink-soft); font-size: .92rem; }.site-model-card li i { margin-right: 8px; color: var(--green); }
.model-note { display: flex; gap: 10px; margin: auto 0 25px; padding: 14px; border-radius: 13px; color: #58677a; background: var(--soft); font-size: .82rem; line-height: 1.5; }

.shared-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: -17px auto 48px; }
.shared-benefits span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid #dbe5f2; border-radius: 999px; color: var(--ink-soft); background: #fff; font-size: .82rem; font-weight: 700; }
.shared-benefits i { color: var(--green); }
.pricing-grid { margin-top: 0; }
.price-card { position: relative; display: flex; height: 100%; flex-direction: column; padding: 35px 30px 30px; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 24px; background: #fff; box-shadow: 0 17px 45px rgba(7,20,38,.07); }
.price-card.intermediate { z-index: 2; border: 2px solid var(--blue); border-top-width: 5px; box-shadow: 0 25px 65px rgba(22,92,232,.16); transform: translateY(-10px); }
.price-card.advanced { border-top-color: var(--orange); }
.popular-badge { position: absolute; top: -18px; left: 50%; padding: 8px 16px; border-radius: 999px; color: #fff; background: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.popular-badge i { margin-right: 6px; }
.price-card-head { min-height: 152px; text-align: center; }
.price-card-head > span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card-head h3 { margin: 4px 0 13px; color: var(--green); font-size: 2rem; font-weight: 800; text-transform: uppercase; }
.intermediate .price-card-head h3 { color: var(--blue); }.advanced .price-card-head h3 { color: var(--orange); }
.price-card-head p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.site-price { display: flex; align-items: baseline; justify-content: center; gap: 5px; margin: 20px 0; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--green); }
.site-price sup { top: -.8em; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 800; }
.site-price strong { font-size: 3.55rem; font-weight: 800; letter-spacing: -.08em; }.site-price span { color: var(--ink); font-size: 1rem; font-weight: 700; }
.intermediate .site-price { color: var(--blue); }.advanced .site-price { color: var(--orange); }
.included-title { margin-bottom: 15px; color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.intermediate .included-title { color: var(--blue); }.advanced .included-title { color: var(--orange); }
.price-list { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.price-list li { position: relative; padding-left: 22px; color: var(--ink-soft); font-size: .84rem; line-height: 1.4; }
.price-list li small { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.price-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); content: "✓"; font-size: .58rem; font-weight: 800; }
.intermediate .price-list li::before { background: var(--blue); }.advanced .price-list li::before { background: var(--orange); }
.setup-fee { display: grid; margin-top: auto; margin-bottom: 17px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; text-align: center; }
.setup-fee span, .setup-fee small { color: var(--muted); font-size: .69rem; font-weight: 700; text-transform: uppercase; }.setup-fee strong { color: var(--green); font-family: "Manrope", sans-serif; font-size: 1.55rem; }.intermediate .setup-fee strong { color: var(--blue); }.advanced .setup-fee strong { color: var(--orange); }
.btn-plan { border: 1px solid currentColor; color: var(--green); background: #fff; }.intermediate .btn-plan { color: var(--blue); }.advanced .btn-plan { color: var(--orange); }.btn-plan:hover { color: #fff; background: currentColor; }
.basic .btn-plan:hover { border-color: var(--green); color: #fff; background: var(--green); }.intermediate .btn-plan:hover { border-color: var(--blue); color: #fff; background: var(--blue); }.advanced .btn-plan:hover { border-color: var(--orange); color: #fff; background: var(--orange); }
.pricing-conditions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.pricing-conditions > div { display: flex; gap: 15px; padding: 22px; border-radius: 18px; color: #d8e5f4; background: var(--navy); }
.pricing-conditions > div:nth-child(2) { color: var(--ink-soft); background: #eef5ff; }
.pricing-conditions i { color: #78a9ff; font-size: 1.8rem; }.pricing-conditions > div:nth-child(2) i { color: var(--green); }
.pricing-conditions strong { display: block; margin-bottom: 4px; color: #fff; }.pricing-conditions > div:nth-child(2) strong { color: var(--ink); }
.pricing-conditions span { font-size: .84rem; line-height: 1.55; }
.pricing-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; text-align: center; }

.custom-accordion { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; --bs-accordion-border-color: var(--line); --bs-accordion-active-color: var(--blue); --bs-accordion-active-bg: #fff; --bs-accordion-btn-focus-box-shadow: none; }
.custom-accordion .accordion-item { border-width: 0 0 1px; }.custom-accordion .accordion-item:last-child { border: 0; }
.custom-accordion .accordion-button { padding: 21px 23px; font-weight: 800; }.custom-accordion .accordion-body { padding: 0 23px 22px; color: var(--muted); line-height: 1.7; }
.final-cta { position: relative; overflow: hidden; padding: 86px 0; color: #fff; text-align: center; background: radial-gradient(circle at 80% 30%, rgba(22,92,232,.25), transparent 30%), radial-gradient(circle at 10% 80%, rgba(27,142,36,.2), transparent 25%), var(--navy); }
.final-cta::after { position: absolute; right: -150px; bottom: -270px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.final-cta h2 { max-width: 820px; margin: 0 auto 15px; font-size: clamp(2rem,4.5vw,3.65rem); font-weight: 800; }.final-cta p { max-width: 620px; margin: 0 auto 28px; color: #aebed0; font-size: 1.05rem; }

.site-footer { padding: 67px 0 25px; background: #fff; }
.footer-brand { margin-bottom: 17px; }.site-footer p { max-width: 460px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.site-footer h2 { margin: 4px 0 15px; font-size: .87rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: block; width: fit-content; margin-bottom: 9px; color: var(--muted); font-size: .88rem; text-decoration: none; }.site-footer a:not(.brand):hover { color: var(--blue); }
.site-footer .location { margin-top: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); color: #8490a1; font-size: .78rem; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 1040; display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px 10px 12px; border: 3px solid #fff; border-radius: 999px; color: #fff; background: var(--green-bright); box-shadow: 0 16px 35px rgba(37,211,102,.3); font-weight: 800; text-decoration: none; transition: transform .2s ease; }.whatsapp-float:hover { color: #fff; transform: translateY(-4px); }.whatsapp-float i { display: grid; width: 30px; height: 30px; place-items: center; font-size: 1.35rem; }

@media (max-width: 1199.98px) {
    .site-header .navbar-collapse { padding: 14px 0 7px; }
    .nav-link { padding: .64rem 0 !important; }
    .nav-cta { margin-top: 8px; }
    .hero { padding-top: 78px; }
    .stack-card:nth-child(2), .stack-card:nth-child(3) { transform: none; }
}
@media (max-width: 991.98px) {
    .section-pad { padding: 82px 0; }
    .hero h1 { max-width: 800px; }
    .solution-stack { margin-top: 18px; }
    .chat-demo { margin-top: 20px; }
    .price-card.intermediate { transform: none; }
    .price-card-head { min-height: auto; }
    .pricing-conditions { grid-template-columns: 1fr; }
    .system-card { min-height: 0; }
}
@media (max-width: 767.98px) {
    .section-pad { padding: 68px 0; }
    .hero { padding: 62px 0 76px; }
    .hero h1 { font-size: clamp(2.65rem,13vw,4.1rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { display: grid; gap: 10px; }
    .solution-stack { padding: 12px; border-radius: 22px; }
    .stack-card { padding: 17px; }
    .service-card { min-height: 0; padding: 28px; }
    .service-card p { min-height: 0; }
    .benefit-grid { grid-template-columns: 1fr; }
    .site-model-card { padding: 29px 24px; }
    .chat-demo { transform: none; }
    .chat-body { min-height: 440px; padding: 18px; }
    .shared-benefits { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; margin-right: -12px; padding-bottom: 8px; scrollbar-width: none; }
    .shared-benefits::-webkit-scrollbar { display: none; }
    .shared-benefits span { flex: 0 0 auto; }
    .price-card { padding: 33px 24px 25px; }
    .pricing-conditions > div { flex-direction: column; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; justify-content: center; padding: 0; border-radius: 50%; }
    .whatsapp-float span { display: none; }
    .whatsapp-float i { width: auto; height: auto; }
    .system-card { padding: 28px 23px; border-radius: 22px; }
    .system-card-top { align-items: center; }.system-symbol { width: 58px; height: 58px; border-radius: 17px; font-size: 1.45rem; }
    .system-card-top .product-label { margin: 0; font-size: .66rem; }
    .system-card h3 { margin-top: 23px; }
    .system-data-panel { grid-template-columns: 1fr; margin: 22px 0; padding: 10px; }
    .system-data-panel div { grid-template-columns: 25px 1fr auto; align-items: center; gap: 8px; }.system-data-panel strong { text-align: right; }.system-data-panel span { font-size: .78rem; }
    .system-card-bottom { align-items: stretch; flex-direction: column; }.system-actions { justify-items: stretch; text-align: left; }.system-actions .btn { width: 100%; }.text-action { text-align: center; }
    .system-coming-note { max-width: none; }
}
@media (max-width: 399px) {
    .hero h1 { font-size: 2.48rem; }
    .stack-card p { display: none; }
    .chat-body { min-height: 410px; }
    .message { max-width: 88%; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
