:root {
  --ink: #12213d;
  --ink-soft: #344462;
  --muted: #65728c;
  --brand: #4d6bfe;
  --brand-deep: #3454df;
  --cyan: #22b4db;
  --canvas: #fbfcff;
  --soft: #f1f5ff;
  --line: #dce5f5;
  --white: #fff;
  --shadow: 0 24px 65px rgba(26, 46, 111, .11);
}

/* Shared .com pages */
.country-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.country-card { display: flex; flex-direction: column; min-height: 245px; padding: 27px; border: 1px solid #dce5f5; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(26,46,111,.05); transition: transform .2s, border-color .2s, box-shadow .2s; }
.country-card:hover { transform: translateY(-4px); border-color: #9eb4ff; box-shadow: var(--shadow); }
.country-card > span { color: #3454df; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.country-card strong { margin-top: 18px; font-size: 2rem; line-height: 1.1; }
.country-card small { margin-top: 11px; color: #65728c; font-size: .92rem; }
.country-card b { margin-top: auto; padding-top: 22px; color: #3454df; font-size: .9rem; }
#precios .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-consult { font-size: clamp(1.5rem, 2.2vw, 2.2rem) !important; }
.contact-panel { padding: 32px; border: 1px solid #dce5f5; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.contact-panel h3 { font-size: 1.6rem; }
@media (max-width: 800px) { .country-grid { grid-template-columns: 1fr; } #precios .price-grid { grid-template-columns: 1fr; } }

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 17px/1.58 Jost, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 5.25vw, 5.5rem); font-weight: 700; }
h2 { font-size: clamp(2.2rem, 3.5vw, 3.8rem); font-weight: 700; }
h3 { font-size: 1.35rem; font-weight: 700; }
p { color: var(--ink-soft); }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,229,245,.92); backdrop-filter: blur(14px); }
.nav-shell { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 193px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .91rem; font-weight: 600; }
.main-nav > a:not(.button) { white-space: nowrap; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--brand-deep); }
.main-nav .nav-login { color: var(--muted); }
.nav-solutions { display: flex; align-items: center; }
.nav-solutions-toggle { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; border: 0; background: transparent; color: var(--ink); font-size: inherit; font-weight: inherit; white-space: nowrap; }
.nav-solutions-toggle:hover, .nav-solutions-toggle[aria-expanded="true"] { color: var(--brand-deep); }
.nav-chevron { display: inline-block; width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
.nav-solutions-toggle[aria-expanded="true"] .nav-chevron { margin-top: 4px; transform: rotate(225deg); }
.solutions-menu { position: absolute; top: calc(100% - 1px); left: 0; right: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; max-height: calc(100vh - 82px); padding: 22px; overflow-y: auto; border: 1px solid var(--line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: var(--shadow); }
.solutions-menu[hidden] { display: none; }
.solutions-menu-intro { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 2px 5px; }
.solutions-menu-intro > div > span { color: var(--brand-deep); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solutions-menu-intro p { margin: 2px 0 0; color: var(--ink); font-size: 1.05rem; font-weight: 700; }
.solutions-menu-intro > a { color: var(--brand-deep); font-size: .85rem; font-weight: 700; white-space: nowrap; }
.solutions-menu-intro > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.solutions-menu-group { --menu-accent: var(--brand-deep); --menu-tint: #f2f5ff; min-width: 0; padding: 17px 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--menu-tint); }
.solutions-menu-group.tone-indigo { --menu-accent: #405de2; --menu-tint: #f1f4ff; }
.solutions-menu-group.tone-violet { --menu-accent: #8250c8; --menu-tint: #f8f3ff; }
.solutions-menu-group.tone-mint { --menu-accent: #168a78; --menu-tint: #effbf7; }
.solutions-menu-group.tone-sky { --menu-accent: #287eaf; --menu-tint: #f0f8ff; }
.solutions-menu-group.tone-cyan { --menu-accent: #1687a8; --menu-tint: #effaff; }
.solutions-menu-group-title { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--menu-accent); font-size: .82rem; font-weight: 800; letter-spacing: 0; line-height: 1.35; }
.solutions-menu-group-title::before { content: ""; flex: 0 0 7px; height: 7px; border-radius: 50%; background: var(--menu-accent); }
.solutions-menu-group ul { margin: 0; padding: 0; list-style: none; }
.solutions-menu-group a { display: flex; align-items: center; gap: 9px; min-height: 35px; padding: 3px 0; color: var(--ink-soft); font-size: .84rem; font-weight: 600; line-height: 1.35; }
.solution-link-icon { flex: 0 0 27px; width: 27px; height: 27px; padding: 4px; border-radius: 8px; background: #fff; color: var(--menu-accent); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.solutions-menu-group a:hover { color: var(--menu-accent); text-decoration: underline; text-underline-offset: 3px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); }

/* Shared text and controls */
.eyebrow { display: block; margin: 0 0 16px; color: var(--brand-deep); font-size: .77rem; font-weight: 800; line-height: 1.3; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-pill { display: inline-flex; align-items: center; border: 1px solid #d7e3ff; border-radius: 100px; padding: 9px 14px; background: #ecf2ff; letter-spacing: .09em; }
.hero-lead { max-width: 660px; margin-bottom: 28px; color: #485775; font-size: clamp(1.12rem, 1.5vw, 1.3rem); line-height: 1.52; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; border-radius: 13px; font-size: .95rem; font-weight: 700; text-align: center; white-space: nowrap; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 14px 28px rgba(77,107,254,.2); }
.button-primary:hover { background: var(--brand-deep); }
.button-outline { border-color: #c8d5ef; background: #fff; color: var(--ink); }
.button-outline:hover { background: #f3f7ff; }
.button-white { background: #fff; color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: #fff; }
.button-outline-light:hover { background: rgba(255,255,255,.12); }
.button-small { min-height: 42px; padding: 8px 16px; border-radius: 10px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--brand-deep); font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Home hero */
.home-hero { overflow: hidden; background: radial-gradient(circle at 83% 10%, #dfeaff 0, transparent 36%), linear-gradient(135deg, #f9fbff 0%, #eef4ff 100%); }
.home-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 5.5%; min-height: 650px; padding-block: 85px 94px; }
.home-hero-copy h1 { max-width: 720px; margin: 28px 0 26px; }
.home-hero-copy .hero-lead { max-width: 610px; }
.hero-footnote { margin: 25px 0 0; color: var(--muted); font-size: .84rem; font-weight: 600; }
.hero-image { width: 100%; max-width: 620px; margin-inline: auto; overflow: hidden; border: 1px solid #dce5f5; border-radius: 26px; background: #fff; box-shadow: 0 28px 72px rgba(31, 52, 109, .17); }
.hero-image img { width: 100%; height: auto; }
.capability-strip { background: #fff; border-block: 1px solid var(--line); }
.capability-strip .shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; padding-block: 19px; color: #65728b; font-size: .8rem; font-weight: 700; }

/* Content sections */
.section { padding-block: 98px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 750px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p:last-child { margin-bottom: 0; font-size: 1.08rem; }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; max-width: none; }
.heading-row > div { max-width: 720px; }
.pillar-grid, .topic-grid, .price-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.pillar { padding: 27px 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.pillar-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 32px; border-radius: 12px; background: #e9efff; color: var(--brand-deep); font-size: .77rem; font-weight: 800; }
.pillar h3 { margin-bottom: 12px; }
.pillar p { min-height: 118px; color: var(--muted); font-size: .93rem; }
.topic-card { position: relative; display: block; min-height: 238px; padding: 25px 25px 48px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s; }
.topic-card:hover { transform: translateY(-4px); border-color: #aabfff; box-shadow: var(--shadow); }
.card-eyebrow { color: var(--brand-deep); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.topic-card h3 { margin: 18px 0 12px; }
.topic-card p { margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.46; }
.card-arrow { position: absolute; right: 23px; bottom: 20px; color: var(--brand-deep); font-size: 1.28rem; }
.topic-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.topic-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; align-items: center; }
.split-intro h2 { margin-bottom: 20px; }
.split-intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 28px; font-size: 1.08rem; }
.journey, .steps { list-style: none; margin: 0; padding: 0; }
.journey { border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 45px rgba(35,65,140,.06); }
.journey li, .steps li { display: flex; gap: 20px; padding: 20px 25px; }
.journey li + li { border-top: 1px solid var(--line); }
.journey li > span, .step-number { display: inline-flex; flex: 0 0 34px; height: 34px; align-items: center; justify-content: center; border-radius: 10px; background: #e8efff; color: var(--brand-deep); font-size: .76rem; font-weight: 800; }
.journey h3, .steps h3 { margin: 0 0 5px; font-size: 1.12rem; }
.journey p, .steps p { margin: 0; color: var(--muted); font-size: .91rem; }
.integration-board { padding: 32px; border: 1px solid #d7e2fb; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.board-label { color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.brand-tags span { padding: 10px 13px; border: 1px solid #dbe5fa; border-radius: 10px; background: #f8faff; color: var(--ink); font-size: .82rem; font-weight: 700; }
.brand-tags small { display: block; color: var(--muted); font-size: .68rem; font-weight: 500; }
.board-arrow { margin: 17px 0; color: var(--brand); text-align: center; font-size: 2rem; }
.board-core { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 17px 20px; border-radius: 13px; background: var(--ink); color: #fff; }
.board-core strong { font-size: 1.22rem; }

/* Daily control on the home page */
.home-stock { background: radial-gradient(circle at 92% 12%, #e8f8f5 0, transparent 37%), #fff; }
.stock-spotlight, .dashboard-spotlight { display: grid; grid-template-columns: .94fr 1.06fr; gap: 8%; align-items: center; }
.spotlight-copy h2 { max-width: 620px; margin-bottom: 22px; }
.spotlight-copy > p:not(.eyebrow) { max-width: 580px; font-size: 1.08rem; }
.spotlight-copy .button { margin-top: 14px; }
.benefit-list { list-style: none; display: grid; gap: 13px; margin: 28px 0; padding: 0; color: var(--ink-soft); font-weight: 600; }
.benefit-list li { position: relative; padding-left: 31px; }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: #d9f5ee; color: #087763; font-size: .75rem; font-weight: 800; }
.stock-flow { padding: 29px; border: 1px solid #c9e8e3; border-radius: 25px; background: linear-gradient(145deg, #f5fffc, #fff 57%); box-shadow: var(--shadow); }
.stock-flow .board-label { display: block; margin-bottom: 24px; color: #087763; }
.stock-flow-row { display: flex; align-items: center; gap: 17px; margin-bottom: 10px; padding: 20px; border: 1px solid #d9eee9; border-radius: 15px; background: #fff; }
.stock-flow-icon { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 11px; background: #dff7f0; color: #087763; font-size: .75rem; font-weight: 800; }
.stock-flow-row strong, .stock-flow-row small { display: block; }
.stock-flow-row strong { line-height: 1.2; }
.stock-flow-row small { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.stock-flow-result { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; padding: 16px 19px; border-radius: 13px; background: #153959; color: #fff; font-size: .89rem; font-weight: 700; }
.stock-flow-result span { flex: 0 0 auto; color: #7fe5cf; }
.dashboard-spotlight { grid-template-columns: .85fr 1.15fr; }
.dashboard-board { overflow: hidden; padding: 29px; border: 1px solid #304c83; border-radius: 26px; background: linear-gradient(148deg, #13294e, #284a91); color: #fff; box-shadow: 0 27px 58px rgba(25,48,100,.2); }
.dashboard-board-head { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 22px; }
.dashboard-board-head strong { font-size: 1.1rem; }
.dashboard-board-head span { color: #a9cdfc; font-size: .78rem; font-weight: 700; }
.dashboard-preview-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.dashboard-preview-kpis span { min-height: 88px; padding: 18px 12px; border: 1px solid rgba(179,205,255,.2); border-radius: 13px; background: rgba(255,255,255,.1); font-size: .85rem; font-weight: 800; }
.dashboard-preview-kpis span::after { content: ""; display: block; width: 22px; height: 4px; margin-top: 16px; border-radius: 4px; background: #65e0cf; }
.dashboard-preview-kpis span:nth-child(2)::after { background: #99baff; }
.dashboard-preview-kpis span:nth-child(3)::after { background: #66d3f3; }
.dashboard-preview-kpis span:nth-child(4)::after { background: #dbc6ff; }
.dashboard-preview-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 10px; }
.dashboard-preview-details span { padding: 10px 13px; border: 1px solid rgba(179,205,255,.18); border-radius: 10px; background: rgba(255,255,255,.06); color: #dce9ff; font-size: .78rem; font-weight: 600; }
.dashboard-board p { margin: 19px 0 0; color: #bcd4ff; font-size: .8rem; }
.board-core small { color: #cbd5f2; }

/* Pricing and contact */
.price-switch { display: flex; flex-wrap: wrap; gap: 16px; width: fit-content; margin: 0 0 26px; padding: 6px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.price-switch legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.price-switch label { padding: 8px 12px; border-radius: 8px; font-size: .88rem; font-weight: 700; cursor: pointer; }
.price-switch label:has(input:checked) { background: #e8eeff; color: var(--brand-deep); }
.price-switch input { accent-color: var(--brand); }
.price-grid { grid-template-columns: repeat(3, minmax(0,1fr)); align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.price-card.featured { border-color: var(--brand); box-shadow: var(--shadow); }
.price-card h3 { margin-bottom: 18px; }
.price-card .price { margin-bottom: 0; color: var(--ink); font-size: 2.35rem; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.price-card > p:nth-of-type(2) { color: var(--muted); font-size: .85rem; }
.price-card ul { min-height: 135px; padding-left: 18px; color: var(--ink-soft); font-size: .9rem; }
.price-card li { margin-bottom: 7px; }
.price-card .button { width: 100%; margin-top: auto; }
.price-badge { position: absolute; top: 20px; right: 20px; color: var(--brand-deep); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.price-note { margin: 22px 0 0; color: var(--muted); font-size: .83rem; }
.price-note a { color: var(--brand-deep); font-weight: 700; text-decoration: underline; }
#precios { padding-bottom: 42px; }
.plan-comparison { padding-top: 52px; background: #fff; }
.comparison-heading { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.comparison-heading .eyebrow { color: var(--brand-deep); }
.comparison-scroll { position: relative; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: .91rem; }
.comparison-table th, .comparison-table td { padding: 13px 20px; border-bottom: 1px solid #e9eef8; }
.comparison-table thead th { padding-block: 19px; background: #f7f9fe; color: var(--ink); font-size: .98rem; font-weight: 800; text-align: center; }
.comparison-table thead th:first-child { width: 49%; text-align: left; }
.comparison-table thead .comparison-featured { background: #edf2ff; color: var(--brand-deep); }
.comparison-table tbody th[scope="row"] { background: #fff; color: var(--ink-soft); font-weight: 500; text-align: left; }
.comparison-table tbody th[scope="row"] a:hover { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 3px; }
.comparison-table tbody td { color: var(--ink); font-weight: 600; text-align: center; }
.comparison-table tbody td:nth-child(3) { background: #f8faff; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody .comparison-group th, .comparison-table tbody .comparison-group td { padding: 24px 20px 13px; border-top: 1px solid #dbe5f4; background: #f4f7fe; color: var(--ink); font-size: 1.03rem; font-weight: 800; text-align: left; }
.comparison-table .comparison-group:first-child th, .comparison-table .comparison-group:first-child td { border-top: 0; }
.comparison-check { color: #139776; font-size: 1.35rem; font-weight: 700; line-height: 1; }
.comparison-scroll-hint { display: none; }
.comparison-note { max-width: 900px; margin: 22px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.comparison-note a { color: var(--brand-deep); font-weight: 700; text-decoration: underline; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.faq-list { border-top: 1px solid #cbd9f4; }
.faq-list details { border-bottom: 1px solid #cbd9f4; }
.faq-list summary { padding: 20px 40px 20px 0; color: var(--ink); font-weight: 700; cursor: pointer; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 18px; color: var(--brand-deep); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0 0 20px; color: var(--ink-soft); font-size: .95rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.contact-grid h2 { margin-bottom: 20px; }
.contact-methods { display: grid; gap: 12px; margin-top: 32px; color: var(--brand-deep); font-weight: 700; }
.contact-form { display: grid; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { margin-bottom: 7px; font-size: .83rem; font-weight: 700; }
.contact-form input:not([type=hidden]), .contact-form textarea { width: 100%; margin-bottom: 15px; padding: 11px 13px; border: 1px solid #cfdaf0; border-radius: 10px; background: #fbfcff; color: var(--ink); }
.contact-form .g-recaptcha { margin: 5px 0 18px; min-height: 78px; }
.contact-form .button { width: fit-content; }
.form-status, .form-error { margin: 12px 0 0; font-size: .87rem; }
.form-status { color: #186b4a; }
.form-error { color: #af2b42; }

/* Topic pages and hub */
.page-hero { padding: 35px 0 86px; background: radial-gradient(circle at 88% 8%, #dfeaff, transparent 37%), #f5f8ff; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 72px; color: var(--muted); font-size: .78rem; font-weight: 600; }
.breadcrumbs a:hover { color: var(--brand-deep); text-decoration: underline; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9%; align-items: center; }
.page-hero h1 { max-width: 770px; margin: 22px 0 24px; font-size: clamp(2.65rem, 4.7vw, 4.9rem); }
.process-visual { padding: 28px; border: 1px solid #d4e0fb; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.visual-label { display: block; margin-bottom: 20px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.process-visual ul { list-style: none; margin: 0; padding: 0; }
.process-visual li { display: flex; align-items: center; gap: 13px; min-height: 54px; margin-bottom: 9px; padding: 9px 15px; border: 1px solid #e3eafa; border-radius: 12px; background: #f9fbff; font-weight: 700; }
.flow-index { display: inline-flex; flex: 0 0 26px; height: 26px; align-items: center; justify-content: center; border-radius: 8px; background: #e7edff; color: var(--brand-deep); font-size: .68rem; }
.visual-result { display: flex; gap: 11px; align-items: center; margin-top: 19px; padding: 17px; border-radius: 12px; background: #ecf9f7; color: #1d6559; font-size: .87rem; font-weight: 700; }
.result-check { display: inline-flex; flex: 0 0 25px; height: 25px; align-items: center; justify-content: center; border-radius: 50%; background: #cff0e8; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.feature-dot { display: block; width: 34px; height: 34px; margin-bottom: 30px; border: 9px solid #e5edff; border-radius: 12px; background: var(--brand); }
.feature-card h3 { margin-bottom: 13px; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.steps { border-left: 2px solid #c7d6f8; }
.steps li { position: relative; padding: 0 0 28px 28px; }
.steps li:last-child { padding-bottom: 0; }
.steps .step-number { margin-left: -46px; background: var(--brand); color: #fff; }
.hub-hero { padding-bottom: 88px; }
.hub-hero h1 { max-width: 860px; }
.hub-hero .hero-lead { max-width: 820px; }
.code-panel { overflow: hidden; padding: 28px; border-radius: 20px; background: #10203f; color: #eaf1ff; box-shadow: var(--shadow); }
.code-panel > span { color: #91a8df; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.code-panel pre { overflow-x: auto; margin: 24px 0; font: 500 .91rem/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-panel p { margin: 0; color: #aebfe4; font-size: .78rem; }

/* Shared solution-page details and palette accents */
.solution-page { --page-accent: #4d6bfe; --page-ink: #3454df; --page-soft: #edf2ff; --page-glow: #dbe6ff; }
.solution-page.theme-violet { --page-accent: #7968e8; --page-ink: #5942b9; --page-soft: #f2efff; --page-glow: #e6ddff; }
.solution-page.theme-mint { --page-accent: #159b88; --page-ink: #087763; --page-soft: #eaf9f5; --page-glow: #d4f3e9; }
.solution-page.theme-sky { --page-accent: #228fbd; --page-ink: #176b98; --page-soft: #eaf7fc; --page-glow: #d6effb; }
.solution-page .page-hero { border-bottom: 1px solid var(--page-glow); background: radial-gradient(circle at 86% 9%, var(--page-glow), transparent 39%), linear-gradient(145deg, #fbfcff, var(--page-soft)); }
.solution-page .page-hero .eyebrow, .solution-page .section .eyebrow { color: var(--page-ink); }
.solution-page .eyebrow-pill { border-color: var(--page-glow); background: var(--page-soft); }
.solution-page .process-visual { position: relative; overflow: hidden; border-color: var(--page-glow); }
.solution-page .process-visual::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--page-accent), var(--cyan)); }
.solution-page .process-visual li:nth-child(odd) { border-color: var(--page-glow); background: var(--page-soft); }
.solution-page .flow-index { background: var(--page-soft); color: var(--page-ink); }
.solution-page .feature-card { position: relative; overflow: hidden; border-color: #dbe5f3; }
.solution-page .feature-card:nth-child(4n+1) { background: linear-gradient(145deg, var(--page-soft), #fff 63%); }
.solution-page .feature-card:nth-child(4n+2) { background: linear-gradient(145deg, #eefaff, #fff 63%); }
.solution-page .feature-card:nth-child(4n+3) { background: linear-gradient(145deg, #effaf7, #fff 63%); }
.solution-page .feature-card:nth-child(4n+4) { background: linear-gradient(145deg, #f5f2ff, #fff 63%); }
.solution-page .feature-dot { border-color: var(--page-glow); background: var(--page-accent); }
.solution-page .feature-card:nth-child(4n+2) .feature-dot { border-color: #dbf4fb; background: #20abd1; }
.solution-page .feature-card:nth-child(4n+3) .feature-dot { border-color: #d9f4eb; background: #159b88; }
.solution-page .feature-card:nth-child(4n+4) .feature-dot { border-color: #e8e1ff; background: #7968e8; }
.solution-page .steps .step-number { background: var(--page-accent); }
.solution-page .faq-list summary::after { color: var(--page-ink); }
.solution-page .topic-card:hover { border-color: var(--page-accent); }
.ai-sparkles { display: block; flex: 0 0 auto; width: 24px; height: 24px; color: #7052d8; }
.ai-eyebrow { gap: 8px; }
.ai-eyebrow .ai-sparkles { width: 19px; height: 19px; }
.ai-role-note { display: flex; align-items: flex-start; gap: 13px; max-width: 650px; margin: -4px 0 24px; padding: 17px 19px; border: 1px solid #ded5ff; border-radius: 15px; background: linear-gradient(110deg, #f0ebff, #f8f6ff); box-shadow: 0 12px 32px rgba(101, 68, 190, .08); }
.ai-role-note .ai-sparkles { width: 29px; height: 29px; }
.ai-role-note p { margin: 0; color: #574789; font-size: .94rem; line-height: 1.45; }
.ai-role-note strong { color: #3e278d; }
.ai-process-visual { border-color: #ded5ff; background: linear-gradient(150deg, #fff, #faf8ff); }
.ai-process-visual .visual-label { display: flex; align-items: center; gap: 8px; color: #6141ae; }
.ai-process-visual .visual-label .ai-sparkles { width: 21px; height: 21px; }
.ai-process-visual .visual-result { background: #f0ecff; color: #4c348b; }
.ai-process-visual .result-check { background: #ddd4ff; }
.final-cta { padding-block: 65px; background: linear-gradient(110deg, #172a57, #3556be); color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 630px; margin: 0 0 14px; font-size: clamp(2rem, 3vw, 3.1rem); }
.final-cta p { max-width: 570px; margin: 0; color: #d8e2ff; }
.final-cta .eyebrow { color: #b9d2ff; }

/* Footer */
.site-footer { padding-top: 68px; background: #111e37; color: #eaf0ff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(5, 1fr); gap: 22px; padding-bottom: 65px; }
.footer-brand img { width: 193px; height: auto; padding: 6px 8px; border-radius: 7px; background: #fff; }
.footer-brand p { max-width: 245px; margin: 20px 0; color: #aebbd7; font-size: .9rem; }
.footer-brand a:last-child { color: #b8c8ff; font-size: .86rem; font-weight: 700; }
.footer-links h3 { margin: 5px 0 19px; color: #fff; font-size: .86rem; letter-spacing: .03em; }
.footer-links ul { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #aebbd7; font-size: .8rem; }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid #31405e; color: #9eaccb; font-size: .76rem; }

@media (max-width: 1150px) {
  .main-nav { gap: 17px; font-size: .84rem; }
  .pillar-grid, .topic-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1100px) {
  html { scroll-padding-top: 82px; }
  .nav-shell { min-height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; max-height: calc(100vh - 70px); padding: 15px 24px 25px; overflow-y: auto; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; gap: 0; }
  .main-nav > a { padding: 12px 0; }
  .main-nav > .button { margin-top: 10px; padding-inline: 22px; }
  .nav-solutions { display: block; }
  .nav-solutions-toggle { justify-content: space-between; width: 100%; padding: 12px 0; }
  .solutions-menu { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: none; padding: 14px; overflow: visible; border-radius: 15px; box-shadow: none; }
  .solutions-menu-group a { min-height: 44px; padding: 7px 0; }
}
@media (max-width: 900px) {
  .home-hero-grid, .page-hero-grid, .split-section, .faq-layout, .contact-grid, .stock-spotlight, .dashboard-spotlight { grid-template-columns: 1fr; gap: 45px; }
  .home-hero-grid { padding-block: 70px 85px; }
  .home-hero-copy h1 { max-width: 800px; }
  .hero-image { max-width: 650px; }
  .page-hero .breadcrumbs { margin-bottom: 42px; }
  .process-visual { max-width: 650px; }
  .final-cta-inner { display: block; }
  .final-cta .actions { margin-top: 25px; }
  .price-grid { gap: 12px; }
}
@media (max-width: 900px) and (min-width: 651px) {
  .price-card { padding: 23px; }
  .price-card .price { font-size: clamp(1.7rem, 3.1vw, 2.35rem); }
}
@media (max-width: 650px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 32px, 1200px); }
  .brand img { width: 165px; }
  .main-nav { padding-inline: 16px; }
  .solutions-menu { grid-template-columns: 1fr; gap: 10px; padding: 12px; }
  .solutions-menu-intro { display: block; padding: 2px 4px 7px; }
  .solutions-menu-intro > a { display: inline-block; margin-top: 8px; }
  .solutions-menu-group { padding: 15px; }
  .home-hero-grid { gap: 54px; min-height: 0; padding-block: 54px 72px; }
  .home-hero-copy h1 { margin: 23px 0 20px; }
  .hero-image { border-radius: 18px; }
  .capability-strip .shell { justify-content: flex-start; gap: 9px 18px; }
  .section { padding-block: 65px; }
  .section-heading { margin-bottom: 28px; }
  .heading-row { display: block; }
  .heading-row > .text-link { margin-top: 10px; }
  .pillar-grid, .topic-grid, .topic-grid.three, .topic-grid.two, .feature-grid, .price-grid, .footer-grid { grid-template-columns: 1fr; }
  .pillar p { min-height: 0; }
  .topic-card { min-height: 0; }
  .journey li { padding: 17px; }
  .integration-board { padding: 22px; }
  .stock-flow, .dashboard-board { padding: 21px; }
  .dashboard-preview-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-preview-kpis span { min-height: 74px; }
  .dashboard-board-head { align-items: flex-start; }
  .board-core { display: block; }
  .board-core small { display: block; }
  .price-card ul { min-height: 0; }
  #precios { padding-bottom: 22px; }
  .plan-comparison { padding-top: 35px; }
  .comparison-heading { margin-bottom: 15px; }
  .comparison-scroll-hint { display: block; margin: 0 0 12px; color: var(--muted); font-size: .78rem; font-weight: 600; }
  .comparison-scroll { margin-inline: -16px; border-radius: 0; border-inline: 0; }
  .comparison-table { min-width: 690px; font-size: .83rem; }
  .comparison-table th, .comparison-table td { padding: 11px 13px; }
  .comparison-table thead th:first-child { position: sticky; left: 0; z-index: 2; width: 225px; box-shadow: 1px 0 #e9eef8; }
  .comparison-table tbody th[scope="row"] { position: sticky; left: 0; z-index: 1; box-shadow: 1px 0 #e9eef8; }
  .comparison-table .comparison-group th { position: sticky; left: 0; z-index: 1; box-shadow: 1px 0 #e9eef8; }
  .comparison-table tbody .comparison-group th, .comparison-table tbody .comparison-group td { padding: 17px 13px 11px; }
  .contact-form { padding: 20px; }
  .page-hero { padding: 24px 0 60px; }
  .page-hero .breadcrumbs { margin-bottom: 42px; }
  .page-hero h1 { margin: 20px 0; }
  .process-visual { padding: 18px; }
  .feature-card { padding: 23px; }
  .final-cta { padding-block: 55px; }
  .footer-grid { gap: 28px; padding-bottom: 45px; }
  .footer-bottom { display: grid; }
  .actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Chile: six footer columns and the preserved legal document. */
.legal-content { max-width: 930px; margin-inline: auto; padding: 42px 0 90px; }
.legal-content h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.legal-content > p:first-of-type { color: var(--muted); }
.legal-content ol { padding-left: 1.5rem; }
.legal-content li { margin-bottom: 1.25rem; }
.legal-content li > strong { color: var(--ink); }
.legal-content a { color: var(--brand-deep); text-decoration: underline; }
.legal-content > .legal-body { padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
@media (max-width: 650px) { .legal-content > .legal-body { padding: 20px; } }


@media (min-width: 1101px) and (max-width: 1250px) {
  .main-nav { gap: 13px; font-size: .82rem; }
  .brand img { width: 170px; }
  .nav-shell { gap: 16px; }
  .button-small { padding-inline: 12px; }
}
@media (max-width: 650px) {
  .contact-grid > * { min-width: 0; }
  .contact-form { min-width: 0; width: 100%; overflow: hidden; }
  .contact-form .g-recaptcha { width: 304px; height: 68px; min-height: 0; transform: scale(.78); transform-origin: top left; margin-bottom: 0; }
  .contact-methods a { overflow-wrap: anywhere; }
}
@media (max-width: 650px) {
  .contact-form { grid-template-columns: minmax(0, 1fr); }
  .contact-form input:not([type=hidden]), .contact-form textarea, .contact-form .g-recaptcha { min-width: 0; width: 100%; }
}
.solution-page.theme-cyan { --page-accent: #1687a8; --page-ink: #126985; --page-soft: #eefaff; --page-glow: #d9f3fb; }
