/* IBM Plex Sans: la misma letra que las apps y el panel. */
@font-face { font-family:'IBM Plex Sans'; src:url('fuentes/plex-400.woff2') format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:'IBM Plex Sans'; src:url('fuentes/plex-600.woff2') format('woff2'); font-weight:600; font-display:swap; }
@font-face { font-family:'IBM Plex Sans'; src:url('fuentes/plex-700.woff2') format('woff2'); font-weight:700; font-display:swap; }
:root {
  --paper:#f7f7f5;
  --white:#fff;
  --ink:#191b1b;
  --muted:#686d6d;
  --line:#d5d8d5;
  --soft:#e9ece8;
  --dark:#1a1d1e;
  --dark-muted:#a5acab;
  --accent:#191b1b;
  --accent-text:#fff;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:35px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'IBM Plex Sans',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  cursor:pointer;
}
button, a {
  touch-action:manipulation;
}
img {
  display:block;
  max-width:100%;
}
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline:2px solid currentColor;
  outline-offset:6px;
}
::selection {
  background:var(--ink);
  color:var(--paper);
}
.wrap {
  width:calc(100% - 112px);
  max-width:1440px;
  margin:auto;
}
.nav {
  height:105px;
  margin:0 56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-bottom:1px solid var(--line);
}
.brand {
  width:76px;
  height:73px;
  overflow:visible;
  flex-shrink:0;
}
.brand img {
  width:132px;
  max-width:none;
  transform:translate(-28px,-16px);
  filter:grayscale(1);
  mix-blend-mode:multiply;
}
.nav nav {
  display:flex;
  gap:36px;
  font-size:14px;
}
.nav nav a {
  padding:10px 0;
  color:var(--muted);
}
.nav nav a:hover {
  color:var(--ink);
}
.nav-cta {
  display:flex;
  gap:38px;
  padding:13px 0;
  border-bottom:1px solid var(--ink);
  font-size:14px;
}
.nav-cta span {
  font-size:20px;
  line-height:1;
}
.menu {
  display:none;
}
.skip {
  position:fixed;
  z-index:100;
  top:-80px;
  left:20px;
  padding:16px;
  background:var(--ink);
  color:white;
}
.skip:focus {
  top:15px;
}
#mobile-nav {
  margin:0 24px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}
#mobile-nav a {
  display:block;
  padding:12px;
}
#mobile-nav[hidden] {
  display:none;
}
.eyebrow, .micro, .section-label, .hero-index, .strip-foot, .feature-index, .day-total>span, .visual-caption, .visual-foot, .audit-header, .audit-footer>span:last-child, .footer-bottom {
  font:11px/1.6 monospace;
  letter-spacing:.06em;
}
.hero {
  padding-top:46px;
}
.hero-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.eyebrow {
  color:var(--muted);
}
.availability {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:var(--muted);
}
.availability:before {
  content:'';
  display:block;
  width:5px;
  height:5px;
  background:currentColor;
  border-radius:50%;
}
h1 {
  font-size:clamp(88px,10vw,150px);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.065em;
  margin:42px 0 35px;
}
h1>span {
  color:var(--muted);
}
.hero-bottom {
  display:grid;
  grid-template-columns:90px 1fr auto;
  align-items:center;
  gap:28px;
  margin-bottom:44px;
}
.hero-bottom p {
  font-size:17px;
  line-height:1.6;
  margin:0;
}
.hero-index {
  color:var(--muted);
  text-align:right;
  line-height:1.8;
}
.round-link {
  width:59px;
  height:59px;
  border:1px solid var(--ink);
  border-radius:50%;
  display:grid;
  place-items:center;
  transition:background .25s,color .25s;
}
.round-link span {
  font-size:27px;
  line-height:1;
}
.round-link:hover {
  background:var(--ink);
  color:var(--paper);
}
.day-strip {
  display:grid;
  grid-template-columns:1.15fr 2.3fr .65fr;
  gap:34px;
  padding:34px;
  background:var(--dark);
  color:#f6f7f4;
  align-items:center;
}
.day-person {
  display:flex;
  flex-direction:column;
  gap:8px;
}
.day-person .micro {
  font-size:9px;
  color:var(--dark-muted);
  margin-bottom:7px;
}
.day-person strong {
  font-size:19px;
  font-weight:500;
}
.day-date {
  font-size:12px;
  color:var(--dark-muted);
}
.day-timeline {
  min-width:0;
}
.time-markers, .time-labels {
  display:grid;
  grid-template-columns:6fr 1fr 2fr 0fr;
  gap:0;
  white-space:nowrap;
  font-size:12px;
  font-variant-numeric:tabular-nums;
}
.time-markers span:nth-child(2), .time-labels span:nth-child(2) {
  transform:translateX(-100%);
}
.time-markers span:last-child, .time-labels span:last-child {
  transform:translateX(-100%);
}
.time-track {
  display:grid;
  grid-template-columns:6fr 1fr 2fr;
  height:34px;
  margin:10px 0;
  font:11px monospace;
  gap:3px;
}
.time-track>span {
  display:flex;
  align-items:center;
  justify-content:center;
}
.work-one, .work-two {
  background:#d5ded7;
  color:#18201b;
}
.pause {
  color:#a5acab;
  background:repeating-linear-gradient(135deg,#a5acab15 0,#a5acab15 1px,transparent 1px,transparent 5px);
  font-size:9px;
}
.time-labels {
  font-size:10px;
  color:var(--dark-muted);
}
.day-total {
  border-left:1px solid #ffffff24;
  padding-left:32px;
  display:flex;
  flex-direction:column;
}
.day-total strong {
  font-size:63px;
  line-height:1;
  font-weight:450;
  letter-spacing:-.07em;
}
.day-total strong>span {
  font-size:24px;
  margin-left:7px;
  letter-spacing:0;
  color:#a5acab;
}
.day-total>span {
  font-size:9px;
  color:#a5acab;
  margin-top:8px;
}
.strip-foot {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:var(--muted);
  padding:12px 0;
}
.section-label {
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  gap:20px;
}
h2 {
  font-size:clamp(42px,4.8vw,72px);
  font-weight:450;
  line-height:1.06;
  letter-spacing:-.055em;
  margin:0;
}
h3 {
  font-weight:500;
}
.modes {
  padding:100px 0 110px;
}
.modes-grid {
  display:grid;
  grid-template-columns:1.2fr 1.4fr;
  gap:75px;
  margin-top:45px;
}
.mode-list article {
  display:grid;
  grid-template-columns:30px 1fr 38px;
  gap:22px;
  padding:0 0 28px;
}
.mode-list article+article {
  padding-top:28px;
  border-top:1px solid var(--line);
}
.num {
  font:11px monospace;
  color:var(--muted);
  padding-top:6px;
}
.mode-list h3 {
  margin:0 0 12px;
  font-size:25px;
  letter-spacing:-.03em;
}
.mode-list p {
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
  margin:0;
  max-width:375px;
}
.mode-tag {
  font:10px monospace;
  text-align:right;
  color:var(--muted);
  padding-top:8px;
}
.product {
  background:var(--dark);
  color:#f6f7f4;
  padding:55px 0 65px;
}
.product .section-label {
  color:#a5acab;
}
.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11%;
  margin-top:60px;
}
.product-copy h2 {
  font-size:clamp(60px,6.6vw,96px);
}
.product-lead {
  font-size:17px;
  line-height:1.7;
  color:#a5acab;
  margin:27px 0 45px;
}
.product-tabs {
  display:flex;
  flex-direction:column;
}
.product-tabs button {
  border:0;
  border-bottom:1px solid #ffffff29;
  background:none;
  color:#979f9c;
  display:grid;
  grid-template-columns:35px 1fr 20px;
  text-align:left;
  gap:15px;
  padding:22px 0;
  font-size:22px;
  align-items:center;
  transition:color .2s;
}
.product-tabs button>span:first-child {
  font:10px monospace;
}
.product-tabs button>span:last-child {
  opacity:0;
  transition:opacity .2s;
}
.product-tabs button[aria-selected=true] {
  color:#f5f7f0;
  border-color:#f5f7f0;
}
.product-tabs button[aria-selected=true]>span:last-child {
  opacity:1;
}
.product-description {
  min-height:140px;
  margin-top:30px;
}
.product-description h3 {
  font-size:20px;
  letter-spacing:-.025em;
  margin:0 0 12px;
}
.product-description p {
  font-size:15px;
  line-height:1.75;
  color:#a5acab;
  max-width:360px;
}
.product-disclaimer {
  color:#919a95;
  font-size:9px;
}
.product-visual {
  background:#dfe3df;
  color:#303834;
  padding:23px 24px 20px;
  min-width:0;
}
.visual-caption, .visual-foot {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  gap:15px;
}
.capture {
  border:none;
  padding:0;
  background:transparent;
  display:block;
  position:relative;
  width:min(100%,265px);
  margin:28px auto 32px;
  border-radius:2px;
  box-shadow:0 15px 30px #16271c18;
}
.capture img {
  width:100%;
  height:auto;
}
.expand {
  position:absolute;
  left:14px;
  right:14px;
  bottom:15px;
  display:flex;
  justify-content:space-between;
  background:#1a1d1e;
  color:#fff;
  padding:13px 15px;
  font-size:12px;
}
.visual-foot {
  border-top:1px solid #919f9355;
  padding-top:17px;
}
.record {
  padding:110px 0;
}
.record-heading {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:70px;
  margin:48px 0 55px;
  align-items:end;
}
.record-heading h2 {
  font-size:clamp(55px,7vw,100px);
}
.record-heading h2 span {
  color:var(--muted);
}
.record-heading p {
  font-size:17px;
  line-height:1.75;
  color:var(--muted);
  max-width:430px;
}
.record-heading p:first-child {
  font-size:23px;
  line-height:1.5;
  color:var(--ink);
  margin-top:0;
}
.audit {
  border:1px solid var(--line);
}
.audit-header {
  display:flex;
  justify-content:space-between;
  padding:20px 26px;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:10px;
  gap:15px;
}
.audit-row {
  display:grid;
  grid-template-columns:35px 1.3fr .8fr .8fr 1.5fr;
  align-items:center;
  gap:18px;
  padding:28px 26px;
}
.audit-step {
  font:11px monospace;
  color:var(--muted);
}
.audit-status {
  font-size:14px;
}
.audit-row strong {
  font-weight:450;
  font-size:39px;
  letter-spacing:-.05em;
  font-variant-numeric:tabular-nums;
}
.audit-kind {
  font-size:14px;
  color:var(--muted);
}
.audit-detail {
  font-size:12px;
  line-height:1.75;
  color:var(--muted);
}
.audit-detail q {
  color:var(--ink);
}
.correction {
  background:var(--soft);
  border-top:1px solid var(--line);
}
.audit-footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 26px;
  border-top:1px solid var(--line);
  font-size:12px;
  color:var(--muted);
}
.audit-footer>span:last-child {
  font-size:9px;
}
.operations {
  padding:10px 0 110px;
}
.operations-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin:45px 0;
}
.operations-heading p {
  font-size:17px;
  color:var(--muted);
  line-height:1.7;
  margin:0;
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
}
.feature-grid article {
  padding:32px 25px 0 0;
}
.feature-grid article+article {
  padding-left:25px;
  border-left:1px solid var(--line);
}
.feature-index {
  color:var(--muted);
  font-size:10px;
}
.feature-grid h3 {
  font-size:25px;
  line-height:1.25;
  letter-spacing:-.035em;
  margin:35px 0 18px;
}
.feature-grid p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  margin:0;
}
.faq {
  border-top:1px solid var(--line);
  padding:65px 0 100px;
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:80px;
}
.faq h2 {
  margin-top:35px;
}
.questions details {
  border-bottom:1px solid var(--line);
  padding:23px 0;
}
.questions details:first-child {
  padding-top:0;
}
.questions summary {
  font-size:16px;
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:center;
  line-height:1.5;
}
.questions summary::-webkit-details-marker {
  display:none;
}
.questions summary>span {
  font-size:23px;
  color:var(--muted);
}
.questions details[open] summary>span {
  transform:rotate(45deg);
}
.questions p {
  font-size:15px;
  line-height:1.8;
  color:var(--muted);
  margin-bottom:0;
  padding-right:20px;
}
.closing {
  background:#e5e9e4;
  padding:45px 0 65px;
}
.closing-top {
  display:flex;
  justify-content:space-between;
}
.closing h2 {
  font-size:clamp(75px,11.5vw,174px);
  margin:55px 0 45px;
  line-height:.98;
}
.closing a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--ink);
  padding:15px 0;
  font-size:19px;
  max-width:310px;
}
.closing a span {
  font-size:27px;
}
.footer-wordmark {
  font-size:clamp(100px,23.5vw,350px);
  font-weight:550;
  line-height:1.25;
  letter-spacing:-.045em;
  display:block;
  text-align:center;
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--line);
  padding:25px 0;
  color:var(--muted);
  font-size:10px;
}
.footer-bottom a {
  color:var(--ink);
}
.lightbox {
  background:var(--paper);
  color:var(--ink);
  border:1px solid var(--line);
  max-width:95vw;
  width:540px;
  max-height:94dvh;
  padding:22px;
}
.lightbox::backdrop {
  background:#101314e8;
  backdrop-filter:blur(5px);
}
.dialog-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
.dialog-head h2 {
  font-size:16px;
  letter-spacing:0;
  line-height:1.5;
}
.close {
  border:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  padding:10px 13px;
  white-space:nowrap;
  font-size:13px;
}
.zoom-image {
  max-height:73dvh;
  width:auto;
  max-width:100%;
  margin:auto;
}
.lightbox>p {
  font-size:12px;
  color:var(--muted);
  text-align:center;
}
@keyframes rise {
  from {
    opacity:0;
    transform:translateY(22px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}
.hero h1 {
  animation:rise .7s ease-out both;
}
.hero-bottom {
  animation:rise .7s .1s ease-out both;
}
.day-strip {
  animation:rise .7s .2s ease-out both;
}
@media(min-width:1700px) {
  .nav {
    max-width:1440px;
    margin:auto;
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 72px);
  }
  .nav {
    margin:0 36px;
  }
  .day-strip {
    grid-template-columns:1fr 2fr .6fr;
    gap:24px;
    padding:26px;
  }
  .day-person .micro {
    font-size:8px;
  }
  .day-person strong {
    font-size:16px;
  }
  .day-total {
    padding-left:22px;
  }
  .day-total strong {
    font-size:52px;
  }
  .modes-grid {
    gap:45px;
  }
  .product-grid {
    gap:8%;
  }
  .record-heading {
    gap:50px;
  }
  .feature-grid h3 {
    font-size:22px;
  }
  .faq {
    gap:50px;
  }
  .audit-row {
    gap:14px;
  }
  .audit-status {
    font-size:13px;
  }
}
@media(max-width:760px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .nav {
    height:85px;
    margin:0 20px;
  }
  .nav nav, .nav-cta {
    display:none;
  }
  .brand {
    width:64px;
    height:65px;
  }
  .brand img {
    width:115px;
    transform:translate(-25px,-14px);
  }
  .menu {
    display:flex;
    gap:22px;
    align-items:center;
    background:none;
    border:0;
    padding:12px 0;
    color:var(--ink);
    font-size:14px;
  }
  .menu span {
    font-size:23px;
  }
  .hero {
    padding-top:29px;
  }
  .hero-top .eyebrow {
    font-size:9px;
  }
  .availability {
    font-size:10px;
  }
  .hero h1 {
    font-size:clamp(65px,13.3vw,102px);
    letter-spacing:-.065em;
    margin:45px 0 30px;
  }
  .hero-bottom {
    grid-template-columns:45px 1fr;
    gap:20px;
    margin-bottom:30px;
  }
  .hero-bottom p {
    font-size:14px;
    line-height:1.65;
  }
  .hero-index {
    display:none;
  }
  .round-link {
    width:42px;
    height:42px;
  }
  .round-link span {
    font-size:23px;
  }
  .day-strip {
    grid-template-columns:1fr auto;
    gap:25px;
    padding:24px 20px;
  }
  .day-person {
    gap:7px;
  }
  .day-person .micro {
    font-size:8px;
    margin:0;
  }
  .day-person strong {
    font-size:17px;
  }
  .day-date {
    font-size:11px;
  }
  .day-total {
    grid-column:2;
    grid-row:1;
    border:0;
    padding:0;
  }
  .day-total strong {
    font-size:44px;
  }
  .day-total>span {
    font-size:8px;
  }
  .day-timeline {
    grid-row:2;
    grid-column:1/-1;
  }
  .strip-foot {
    font-size:8px;
  }
  .strip-foot>span:last-child {
    display:none;
  }
  .modes {
    padding:65px 0;
  }
  .section-label {
    font-size:9px;
  }
  .section-label>span:last-child {
    display:none;
  }
  h2 {
    font-size:43px;
  }
  .modes-grid {
    display:block;
    margin-top:33px;
  }
  .mode-list {
    margin-top:42px;
  }
  .mode-list article {
    gap:15px;
    grid-template-columns:24px 1fr 30px;
  }
  .mode-list h3 {
    font-size:23px;
  }
  .mode-list p {
    font-size:14px;
  }
  .product {
    padding:35px 0 40px;
  }
  .product-grid {
    grid-template-columns:1fr;
    margin-top:35px;
    gap:35px;
  }
  .product-copy h2 {
    font-size:64px;
  }
  .product-lead {
    font-size:16px;
    margin:22px 0 30px;
  }
  .product-tabs {
    flex-direction:row;
    gap:20px;
  }
  .product-tabs button {
    display:flex;
    gap:8px;
    padding:16px 0;
    font-size:15px;
    flex:1;
    justify-content:flex-start;
  }
  .product-tabs button>span:last-child {
    display:none;
  }
  .product-tabs button>span:first-child {
    font-size:9px;
  }
  .product-description {
    min-height:105px;
    margin-top:25px;
  }
  .product-description h3 {
    font-size:19px;
  }
  .product-description p {
    font-size:14px;
    max-width:none;
  }
  .product-disclaimer {
    font-size:8px;
  }
  .product-visual {
    padding:20px;
  }
  .capture {
    max-width:240px;
    margin:24px auto;
  }
  .record {
    padding:65px 0;
  }
  .record-heading {
    display:block;
    margin:35px 0;
  }
  .record-heading h2 {
    font-size:65px;
  }
  .record-heading>div {
    margin-top:30px;
  }
  .record-heading p {
    font-size:15px;
  }
  .record-heading p:first-child {
    font-size:21px;
  }
  .audit-header {
    padding:15px;
    flex-direction:column;
    gap:4px;
    font-size:9px;
  }
  .audit-row {
    grid-template-columns:20px 1fr auto;
    padding:20px 15px;
    gap:12px;
  }
  .audit-step {
    grid-column:1;
    grid-row:1;
  }
  .audit-status {
    grid-column:2;
    grid-row:1;
    font-size:12px;
  }
  .audit-row strong {
    grid-column:3;
    grid-row:1;
    font-size:32px;
  }
  .audit-kind {
    display:none;
  }
  .audit-detail {
    grid-column:2/-1;
    font-size:11px;
  }
  .audit-footer {
    padding:15px;
    display:flex;
    flex-direction:column;
    gap:7px;
    font-size:11px;
  }
  .audit-footer>span:last-child {
    font-size:8px;
    margin-top:6px;
  }
  .operations {
    padding:0 0 65px;
  }
  .operations-heading {
    display:block;
    margin:33px 0;
  }
  .operations-heading p {
    font-size:15px;
    margin-top:25px;
  }
  .feature-grid {
    grid-template-columns:1fr 1fr;
  }
  .feature-grid article {
    padding:25px 18px 25px 0;
  }
  .feature-grid article+article {
    padding-left:18px;
  }
  .feature-grid article:nth-child(3) {
    border-left:0;
    padding-left:0;
  }
  .feature-grid article:nth-child(n+3) {
    border-top:1px solid var(--line);
  }
  .feature-index {
    font-size:8px;
  }
  .feature-grid h3 {
    font-size:22px;
    margin:26px 0 15px;
  }
  .feature-grid p {
    font-size:13px;
    line-height:1.75;
  }
  .faq {
    padding:45px 0 65px;
    display:block;
  }
  .faq h2 {
    margin-top:25px;
  }
  .questions {
    margin-top:35px;
  }
  .questions summary {
    font-size:14px;
  }
  .questions p {
    font-size:14px;
  }
  .closing {
    padding:30px 0 40px;
  }
  .closing h2 {
    font-size:clamp(66px,13.7vw,104px);
    margin:40px 0 30px;
  }
  .closing a {
    font-size:16px;
    max-width:none;
  }
  .closing-top .eyebrow {
    font-size:9px;
  }
  .footer-wordmark {
    font-size:25vw;
    line-height:1.4;
  }
  .footer-bottom {
    font-size:8px;
    gap:15px;
    flex-wrap:wrap;
  }
  .footer-bottom>span:nth-child(2) {
    display:none;
  }
  .dialog-head h2 {
    font-size:14px;
  }
  .lightbox {
    padding:15px;
  }
  .zoom-image {
    max-height:72dvh;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *, *:before, *:after {
    animation:none!important;
    transition:none!important;
  }
}

/* Janua: graphite, white and electric blue. */
:root {
  --paper:#f8f9fb;
  --white:#fff;
  --ink:#1b1e24;
  --muted:#626a77;
  --line:#d9dde5;
  --soft:#eef2fc;
  --dark:#181b22;
  --dark-muted:#a2aaba;
  --accent:#174bf5;
  --accent-text:#fff;
}
.hero h1>span {
  color:var(--accent);
}
.nav-cta {
  border-color:var(--accent);
}
.nav-cta>span, .num, .feature-index {
  color:var(--accent);
}
.round-link {
  border-color:var(--accent);
  color:var(--accent);
}
.round-link:hover {
  background:var(--accent);
  color:white;
}
.day-strip {
  background:var(--dark);
}
.work-one, .work-two {
  background:#3463ff;
  color:#fff;
}
.product-visual {
  background:#e8ecf3;
  color:#3b4351;
}
.product-tabs button[aria-selected=true] {
  border-color:#567fff;
}
.product-tabs button[aria-selected=true]>span:first-child, .product-tabs button[aria-selected=true]>span:last-child {
  color:#88a5ff;
}
.product .product-disclaimer {
  color:#a2aaba;
}
.record-heading h2>span {
  color:var(--accent);
}
.correction .audit-row strong, .correction strong {
  color:var(--accent);
}
.closing {
  background:var(--accent);
  color:#fff;
}
.closing .eyebrow, .closing .availability {
  color:#d8e2ff;
}
.closing a {
  border-color:#ffffff99;
}
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline-color:var(--accent);
}
.product button:focus-visible, .product [tabindex]:focus-visible, .closing a:focus-visible {
  outline-color:#b9caff;
}

/* A more fluid editorial rhythm, with softer product surfaces. */
.hero h1>span, .record-heading h2>span, .closing h2>span, .product-copy h2>span {
  font-family:inherit;
  font-style:normal;
  font-weight:inherit;
  letter-spacing:inherit;
  font-size:1em;
  line-height:inherit;
}
.hero h1 {
  line-height:1.02;
  margin-bottom:36px;
}
.hero-bottom {
  margin-left:5%;
}
.hero-index {
  line-height:2;
}
.nav-cta {
  border:1px solid var(--line);
  padding:14px 19px;
  border-radius:30px;
  gap:25px;
  transition:border-color .2s,background .2s;
}
.nav-cta:hover {
  background:#eef2fc;
  border-color:#8ca7ff;
}
.day-strip {
  border-radius:26px;
  padding:38px 34px;
  box-shadow:0 15px 35px #171b2310;
}
.time-track {
  border-radius:7px;
  overflow:hidden;
  gap:4px;
}
.work-one, .work-two {
  border-radius:4px;
}
.strip-foot {
  padding:14px 10px;
}
.modes-grid {
  gap:9%;
}
.mode-list article {
  padding-bottom:28px;
}
.mode-list article+article {
  border-top:0;
  padding-top:24px;
  position:relative;
}
.mode-list article+article:before {
  content:'';
  position:absolute;
  left:52px;
  right:0;
  top:0;
  height:1px;
  background:var(--line);
}
.product {
  width:calc(100% - 32px);
  margin:0 16px;
  border-radius:50px 50px 110px 50px;
  padding-top:50px;
  padding-bottom:70px;
}
.product-grid {
  gap:9%;
  align-items:center;
}
.product-copy h2 {
  line-height:1.1;
}
.product-copy h2>span {
  color:#b3c4ff;
}
.product-visual {
  border-radius:28px 80px 28px 80px;
  padding:32px 28px;
  background:radial-gradient(ellipse at 70% 40%,#fff,#e4e9f2 75%);
}
.visual-caption {
  padding-right:15px;
}
.capture {
  border-radius:17px;
  overflow:hidden;
  box-shadow:0 20px 35px #12223726;
}
.expand {
  border-radius:25px;
  background:#181b22ed;
}
.visual-foot {
  border:0;
  padding:3px 12px 0;
}
.product-tabs button {
  padding-left:15px;
  padding-right:15px;
  border-radius:14px;
  border:0;
  margin-bottom:5px;
  font-size:21px;
}
.product-tabs button[aria-selected=true] {
  background:#303745;
}
.product-tabs button:hover {
  background:#ffffff09;
}
.product-description {
  padding-left:15px;
}
.product-disclaimer {
  display:inline-block;
  padding-left:15px;
}
.record-heading {
  align-items:center;
}
.audit {
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}
.audit-header {
  background:#f2f4f8;
  border-bottom:0;
  padding-top:23px;
  padding-bottom:23px;
}
.audit-row {
  padding-top:32px;
  padding-bottom:32px;
}
.correction {
  border-top:0;
}
.audit-footer {
  border-top:0;
  padding-top:23px;
  padding-bottom:23px;
}
.operations-heading {
  margin-bottom:50px;
}
.feature-grid {
  grid-template-columns:repeat(2,1fr);
  gap:25px;
  border:0;
  padding-bottom:25px;
}
.feature-grid article, .feature-grid article+article {
  border:0;
  padding:35px 38px;
  border-radius:25px;
  background:#edf0f5;
}
.feature-grid article:nth-child(even) {
  transform:translateY(30px);
  background:#fff;
  border:1px solid #e0e5ed;
}
.feature-grid h3 {
  font-size:30px;
  margin:24px 0 18px;
}
.feature-grid p {
  font-size:15px;
  max-width:400px;
}
.faq {
  margin-top:35px;
}
.questions details {
  border-bottom:0;
  padding:22px;
  border-radius:17px;
  transition:background .2s;
}
.questions details:first-child {
  padding-top:22px;
}
.questions details[open] {
  background:#eceff5;
}
.questions summary>span {
  width:28px;
  height:28px;
  border-radius:50%;
  background:#e4e9f1;
  display:grid;
  place-items:center;
  flex-shrink:0;
  font-size:20px;
  line-height:1;
}
.questions summary {
  font-size:15px;
}
.closing {
  margin:0 16px;
  width:calc(100% - 32px);
  border-radius:50px 130px 50px 50px;
  padding-top:45px;
  padding-bottom:60px;
}
.closing h2 {
  line-height:1.04;
}
.closing h2>span {
  font-size:1em;
}
.closing a {
  padding:16px 23px;
  border:1px solid #ffffff70;
  border-radius:40px;
  max-width:290px;
  font-size:17px;
}
.footer-wordmark {
  font-weight:450;
  letter-spacing:-.055em;
}
.lightbox {
  border-radius:20px;
}
.close {
  border-radius:30px;
}
.zoom-image {
  border-radius:12px;
}
@media(max-width:1100px) {
  .day-strip {
    padding:28px;
  }
  .product-visual {
    border-radius:24px 65px 24px 65px;
    padding:25px;
  }
  .feature-grid article, .feature-grid article+article {
    padding:28px;
  }
  .hero-bottom {
    margin-left:0;
  }
}
@media(max-width:760px) {
  .hero h1 {
    margin-bottom:29px;
  }
  .hero h1>span {
    font-size:1em;
  }
  .hero-bottom {
    margin-left:0;
  }
  .day-strip {
    border-radius:20px;
    padding:25px 20px;
  }
  .modes-grid {
    gap:0;
  }
  .mode-list article+article:before {
    left:39px;
  }
  .product {
    width:calc(100% - 16px);
    margin:0 8px;
    border-radius:30px 30px 65px 30px;
    padding-top:35px;
    padding-bottom:40px;
  }
  .product>.wrap, .closing>.wrap {
    width:calc(100% - 32px);
  }
  .product-copy h2 {
    font-size:59px;
    line-height:1.15;
  }
  .product-tabs {
    gap:5px;
  }
  .product-tabs button {
    font-size:14px;
    gap:6px;
    padding:14px 10px;
  }
  .product-description {
    padding-left:0;
  }
  .product-disclaimer {
    padding-left:0;
  }
  .product-visual {
    padding:25px 20px;
    border-radius:22px 55px 22px 55px;
  }
  .visual-caption {
    font-size:8px;
    padding-right:6px;
  }
  .visual-foot {
    font-size:8px;
    padding-left:0;
    padding-right:0;
  }
  .record-heading h2 {
    font-size:61px;
    line-height:1.1;
  }
  .audit {
    border-radius:18px;
  }
  .audit-header {
    padding:18px 15px;
  }
  .audit-row {
    padding:23px 15px;
  }
  .audit-footer {
    padding:18px 15px;
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:15px;
    padding:0;
  }
  .feature-grid article, .feature-grid article+article {
    padding:27px;
    border:0;
  }
  .feature-grid article:nth-child(even) {
    transform:none;
  }
  .feature-grid article:nth-child(n+3) {
    border:0;
  }
  .feature-grid h3 {
    font-size:29px;
    margin:21px 0 15px;
  }
  .feature-grid h3 br {
    display:none;
  }
  .feature-grid p {
    font-size:14px;
    max-width:none;
  }
  .feature-index {
    font-size:10px;
  }
  .faq {
    margin-top:0;
  }
  .questions details, .questions details:first-child {
    padding:20px 12px;
  }
  .questions summary {
    font-size:14px;
  }
  .closing {
    width:calc(100% - 16px);
    margin:0 8px;
    border-radius:30px 70px 30px 30px;
    padding:32px 0 40px;
  }
  .closing h2 {
    font-size:clamp(65px,13vw,100px);
    line-height:1.1;
    margin-top:33px;
  }
  .closing a {
    max-width:none;
    font-size:16px;
  }
  .closing-top {
    padding-right:12px;
  }
  .footer-wordmark {
    font-size:24vw;
  }
}

/* Architectural office imagery integrated into the hero. */
.hero.wrap {
  position:relative;
  isolation:isolate;
  width:100%;
  max-width:none;
  margin:0;
  overflow:hidden;
  padding:48px max(56px,calc((100vw - 1440px)/2)) 0;
  border-radius:0 0 64px 64px;
  background:#ebeff3;
}
.hero-office {
  position:absolute;
  z-index:-3;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  pointer-events:none;
}
.hero:before {
  content:'';
  position:absolute;
  z-index:-2;
  inset:0;
  background:linear-gradient(90deg,#f8f9fbfa 0%,#f8f9fbeb 29%,#f8f9fbc4 40%,#f8f9fb42 58%,#f8f9fb00 75%);
  pointer-events:none;
}
.hero:after {
  content:'';
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(180deg,#f8f9fb35 0%,transparent 40%,#f8f9fb0a 62%,#f8f9fb8f 100%);
  pointer-events:none;
}
.hero .hero-top {
  position:relative;
  z-index:1;
}
.hero .availability {
  padding:8px 13px;
  background:#ffffffd9;
  border:1px solid #ffffffb0;
  border-radius:30px;
  backdrop-filter:blur(14px);
  color:#343c4b;
}
.hero h1 {
  margin-top:55px;
  margin-bottom:38px;
  font-size:clamp(88px,9.5vw,145px);
  text-shadow:0 1px 25px #fff4;
  max-width:850px;
}
.hero h1>span {
  color:#174bf5;
}
.hero .hero-bottom {
  margin-left:0;
  margin-bottom:66px;
  grid-template-columns:64px 1fr auto;
  gap:23px;
}
.hero-bottom p {
  color:#353d4b;
  line-height:1.7;
}
.hero .round-link {
  background:#ffffffb3;
  backdrop-filter:blur(8px);
}
.hero .round-link:hover {
  background:var(--accent);
  color:#fff;
}
.hero-index {
  color:#fff;
  background:#19202b70;
  backdrop-filter:blur(16px);
  border:1px solid #ffffff4a;
  border-radius:16px;
  padding:15px 18px;
  text-align:left;
  line-height:1.8;
  align-self:end;
}
.hero .day-strip {
  background:#171c28e8;
  backdrop-filter:blur(22px);
  border:1px solid #ffffff33;
  box-shadow:0 22px 60px #10182730;
  padding:30px 34px;
}
.hero .strip-foot {
  padding:17px 10px 23px;
  color:#3e4757;
  text-shadow:0 1px 4px #fff;
}
.closing {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#174bf5;
}
.closing:before {
  content:'';
  position:absolute;
  z-index:-2;
  inset:0;
  background:url('img/oficina.webp') center 58%/cover;
  opacity:.19;
  mix-blend-mode:luminosity;
}
.closing:after {
  content:'';
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(90deg,#174bf5c9,#174bf560);
  pointer-events:none;
}
@media(max-width:1100px) {
  .hero.wrap {
    padding-left:36px;
    padding-right:36px;
  }
  .hero h1 {
    font-size:9.8vw;
  }
  .hero .day-strip {
    padding:28px;
  }
  .hero-office {
    object-position:57% center;
  }
  .hero:before {
    background:linear-gradient(90deg,#f8f9fbf5,#f8f9fbce 40%,#f8f9fb22 75%);
  }
}
@media(max-width:760px) {
  .hero.wrap {
    padding:30px 20px 0;
    border-radius:0 0 35px 35px;
  }
  .hero-office {
    object-position:63% center;
  }
  .hero:before {
    background:linear-gradient(180deg,#f8f9fbee 0%,#f8f9fbea 26%,#f8f9fb70 49%,#f8f9fb0a 65%,#f8f9fb00 100%);
  }
  .hero:after {
    background:linear-gradient(90deg,#f8f9fb55,#f8f9fb00);
  }
  .hero .availability {
    font-size:10px;
    padding:7px 10px;
  }
  .hero h1 {
    font-size:clamp(63px,13.3vw,102px);
    margin:44px 0 29px;
    line-height:1.03;
  }
  .hero .hero-bottom {
    grid-template-columns:42px 1fr;
    gap:17px;
    margin-bottom:160px;
  }
  .hero-bottom p {
    font-size:14px;
    color:#2e3642;
    line-height:1.7;
  }
  .hero .day-strip {
    padding:24px 20px;
    background:#161c2bee;
  }
  .hero .strip-foot {
    font-size:8px;
    padding:15px 5px 20px;
    color:#fff;
    text-shadow:0 1px 6px #000;
  }
  .hero-index {
    display:none;
  }
}

/* Keep four time labels distinct even on narrow displays. */
.time-markers, .time-labels {
  display:block;
  position:relative;
  height:18px;
}
.time-markers>span, .time-labels>span {
  position:absolute;
  top:0;
}
.time-markers>span:first-child, .time-labels>span:first-child {
  left:0;
}
.time-markers>span:nth-child(2), .time-labels>span:nth-child(2) {
  left:66.666%;
  transform:translateX(-100%);
}
.time-markers>span:nth-child(3), .time-labels>span:nth-child(3) {
  left:77.777%;
  transform:translateX(-50%);
}
.time-markers>span:last-child, .time-labels>span:last-child {
  right:0;
  transform:none;
}

/* One continuous masthead and office scene. */
.nav {
  position:absolute;
  z-index:20;
  top:0;
  left:0;
  right:0;
  margin:0 max(56px,calc((100vw - 1440px)/2));
  max-width:none;
  border-bottom:0;
  background:transparent;
}
.nav nav a {
  color:#394352;
}
.nav nav a:hover {
  color:#174bf5;
}
.nav-cta {
  background:#ffffff85;
  border-color:#ffffffb3;
  backdrop-filter:blur(12px);
  color:#273247;
}
.nav-cta:hover {
  background:#ffffffd9;
  border-color:#b8caff;
}
.hero.wrap {
  padding-top:153px;
}
.hero:after {
  background:linear-gradient(180deg,#f8f9fbde 0%,#f8f9fb38 18%,transparent 37%,#f8f9fb0a 62%,#f8f9fb8f 100%);
}
#mobile-nav {
  position:absolute;
  z-index:30;
  top:77px;
  left:20px;
  right:20px;
  margin:0;
  padding:12px 20px;
  background:#fffffff0;
  backdrop-filter:blur(20px);
  border:1px solid #ffffffb0;
  border-radius:18px;
  box-shadow:0 15px 40px #19243a19;
}
@media(max-width:1100px) {
  .nav {
    margin-left:36px;
    margin-right:36px;
  }
}
@media(max-width:760px) {
  .nav {
    margin:0 20px;
  }
  .hero.wrap {
    padding-top:115px;
  }
  .hero:after {
    background:linear-gradient(180deg,#f8f9fb70,transparent 25%),linear-gradient(90deg,#f8f9fb55,#f8f9fb00);
  }
  .hero:before {
    background:linear-gradient(180deg,#f8f9fbeb 0%,#f8f9fbd9 30%,#f8f9fb70 51%,#f8f9fb0a 67%,#f8f9fb00 100%);
  }
}
.nav .brand img {
  mix-blend-mode:normal;
  background:transparent;
}

/* Transparent at the top, graphite while browsing. */
html {
  scroll-padding-top:125px;
}
.nav {
  position:fixed;
  margin:0;
  padding:0 max(56px,calc((100vw - 1440px)/2));
  z-index:50;
  transition:background-color .25s ease,box-shadow .25s ease,backdrop-filter .25s ease;
}
.nav.is-scrolled {
  background:rgba(24,27,34,.94);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 8px 30px #10141c20;
}
.nav.is-scrolled nav a, .nav.is-scrolled .menu {
  color:#eef2fa;
}
.nav.is-scrolled nav a:hover {
  color:#a9bfff;
}
.nav.is-scrolled .brand img {
  filter:brightness(0) invert(1);
}
.nav.is-scrolled .nav-cta {
  color:white;
  background:#ffffff0d;
  border-color:#ffffff35;
}
.nav.is-scrolled .nav-cta:hover {
  background:#174bf5;
  border-color:#174bf5;
}
#mobile-nav {
  position:fixed;
  z-index:49;
  top:85px;
  left:20px;
  right:20px;
  margin:0;
  padding:12px 20px;
  border:1px solid #ffffff20;
  border-radius:0 0 18px 18px;
  background:#181b22;
  color:#eef2fa;
  box-shadow:0 15px 40px #10141c30;
  max-height:calc(100dvh - 105px);
  overflow:auto;
}
@media(min-width:761px) {
  #mobile-nav {
    display:none;
  }
}
@media(max-width:1100px) {
  .nav {
    padding-left:36px;
    padding-right:36px;
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:105px;
  }
  .nav {
    padding-left:20px;
    padding-right:20px;
  }
}

/* Pricing follows the soft shapes and graphite / blue palette. */
.pricing {
  padding-top:100px;
  padding-bottom:45px;
}
.pricing-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:35px;
  margin:32px 0 42px;
}
.pricing-heading h2 {
  font-size:clamp(42px,5vw,70px);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.055em;
  margin:0;
}
.pricing-heading>p {
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
  margin:0 0 5px;
}
.pricing-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.price-card {
  padding:38px 40px;
  border-radius:30px;
  background:#eef1f7;
}
.price-label {
  font:11px/1.6 monospace;
  letter-spacing:.08em;
}
.price-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
}
.price-saving {
  font-size:12px;
  padding:7px 12px;
  border-radius:100px;
  background:#ffffff19;
}
.price-card h3 {
  display:flex;
  align-items:baseline;
  gap:12px;
  margin:38px 0 12px;
  font-weight:400;
}
.price-card h3 strong {
  font-size:clamp(58px,6vw,86px);
  font-weight:500;
  letter-spacing:-.065em;
  line-height:1;
}
.price-card h3>span {
  font-size:20px;
  opacity:.7;
}
.price-card>p {
  font-size:16px;
  margin:0 0 36px;
}
.price-foot {
  display:flex;
  justify-content:space-between;
  gap:15px;
  flex-wrap:wrap;
  padding-top:20px;
  border-top:1px solid #1b1e241c;
  font-size:12px;
}
.price-annual {
  background:#174bf5;
  color:#fff;
  border-radius:30px 65px 30px 30px;
}
.price-annual .price-foot {
  border-color:#ffffff35;
}
.price-consult {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px 8px;
  border-bottom:1px solid var(--line);
}
.price-consult h3 {
  font-size:20px;
  font-weight:500;
  letter-spacing:-.025em;
  margin:0;
}
.price-consult p {
  margin:0;
  color:var(--muted);
}
@media(max-width:760px) {
  .pricing {
    padding-top:65px;
    padding-bottom:15px;
  }
  .pricing-heading {
    display:block;
  }
  .pricing-heading>p {
    margin-top:22px;
  }
  .pricing-grid {
    grid-template-columns:1fr;
    gap:16px;
  }
  .price-card {
    padding:28px;
    border-radius:24px;
  }
  .price-annual {
    border-radius:24px 48px 24px 24px;
  }
  .price-card h3 {
    margin-top:30px;
  }
  .price-consult {
    align-items:start;
    flex-direction:column;
    gap:10px;
  }
  .price-consult h3 {
    font-size:19px;
  }
}
.price-card>.price-label {
  display:flex;
  align-items:center;
  min-height:33px;
}
.price-top {
  min-height:33px;
}

/* ── Janua, septiembre 2026 ─────────────────────────────────── */

/* La jornada de ejemplo: la pausa, en medio de su tramo. */
.time-labels>span.l-pausa {
  left:72.22%;
  transform:translateX(-50%);
}

/* Lo que aún no está. */
.pronto {
  display:inline-block;
  margin-left:10px;
  padding:3px 9px;
  border-radius:20px;
  background:var(--soft);
  color:var(--accent);
  font:10px/1.4 monospace;
  letter-spacing:.06em;
  vertical-align:middle;
}

/* Capturas de ordenador: más anchas que las del móvil. */
.capture.ancha {
  width:100%;
  max-width:none;
}

/* El exceso, en cian, como en el registro. */
.mas {
  color:#0891b2;
  white-space:nowrap;
}
.feature-grid .ejemplo {
  font-size:38px;
  letter-spacing:-.04em;
  margin:22px 0 0;
  font-variant-numeric:tabular-nums;
}
.feature-grid p.ejemplo {
  color:var(--ink);
}
q {
  quotes:'«' '»';
}
.time-labels>span:last-child {
  left:auto;
}
.capture.ancha .expand {
  left:auto;
  right:10px;
  bottom:10px;
  padding:8px 13px;
  gap:12px;
  font-size:11px;
}
.capture.ancha {
  overflow:visible;
  margin-bottom:62px;
}
.capture.ancha img {
  border-radius:12px;
}
.capture.ancha .expand {
  top:calc(100% + 12px);
  bottom:auto;
}
@media(max-width:760px) {
  .product-tabs {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
  }
  .product-tabs button {
    margin:0;
    padding:13px 14px;
  }
}

/* En el móvil, el hueco entre el texto y la captura en px: un % de alto no
   cuenta al medir la sección y la captura se salía por abajo. */
@media(max-width:760px) {
  .product-grid {
    row-gap:35px;
  }
}

/* Ampliada, una captura de ordenador necesita más ancho que una de móvil. */
.lightbox.ancha {
  width:min(1100px, 95vw);
}

/* La página que no existe. */
.perdida {
  padding:60px 0 120px;
}
.perdida h1 {
  margin:30px 0 50px;
}
.perdida h1>span {
  color:var(--accent);
}
.perdida .nav-cta {
  display:inline-flex;
}
.price-consult a {
  color:var(--accent);
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
}
