:root {
  --ink: #071d2d;
  --ink-2: #0b2a3d;
  --blue: #006893;
  --blue-bright: #006893;
  --lime: #006893;
  --paper: #f4f7f7;
  --white: #ffffff;
  --muted: #6c7b84;
  --line: rgba(7, 29, 45, .13);
  --radius: 24px;
  --shadow: 0 28px 80px rgba(1, 20, 33, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: .3s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 58px; }
.brand { position: relative; width: 200px; height: 74px; overflow: visible; background: transparent; }
.brand img { position: absolute; width: 200px; height: auto; left: 0; top: 0; }
.site-nav { display: flex; align-items: center; gap: 34px; color: var(--white); font-size: 14px; font-weight: 700; }
.site-header.scrolled .site-nav { color: var(--ink); }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; inset: auto 100% -8px 0; background: var(--lime); transition: .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 13px 20px; color: var(--white) !important; background: var(--blue); border-radius: 100px; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 76% 25%, #123f5d 0, var(--ink) 38%, #04131f 100%); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 480px; height: 480px; top: -250px; right: -80px; border: 90px solid rgba(21,167,223,.18); }
.hero-orb-two { width: 190px; height: 190px; left: -100px; bottom: 100px; background: var(--lime); opacity: .08; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); align-items: center; gap: 64px; min-height: 820px; padding-top: 110px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #a6cadc; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { font-family: "Space Grotesk", "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(54px, 5.4vw, 80px); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--lime); font-style: normal; }

/* Textos descriptivos: lectura editorial uniforme sin alterar títulos o controles. */
.hero-lead,
.about-copy p,
.value-card p,
.solution-sticky > p:not(.eyebrow),
.solution-narrative p,
.solution-item p,
.products-heading > p,
.product-card p,
.product-attributes-heading > p:last-child,
.capability-copy p:not(.eyebrow),
.contact-copy > p:not(.eyebrow),
.footer-brand p {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
  overflow-wrap: break-word;
}

.hero-lead { max-width: 600px; margin: 28px 0 32px; color: #c6d7df; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-actions .button { flex: 0 0 auto; min-width: 238px; white-space: nowrap; }
.hero-actions .text-link { flex: 0 0 auto; min-width: 170px; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 24px; border: 0; border-radius: 100px; font-weight: 800; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 30px rgba(0,104,147,.22); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(0,104,147,.38); }
.text-link { display: inline-flex; gap: 9px; align-items: center; padding: 10px 0; color: var(--white); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.45); }
.dark-link { color: var(--ink); border-color: var(--line); }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof div { display: grid; gap: 5px; }
.hero-proof strong { color: var(--white); font-size: 18px; }
.hero-proof span { color: #91a9b5; font-size: 11px; line-height: 1.4; }

.platform-visual { position: relative; min-width: 0; min-height: 540px; display: grid; place-items: center; perspective: 1000px; }
.visual-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: var(--blue); filter: blur(120px); opacity: .23; }
.app-window { position: relative; width: calc(100% - 20px); max-width: 620px; color: var(--ink); background: #f7fafb; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; transform: rotateY(-5deg) rotateX(2deg); transform-origin: center; }
.app-topbar { height: 48px; display: flex; align-items: center; gap: 6px; padding: 0 16px; color: #758994; background: white; border-bottom: 1px solid #e6edef; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.window-dot { width: 7px; height: 7px; border-radius: 50%; background: #d4dde1; }
.app-label { margin-left: 12px; }
.live-pill { margin-left: auto; padding: 6px 9px; color: var(--blue); background: #e8f6fb; border-radius: 100px; }
.live-pill i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--blue); }
.app-body { display: grid; grid-template-columns: 54px 1fr; min-height: 390px; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 18px; color: white; background: #083047; }
.app-sidebar b { display: grid; place-items: center; width: 30px; height: 30px; font-size: 12px; background: var(--blue); border-radius: 9px; }
.app-sidebar span { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.28); border-radius: 5px; }
.app-content { padding: 28px 30px; }
.app-heading { display: flex; justify-content: space-between; align-items: start; }
.app-heading small, .activity-card small, .app-cards small { color: #84959e; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.app-heading h2 { margin: 4px 0 0; font-size: 22px; }
.progress-track { position: relative; display: flex; justify-content: space-between; margin: 32px 6px 35px; }
.progress-line { position: absolute; top: 13px; left: 5%; width: 90%; height: 2px; background: #dce5e9; }
.progress-line::before { content: ""; display: block; width: 50%; height: 100%; background: var(--blue); }
.progress-node { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #8b9aa2; font-size: 8px; }
.progress-node i { display: grid; place-items: center; width: 27px; height: 27px; color: #8b9aa2; background: white; border: 2px solid #dbe5e9; border-radius: 50%; font-style: normal; }
.progress-node.done i { color: white; background: var(--blue); border-color: var(--blue); }
.progress-node.active i { color: var(--white); background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 5px rgba(0,104,147,.16); }
.app-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.app-cards article { position: relative; display: grid; gap: 6px; padding: 16px 16px 14px; background: white; border: 1px solid #e7edef; border-radius: 12px; }
.app-cards strong { font-size: 21px; }
.app-cards em { color: #70848e; font-size: 8px; font-style: normal; }
.app-cards .up { color: var(--blue); }
.metric-icon { position: absolute; top: 14px; right: 14px; color: var(--blue); }
.activity-card { display: flex; justify-content: space-between; align-items: end; margin-top: 12px; padding: 16px; background: white; border: 1px solid #e7edef; border-radius: 12px; }
.activity-card div:first-child { display: grid; gap: 5px; }
.activity-card strong { font-size: 12px; }
.bars { height: 50px; display: flex; align-items: end; gap: 6px; }
.bars i { width: 10px; background: #d4e8f0; border-radius: 3px 3px 0 0; }
.bars i:nth-child(1){height:28%}.bars i:nth-child(2){height:45%}.bars i:nth-child(3){height:38%}.bars i:nth-child(4){height:68%;background:var(--blue)}.bars i:nth-child(5){height:58%;background:var(--blue)}.bars i:nth-child(6){height:78%;background:var(--lime)}.bars i:nth-child(7){height:92%;background:var(--lime)}
.floating-card { position: absolute; display: flex; gap: 10px; align-items: center; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.floating-card > span { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--blue); border-radius: 9px; }
.floating-card div { display: grid; gap: 2px; }
.floating-card small { color: #80919a; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.floating-card strong { font-size: 10px; }
.floating-alert { top: 88px; right: -12px; }
.floating-alert > span { color: var(--white); background: var(--blue); }
.floating-sync { bottom: 50px; left: -30px; }

.trust-strip { position: relative; z-index: 3; overflow: hidden; padding: 32px 0; color: white; background: linear-gradient(105deg, #006893 0%, #07506f 52%, #062f45 100%); border: 0; box-shadow: 0 18px 45px rgba(7,29,45,.16); }
.trust-strip::before { content: ""; position: absolute; width: 360px; height: 360px; top: -255px; right: 8%; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; }
.trust-strip::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.35) 50%, transparent 50.2%); background-size: 90px 100%; }
.trust-inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 38px; }
.trust-inner p { flex: 0 0 185px; margin: 0; padding-right: 26px; color: #bfe8f7; border-right: 1px solid rgba(255,255,255,.25); font-size: 11px; font-weight: 800; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.trust-inner p::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: white; }
.trust-list { width: 100%; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.trust-list span { position: relative; min-height: 48px; display: flex; align-items: center; padding: 0 17px 0 35px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); transition: background .25s, transform .25s, border-color .25s; }
.trust-list span::before { content: ""; position: absolute; left: 17px; width: 7px; height: 7px; background: #65c4e8; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; }
.trust-list span:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.34); transform: translateY(-3px); }

.section { padding: 120px 0; }
.about { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%); }
.about::before { content: ""; position: absolute; width: 520px; height: 520px; top: -270px; right: -170px; border: 80px solid rgba(0,104,147,.055); border-radius: 50%; }
.about::after { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: linear-gradient(rgba(0,104,147,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,104,147,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent 85%); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; }
.section-intro h2 span { position: relative; color: var(--blue); }
.section-intro h2 span::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -7px; height: 4px; background: linear-gradient(90deg, var(--blue), transparent); border-radius: 4px; transform-origin: left; animation: lineReveal 1.1s .45s both; }
@keyframes lineReveal { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.about-signal { max-width: 480px; display: flex; align-items: center; gap: 12px; margin-top: 58px; padding: 17px 20px; background: rgba(255,255,255,.72); border: 1px solid rgba(0,104,147,.15); border-radius: 16px; box-shadow: 0 16px 45px rgba(7,29,45,.06); backdrop-filter: blur(10px); }
.about-signal div { display: grid; gap: 3px; }
.about-signal i { color: var(--blue); font-size: 8px; font-style: normal; font-weight: 800; }
.about-signal strong { font-size: 11px; }
.about-signal > span { flex: 1; min-width: 18px; height: 1px; background: linear-gradient(90deg, var(--blue), rgba(0,104,147,.15)); }
.section-intro h2, .products-heading h2, .capability-copy h2, .contact-copy h2, .solution-sticky h2 { margin: 0; font-size: clamp(40px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.about-copy { position: relative; margin-top: 32px; padding: 64px 46px 42px; background: rgba(255,255,255,.86); border: 1px solid rgba(0,104,147,.12); border-radius: 26px; box-shadow: 0 26px 70px rgba(7,29,45,.09); backdrop-filter: blur(12px); }
.about-copy::before { content: ""; position: absolute; top: 0; left: 46px; width: 90px; height: 4px; background: var(--blue); border-radius: 0 0 5px 5px; }
.about-year { position: absolute; display: flex; align-items: center; gap: 12px; top: -29px; right: 34px; padding: 13px 18px; color: white; background: var(--blue); border-radius: 14px; box-shadow: 0 16px 34px rgba(0,104,147,.24); }
.about-year strong { font-family: "Space Grotesk"; font-size: 22px; }
.about-year span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.28); font-size: 8px; font-weight: 700; line-height: 1.4; letter-spacing: .04em; text-transform: uppercase; }
.large-copy { margin-top: 0; font-size: 22px !important; line-height: 1.55 !important; color: var(--ink) !important; }
.about-copy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-copy .text-link { margin-top: 18px; }
.value-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 78px; background: transparent; border: 0; }
.value-card { position: relative; min-height: 285px; overflow: hidden; padding: 30px 28px; background: rgba(255,255,255,.9); border: 1px solid rgba(0,104,147,.14); border-radius: 20px; box-shadow: 0 14px 35px rgba(7,29,45,.05); transition: transform .35s ease, color .35s ease, background .35s ease, box-shadow .35s ease; }
.value-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, #087ba9, #06415e); opacity: 0; transition: opacity .35s ease; }
.value-card::after { content: attr(data-number); position: absolute; right: -5px; bottom: -32px; color: rgba(255,255,255,.07); font-family: "Space Grotesk"; font-size: 120px; font-weight: 700; line-height: 1; }
.value-card > * { position: relative; z-index: 1; }
.value-card > span { display: block; color: var(--blue); font-size: 11px; font-weight: 800; transition: color .35s; }
.value-icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 30px 0 28px; color: var(--blue); background: #e8f6fb; border-radius: 13px; font-size: 18px; font-weight: 800; transition: color .35s, background .35s, transform .35s; }
.value-card h3 { margin: 0 0 12px; font-size: 20px; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; transition: color .35s; }
.value-arrow { position: absolute; z-index: 1; top: 28px; right: 28px; color: #9ab1bc; font-size: 17px; font-style: normal; transition: color .35s, transform .35s; }
.value-card:hover { color: white; background: var(--blue); border-color: transparent; transform: translateY(-10px); box-shadow: 0 24px 55px rgba(0,104,147,.24); }
.value-card:hover::before { opacity: 1; }
.value-card:hover > span, .value-card:hover .value-arrow { color: #8ed0eb; }
.value-card:hover p { color: #c4dce6; }
.value-card:hover .value-icon { color: white; background: rgba(255,255,255,.14); transform: rotate(-7deg) scale(1.08); }
.value-card:hover .value-arrow { transform: translate(3px,-3px); }
.value-card:nth-child(2) { transition-delay: .06s; }
.value-card:nth-child(3) { transition-delay: .12s; }
.value-card:nth-child(4) { transition-delay: .18s; }

.solutions { color: var(--white); background: var(--ink); }
.solution-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.solution-sticky { position: sticky; top: 130px; }
.solution-sticky > p:not(.eyebrow) { max-width: 430px; color: #9db1bc; line-height: 1.75; }
.solution-narrative { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.14); }
.solution-narrative article { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.solution-narrative span { padding-top: 4px; color: #62bbdf; font-size: 9px; font-weight: 800; }
.solution-narrative p { margin: 0; color: #9db1bc; font-size: 12px; line-height: 1.65; }
.solution-index { display: flex; align-items: center; gap: 12px; margin-top: 70px; color: #7e939e; font-size: 10px; }
.solution-index div { width: 160px; height: 2px; background: rgba(255,255,255,.14); }
.solution-index i { display: block; width: 20%; height: 100%; background: var(--lime); }
.attributes-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.attribute-item { position: relative; min-height: 190px; overflow: hidden; padding: 25px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.attribute-item::after { content: ""; position: absolute; width: 100px; height: 100px; right: -60px; bottom: -60px; background: var(--blue); border-radius: 50%; opacity: .18; transition: transform .4s ease, opacity .4s ease; }
.attribute-item > span { position: absolute; top: 25px; right: 25px; color: #6d8997; font-size: 9px; font-weight: 800; }
.attribute-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 31px; color: #75c1df; background: rgba(0,104,147,.24); border: 1px solid rgba(117,193,223,.24); border-radius: 12px; font-size: 18px; font-weight: 800; transition: color .3s ease, background .3s ease, transform .3s ease; }
.attribute-item h3 { max-width: 250px; margin: 0; font-size: 17px; line-height: 1.35; letter-spacing: -.02em; }
.attribute-item h3 small { display: block; margin-top: 6px; color: #78909c; font-family: "Manrope"; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.attribute-item:hover { background: rgba(0,104,147,.2); border-color: rgba(117,193,223,.45); transform: translateY(-5px); }
.attribute-item:hover::after { opacity: .32; transform: scale(1.8); }
.attribute-item:hover .attribute-icon { color: white; background: var(--blue); transform: rotate(-6deg); }
.solution-item { display: grid; grid-template-columns: 44px 1fr 32px; gap: 22px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.16); }
.solution-item:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.solution-number { color: var(--lime); font-size: 11px; font-weight: 800; }
.solution-item h3 { margin: -5px 0 10px; font-size: 24px; }
.solution-item p { margin: 0; color: #92a9b4; font-size: 14px; line-height: 1.7; }
.solution-arrow { color: #7f949f; font-size: 20px; transition: .25s; }
.solution-item:hover .solution-arrow { color: var(--lime); transform: translate(3px,-3px); }

.products { background: var(--paper); }
.products-heading { display: grid; grid-template-columns: 1.1fr .6fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.products-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.product-carousel { position: relative; }
.carousel-stage { position: relative; height: 600px; overflow: hidden; perspective: 1200px; }
.product-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid #e0e8e9; border-radius: var(--radius); transition: .3s ease; }
.product-slide { position: absolute; top: 35px; left: 50%; width: 390px; height: 460px; min-height: 0; padding: 38px; opacity: 0; pointer-events: none; transform: translateX(-50%); transition: transform .55s cubic-bezier(.22,.78,.2,1), width .55s cubic-bezier(.22,.78,.2,1), height .55s cubic-bezier(.22,.78,.2,1), opacity .42s ease, background .42s ease, box-shadow .42s ease; }
.product-slide[data-state="active"] { z-index: 3; width: 465px; height: 550px; color: var(--white); background: linear-gradient(155deg, #1598c7 0%, #006893 52%, #06415e 100%); border-color: transparent; opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(-18px); box-shadow: 0 35px 75px rgba(7,29,45,.24); }
.product-slide[data-state="prev"] { z-index: 1; opacity: .82; transform: translateX(calc(-50% - 370px)); }
.product-slide[data-state="next"] { z-index: 1; opacity: .82; transform: translateX(calc(-50% + 370px)); }
.product-slide[data-state="prev"], .product-slide[data-state="next"] { pointer-events: auto; cursor: pointer; }
.product-slide[data-state="prev"]:hover, .product-slide[data-state="next"]:hover,
.product-slide[data-state="prev"]:focus-visible, .product-slide[data-state="next"]:focus-visible { opacity: 1; border-color: rgba(0,104,147,.38); box-shadow: 0 20px 45px rgba(7,29,45,.12); outline: none; }
.product-slide[data-state="hidden"] { z-index: 0; opacity: 0; transform: translateX(-50%) scale(.68); }
.product-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 44px; color: var(--blue); background: #e8f6fb; border-radius: 14px; font-size: 22px; }
.product-slide[data-state="active"] .product-icon { color: var(--blue); background: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.product-tag { position: absolute; top: 40px; right: 36px; padding: 7px 10px; color: var(--blue); border: 1px solid rgba(0,104,147,.25); border-radius: 100px; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.product-slide[data-state="active"] .product-tag { color: #a9ddf1; border-color: rgba(169,221,241,.35); }
.product-card h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.025em; }
.product-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; text-align: justify; text-align-last: left; text-justify: inter-word; hyphens: auto; }
.product-slide[data-state="active"] p { color: #d9edf5; font-weight: 500; }
.product-card ul { display: grid; gap: 11px; margin: auto 0 0; padding: 32px 0 0; list-style: none; }
.product-card li { font-size: 12px; }
.product-card li::before { content: "✓"; margin-right: 9px; color: var(--lime); }
.card-link { margin-top: auto; padding-top: 28px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-slide[data-state="active"] .card-link { color: #c5e9f6; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 5px; }
.carousel-button { display: grid; place-items: center; width: 52px; height: 52px; color: var(--ink); background: white; border: 1px solid rgba(0,104,147,.18); border-radius: 50%; cursor: pointer; font-size: 20px; transition: color .25s, background .25s, transform .25s, box-shadow .25s; }
.carousel-button:hover { color: white; background: var(--blue); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,104,147,.22); }
.carousel-progress { display: flex; align-items: center; gap: 10px; min-width: 110px; }
.carousel-progress strong { color: var(--blue); font-family: "Space Grotesk"; font-size: 19px; }
.carousel-progress span { width: 50px; height: 2px; background: linear-gradient(90deg, var(--blue), rgba(0,104,147,.15)); }
.carousel-progress small { color: #8b9ca4; font-size: 10px; }
.carousel-dots { display: flex; align-items: center; gap: 7px; }
.carousel-dot { width: 7px; height: 7px; padding: 0; background: #bac8ce; border: 0; border-radius: 50%; cursor: pointer; transition: width .25s, background .25s; }
.carousel-dot.active { width: 24px; background: var(--blue); border-radius: 8px; }
.product-attributes { position: relative; margin-top: 120px; padding-top: 100px; color: var(--ink); border-top: 1px solid rgba(0,104,147,.16); }
.product-attributes::before { content: ""; position: absolute; width: 170px; height: 170px; top: 52px; right: 20px; border: 28px solid rgba(0,104,147,.045); border-radius: 50%; }
.product-attributes::after { content: ""; position: absolute; top: -2px; left: 0; width: 120px; height: 3px; background: var(--blue); border-radius: 4px; }
.product-attributes-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.product-attributes-heading, .product-attributes-list { position: relative; z-index: 1; }
.product-attributes-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -45px; }
.product-attributes-heading .eyebrow.dark { color: var(--blue); }
.product-attributes-heading h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 3.6vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.product-attributes-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.product-attributes-list { grid-template-columns: 1fr 1fr; gap: 0 54px; border-top: 1px solid rgba(0,104,147,.14); }
.product-attributes .attribute-item,
.product-attributes .attribute-item:nth-child(n) { min-height: 126px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 20px; padding: 22px 46px 22px 14px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(7,29,45,.12); border-radius: 0; box-shadow: none; backdrop-filter: none; transition: background .3s ease, transform .3s ease, padding .3s ease; }
.product-attributes .attribute-item::after { width: 3px; height: 0; top: 50%; right: auto; bottom: auto; left: 0; background: var(--blue); border-radius: 4px; transform: translateY(-50%); opacity: 1; transition: height .3s ease; }
.product-attributes .attribute-item > span,
.product-attributes .attribute-item:nth-child(n) > span { top: 25px; right: 12px; color: #7f949e; }
.product-attributes .attribute-item .attribute-icon,
.product-attributes .attribute-item:nth-child(n) .attribute-icon { width: 48px; height: 48px; margin: 0; color: var(--blue); background: rgba(0,104,147,.08); border: 1px solid rgba(0,104,147,.14); border-radius: 50%; }
.product-attributes .attribute-item h3 { max-width: 390px; font-size: 16px; }
.product-attributes .attribute-item h3 small,
.product-attributes .attribute-item:nth-child(n) h3 small { color: #78909c; }
.product-attributes .attribute-item:hover,
.product-attributes .attribute-item:nth-child(n):hover { color: var(--ink); background: linear-gradient(90deg, rgba(0,104,147,.09), rgba(255,255,255,.35)); padding-left: 22px; transform: translateX(5px); box-shadow: none; }
.product-attributes .attribute-item:hover::after { height: 58%; transform: translateY(-50%); }
.product-attributes .attribute-item:hover > span { color: var(--blue); }
.product-attributes .attribute-item:hover .attribute-icon { color: white; background: var(--blue); transform: rotate(-6deg); }

.capabilities { color: white; background: #0b3045; }
.capability-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.capability-copy p:not(.eyebrow) { color: #9db2bd; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.capability-item { min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: #0b3045; }
.capability-item span { color: var(--lime); font-size: 9px; }
.capability-item strong { font-size: 14px; }

.contact { position: relative; overflow: hidden; padding: 120px 0; color: white; background: radial-gradient(circle at 0 0, #125575, var(--ink) 48%, #041520); }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: #a9bcc5; line-height: 1.75; }
.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 40px; font-size: 15px; font-weight: 700; }
.contact-form { padding: 38px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #d9e2e5; border-radius: 0; outline: none; resize: vertical; text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form .button { width: 100%; margin-top: 4px; }
.form-note, .form-status { margin: 12px 0 0; color: #819099; font-size: 10px; line-height: 1.5; text-align: center; }
.form-status { color: var(--blue); font-weight: 700; }

.site-footer { padding: 70px 0 26px; color: #9db0ba; background: #031019; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-logo { width: 220px; height: auto; }
.footer-brand p { max-width: 330px; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 6px; color: white; font-size: 12px; }
.footer-links a { font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 80px; }
  .hero-copy { max-width: 760px; }
  .hero-actions { flex-wrap: wrap; }
  .platform-visual { min-height: 510px; }
  .about-grid, .solution-layout, .capability-layout, .contact-layout { gap: 55px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .product-slide[data-state="prev"] { transform: translateX(calc(-50% - 320px)); }
  .product-slide[data-state="next"] { transform: translateX(calc(-50% + 320px)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1180px); }
  .site-header { padding: 9px 0; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
  .brand { width: 165px; height: 61px; }
  .brand img { width: 165px; }
  .menu-button { position: relative; z-index: 4; display: block; color: var(--ink); }
  .site-nav { position: absolute; z-index: 3; top: -9px; right: 0; width: 100vw; min-height: calc(100dvh + 12px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 40px; color: white !important; background: var(--ink); font-size: 25px; transform: translateX(100%); transition: .3s ease; }
  .site-nav.open { transform: none; }
  .nav-cta { margin-top: 10px; font-size: 16px; }
  .menu-button[aria-expanded="true"] { color: white; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-button span { transition: transform .25s, opacity .2s; }
  .hero { min-height: auto; }
  .hero-layout { display: block; padding-top: 145px; padding-bottom: 70px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: min(100%, 345px); min-width: 0; }
  .hero-actions .text-link { width: min(100%, 230px); min-width: 0; }
  .hero-proof { gap: 10px; }
  .hero-proof strong { font-size: 15px; }
  .platform-visual { min-height: 390px; margin-top: 50px; }
  .app-window { width: calc(100% - 16px); max-width: none; transform: rotateY(-2deg); }
  .floating-card { transform: scale(.8); }
  .floating-alert { right: -20px; top: 35px; }
  .floating-sync { left: -22px; bottom: 12px; }
  .trust-strip { padding: 30px 0; }
  .trust-inner { align-items: stretch; flex-direction: column; gap: 20px; }
  .trust-inner p { flex: none; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .trust-list { grid-template-columns: 1fr 1fr; gap: 10px; }
  .trust-list span { min-height: 58px; }
  .section, .contact { padding: 82px 0; }
  .about-grid, .solution-layout, .products-heading, .capability-layout, .contact-layout, .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .about-copy { padding-top: 0; }
  .about-copy { margin-top: 20px; padding: 62px 24px 30px; }
  .about-copy::before { left: 24px; }
  .about-year { right: 18px; }
  .large-copy { font-size: 19px !important; line-height: 1.65 !important; }
  .about-signal { margin-top: 42px; }
  .value-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .value-card { min-height: 270px; }
  .solution-sticky { position: static; }
  .solution-index { display: none; }
  .attributes-list { grid-template-columns: 1fr; }
  .attribute-item { min-height: 170px; }
  .solution-item { grid-template-columns: 34px 1fr; }
  .solution-arrow { display: none; }
  .products-heading { margin-bottom: 40px; }
  .carousel-stage { height: 720px; margin-inline: -15px; }
  .product-slide { top: 30px; width: calc(100% - 42px); height: 640px; padding: 30px; }
  .product-slide[data-state="active"] { width: calc(100% - 42px); height: 640px; transform: translateX(-50%); }
  .product-slide[data-state="prev"] { width: calc(100% - 42px); height: 640px; opacity: .15; transform: translateX(calc(-50% - 82%)); }
  .product-slide[data-state="next"] { width: calc(100% - 42px); height: 640px; opacity: .15; transform: translateX(calc(-50% + 82%)); }
  .product-icon { margin-bottom: 38px; }
  .product-tag { top: 32px; right: 28px; }
  .carousel-controls { gap: 13px; }
  .carousel-dots { display: none; }
  .product-attributes { margin-top: 80px; padding-top: 75px; }
  .product-attributes-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .product-attributes-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .product-attributes-heading h2 { font-size: 36px; }
  .capability-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-links { gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .hero-proof { grid-template-columns: 1fr; }
  .platform-visual { margin-inline: -15px; }
  .app-window { width: calc(100% - 10px); transform: none; }
  .section-intro h2, .products-heading h2, .capability-copy h2, .contact-copy h2, .solution-sticky h2 { font-size: 40px; }
  .trust-list { grid-template-columns: 1fr; }
  .product-icon { margin-bottom: 30px; }
  .product-card p { font-size: 12px; line-height: 1.65; }
  .card-link { padding-top: 20px; }
}
