@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root { --ink: #142019; --muted: #66736b; --paper: #f4f1e9; --green: #214e3a; --line: #d9d6cb; --gutter: clamp(1rem, 4vw, 2rem); --max: 1180px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: radial-gradient(circle at 83% 8%, #d8ead8 0, transparent 29rem), var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-header, .hero, .intro, .solutions, .lab-section, footer { width: min(var(--max), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.site-header { display: flex; position: sticky; top: 0; z-index: 20; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: Manrope, sans-serif; font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; border-radius: .75rem; background: var(--green); color: white; font-size: 1rem; box-shadow: 0 8px 20px #214e3a28; }
.site-header nav { display: flex; align-items: center; gap: 1.2rem; }
.site-header nav a { color: #4f6157; font-size: .85rem; font-weight: 700; text-decoration: none; }
.site-header .nav-action { border: 1px solid #bdcbbd; border-radius: 999px; padding: .7rem 1rem; }
.hero { display: grid; min-height: 690px; align-items: center; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: 1.05fr .95fr; }
.eyebrow { color: #4b7558; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Manrope, sans-serif; }
.hero h1 { max-width: 760px; margin-top: 1.2rem; font-size: clamp(3.7rem, 6.5vw, 6.4rem); line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: #5b8062; font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.primary-button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; border-radius: 999px; padding: .9rem 1.25rem; background: var(--green); color: white; font-size: .9rem; font-weight: 800; text-decoration: none; box-shadow: 0 13px 28px #214e3a28; }
.text-link { color: #365343; font-size: .9rem; font-weight: 800; text-decoration: none; }
.hero-orbit { position: relative; width: min(100%, 450px); margin: auto; aspect-ratio: 1; }
.orbit { position: absolute; border: 1px solid #79947e55; border-radius: 50%; }
.orbit-one { inset: 10%; }
.orbit-two { inset: 24%; border-style: dashed; }
.orbit-core { display: grid; position: absolute; inset: 36%; place-items: center; border-radius: 30%; background: #172d23; color: white; font-family: Manrope; font-size: 3rem; font-weight: 800; box-shadow: 0 35px 70px #1b382638; transform: rotate(7deg); }
.orbit-product { position: absolute; border: 1px solid #ffffffc4; border-radius: 999px; padding: .65rem .9rem; background: #fffdf9ed; color: #365343; font-family: Manrope; font-size: .72rem; font-weight: 800; box-shadow: 0 15px 35px #1b382619; }
.finance-dot { top: 8%; right: 12%; }
.sentriq-dot { bottom: 16%; left: 0; }
.lab-dot { right: 1%; bottom: 10%; }
.intro { display: grid; align-items: start; gap: 2rem; border-top: 1px solid var(--line); padding: clamp(4rem, 9vw, 7rem) 0; grid-template-columns: .65fr 1.35fr; }
.intro h2, .lab-section h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1.06; letter-spacing: -.035em; }
.intro p { max-width: 680px; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.solutions { display: grid; gap: 1.2rem; padding-bottom: clamp(4rem, 9vw, 7rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { display: flex; min-width: 0; min-height: 720px; overflow: hidden; border-radius: 1.7rem; padding: clamp(1.25rem, 4vw, 2rem); flex-direction: column; }
.finance-card { background: #e4eee2; }
.sentriq-card { background: #182720; color: white; }
.product-heading { display: flex; align-items: center; justify-content: space-between; }
.product-mark { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .9rem; font-family: Manrope; font-weight: 900; }
.finance-mark { background: #214e3a; color: white; }
.sentriq-mark { background: #e8b368; color: #182720; }
.status { display: inline-flex; align-items: center; gap: .4rem; border-radius: 999px; padding: .4rem .65rem; font-size: .66rem; font-weight: 800; }
.finance-card .status { background: #fff9; color: #45694d; }
.sentriq-card .status { background: #ffffff12; color: #bed0c6; }
.status i { width: .42rem; height: .42rem; border-radius: 50%; background: #5aa568; box-shadow: 0 0 0 4px #5aa56820; }
.product-copy { margin-top: 3rem; }
.product-family { font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.finance-card .product-family { color: #4b7558; }
.sentriq-card .product-family { color: #d7a660; }
.product-copy h2 { margin-top: .75rem; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.05; }
.product-copy p { line-height: 1.75; }
.finance-card .product-copy p, .finance-card .product-copy li { color: #53665b; }
.sentriq-card .product-copy p, .sentriq-card .product-copy li { color: #b8c8bf; }
.product-copy ul { display: grid; gap: .5rem; margin: 1.3rem 0 1.7rem; padding: 0; font-size: .82rem; list-style: none; }
.product-copy li::before { margin-right: .5rem; color: #6b9671; content: '✓'; font-weight: 900; }
.sentriq-card .product-copy li::before { color: #d7a660; }
.product-copy > a { font-weight: 900; text-decoration: none; }
.product-copy > a span { margin-left: .35rem; transition: margin .15s ease; }
.product-copy > a:hover span { margin-left: .7rem; }
.finance-preview { display: grid; gap: .55rem; margin-top: auto; border: 1px solid #ffffffb5; border-radius: 1.2rem; padding: 1rem; background: #fffdf9cf; box-shadow: 0 20px 50px #1c392516; grid-template-columns: repeat(2, 1fr); }
.finance-preview div { border-radius: .8rem; padding: .8rem; background: #f2f7ef; }
.finance-preview div:first-child { background: #214e3a; color: white; }
.finance-preview span, .finance-preview small { display: block; color: #718078; font-size: .62rem; }
.finance-preview div:first-child span { color: #bfd3c5; }
.finance-preview strong { display: block; margin-top: .25rem; font-family: Manrope; font-size: 1.25rem; }
.finance-preview .finance-bars { display: flex; height: 2.4rem; align-items: end; gap: .35rem; padding: .4rem; background: transparent; grid-column: 1 / -1; }
.finance-bars i { width: 33%; border-radius: .25rem .25rem .1rem .1rem; background: #6b9671; }
.finance-bars i:nth-child(1) { height: 80%; }
.finance-bars i:nth-child(2) { height: 42%; background: #c56f5c; }
.finance-bars i:nth-child(3) { height: 25%; background: #d5ad58; }
.sentriq-preview { display: flex; margin-top: auto; align-items: center; justify-content: center; gap: 1.3rem; border: 1px solid #ffffff17; border-radius: 1.2rem; padding: 1.6rem; background: radial-gradient(circle at 30%, #3b5548 0, #20352c 50%, #15231d 100%); }
.camera-lens { display: grid; width: 6rem; height: 6rem; place-items: center; border: 9px solid #d2d8d3; border-radius: 50%; background: #283c33; box-shadow: 0 15px 35px #0005; }
.camera-lens i { width: 2.7rem; height: 2.7rem; border: 7px solid #16251e; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #8ea6a0 0 8%, #304942 12%, #111d18 62%); }
.sentriq-preview strong, .sentriq-preview small { display: block; }
.sentriq-preview strong { font-family: Manrope; }
.sentriq-preview small { margin-top: .35rem; color: #aebeb5; font-size: .68rem; }
.lab-section { padding: clamp(4rem, 9vw, 7rem) 0; }
.lab-section header { max-width: 760px; }
.lab-section header p { color: var(--muted); line-height: 1.7; }
.lab-grid { display: grid; gap: 1rem; margin-top: 2.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lab-grid article { display: grid; align-items: center; gap: 1rem; border: 1px solid var(--line); border-radius: 1.2rem; padding: 1.2rem; background: #fffdf986; grid-template-columns: auto 1fr auto; }
.lab-icon { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .8rem; background: #e4ebe1; color: #4d7055; font-family: Manrope; font-size: .72rem; font-weight: 900; }
.lab-grid strong { font-family: Manrope; }
.lab-grid p { margin: .25rem 0 0; color: var(--muted); font-size: .8rem; }
.lab-grid small { border-radius: 999px; padding: .4rem .55rem; background: #ebe8df; color: #7b817d; font-size: .62rem; font-weight: 800; }
.closing { padding: clamp(4rem, 9vw, 7rem) max(var(--gutter), calc((100% - 850px) / 2)); background: #203b30; color: white; text-align: center; }
.closing .eyebrow { color: #a4c8a7; }
.closing h2 { margin-top: 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.06; }
.closing p { color: #bed0c6; line-height: 1.7; }
.light-button { margin-top: 1rem; background: white; color: #214e3a; }
footer { display: grid; align-items: center; gap: 1rem 2rem; padding: 2rem 0 2.5rem; color: var(--muted); font-size: .78rem; grid-template-columns: auto 1fr auto; }
.footer-brand .brand-mark { width: 2rem; height: 2rem; border-radius: .6rem; font-size: .75rem; }
footer p { margin: 0; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .9rem; }
footer nav a { font-weight: 700; text-decoration: none; }
footer small { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1rem; }
@media (max-width: 820px) {
    .hero { min-height: auto; padding: 5rem 0; grid-template-columns: 1fr; }
    .hero-orbit { width: min(85vw, 430px); }
    .intro { grid-template-columns: 1fr; }
    .solutions { grid-template-columns: 1fr; }
    .product-card { min-height: 680px; }
    .lab-grid { grid-template-columns: 1fr; }
    footer { align-items: start; grid-template-columns: 1fr; }
    footer nav { justify-content: flex-start; }
    footer small { grid-column: 1; }
}
@media (max-width: 560px) {
    :root { --gutter: 1rem; }
    .site-header nav > a:not(.nav-action) { display: none; }
    .hero h1 { font-size: 3.2rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .text-link { padding: .7rem; text-align: center; }
    .hero-orbit { width: 92vw; margin-left: -2vw; }
    .product-card { min-height: 0; }
    .finance-preview, .sentriq-preview { margin-top: 2.5rem; }
    .sentriq-preview { align-items: flex-start; flex-direction: column; }
    .lab-grid article { align-items: start; grid-template-columns: auto 1fr; }
    .lab-grid small { width: fit-content; grid-column: 2; }
}

/* Documentos legales corporativos */
.legal-header { position: relative; top: 0; }
.legal-back { display: inline-flex; align-items: center; gap: .55rem; border-radius: 999px; padding: .7rem .9rem; background: #e9f1fd; color: #285a9e; font-size: .75rem; font-weight: 800; text-decoration: none; }
.legal-back span { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; border-radius: 50%; background: white; }
.legal-page { width: min(880px, calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: clamp(4rem, 9vw, 7rem) 0; }
.legal-title { margin-bottom: 2rem; }
.legal-title h1 { margin-top: .85rem; color: #0b244d; font-size: clamp(3rem, 7vw, 5.6rem); line-height: 1; }
.legal-title p { color: #718096; }
.legal-document { border: 1px solid #d5dfed; border-radius: 1.5rem; padding: clamp(1.25rem, 5vw, 2.8rem); background: #ffffffc7; box-shadow: 0 24px 65px #0b326510; }
.legal-document section + section { margin-top: 2.2rem; }
.legal-document h2 { margin: 0 0 .75rem; color: #153c75; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-document p, .legal-document li { color: #566880; line-height: 1.78; }
.legal-document ul { padding-left: 1.25rem; }
.legal-document a { color: #1456d9; font-weight: 800; }
.legal-footer { width: min(880px, calc(100% - var(--gutter) * 2)); }
@media (max-width: 560px) {
    .legal-header { width: calc(100% - 1rem); }
    .legal-header .brand-copy small { display: none; }
    .legal-back { padding: .55rem; }
    .legal-back > span { display: grid; }
    .legal-back { font-size: 0; }
}

/* Navegación corporativa */
.site-header { top: .75rem; width: min(var(--max), calc(100% - var(--gutter) * 2)); margin-top: .75rem; border: 1px solid #ffffffd4; border-radius: 999px; padding: .55rem .6rem .55rem .8rem; background: #f9fbffdb; box-shadow: 0 18px 45px #0b326514, inset 0 1px #fff; }
.site-header .brand { gap: .6rem; }
.site-header .brand-mark { width: 2.25rem; height: 2.25rem; border-radius: .72rem; }
.brand-copy { display: grid; gap: .08rem; }
.brand-copy strong { color: #0b244d; font-family: Manrope, sans-serif; font-size: .96rem; line-height: 1; }
.brand-copy small { color: #6d7d96; font-size: .43rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.site-header .main-nav { display: flex; align-items: center; gap: .15rem; border: 1px solid #dbe5f3; border-radius: 999px; padding: .25rem; background: #edf3fb; }
.site-header .main-nav a { border-radius: 999px; padding: .62rem .9rem; color: #49617f; font-size: .76rem; transition: color .15s ease, background .15s ease, box-shadow .15s ease; }
.site-header .main-nav a:hover, .site-header .main-nav a:focus-visible { background: white; color: #114cae; outline: none; box-shadow: 0 5px 14px #0b326511; }
.header-action { display: inline-flex; min-height: 2.65rem; align-items: center; gap: .65rem; border-radius: 999px; padding: .35rem .4rem .35rem .95rem; background: #0d50c5; color: white; font-size: .76rem; font-weight: 800; text-decoration: none; box-shadow: 0 9px 20px #0d50c52b; }
.header-action i { display: grid; width: 1.9rem; height: 1.9rem; place-items: center; border-radius: 50%; background: #ffffff1f; font-size: .82rem; font-style: normal; transition: transform .15s ease; }
.header-action:hover i { transform: rotate(12deg); }
.mobile-nav { display: none; position: relative; }
.mobile-nav > summary { display: grid; width: 2.65rem; height: 2.65rem; place-content: center; gap: .35rem; border-radius: 50%; background: #0d50c5; cursor: pointer; list-style: none; }
.mobile-nav > summary::-webkit-details-marker { display: none; }
.mobile-nav > summary i { display: block; width: 1rem; height: 2px; border-radius: 999px; background: white; transition: transform .15s ease; }
.mobile-nav[open] > summary i:first-child { transform: translateY(.175rem) rotate(45deg); }
.mobile-nav[open] > summary i:last-child { transform: translateY(-.175rem) rotate(-45deg); }
.mobile-nav nav { display: grid; position: absolute; top: calc(100% + .75rem); right: 0; width: min(18rem, calc(100vw - 2rem)); overflow: hidden; border: 1px solid #d8e2f0; border-radius: 1.1rem; padding: .5rem; background: #fbfdff; box-shadow: 0 24px 60px #071b3b2c; }
.mobile-nav nav a { display: flex; min-height: 3rem; align-items: center; justify-content: space-between; border-radius: .75rem; padding: .75rem .85rem; color: #1d3d68; font-size: .82rem; font-weight: 800; text-decoration: none; }
.mobile-nav nav a:hover, .mobile-nav nav a:focus { background: #eaf2ff; outline: none; }
.mobile-nav nav span { color: #7d94b3; font-size: .62rem; }
@media (max-width: 720px) {
    .site-header .main-nav, .header-action { display: none; }
    .mobile-nav { display: block; }
}
@media (max-width: 560px) {
    .site-header { width: calc(100% - 1rem); margin-top: .5rem; padding-left: .65rem; }
    .site-header .mobile-nav nav a { display: flex !important; }
    .brand-copy small { display: none; }
}

/* Identidad azul de Xytriq y escaparates vivos de producto */
:root { --green: #1456d9; --blue: #1456d9; --blue-dark: #071b3b; --blue-soft: #dce9ff; }
body { background: radial-gradient(circle at 83% 8%, #cfe0ff 0, transparent 30rem), #f3f6fb; }
.brand-mark, .primary-button { background: linear-gradient(145deg, #1767ee, #0b3fa9); box-shadow: 0 10px 24px #1456d92d; }
.eyebrow, .text-link, .site-header nav a { color: #285da8; }
.orbit-one, .orbit-two { border-color: #3975ca55; }
.orbit-core { background: linear-gradient(145deg, #0c47bb, #071b3b); box-shadow: 0 35px 70px #0b39873a; }
.orbit-product { color: #214f91; }
.intro, footer small { border-color: #ccd7e8; }
.closing { background: linear-gradient(145deg, #071b3b, #0d3f89); }
.closing .eyebrow { color: #9dc2ff; }
.closing p { color: #c2d5f3; }
.lab-icon { background: #dce9ff; color: #1c56aa; }
.lab-grid article { border-color: #ced9e9; background: #ffffffa8; }
.solutions { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
.live-product { position: relative; min-height: 650px; overflow: hidden; border: 1px solid #c9d5e6; border-radius: 1.8rem; background: #0a244d; box-shadow: 0 30px 75px #0b32651c; isolation: isolate; }
.live-snapshot { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #dce6f4; pointer-events: none; }
.live-snapshot iframe { width: 1440px; height: 900px; border: 0; filter: blur(1.6px) saturate(.72) contrast(.92); opacity: .84; pointer-events: none; transform: scale(.82); transform-origin: top left; }
.live-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #061831f5 0%, #0a2958e8 31%, #0b3265a8 53%, #0b326522 78%, transparent 100%); }
.sentriq-live .live-overlay { background: linear-gradient(90deg, #071a32f7 0%, #0a2d5aed 32%, #0b3265a5 56%, #071a321f 82%, transparent 100%); }
.live-product-copy { position: relative; z-index: 2; display: flex; width: min(47%, 540px); min-height: 650px; padding: clamp(1.5rem, 5vw, 3.3rem); color: white; flex-direction: column; justify-content: center; }
.live-product-copy .product-heading { margin-bottom: 2.8rem; }
.product-brand-banner { display: flex; min-width: 0; align-items: center; border: 1px solid #ffffff42; border-radius: 1rem; padding: .65rem .85rem; background: #ffffffec; box-shadow: 0 14px 34px #020e2245; backdrop-filter: blur(12px); }
.finance-brand-banner { gap: .7rem; }
.finance-brand-banner img { width: 2.8rem; height: 2.8rem; object-fit: contain; }
.finance-brand-banner > span { color: #123724; font-family: Manrope, sans-serif; font-size: 1.25rem; font-weight: 800; line-height: 1; }
.finance-brand-banner small { display: block; margin-top: .25rem; color: #64806d; font-size: .5rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sentriq-brand-banner { width: 7.2rem; height: 6.2rem; justify-content: center; padding: .45rem .7rem; }
.sentriq-brand-banner img { width: 100%; height: 100%; object-fit: contain; }
.live-product-copy .product-mark { background: #1767ee; color: white; box-shadow: 0 12px 28px #0003; }
.live-product-copy .sentriq-mark { background: #e8b368; color: #10213c; }
.live-product-copy .status { background: #ffffff17; color: #d8e6fb; backdrop-filter: blur(8px); }
.live-product-copy .product-family { color: #9dc2ff; }
.sentriq-live .live-product-copy .product-family { color: #f1c783; }
.live-product-copy h2 { margin-top: .8rem; color: white; font-size: clamp(2.5rem, 4.5vw, 4.2rem); line-height: 1.02; text-shadow: 0 3px 24px #03122a80; }
.live-product-copy p { color: #d3e0f2; font-size: 1rem; line-height: 1.75; text-shadow: 0 2px 14px #03122a99; }
.live-product-copy ul { display: grid; gap: .55rem; margin: 1.2rem 0 1.8rem; padding: 0; color: #d3e0f2; font-size: .82rem; list-style: none; }
.live-product-copy li::before { margin-right: .55rem; color: #7fb0ff; content: '✓'; font-weight: 900; }
.sentriq-live .live-product-copy li::before { color: #e8b368; }
.live-product-copy > a { width: fit-content; border: 1px solid #ffffff40; border-radius: 999px; padding: .8rem 1rem; background: #ffffff13; color: white; font-size: .86rem; font-weight: 900; text-decoration: none; backdrop-filter: blur(10px); }
.live-product-copy > a span { margin-left: .35rem; }
.live-product-copy > a:hover { background: #ffffff25; }
@media (max-width: 820px) {
    .live-product, .live-product-copy { min-height: 620px; }
    .live-product-copy { width: min(70%, 520px); }
    .live-snapshot iframe { transform: scale(.66); }
    .live-overlay { background: linear-gradient(90deg, #061831f7 0%, #0a2958e9 45%, #0b32658c 75%, transparent 100%); }
}
@media (max-width: 560px) {
    .live-product { min-height: 660px; border-radius: 1.3rem; }
    .live-product-copy { width: 100%; min-height: 660px; justify-content: flex-end; padding: 1.3rem; }
    .live-product-copy .product-heading { margin-bottom: auto; padding-top: .3rem; }
    .product-brand-banner { transform: scale(.9); transform-origin: left center; }
    .live-product-copy h2 { font-size: 2.55rem; }
    .live-product-copy p { font-size: .9rem; }
    .live-snapshot iframe { transform: scale(.47); }
    .live-overlay, .sentriq-live .live-overlay { background: linear-gradient(0deg, #061831fa 0%, #0a2958ed 56%, #0b32654f 100%); }
}
