:root {
    --navy-950: #08162f;
    --navy-900: #102552;
    --navy-800: #17356f;
    --blue-600: #2563eb;
    --blue-500: #3777f2;
    --green-700: #0f9f58;
    --green-600: #12b76a;
    --green-500: #5ee08d;
    --orange-600: #f05a1f;
    --teal-500: #168e93;
    --ink: #15233d;
    --muted: #5d6980;
    --line: #dce3ed;
    --surface: #f4f7fb;
    --warm: #fbfaf7;
    --white: #fff;
    --danger: #b52b35;
    --shadow-sm: 0 10px 30px rgba(16, 37, 82, .08);
    --shadow-lg: 0 28px 80px rgba(16, 37, 82, .16);
    --radius-sm: .75rem;
    --radius-md: 1.25rem;
    --radius-lg: 2rem;
    --section: clamp(5rem, 9vw, 8.5rem);
    --font: "Inter", "Figtree", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { color: var(--ink); background: var(--warm); font-family: var(--font); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body::selection { color: white; background: var(--blue-600); }
a { color: var(--navy-800); text-decoration-thickness: .08em; text-underline-offset: .2em; }
img { max-width: 100%; }
svg { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
h1, h2, h3 { color: var(--navy-950); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.45rem, 5vw, 4.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -.02em; }
p { color: var(--muted); }

.container-xl { max-width: 1240px; }
.section { padding-block: var(--section); }
.section-heading { max-width: 760px; margin-bottom: 3.25rem; }
.section-intro, .hero-lead { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-lead { max-width: 720px; margin: 1.6rem 0 2rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; color: var(--blue-600); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2rem; height: 2px; background: currentColor; }
.eyebrow--light { color: #8ab4ff; }

.skip-link { position: fixed; z-index: 1100; top: .75rem; left: .75rem; padding: .75rem 1rem; color: white; background: var(--navy-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1080; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue-600), var(--teal-500)); transform: scaleX(0); transform-origin: left center; transition: transform .16s linear; will-change: transform; }

.site-header { position: fixed; z-index: 1030; top: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(251, 250, 247, .88); backdrop-filter: blur(14px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: rgba(220, 227, 237, .85); box-shadow: 0 8px 30px rgba(8, 22, 47, .07); }
.navbar { min-height: 78px; }
.navbar-brand img { width: 160px; height: auto; }
.navbar-nav { gap: .15rem; }
.nav-action-item + .nav-action-item { margin-left: .5rem; }
.nav-link { color: var(--ink); font-size: .93rem; font-weight: 650; padding: .65rem .7rem !important; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--blue-600); }
.dropdown-menu { padding: .65rem; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); }
.dropdown-item { border-radius: .5rem; padding: .65rem .8rem; font-size: .92rem; }
.navbar-toggler { display: grid; gap: 4px; border: 0; padding: .65rem; }
.navbar-toggler span { display: block; width: 24px; height: 2px; background: var(--navy-950); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 44px; padding: .72rem 1.15rem; border-radius: .55rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { border-color: var(--blue-600); background: var(--blue-600); box-shadow: 0 8px 22px rgba(37, 99, 235, .2); }
.btn-primary:hover, .btn-primary:focus { border-color: var(--navy-800); background: var(--navy-800); box-shadow: 0 12px 30px rgba(16, 37, 82, .25); }
.btn-contact { color: white; border-color: transparent; background-image: linear-gradient(135deg, var(--green-700) 0%, var(--green-600) 52%, var(--green-500) 100%); background-size: 140% 140%; box-shadow: 0 10px 20px rgba(18, 183, 106, .18); }
.btn-contact:hover, .btn-contact:focus, .btn-contact:active { color: white; border-color: transparent; background-image: linear-gradient(135deg, #0d8f4f 0%, #10a861 52%, #4ecf7f 100%); background-position: 100% 50%; box-shadow: 0 12px 22px rgba(18, 183, 106, .22); }
.btn-urgent { color: white; border-color: transparent; background-image: linear-gradient(135deg, #d72638 0%, #ef4444 48%, #ff7a59 100%); background-size: 140% 140%; box-shadow: 0 10px 20px rgba(215,38,56,.2); }
.btn-urgent:hover, .btn-urgent:focus, .btn-urgent:active { color: white; border-color: transparent; background-image: linear-gradient(135deg, #c81e32 0%, #e53b4b 48%, #ff6a4d 100%); background-position: 100% 50%; box-shadow: 0 12px 22px rgba(215,38,56,.24); }
.btn-outline-primary { color: var(--navy-800); border-color: #9fb1cc; }
.btn-outline-primary:hover { border-color: var(--navy-800); background: var(--navy-800); }
.btn-lg { padding: .92rem 1.4rem; }
.btn-sm { min-height: 40px; padding: .55rem .95rem; }
.navbar-nav .nav-action { min-height: 36px; padding: 0 14px; border-radius: 13px; font-size: .78rem; font-weight: 600; line-height: 1; }
.navbar-nav .nav-action:hover { filter: brightness(1.02) saturate(1.03); transform: none; }
.btn svg, .card-link svg, .text-link svg { transition: transform .2s ease; }
.btn:hover svg, a:hover .card-link svg, .text-link:hover svg { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--navy-800); font-weight: 750; text-decoration: none; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }

.home-hero { position: relative; display: flex; align-items: center; min-height: 94vh; padding: 9rem 0 7rem; overflow: hidden; background: radial-gradient(circle at 80% 24%, rgba(37,99,235,.16), transparent 31%), radial-gradient(circle at 10% 78%, rgba(22,142,147,.09), transparent 27%), linear-gradient(135deg, var(--warm) 0%, #f8fafc 48%, #f1f6ff 100%); }
.home-hero::before { content: ""; position: absolute; z-index: 0; top: -18%; right: -8%; width: 46vw; min-width: 420px; aspect-ratio: 1; border: 1px solid rgba(37,99,235,.08); border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(55,119,242,.14), rgba(22,142,147,.045) 45%, transparent 70%); box-shadow: 0 0 0 70px rgba(37,99,235,.018), 0 0 0 150px rgba(22,142,147,.014); animation: ambient-drift 16s ease-in-out infinite alternate; }
.home-hero > .container-xl { position: relative; z-index: 2; }
.hero-grid { position: absolute; z-index: 0; inset: -54px; opacity: .52; pointer-events: none; background-image: radial-gradient(circle, rgba(16,37,82,.12) 1px, transparent 1.2px), linear-gradient(rgba(16,37,82,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,37,82,.035) 1px, transparent 1px); background-position: 0 0, 0 0, 0 0; background-size: 27px 27px, 108px 108px, 108px 108px; mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.75) 68%, transparent 96%); animation: grid-drift 32s linear infinite; }
.hero-signal-map { position: absolute; z-index: 1; inset: 78px 0 0; overflow: hidden; pointer-events: none; opacity: .68; mask-image: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.58) 45%, black 100%); }
.hero-signal-map svg { display: block; width: 100%; height: 100%; }
.hero-signal-stop--blue { stop-color: var(--blue-600); }
.hero-signal-stop--teal { stop-color: var(--teal-500); }
.hero-signal-dot { fill: rgba(37,99,235,.15); }
.hero-signal-dots { opacity: .34; }
.hero-signal-line { fill: none; stroke-width: 1.2; stroke-linecap: round; vector-effect: non-scaling-stroke; opacity: .46; stroke-dasharray: 3 11; animation: signal-flow 24s linear infinite; }
.hero-signal-line--b { opacity: .32; animation-duration: 31s; animation-direction: reverse; }
.hero-signal-line--c { opacity: .38; animation-duration: 37s; }
.hero-signal-line--d { opacity: .25; animation-duration: 28s; animation-direction: reverse; }
.hero-signal-node-ring { fill: rgba(251,250,247,.68); stroke: rgba(37,99,235,.28); stroke-width: 1; vector-effect: non-scaling-stroke; }
.hero-signal-node { fill: var(--teal-500); stroke: white; stroke-width: 2; vector-effect: non-scaling-stroke; }
.hero-signal-node--orange { fill: var(--orange-600); }
.home-hero h1 { max-width: 880px; font-size: clamp(2.5rem, 4vw, 4rem); }
.hero-subtitle { margin: .85rem 0 0; color: var(--orange-600); font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.2; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; margin-top: 2.5rem; color: var(--muted); font-size: .9rem; }
.hero-trust span { display: flex; align-items: center; gap: .35rem; }
.hero-trust svg { color: var(--teal-500); }
.hero-system { position: relative; width: min(100%, 520px); aspect-ratio: 1; margin-inline: auto; }
.system-stage { --orbit-x: 0px; --orbit-y: 0px; position: absolute; inset: 0; border: 1px solid rgba(37,99,235,.2); border-radius: 50%; transform: translate(var(--orbit-x), var(--orbit-y)); transition: transform .22s ease-out; }
.system-stage::before, .system-stage::after { content: ""; position: absolute; border: 1px solid rgba(37,99,235,.16); border-radius: 50%; pointer-events: none; }
.system-stage::before { inset: 4%; }
.system-stage::after { inset: 22%; }
.system-center { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; place-items: center; width: 29%; aspect-ratio: 1; color: white; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--navy-800), var(--navy-950)); box-shadow: 0 22px 54px rgba(16,37,82,.28); transform: translate(-50%, -50%); font-weight: 750; text-align: center; }
.system-center img { display: block; width: 70%; height: auto; }
.system-center::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(37,99,235,.25); border-radius: inherit; animation: center-breathe 3.2s ease-in-out infinite; }
.system-orbit { position: absolute; z-index: 3; inset: 50%; width: 0; height: 0; }
.system-orbit--primary { --orbit-duration: 28s; --orbit-radius: 145px; z-index: 4; }
.system-orbit--secondary { --orbit-duration: 43s; --orbit-radius: clamp(205px, 16vw, 230px); }
.system-node { --node-angle: 0deg; --node-inverse: 0deg; position: absolute; top: 0; left: 0; width: 0; height: 0; color: var(--navy-950); text-decoration: none; transform-origin: 0 0; animation: node-orbit var(--orbit-duration) linear infinite; }
.system-node__content { display: flex; align-items: center; gap: .5rem; width: max-content; padding: .78rem .95rem; border: 1px solid var(--line); border-radius: 3rem; background: white; box-shadow: var(--shadow-sm); font-size: .9rem; font-weight: 750; transform: translate(-50%, -50%); transition: border-color .2s ease, box-shadow .2s ease; }
.system-node:hover .system-node__content, .system-node:focus-visible .system-node__content { border-color: #9eb5dc; box-shadow: 0 14px 34px rgba(16,37,82,.16); }
.system-node:focus-visible { outline: 0; }
.system-node svg { color: var(--blue-600); }
.system-orbit--secondary .system-node { animation-direction: reverse; }
.system-orbit--secondary .system-node__content { gap: .35rem; padding: .48rem .62rem; color: var(--navy-800); background: white; font-size: .72rem; font-weight: 750; }
.system-orbit--secondary .system-node__content svg { width: 1rem; height: 1rem; color: var(--teal-500); }
.node-support { --node-angle: 210deg; --node-inverse: -210deg; }
.node-hosting { --node-angle: 330deg; --node-inverse: -330deg; }
.node-development { --node-angle: 90deg; --node-inverse: -90deg; }
.node-security { --node-angle: 0deg; --node-inverse: 0deg; }
.node-backups { --node-angle: 45deg; --node-inverse: -45deg; }
.node-email { --node-angle: 90deg; --node-inverse: -90deg; }
.node-monitoring { --node-angle: 135deg; --node-inverse: -135deg; }
.node-migrations { --node-angle: 180deg; --node-inverse: -180deg; }
.node-dns { --node-angle: 225deg; --node-inverse: -225deg; }
.node-automation { --node-angle: 270deg; --node-inverse: -270deg; }
.node-integrations { --node-angle: 315deg; --node-inverse: -315deg; }
.hero-system:hover .system-node, .hero-system:focus-within .system-node { animation-play-state: paused; }

.platform-showcase { position: relative; overflow: hidden; padding: clamp(5rem, 8vw, 7.5rem) 0; color: white; background: #071329; }
.platform-showcase::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: radial-gradient(circle, rgba(138,180,255,.28) 1px, transparent 1.2px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent, black 28%, black 72%, transparent); }
.platform-showcase::after { content: ""; position: absolute; top: -45%; left: 50%; width: min(1000px, 90vw); aspect-ratio: 1.7; border-radius: 50%; pointer-events: none; background: radial-gradient(ellipse, rgba(37,99,235,.2), rgba(22,142,147,.08) 42%, transparent 70%); transform: translateX(-50%); }
.platform-showcase > .container-xl { position: relative; z-index: 1; }
.platform-showcase__intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.platform-showcase__intro .eyebrow { margin-bottom: 1rem; }
.platform-showcase__intro h2 { max-width: 760px; margin: 0; color: white; font-size: clamp(2rem, 4vw, 3.5rem); }
.platform-showcase__intro > p { max-width: 520px; margin: 0 0 .4rem; color: #bac7dc; font-size: 1.05rem; }
.platform-frame { margin: 0; padding: 1px; border-radius: 1.5rem; background: linear-gradient(135deg, rgba(138,180,255,.72), rgba(255,255,255,.18) 46%, rgba(22,142,147,.5)); box-shadow: 0 34px 90px rgba(0,0,0,.38), 0 0 70px rgba(37,99,235,.13); }
.platform-frame__shell { overflow: hidden; border-radius: calc(1.5rem - 1px); background: #0c1a31; }
.platform-frame__chrome { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 54px; padding: .7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.09); color: #afbdd2; background: rgba(12,26,49,.96); font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.platform-frame__controls { display: flex; gap: .42rem; }
.platform-frame__controls span { width: 9px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #344661; }
.platform-frame__controls span:first-child { background: var(--orange-600); }
.platform-frame__controls span:nth-child(2) { background: #d5a638; }
.platform-frame__controls span:last-child { background: var(--teal-500); }
.platform-frame__label { justify-self: center; }
.platform-frame__badge { justify-self: end; padding: .3rem .65rem; border: 1px solid rgba(138,180,255,.25); border-radius: 2rem; color: #c8d8f4; background: rgba(37,99,235,.12); }
.platform-frame__viewport { overflow: hidden; background: #eaf2f8; }
.platform-frame__viewport img { display: block; width: 100%; height: auto; }
.platform-frame figcaption { padding: .75rem 1rem .85rem; color: #9cabc1; font-size: .78rem; text-align: center; }

.page-hero { position: relative; padding: 11rem 0 7rem; overflow: hidden; background: radial-gradient(circle at 88% 15%, rgba(37,99,235,.13), transparent 32%); }
.page-hero::after { content: ""; position: absolute; z-index: -1; top: -45%; right: -8%; width: 42vw; min-width: 380px; aspect-ratio: 1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(37,99,235,.11), transparent 67%); animation: ambient-drift 18s ease-in-out infinite alternate-reverse; }
.page-hero--compact { padding-bottom: 5rem; }
.page-hero h1 { max-width: 980px; font-size: clamp(2.45rem, 4.4vw, 4.15rem); }
.hero-orbit { position: absolute; top: -160px; right: -100px; width: 520px; height: 520px; border: 1px solid rgba(37,99,235,.12); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(37,99,235,.025), inset 0 0 0 160px rgba(37,99,235,.025); }
.hero-media { position: relative; overflow: hidden; border-radius: var(--radius-lg) var(--radius-sm) var(--radius-lg) var(--radius-sm); box-shadow: var(--shadow-lg); }
.hero-media img { width: 100%; min-height: 430px; object-fit: cover; }

.problem-section { background: var(--surface); }
.entry-packages { overflow: hidden; background: linear-gradient(180deg, var(--surface), white); }
.entry-packages .section-heading { max-width: 820px; }
.entry-package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 4rem; }
.entry-package-card { --package-accent: var(--blue-600); position: relative; isolation: isolate; display: flex; min-width: 0; min-height: 650px; flex-direction: column; padding: 2.6rem 1.25rem 1.5rem; border: 1.5px solid #e1e6ee; border-radius: .75rem; background: color-mix(in srgb, var(--package-accent) 2.5%, white); box-shadow: 0 18px 45px rgba(16,37,82,.08); }
.entry-package-card__ambient { position: absolute; z-index: 0; inset: 0; overflow: hidden; border-radius: calc(.75rem - 1.5px); pointer-events: none; }
.entry-package-card__ambient::before, .entry-package-card__ambient::after { position: absolute; pointer-events: none; content: ""; }
.entry-package-card__ambient::before { inset: 0; }
.entry-package-card__ambient::after { will-change: transform, opacity; }
.entry-package-card__header, .entry-package-card__features, .entry-package-card__action { position: relative; z-index: 1; }
.entry-package-card--purple { --package-accent: #5e3bee; }
.entry-package-card--red { --package-accent: #e04455; }
.entry-package-card--green { --package-accent: var(--green-600); }
.entry-package-card--blue .entry-package-card__ambient::before { background: radial-gradient(circle at 92% 7%, color-mix(in srgb, var(--package-accent) 15%, transparent), transparent 35%), linear-gradient(160deg, color-mix(in srgb, var(--package-accent) 5%, white), transparent 52%); }
.entry-package-card--blue .entry-package-card__ambient::after { top: -64px; right: -48px; width: 205px; aspect-ratio: 1; opacity: .68; background: linear-gradient(145deg, color-mix(in srgb, var(--package-accent) 20%, transparent), color-mix(in srgb, var(--package-accent) 4%, transparent) 58%, transparent 59%), repeating-linear-gradient(120deg, color-mix(in srgb, var(--package-accent) 14%, transparent) 0 1px, transparent 1px 24px); clip-path: polygon(50% 0, 100% 100%, 0 100%); filter: drop-shadow(0 12px 22px color-mix(in srgb, var(--package-accent) 13%, transparent)); animation: package-blue-signal 12s ease-in-out infinite alternate; }
.entry-package-card--purple .entry-package-card__ambient::before { background: radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--package-accent) 13%, transparent), transparent 34%), radial-gradient(circle at 92% 92%, color-mix(in srgb, var(--package-accent) 7%, transparent), transparent 40%); }
.entry-package-card--purple .entry-package-card__ambient::after { top: -170px; right: -88px; width: 210px; height: 840px; opacity: .44; border-inline: 1px solid color-mix(in srgb, var(--package-accent) 16%, transparent); border-radius: 45%; background: repeating-linear-gradient(90deg, transparent 0 22px, color-mix(in srgb, var(--package-accent) 10%, transparent) 23px 24px); animation: package-purple-spectrum 15s ease-in-out infinite alternate; }
.entry-package-card--red .entry-package-card__ambient::before { background: radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--package-accent) 15%, transparent), transparent 34%), linear-gradient(25deg, color-mix(in srgb, var(--package-accent) 4%, white), transparent 58%); }
.entry-package-card--red .entry-package-card__ambient::after { top: -92px; right: -82px; width: 235px; aspect-ratio: 1; opacity: .54; border: 1px solid color-mix(in srgb, var(--package-accent) 16%, transparent); border-radius: 50%; background: radial-gradient(circle, transparent 0 27%, color-mix(in srgb, var(--package-accent) 13%, transparent) 28% 30%, transparent 31% 48%, color-mix(in srgb, var(--package-accent) 9%, transparent) 49% 51%, transparent 52%); animation: package-red-pulse 9s ease-in-out infinite; }
.entry-package-card--green .entry-package-card__ambient::before { background: radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--package-accent) 14%, transparent), transparent 36%), linear-gradient(145deg, transparent 45%, color-mix(in srgb, var(--package-accent) 5%, white)); }
.entry-package-card--green .entry-package-card__ambient::after { top: -175px; right: -155px; width: 315px; height: 850px; opacity: .38; border-radius: 44%; background-image: linear-gradient(color-mix(in srgb, var(--package-accent) 14%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--package-accent) 14%, transparent) 1px, transparent 1px); background-size: 30px 30px; animation: package-green-flow 17s ease-in-out infinite alternate; }
.is-automation .entry-package-card__ambient::after { animation-play-state: paused; }
.entry-package-card__badge { position: absolute; z-index: 2; top: -18px; left: 50%; min-width: max-content; padding: .58rem 1.15rem; color: white; border-radius: 2rem; background: var(--package-accent); font-size: .78rem; font-weight: 650; letter-spacing: .02em; transform: translateX(-50%); }
.entry-package-card__header h3 { margin: 0; font-size: 1.5rem; line-height: 1; }
.entry-package-card__model { display: inline-flex; align-items: center; width: max-content; min-height: 28px; margin: .35rem 0 1.1rem; padding: .25rem .5rem; color: var(--package-accent); border: 1px solid color-mix(in srgb, var(--package-accent) 22%, transparent); border-radius: .35rem; background: color-mix(in srgb, var(--package-accent) 7%, white); font-size: .68rem; font-weight: 700; line-height: 1.1; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.entry-package-card__model:hover { border-color: color-mix(in srgb, var(--package-accent) 55%, transparent); background: color-mix(in srgb, var(--package-accent) 14%, white); box-shadow: 0 6px 14px color-mix(in srgb, var(--package-accent) 12%, transparent); transform: translateY(-1px); }
.entry-package-card__model:focus-visible { border-color: var(--package-accent); outline: 3px solid color-mix(in srgb, var(--package-accent) 25%, transparent); outline-offset: 2px; background: color-mix(in srgb, var(--package-accent) 14%, white); box-shadow: 0 6px 14px color-mix(in srgb, var(--package-accent) 14%, transparent); transform: translateY(-1px); }
.entry-package-card__model.is-tooltip-open { color: white; border-color: var(--package-accent); background: var(--package-accent); box-shadow: 0 8px 18px color-mix(in srgb, var(--package-accent) 24%, transparent); transform: translateY(-1px); }
.entry-package-card__price { display: flex; align-items: baseline; flex-wrap: wrap; margin: 0 0 1rem; color: var(--ink); }
.entry-package-card__price > span { width: 100%; margin-bottom: .12rem; color: var(--muted); font-size: .62rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.entry-package-card__price strong { color: var(--navy-950); font-size: 2.55rem; font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.entry-package-card__price sup { top: -.55rem; margin-right: .12rem; font-size: 1.25rem; }
.entry-package-card__price small { margin-left: .3rem; color: var(--muted); font-size: .72rem; font-weight: 600; }
.entry-package-card__description { min-height: 90px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.entry-package-card__features { display: grid; gap: .1rem; padding: 1.15rem 0; margin: 1.1rem 0 1.35rem; border-block: 1px solid var(--line); list-style: none; }
.entry-package-card__features li { display: flex; align-items: flex-start; gap: .55rem; min-height: 38px; padding: .35rem .2rem; color: var(--ink); font-size: .79rem; font-weight: 600; line-height: 1.3; }
.entry-package-card__features svg { width: 1rem; height: 1rem; margin-top: .08rem; color: var(--green-600); }
.entry-package-card__action { display: grid; place-items: center; width: 100%; min-height: 42px; margin-top: auto; padding: .6rem .75rem; color: var(--navy-950); border: 1px solid #9ca8ba; border-radius: .5rem; font-size: .78rem; font-weight: 750; text-decoration: none; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.entry-package-card__action:hover, .entry-package-card__action:focus { color: white; border-color: var(--navy-950); background: var(--navy-950); }

.enterprise-offer { margin-top: 2.5rem; }
.enterprise-offer__panel { --enterprise-gold: #d8b56f; --enterprise-gold-soft: #f0d89d; position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 5vw, 5rem); overflow: hidden; padding: clamp(2.5rem, 5vw, 4rem); color: white; border: 1.5px solid rgba(216,181,111,.52); border-radius: var(--radius-md); background: radial-gradient(circle at 84% 10%, rgba(216,181,111,.14), transparent 31%), linear-gradient(138deg, #09090d 0%, #17141c 52%, #0a090e 100%); box-shadow: 0 28px 75px rgba(11,9,15,.28), 0 0 0 1px rgba(240,216,157,.07), inset 0 1px 0 rgba(240,216,157,.16), inset 0 -55px 90px rgba(0,0,0,.2); }
.enterprise-offer__panel::before, .enterprise-offer__panel::after { position: absolute; z-index: 0; pointer-events: none; content: ""; will-change: transform, opacity; }
.enterprise-offer__panel::before { top: -265px; right: -125px; width: 650px; aspect-ratio: 1; opacity: .72; border: 1px solid rgba(216,181,111,.2); border-radius: 50%; background: radial-gradient(circle, rgba(240,216,157,.08) 0 1.5%, transparent 1.8% 31%, rgba(216,181,111,.1) 31.3% 31.6%, transparent 31.9% 47%, rgba(216,181,111,.07) 47.3% 47.6%, transparent 47.9%); box-shadow: inset 0 0 0 82px rgba(216,181,111,.025), inset 0 0 0 164px rgba(216,181,111,.018), 0 0 70px rgba(216,181,111,.06); animation: enterprise-gold-halo 20s ease-in-out infinite alternate; }
.enterprise-offer__panel::after { top: -45%; bottom: -45%; left: -42%; width: 27%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(216,181,111,.04), rgba(240,216,157,.18), rgba(255,247,220,.08), transparent); filter: blur(3px); animation: enterprise-gold-sheen 15s ease-in-out infinite; }
.is-automation .enterprise-offer__panel::before, .is-automation .enterprise-offer__panel::after { animation-play-state: paused; }
.enterprise-journey { position: absolute; z-index: 1; top: clamp(1.6rem, 3.2vw, 2.8rem); right: clamp(2rem, 5vw, 4rem); width: min(51%, 610px); height: 168px; overflow: hidden; opacity: .94; pointer-events: none; }
.enterprise-journey::before { position: absolute; inset: 18% 3% 8%; border-radius: 50%; background: radial-gradient(ellipse, rgba(216,181,111,.08), transparent 68%); content: ""; filter: blur(14px); }
.enterprise-journey__svg { position: relative; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 4px 12px rgba(216,181,111,.12)); }
.enterprise-journey__svg :is(path, circle, rect, polygon, line) { fill: none; stroke: var(--enterprise-gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.enterprise-journey :is(.en-grid, .en-link-flow, .en-core-halo, .en-node, .en-pulse) { transform-box: fill-box; transform-origin: center; }
.enterprise-journey .en-grid { opacity: .1; }
.enterprise-journey .en-grid path { stroke: rgba(240,216,157,.42); stroke-width: .65; stroke-dasharray: 1 8; }
.enterprise-journey .en-links { opacity: .42; }
.enterprise-journey .en-links path { stroke: rgba(216,181,111,.7); stroke-width: 1.25; }
.enterprise-journey .en-link-flow { opacity: .6; }
.enterprise-journey .en-link-flow path { stroke: var(--enterprise-gold-soft); stroke-width: 1.35; stroke-dasharray: 3 13; }
.enterprise-journey .en-node rect { fill: rgba(16,14,20,.88); stroke: rgba(216,181,111,.68); }
.enterprise-journey .en-node > :not(rect, .en-status) { stroke: rgba(240,216,157,.82); stroke-width: 1.4; }
.enterprise-journey .en-source-node { opacity: .68; }
.enterprise-journey .en-service-node { filter: drop-shadow(0 0 5px rgba(216,181,111,.14)); }
.enterprise-journey .en-status { fill: var(--enterprise-gold-soft); stroke: rgba(255,247,220,.72); stroke-width: .75; filter: drop-shadow(0 0 4px rgba(240,216,157,.7)); }
.enterprise-journey .en-core { filter: drop-shadow(0 0 9px rgba(216,181,111,.26)); }
.enterprise-journey .en-core-halo { opacity: .34; stroke: rgba(216,181,111,.78); stroke-dasharray: 3 7; }
.enterprise-journey .en-core-halo--inner { opacity: .2; stroke-dasharray: none; }
.enterprise-journey .en-core-shape { fill: rgba(216,181,111,.09); stroke: var(--enterprise-gold-soft); stroke-width: 2; }
.enterprise-journey .en-core-mark { stroke: var(--enterprise-gold-soft); stroke-width: 2.4; }
.enterprise-journey .en-core-center { fill: var(--enterprise-gold-soft); stroke: none; }
.enterprise-journey .en-capacity-link { opacity: .55; }
.enterprise-journey .en-capacity-node { opacity: .58; }
.enterprise-journey .en-capacity-node rect { stroke-dasharray: 4 4; }
.enterprise-journey .en-pulse { opacity: .18; fill: #fff4cf; stroke: var(--enterprise-gold); stroke-width: 1; filter: drop-shadow(0 0 5px rgba(240,216,157,.95)); transform-box: view-box; transform-origin: 0 0; }
.enterprise-offer__intro, .enterprise-offer__details { position: relative; z-index: 2; }
.enterprise-offer__eyebrow { margin-bottom: .65rem; color: var(--enterprise-gold-soft); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.enterprise-offer__intro h2 { margin-bottom: 1.1rem; color: white; font-size: clamp(2.25rem, 4vw, 3.6rem); }
.enterprise-offer__intro > p:not(.enterprise-offer__eyebrow, .enterprise-offer__price) { color: rgba(255,255,255,.78); }
.enterprise-offer__price { display: flex; align-items: baseline; flex-wrap: nowrap; margin-bottom: 1.25rem; color: var(--enterprise-gold-soft); white-space: nowrap; }
.enterprise-offer__price span { margin-right: .6rem; font-size: .82rem; font-weight: 650; }
.enterprise-offer__price strong { color: var(--enterprise-gold); font-size: clamp(2.25rem, 4vw, 3rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.enterprise-offer__price small { margin-left: .45rem; color: var(--enterprise-gold-soft); font-size: .82rem; font-weight: 600; }
.enterprise-offer__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.75rem; }
.enterprise-offer__primary { color: #14131b; border-color: var(--enterprise-gold); background: var(--enterprise-gold); }
.enterprise-offer__primary:hover, .enterprise-offer__primary:focus { color: #14131b; border-color: var(--enterprise-gold-soft); background: var(--enterprise-gold-soft); }
.enterprise-offer__secondary { color: white; border-color: rgba(255,255,255,.42); background: transparent; }
.enterprise-offer__secondary:hover, .enterprise-offer__secondary:focus { color: #14131b; border-color: white; background: white; }
.enterprise-offer__details { align-self: end; }
.enterprise-offer__paths, .enterprise-offer__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.enterprise-offer__paths { margin-bottom: 1rem; }
.enterprise-offer__paths p { min-height: 54px; margin: 0; padding: .75rem 1rem; color: white; border: 1px solid rgba(216,181,111,.22); border-left: 4px solid var(--enterprise-gold); border-radius: .5rem; background: rgba(255,255,255,.065); font-size: .84rem; font-weight: 650; line-height: 1.3; }
.enterprise-offer__features { padding: 0; margin: 0; list-style: none; }
.enterprise-offer__features li { display: flex; align-items: flex-start; gap: .6rem; min-height: 64px; padding: .75rem .9rem; color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.1); border-radius: .5rem; background: rgba(255,255,255,.065); font-size: .82rem; font-weight: 600; line-height: 1.35; }
.enterprise-offer__features svg { width: 1rem; height: 1rem; margin-top: .12rem; color: var(--enterprise-gold); }
.enterprise-components { position: relative; z-index: 2; margin: 1.4rem 0 0; padding: 0 1.25rem; border: 0; background: transparent; box-shadow: none; text-align: center; }
.enterprise-components h3 { margin-bottom: .35rem; font-size: 1.15rem; }
.enterprise-components > p { margin: 0; font-size: .88rem; }
.enterprise-components__list { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 1.25rem; }
.enterprise-components__list button { position: relative; z-index: 0; display: inline-flex; align-items: center; min-height: 34px; padding: 7px 13px; color: #52607a; border: 1px solid rgba(20,35,80,.1); border-radius: .5rem; background: white; font-size: .9375rem; font-weight: 600; line-height: 1.2; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.enterprise-components__list button:hover, .enterprise-components__list button:focus-visible { color: #31363f; border-color: rgba(82,96,122,.28); background: white; box-shadow: 0 8px 18px rgba(20,35,80,.08); transform: translateY(-1px); }
.enterprise-components__list button.is-tooltip-open { color: #9a3412; border-color: rgba(249,115,22,.38); background: #fff7ed; box-shadow: 0 10px 20px rgba(249,115,22,.14); transform: translateY(-1px) scale(1.02); }
.software-offer { overflow: hidden; background: linear-gradient(180deg, #e8eff8 0%, #f3f6fa 12%, white 30%, #f5f7fb 100%); }
.software-offer .section-heading { max-width: 820px; }
.software-offer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3.25rem; }
.software-plan { --software-accent: var(--blue-600); position: relative; isolation: isolate; min-height: 310px; overflow: hidden; padding: 2rem; border: 1.5px solid color-mix(in srgb, var(--software-accent) 18%, #e1e6ee); border-radius: .75rem; background: white; box-shadow: 0 18px 44px rgba(16,37,82,.08); }
.software-plan::before { position: absolute; z-index: -1; top: -92px; right: -78px; width: 210px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--software-accent) 13%, transparent), transparent 68%); content: ""; }
.software-plan::after { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--software-accent); content: ""; }
.software-plan--green { --software-accent: var(--green-600); }
.software-plan--purple { --software-accent: #6d43d9; }
.software-plan h3 { margin: 0; font-size: 1.55rem; line-height: 1.15; }
.software-plan__label { margin: .35rem 0 1.8rem; color: var(--software-accent); font-size: .82rem; font-weight: 750; }
.software-plan__price { display: flex; align-items: baseline; flex-wrap: wrap; margin-bottom: 1.35rem; color: var(--navy-950); }
.software-plan__price > span { width: 100%; margin-bottom: .18rem; color: var(--muted); font-size: .66rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.software-plan__price strong { color: var(--navy-950); font-size: clamp(2.1rem, 3.2vw, 2.8rem); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.software-plan__price sup { top: -.52rem; margin-right: .12rem; color: var(--software-accent); font-size: 1.2rem; }
.software-plan__price small { margin-left: .35rem; color: var(--muted); font-size: .72rem; font-weight: 650; }
.software-plan__description { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.software-continuity { margin-top: 3rem; }
.software-continuity__heading { max-width: 780px; margin: 0 auto 1.6rem; text-align: center; }
.software-continuity__heading h3 { margin-bottom: .45rem; font-size: 1.3rem; }
.software-continuity__heading p { margin: 0; }
.software-continuity__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; padding: 0; margin: 0 0 2rem; list-style: none; }
.software-continuity__list li { display: flex; align-items: flex-start; gap: .7rem; min-height: 88px; padding: 1rem 1.1rem; color: var(--ink); border: 1px solid var(--line); border-radius: .6rem; background: rgba(255,255,255,.9); font-size: .9rem; line-height: 1.45; }
.software-continuity__list svg { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: .18rem; color: var(--green-600); }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue-600); border-radius: .85rem; background: #edf3ff; }
.icon-box svg { width: 24px; height: 24px; }

.service-bridge { position: relative; overflow: hidden; border-block: 1px solid rgba(16,37,82,.07); background: linear-gradient(180deg, #f5f7fb 0%, #fff 100%); }
.service-bridge::before { position: absolute; top: -180px; left: 50%; width: 520px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(55,119,242,.075), transparent 68%); content: ""; transform: translateX(-50%); pointer-events: none; }
.service-bridge__intro { position: relative; max-width: 900px; }
.service-bridge__intro h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.25rem); }
.service-bridge__intro > p:last-child { max-width: 760px; margin: 0 auto; font-size: 1.04rem; }
.service-bridge__flow { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); align-items: center; max-width: 1040px; margin: 3.25rem auto 0; }
.service-bridge__capability { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 1rem; padding: 1.4rem 0; }
.service-bridge__capability--development { text-align: left; }
.service-bridge__icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--navy-900); border: 1px solid #cbd6e7; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 10px 24px rgba(16,37,82,.08); }
.service-bridge__capability--development .service-bridge__icon { color: var(--blue-600); border-color: #b9cdf2; background: #f5f8ff; }
.service-bridge__icon svg { width: 24px; height: 24px; }
.service-bridge__label { margin: 0 0 .35rem; color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.service-bridge__capability h3 { margin-bottom: .45rem; font-size: 1.4rem; }
.service-bridge__capability div > p:last-child { max-width: 370px; margin: 0; font-size: .9rem; line-height: 1.5; }
.service-bridge__connector { display: flex; align-items: center; color: var(--blue-600); }
.service-bridge__connector span { width: 100%; height: 1px; background: linear-gradient(90deg, #b8c5d9, var(--blue-600)); }
.service-bridge__connector svg { flex: 0 0 auto; width: 22px; height: 22px; margin-left: -3px; }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius-sm) var(--radius-lg); box-shadow: var(--shadow-lg); }
.image-frame img { width: 100%; min-height: 480px; object-fit: cover; }
.check-list { display: grid; gap: 1.1rem; padding: 0; margin: 2rem 0; list-style: none; }
.check-list li { display: flex; gap: .8rem; }
.check-list svg { margin-top: .2rem; color: var(--teal-500); }
.check-list strong { color: var(--ink); }

.growth-path { padding: 0; margin: 0; list-style: none; }

.solution-card { display: flex; flex-direction: column; min-height: 310px; padding: 1.7rem; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius-md); background: white; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { border-color: #9eb5dc; box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.solution-card h3 { margin: 2rem 0 .75rem; }
.solution-card p { flex-grow: 1; }
.card-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue-600); font-weight: 750; font-size: .9rem; }
.cases-hero { background: radial-gradient(circle at 82% 20%, rgba(240,90,31,.11), transparent 26%), radial-gradient(circle at 94% 4%, rgba(37,99,235,.13), transparent 34%); }
.cases-section { background: var(--surface); }
.case-explorer { display: grid; grid-template-columns: 260px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-lg); }
.case-nav { display: flex; flex-direction: column; gap: .35rem; padding: 1.25rem; background: radial-gradient(circle at 10% 0, rgba(55,119,242,.28), transparent 34%), var(--navy-950); }
.case-nav__button { display: grid; grid-template-columns: 2rem 1fr; align-items: center; gap: .65rem; width: 100%; min-height: 52px; padding: .65rem .8rem; color: #c4cee0; border: 1px solid transparent; border-radius: .65rem; background: transparent; font-size: .85rem; font-weight: 700; line-height: 1.25; text-align: left; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.case-nav__button > span { color: #8ab4ff; font-size: .65rem; letter-spacing: .08em; }
.case-nav__button:hover { color: white; border-color: rgba(255,255,255,.14); transform: translateX(3px); }
.case-nav__button.active { color: white; border-color: rgba(138,180,255,.35); background: rgba(255,255,255,.1); }
.case-nav__button.active > span { color: #ff9a70; }
.case-content { min-width: 0; }
.case-panel { display: grid; grid-template-columns: minmax(285px, .85fr) minmax(0, 1.15fr); min-height: 720px; }
.case-panel__media { position: relative; min-height: 100%; overflow: hidden; background: var(--navy-900); }
.case-panel__media picture { display: block; height: 100%; }
.case-panel__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.case-panel:hover .case-panel__media img { transform: scale(1.025); }
.case-panel__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,22,47,.7), transparent 48%); pointer-events: none; }
.case-panel__media > span { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; color: white; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-panel__body { padding: clamp(1.75rem, 4vw, 3.4rem); }
.case-panel__body h3 { margin-bottom: 1rem; font-size: clamp(1.75rem, 3vw, 2.6rem); }
.case-panel__summary { font-size: 1.06rem; }
.case-service-list, .expertise-cloud { display: flex; flex-wrap: wrap; gap: .6rem; }
.case-service-list { margin: 1.5rem 0 1.75rem; }
.expertise-chip { min-height: 42px; padding: .56rem .9rem; color: var(--navy-800); border: 1px solid #bdcbe0; border-radius: 2rem; background: white; box-shadow: 0 6px 18px rgba(16,37,82,.05); font-size: .82rem; font-weight: 750; line-height: 1.2; transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.expertise-chip:hover, .expertise-chip:focus-visible { color: var(--blue-600); border-color: #82a6e8; background: #f5f8ff; box-shadow: 0 10px 24px rgba(16,37,82,.11); }
.expertise-chip--case { min-height: 36px; padding: .42rem .7rem; border-color: #d5deeb; background: var(--surface); font-size: .72rem; }
.case-signals { display: grid; gap: .65rem; padding: 0; margin: 0 0 1.75rem; list-style: none; }
.case-signals li { display: flex; align-items: flex-start; gap: .65rem; color: var(--muted); }
.case-signals svg { width: 1.05rem; height: 1.05rem; margin-top: .3rem; color: var(--teal-500); }
.case-result { margin-bottom: 1.75rem; padding: 1rem 1.15rem; border-left: 3px solid var(--orange-600); border-radius: 0 .7rem .7rem 0; background: #fff7f1; }
.case-result strong { color: var(--navy-950); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.case-result p { margin: .35rem 0 0; font-size: .92rem; }
.expertise-section { background: white; }
.expertise-cloud { max-width: 1100px; }
.expertise-tooltip { --bs-tooltip-opacity: 1; }
.expertise-tooltip .tooltip-inner { max-width: 310px; padding: .8rem 1rem; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: .65rem; background: var(--navy-950); box-shadow: 0 16px 42px rgba(8,22,47,.28); font-size: .8rem; line-height: 1.45; text-align: left; }
.expertise-tooltip.bs-tooltip-top .tooltip-arrow::before { border-top-color: var(--navy-950); }
.expertise-tooltip.bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: var(--navy-950); }
.expertise-tooltip.bs-tooltip-start .tooltip-arrow::before { border-left-color: var(--navy-950); }
.expertise-tooltip.bs-tooltip-end .tooltip-arrow::before { border-right-color: var(--navy-950); }
.process-section { background: white; }
.sticky-copy { position: sticky; top: 8rem; }
.growth-path { counter-reset: growth; }
.growth-path li { position: relative; display: grid; grid-template-columns: 70px 1fr; min-height: 132px; }
.growth-path li::before { content: ""; position: absolute; top: 42px; bottom: 0; left: 21px; width: 1px; background: var(--line); }
.growth-path li:last-child::before { display: none; }
.growth-path li > span { z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; color: var(--blue-600); border: 1px solid #aac0e8; border-radius: 50%; background: white; font-size: .7rem; font-weight: 800; }
.growth-path p { margin: .3rem 0 0; color: var(--ink); font-size: 1.2rem; font-weight: 650; }
.faq-section { background: var(--surface); }
.accordion-item { border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.accordion-button { padding: 1.4rem .2rem; color: var(--ink); background: transparent; box-shadow: none !important; font-size: 1.08rem; font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--blue-600); background: transparent; }
.accordion-body { padding: 0 .2rem 1.5rem; color: var(--muted); }

.resource-toolbar { max-width: 720px; margin-top: 2.5rem; }
.resource-toolbar label { display: block; margin-bottom: .6rem; color: var(--ink); font-weight: 700; }
.resource-toolbar p { margin: .65rem 0 0; font-size: .85rem; }
.resource-search-form .input-group { padding: .4rem; border: 1px solid var(--line); border-radius: .8rem; background: white; box-shadow: var(--shadow-sm); }
.resource-search-form .form-control { border: 0; }
.resource-search-form .form-control:focus { box-shadow: none; }
.form-control { min-height: 50px; border-color: #c8d2e0; border-radius: .6rem; background-color: white; }
.form-control:focus { border-color: var(--blue-600); box-shadow: 0 0 0 .22rem rgba(37,99,235,.14); }
.resources-section { background: var(--surface); }
.resources-results { transition: opacity .2s ease; }
.resources-results.is-loading { opacity: .45; pointer-events: none; }
.resources-results__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.resources-results__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.1rem); }
.resources-results__heading > p { margin: 0; white-space: nowrap; }
.resource-card { display: flex; height: 100%; flex-direction: column; overflow: hidden; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius-md); background: white; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.resource-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.resource-cover { position: relative; display: flex; align-items: flex-end; justify-content: space-between; min-height: 210px; padding: 1.5rem; color: white; overflow: hidden; }
.resource-cover::before { content: ""; position: absolute; width: 220px; height: 220px; top: -100px; right: -50px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.035); }
.resource-cover--image { align-items: flex-end; padding: 0; background: var(--navy-900); }
.resource-cover--image::before { display: none; }
.resource-cover--image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,22,47,.86)); }
.resource-cover--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.resource-card:hover .resource-cover--image img { transform: scale(1.035); }
.resource-cover--image span { padding: 1.5rem; }
.resource-cover--1 { background: var(--navy-900); }
.resource-cover--2 { background: #16666b; }
.resource-cover--3 { background: #304c85; }
.resource-cover span { z-index: 1; font-weight: 700; }
.resource-cover svg { z-index: 1; width: 54px; height: 54px; opacity: .85; }
.resource-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.resource-card__body h2, .resource-card__body h3 { margin: .6rem 0 .8rem; font-size: 1.45rem; }
.resource-card__body p { flex: 1; }
.resource-meta { color: var(--blue-600); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.empty-state { padding: 2rem; border-radius: var(--radius-sm); background: var(--surface); text-align: center; }
.resources-results .empty-state { border: 1px solid var(--line); background: white; }
.resources-pagination { margin-top: 3rem; }
.resources-pagination .pagination { flex-wrap: wrap; gap: .35rem; }
.resources-pagination .page-link { min-width: 44px; min-height: 44px; display: grid; place-items: center; color: var(--navy-800); border-color: var(--line); border-radius: .5rem !important; }
.resources-pagination .page-item.active .page-link { color: white; border-color: var(--blue-600); background: var(--blue-600); }
.resources-pagination .page-item.disabled .page-link { color: #8c96a8; background: #eef1f5; }
.popular-resources { position: sticky; top: 7rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.popular-resources h2 { margin-bottom: 1.5rem; font-size: 1.75rem; }
.popular-resources ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: popular; }
.popular-resources li { counter-increment: popular; border-top: 1px solid var(--line); }
.popular-resources a { position: relative; display: grid; gap: .25rem; padding: 1.1rem 0 1.1rem 2.4rem; color: var(--ink); text-decoration: none; }
.popular-resources a::before { content: counter(popular, decimal-leading-zero); position: absolute; top: 1.1rem; left: 0; color: var(--blue-600); font-size: .72rem; font-weight: 800; }
.popular-resources a span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.popular-resources a strong { line-height: 1.35; }

.article-hero { padding: 11rem 0 5rem; background: var(--surface); }
.article-header { max-width: 900px; margin-inline: auto; }
.article-header h1 { font-size: clamp(2.35rem, 4.4vw, 4rem); }
.back-link { display: inline-block; margin-bottom: 3rem; color: var(--muted); text-decoration: none; }
.article-meta { display: flex; gap: 1.5rem; color: var(--muted); font-size: .85rem; }
.article-cover { display: block; width: 100%; max-height: 580px; margin-top: 4rem; border-radius: var(--radius-md); object-fit: cover; box-shadow: var(--shadow-lg); }
.article-body { padding: 5rem 0 3rem; font-size: 1.15rem; }
.article-body h2 { margin: 3rem 0 1rem; font-size: 2rem; }
.article-body p { max-width: 72ch; }
.article-body img { display: block; width: auto; max-width: 100%; height: auto; margin: 2rem auto; border-radius: var(--radius-sm); }
.article-body figure { margin: 2.5rem 0; }
.article-body figcaption { margin-top: .75rem; color: var(--muted); font-size: .85rem; text-align: center; }
.article-cta { margin: 2rem 0 7rem; padding: 2.2rem; border-radius: var(--radius-md); background: var(--surface); }

.form-section { background: var(--surface); }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.form-step { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.form-step__number { display: grid; place-items: center; width: 42px; height: 42px; color: white; border-radius: 50%; background: var(--navy-900); font-weight: 800; }
.form-step h2 { margin: .3rem 0 1.4rem; font-size: 1.55rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.choice { cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: block; padding: .8rem 1rem; border: 1px solid #c8d2e0; border-radius: .55rem; font-weight: 650; }
.choice input:focus-visible + span { outline: 3px solid rgba(37,99,235,.28); outline-offset: 2px; }
.choice input:checked + span { color: var(--blue-600); border-color: var(--blue-600); background: #f0f5ff; }
.form-notice { margin-bottom: 1.4rem; padding: .9rem 1rem; border-left: 3px solid var(--teal-500); background: #eef8f7; color: #315b5d; font-size: .88rem; }
.form-feedback { margin-top: 1rem; color: var(--danger); font-weight: 650; }
.next-card { position: sticky; top: 8rem; padding: 2rem; border-radius: var(--radius-md); color: white; background: var(--navy-950); }
.next-card h2, .next-card strong { color: white; }
.next-card p, .next-card li { color: #c2cee0; }
.next-card li { margin-bottom: .8rem; }
.next-card a { color: #8ab4ff; }

.contact-card { display: flex; height: 100%; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.contact-card h2 { margin: 1.5rem 0 .8rem; font-size: 1.5rem; }
.contact-card a { margin-top: .65rem; font-weight: 700; }
.contact-card--urgent { border-color: #e5b8bd; background: #fff7f7; }
.urgent-hero { padding: 12rem 0 8rem; background: linear-gradient(130deg, #fff9f7, #f3f6fc); }
.urgent-hero h1 { font-size: clamp(2.45rem, 4.4vw, 4.15rem); }
.urgent-disclaimer { margin-top: 1rem; font-size: .83rem; }
.urgent-checklist { padding: 2rem; border-top: 4px solid var(--danger); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-lg); }
.urgent-checklist h2 { font-size: 1.6rem; }
.urgent-checklist li { margin-bottom: .8rem; color: var(--muted); }
.legal-copy h2 { margin: 2.5rem 0 1rem; font-size: 1.8rem; }
.not-found { display: grid; place-items: center; min-height: 72vh; padding-top: 8rem; }
.not-found span { color: var(--blue-600); font-size: 1rem; font-weight: 800; letter-spacing: .18em; }

.final-cta { padding: 6rem 0; background: white; }
.final-cta__panel { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at 88% 0, rgba(55,119,242,.42), transparent 38%), var(--navy-950); box-shadow: var(--shadow-lg); }
.final-cta__media { position: relative; min-height: 430px; overflow: hidden; }
.final-cta__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, var(--navy-950)), linear-gradient(180deg, transparent 64%, rgba(8,22,47,.4)); content: ""; pointer-events: none; }
.final-cta__media picture { display: block; height: 100%; }
.final-cta__media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.final-cta__content { align-self: center; padding: clamp(2rem, 5vw, 4.5rem); }
.final-cta h2 { max-width: 700px; color: white; }
.final-cta p { color: #c4cee0; }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.75rem; }
.site-footer { padding: 5rem 0 2rem; color: #bac7dc; background: #071329; }
.site-footer p { color: #aeb9cb; }
.footer-brand-lockup { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 1.5rem; }
.footer-logo { flex: 0 1 168px; width: min(168px, 52%); height: auto; }
.footer-partner-logo { flex: 0 1 126px; width: min(126px, 39%); height: auto; opacity: .92; }
.site-footer h2 { margin-bottom: 1rem; color: white; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer a { display: block; width: fit-content; margin-bottom: .65rem; color: #bac7dc; text-decoration: none; }
.site-footer a:hover { color: white; }
.site-footer .urgent-link { color: #ffb0b7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer-bottom div { display: flex; gap: 1.5rem; }
.mobile-contact { display: none; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.reveal-group [data-reveal]:nth-child(2) { transition-delay: .08s; }
.reveal-group [data-reveal]:nth-child(3) { transition-delay: .16s; }
.reveal-group [data-reveal]:nth-child(4) { transition-delay: .24s; }

:focus-visible { outline: 3px solid rgba(37,99,235,.45); outline-offset: 3px; }

@keyframes node-orbit {
    from { transform: rotate(var(--node-angle)) translateX(var(--orbit-radius)) rotate(var(--node-inverse)); }
    to { transform: rotate(calc(var(--node-angle) + 1turn)) translateX(var(--orbit-radius)) rotate(calc(var(--node-inverse) - 1turn)); }
}
@keyframes center-breathe { 50% { opacity: .45; transform: scale(1.06); } }
@keyframes ambient-drift { to { transform: translate3d(-7%, 5%, 0) scale(1.08); } }
@keyframes grid-drift { to { transform: translate3d(54px, 54px, 0); } }
@keyframes signal-flow { to { stroke-dashoffset: -140; } }
@keyframes package-blue-signal {
    0% { opacity: .52; transform: translate3d(0, 0, 0) rotate(0deg) scale(.92); }
    55% { opacity: .82; transform: translate3d(-16px, 18px, 0) rotate(18deg) scale(1.04); }
    100% { opacity: .64; transform: translate3d(-8px, 34px, 0) rotate(34deg) scale(.98); }
}
@keyframes package-purple-spectrum {
    from { opacity: .34; transform: translate3d(18px, -5%, 0) rotate(18deg); }
    to { opacity: .56; transform: translate3d(-28px, 9%, 0) rotate(25deg); }
}
@keyframes package-red-pulse {
    0%, 100% { opacity: .38; transform: translate3d(0, 0, 0) scale(.84); }
    50% { opacity: .72; transform: translate3d(-17px, 22px, 0) scale(1.12); }
}
@keyframes package-green-flow {
    from { opacity: .28; transform: translate3d(12px, -6%, 0) rotate(-8deg); }
    to { opacity: .5; transform: translate3d(-25px, 8%, 0) rotate(-3deg); }
}
@keyframes enterprise-gold-halo {
    from { opacity: .58; transform: translate3d(0, 0, 0) rotate(0deg) scale(.96); }
    to { opacity: .84; transform: translate3d(-22px, 24px, 0) rotate(12deg) scale(1.04); }
}
@keyframes enterprise-gold-sheen {
    0%, 16% { opacity: 0; transform: translate3d(0, 0, 0) skewX(-18deg); }
    38% { opacity: .78; }
    62%, 100% { opacity: 0; transform: translate3d(650%, 0, 0) skewX(-18deg); }
}

.is-automation .system-node,
.is-automation .system-center::after,
.is-automation .home-hero::before,
.is-automation .hero-grid,
.is-automation .hero-signal-line,
.is-automation .page-hero::after { animation-play-state: paused; }
.is-automation [data-reveal] { opacity: 1; transform: none; transition: none; }

@media (max-width: 1199.98px) {
    .entry-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.25rem 1rem; }
    .entry-package-card { min-height: 610px; }
}

@media (max-width: 991.98px) {
    .navbar-collapse { margin: .75rem -1rem -1rem; padding: 1rem; border-top: 1px solid var(--line); background: var(--warm); }
    .navbar-nav .nav-action { width: 100%; margin-top: .5rem; }
    .nav-action-item + .nav-action-item { margin-left: 0; }
    .dropdown-menu { border: 0; box-shadow: none; background: var(--surface); }
    .home-hero { min-height: auto; padding-top: 9rem; }
    .hero-signal-map { opacity: .48; mask-image: linear-gradient(to bottom, rgba(0,0,0,.16), rgba(0,0,0,.5) 48%, black 100%); }
    .hero-system { max-width: 420px; margin-top: 2rem; }
    .platform-showcase__intro { grid-template-columns: 1fr; gap: 1.25rem; }
    .platform-showcase__intro > p { max-width: 680px; }
    .enterprise-offer__panel { grid-template-columns: 1fr; }
    .enterprise-journey { position: relative; top: auto; right: auto; width: 100%; height: 150px; margin: -.65rem 0 -.35rem; }
    .enterprise-offer__details { align-self: auto; }
    .software-offer__grid { grid-template-columns: 1fr; }
    .software-plan { min-height: 0; }
    .service-bridge__flow { grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr); }
    .sticky-copy, .next-card { position: static; }
    .popular-resources { position: static; }
    .final-cta__panel { grid-template-columns: 1fr; }
    .final-cta__media { min-height: 300px; }
    .final-cta__media::after { background: linear-gradient(180deg, transparent 58%, var(--navy-950)); }
    .final-cta__media img { min-height: 300px; }
    .page-hero { padding-top: 9rem; }
    .case-explorer { display: block; }
    .case-nav { flex-direction: row; overflow-x: auto; padding: 1rem; scroll-snap-type: x proximity; }
    .case-nav__button { flex: 0 0 210px; scroll-snap-align: start; }
    .case-panel { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); min-height: 680px; }
}

@media (max-width: 767.98px) {
    :root { --section: 4.75rem; }
    body { padding-bottom: 58px; }
    h1 { font-size: clamp(2.25rem, 10.5vw, 3.15rem); }
    .navbar { min-height: 68px; }
    .navbar-brand img { width: 138px; }
    .home-hero { padding-bottom: 5rem; }
    .hero-grid { opacity: .38; }
    .hero-signal-map { inset-inline: -42%; }
    .hero-trust { align-items: flex-start; flex-direction: column; }
    .hero-system { width: min(112%, 430px); transform: scale(.96); }
    .platform-showcase { padding-block: 4.5rem; }
    .platform-showcase__intro { margin-bottom: 2rem; }
    .platform-frame { border-radius: 1rem; }
    .platform-frame__shell { border-radius: calc(1rem - 1px); }
    .platform-frame__chrome { grid-template-columns: 1fr auto; min-height: 46px; }
    .platform-frame__label { justify-self: end; }
    .platform-frame__badge { display: none; }
    .platform-frame figcaption { text-align: left; }
    .entry-package-grid { grid-template-columns: 1fr; }
    .entry-package-card { min-height: 0; }
    .entry-package-card__description { min-height: 0; }
    .enterprise-offer { margin-top: 2.25rem; }
    .enterprise-offer__panel { padding: 2rem 1.25rem; }
    .enterprise-journey { height: 132px; margin: -.75rem 0 -.5rem; }
    .enterprise-offer__actions { align-items: stretch; flex-direction: column; }
    .enterprise-offer__actions .btn { width: 100%; }
    .enterprise-offer__paths, .enterprise-offer__features { grid-template-columns: 1fr; }
    .enterprise-components { margin-top: 1.25rem; padding: 0; text-align: left; }
    .enterprise-components__list { justify-content: flex-start; }
    .software-offer__grid { margin-top: 2.5rem; }
    .software-plan { padding: 1.6rem 1.35rem; }
    .software-continuity__heading { text-align: left; }
    .software-continuity__list { grid-template-columns: 1fr; }
    .software-continuity__list li { min-height: 0; }
    .system-orbit--primary { --orbit-radius: 120px; }
    .system-orbit--secondary { --orbit-radius: 165px; }
    .system-node__content { padding: .65rem .75rem; font-size: .78rem; }
    .system-orbit--secondary .system-node__content { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; }
    .system-orbit--secondary .system-node__content span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .hero-media img, .image-frame img { min-height: 330px; }
    .service-bridge__flow { grid-template-columns: 1fr; gap: .35rem; margin-top: 2.5rem; }
    .service-bridge__connector { justify-self: start; width: 52px; height: 46px; margin-left: 26px; transform: rotate(90deg); transform-origin: center; }
    .service-bridge__capability { padding: .75rem 0; }
    .final-cta__actions { align-items: stretch; flex-direction: column; }
    .final-cta__actions .btn { width: 100%; }
    .form-step { grid-template-columns: 1fr; }
    .choice-grid { grid-template-columns: 1fr; }
    .resource-search-form .input-group { align-items: stretch; flex-direction: column; gap: .5rem; }
    .resource-search-form .input-group > .form-control,
    .resource-search-form .input-group > .btn { width: 100%; border-radius: .55rem !important; }
    .resources-results__heading { align-items: flex-start; flex-direction: column; gap: .75rem; }
    .case-panel { display: block; min-height: 0; }
    .case-panel__media { height: 260px; min-height: 0; }
    .case-panel__body { padding: 1.5rem; }
    .case-panel__body h3 { font-size: 1.75rem; }
    .case-service-list { margin-block: 1.25rem; }
    .expertise-chip { min-height: 44px; }
    .article-meta, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .final-cta { padding-bottom: 3rem; }
    .site-footer { padding-bottom: 3rem; }
    .mobile-contact { position: fixed; z-index: 1025; right: 0; bottom: 0; left: 0; display: grid; place-items: center; height: 58px; color: white; background: var(--blue-600); font-weight: 800; text-decoration: none; box-shadow: 0 -8px 24px rgba(8,22,47,.16); transform: translateY(110%); transition: transform .25s ease; }
    body.has-mobile-contact .mobile-contact { transform: translateY(0); }
    body[data-page="orientacion"] .mobile-contact,
    body[data-page="contacto"] .mobile-contact,
    body[data-page="ayuda-urgente"] .mobile-contact { display: none; }
}
