/* ============================================================
   THE OFFICE CENTRAL — COMPONENT LAYER
   Built on tokens.css. Faithful to brand references.
   ============================================================ */

/* ---------- TYPE UTILITIES ---------- */
.t-display { font-size: var(--fs-display); font-weight: 700; line-height: 1.04; letter-spacing: -0.03em; }
.t-h1 { font-size: var(--fs-h1); font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; }
.t-h2 { font-size: var(--fs-h2); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; }
.t-h3 { font-size: var(--fs-h3); font-weight: 700; line-height: 1.18; letter-spacing: -0.02em; }
.t-h4 { font-size: var(--fs-h4); font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; }
.t-h5 { font-size: var(--fs-h5); font-weight: 700; line-height: 1.3; }
.t-lead { font-size: var(--fs-body-lg); line-height: 1.6; color: var(--ink-500); }
.t-body { font-size: var(--fs-body); line-height: 1.6; }
.t-sm { font-size: var(--fs-body-sm); line-height: 1.55; }
.t-caption { font-size: var(--fs-caption); line-height: 1.5; color: var(--ink-500); }
.t-overline {
  font-size: var(--fs-overline); font-weight: 700; line-height: 1.2;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-400);
}
.t-green { color: var(--green-700); }
.t-deep { color: var(--green-900); }
.t-muted { color: var(--ink-500); }
.u-accent { color: var(--green-700); } /* inline emphasis word, e.g. "IA" */

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-size: 15px; font-weight: 700;
  line-height: 1; letter-spacing: -0.01em;
  padding: 14px 22px; border-radius: var(--r-pill);
  border: 1.5px solid transparent; cursor: pointer;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease),
              transform var(--dur-fast) var(--ease), box-shadow var(--dur) var(--ease);
  white-space: nowrap; text-decoration: none;
}
.btn:active { transform: translateY(1px); }
.btn .arr { transition: transform var(--dur) var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

.btn--primary { background: var(--action-grad); color: #fff; box-shadow: var(--shadow-cta); }
.btn--primary:hover { background: var(--action-grad-hover); }
.btn--primary:active { background: var(--action-press); }

.btn--secondary { background: #fff; color: var(--ink-900); border-color: var(--line-300); box-shadow: var(--shadow-xs); }
.btn--secondary:hover { border-color: var(--green-300); color: var(--green-800); }

.btn--ghost { background: transparent; color: var(--green-700); padding-left: 8px; padding-right: 8px; }
.btn--ghost:hover { color: var(--green-900); }

.btn--sm { padding: 10px 16px; font-size: 14px; }
.btn--lg { padding: 17px 28px; font-size: 16px; }
.btn--block { display: flex; width: 100%; justify-content: center; }

/* text link with arrow (Ver funcionalidades →) */
.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: var(--green-700);
}
.link-arrow .arr { transition: transform var(--dur) var(--ease); }
.link-arrow:hover .arr { transform: translateX(3px); }

/* ============================================================
   PILLS / EYEBROW / BADGES
   ============================================================ */
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px 8px 12px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line-200);
  font-size: 13px; font-weight: 500; color: var(--ink-700);
  box-shadow: var(--shadow-xs);
}
.eyebrow-pill .ico { color: var(--green-600); display: inline-flex; }

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border-radius: var(--r-pill);
  font-size: 12px; font-weight: 700; letter-spacing: 0.01em;
}
.tag--green { background: var(--green-100); color: var(--green-800); }
.tag--neutral { background: var(--line-100); color: var(--ink-600); }
.tag--outline { background: #fff; border: 1px solid var(--line-200); color: var(--ink-600); }

.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.status-dot--success { background: var(--status-success); }
.status-dot--warning { background: var(--status-warning); }
.status-dot--danger { background: var(--status-danger); }
.status-dot--info { background: var(--status-info); }

/* ============================================================
   ICON CIRCLE (line icon inside a soft tinted disc)
   ============================================================ */
.icon-circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--green-50); border: 1px solid var(--green-100);
  color: var(--green-700);
}
.icon-circle--lg { width: 72px; height: 72px; }
.icon-circle svg { width: 22px; height: 22px; }
.icon-circle--lg svg { width: 30px; height: 30px; }

/* generic line-icon defaults — thin, rounded, green stroke */
.ico-line { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   FEATURE CHECKLIST (green checks)
   ============================================================ */
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-700); }
.check-list .chk {
  flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--green-100); color: var(--green-700);
}
.check-list .chk svg { width: 11px; height: 11px; }

/* ============================================================
   CARD primitives
   ============================================================ */
.card {
  background: var(--surface); border: 1px solid var(--line-200);
  border-radius: var(--r-lg); box-shadow: var(--shadow-card);
}
.card--flat { box-shadow: none; }
.card--pad { padding: var(--sp-6); }

/* ---------- AGENT CARD ---------- */
.agent-card {
  background: var(--surface); border: 1px solid var(--line-200);
  border-radius: var(--r-lg); box-shadow: var(--shadow-card);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.agent-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.agent-card__media {
  position: relative; height: 230px; overflow: hidden;
  background-image: var(--agent-img, none), radial-gradient(120% 120% at 50% 16%, var(--halo-from), var(--halo-to));
  background-size: var(--media-zoom, 135%) auto, cover;
  background-position: center var(--media-y, 3%), center;
  background-repeat: no-repeat, no-repeat;
}
.agent-card__media img { display: none; }
.agent-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 12px; }
.agent-card .check-list li { font-size: 12.5px; white-space: nowrap; }
.agent-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.agent-card__name { font-size: 19px; font-weight: 700; color: var(--green-900); letter-spacing: -0.02em; }
.agent-card__role { font-size: 13px; font-weight: 700; color: var(--ink-500); margin-top: 2px; line-height: 1.25; white-space: nowrap; }
.agent-card__head .icon-circle { width: 40px; height: 40px; }
.agent-card__head .icon-circle svg { width: 22px; height: 22px; }
.agent-card hr, .agent-card .divider { border: 0; border-top: 1px solid var(--line-100); margin: 2px 0; }

/* ============================================================
   CHARACTER STAGE (halo + agent render)
   ============================================================ */
.stage {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(110% 110% at 50% 35%, var(--halo-from), var(--halo-to));
  border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 3 / 4;
}
.stage__ring {
  position: absolute; top: 8%; left: 50%; transform: translateX(-50%);
  width: 64%; aspect-ratio: 1; border-radius: 50%;
  border: 2px solid var(--halo-ring);
  box-shadow: 0 0 36px 6px rgba(255,255,255,0.85), inset 0 0 22px rgba(255,255,255,0.6);
}
.stage img { position: relative; z-index: 1; height: 96%; width: auto; align-self: flex-end; }

/* ============================================================
   HERO CLUSTER — composition of all agents as ringed medallions
   ============================================================ */
.hero-cluster { position: relative; width: 100%; display: flex; justify-content: center; }
.cluster-stage { position: relative; width: 100%; max-width: 760px; aspect-ratio: 1120 / 820; flex: 0 0 auto; }
.cluster-stage__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.agent-tag {
  position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.94);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid var(--line-200); border-radius: 13px;
  padding: 7px 13px 7px 9px; box-shadow: var(--shadow-card); white-space: nowrap;
}
.agent-tag__ico {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px;
  background: var(--green-50); border: 1px solid var(--green-100); color: var(--green-700);
  display: inline-flex; align-items: center; justify-content: center;
}
.agent-tag__ico svg { width: 17px; height: 17px; }
.agent-tag__txt { display: flex; flex-direction: column; gap: 1px; }
.agent-tag__name { font-size: 14px; font-weight: 700; color: var(--green-900); line-height: 1.12; letter-spacing: -0.01em; }
.agent-tag__role { font-size: 11px; font-weight: 500; color: var(--ink-500); line-height: 1.12; }

@media (max-width: 980px) {
  .cluster-stage { max-width: 560px; }
}

/* ============================================================
   NAME BADGE (speech bubble with waveform + circular icon)
   ============================================================ */
.name-badge {
  position: relative; display: inline-flex; align-items: flex-end; gap: 16px;
  background: rgba(232,234,233,0.98); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.95); border-radius: 24px;
  padding: 18px 22px 18px 22px;
  box-shadow: inset 0 0 8px 1px rgba(255,255,255,0.85), 0 8px 24px rgba(20,40,30,0.08);
}
.name-badge::after {
  content: ""; position: absolute; left: 58%; bottom: -10px;
  width: 20px; height: 20px; background: inherit;
  border-right: 1.5px solid rgba(255,255,255,0.95); border-bottom: 1.5px solid rgba(255,255,255,0.95);
  transform: rotate(45deg); border-bottom-right-radius: 5px;
}
.name-badge__txt { display: flex; flex-direction: column; gap: 6px; }
.name-badge__name { font-size: 26px; font-weight: 700; color: var(--green-900); line-height: 1; letter-spacing: -0.02em; }
.name-badge__role { font-size: 14px; font-weight: 700; color: var(--ink-600); line-height: 1.2; }
.name-badge__wave { margin-top: 6px; }
.name-badge__icon {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  background: var(--green-250); border: 2px solid rgba(255,255,255,0.95); color: var(--green-900);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 2px;
  box-shadow: 0 0 10px 2px rgba(255,255,255,0.5), inset 0 0 6px rgba(255,255,255,0.3);
}
.name-badge__icon svg { width: 22px; height: 22px; }

/* audio waveform */
.waveform { display: inline-flex; align-items: center; gap: 2px; height: 22px; color: var(--green-250); }
.waveform span { width: 2.5px; border-radius: 2px; background: currentColor; opacity: 1; }

/* ============================================================
   TRUST / FEATURE BAR (icon + 2-line label, divided)
   ============================================================ */
.trust-bar {
  display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
  background: var(--surface); border: 1px solid var(--line-200);
  border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden;
}
.trust-bar__item {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 22px; border-right: 1px solid var(--line-100);
}
.trust-bar__item:last-child { border-right: 0; }
.trust-bar__item .ico { color: var(--green-600); flex: 0 0 auto; }
.trust-bar__item .ico svg { width: 24px; height: 24px; }
.trust-bar__label { font-size: 14px; font-weight: 500; color: var(--ink-700); line-height: 1.3; }

/* floating feature strip used under character renders */
.feature-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
  background: rgba(255,255,255,0.86); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border: 1px solid var(--line-200); border-radius: var(--r-xl);
  box-shadow: var(--shadow-card); padding: 6px 0;
}
.feature-strip__item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center; padding: 14px 16px; border-right: 1px solid var(--line-100);
}
.feature-strip__item:last-child { border-right: 0; }
.feature-strip__item .ico { color: var(--green-700); }
.feature-strip__item .ico svg { width: 26px; height: 26px; }
.feature-strip__item span { font-size: 13px; font-weight: 500; color: var(--ink-700); line-height: 1.25; }

/* ============================================================
   NUMBERED STEPS (how it works)
   ============================================================ */
.steps { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; position: relative; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 0 14px; position: relative; }
.step__num {
  position: absolute; top: 8px; left: calc(50% - 44px);
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; color: var(--ink-900);
  font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow: 0 0 2px 1px rgba(110,200,195,0.3), 0 0 6px 2px rgba(135,212,202,0.16), 0 0 11px 4px rgba(160,222,212,0.08), 0 1px 3px rgba(20,40,30,0.05);
}
.step__disc {
  width: 70px; height: 70px; border-radius: 50%;
  background: rgba(227,242,233,0.85);
  border: 1.5px solid rgba(255,255,255,0.95); color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 16px 3px rgba(255,255,255,0.7), 0 1px 4px rgba(20,40,30,0.07);
}
.step__disc svg { width: 38px; height: 38px; }
.step__title { font-size: 15px; font-weight: 700; color: var(--ink-900); }
.step__desc { font-size: 13px; color: var(--ink-500); line-height: 1.5; max-width: 22ch; }
.steps__rail {
  position: absolute; top: 46px; left: 10%; right: 10%; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, rgba(150,225,212,0) 0%, rgba(175,232,220,0.4) 20%, rgba(198,240,230,0.5) 50%, rgba(175,232,220,0.4) 80%, rgba(150,225,212,0) 100%);
  box-shadow: 0 0 2px 1px rgba(110,205,196,0.3), 0 0 6px 2px rgba(140,216,205,0.16), 0 0 11px 4px rgba(165,224,214,0.08);
  z-index: 0;
}

/* ============================================================
   USE-CASE CARD (icon chip + copy + dashboard mockup slot)
   ============================================================ */
.usecase {
  background: var(--surface); border: 1px solid var(--line-200);
  border-radius: var(--r-lg); box-shadow: var(--shadow-card);
  padding: 20px; display: flex; flex-direction: column; gap: 14px;
}
.usecase__head { display: flex; gap: 12px; align-items: flex-start; }
.usecase__chip {
  width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto;
  background: var(--green-50); border: 1px solid var(--green-100); color: var(--green-700);
  display: flex; align-items: center; justify-content: center;
}
.usecase__chip svg { width: 20px; height: 20px; }
.usecase__title { font-size: 17px; font-weight: 700; color: var(--ink-900); }
.usecase__desc { font-size: 13.5px; color: var(--ink-500); line-height: 1.55; }

/* ============================================================
   IMAGE PLACEHOLDER (striped, mono label)
   ============================================================ */
.placeholder {
  --c: var(--line-300);
  display: flex; align-items: center; justify-content: center; text-align: center;
  background-color: var(--surface-2);
  background-image: repeating-linear-gradient(45deg, var(--line-100) 0 12px, transparent 12px 24px);
  border: 1px dashed var(--line-300); border-radius: var(--r-md);
  color: var(--ink-400); font-family: var(--font-mono); font-size: 12px;
  padding: 16px; min-height: 80px;
}

/* ============================================================
   FORM FIELDS
   ============================================================ */
.field { display: flex; flex-direction: column; gap: 7px; }
.field__label { font-size: 13px; font-weight: 700; color: var(--ink-700); }
.field__hint { font-size: 12px; color: var(--ink-400); }
.input, .textarea, .select {
  font-family: var(--font-sans); font-size: 15px; color: var(--ink-900);
  background: #fff; border: 1.5px solid var(--line-300); border-radius: var(--r-md);
  padding: 12px 14px; width: 100%; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.input::placeholder, .textarea::placeholder { color: var(--ink-400); }
.input:focus, .textarea:focus, .select:focus {
  outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px var(--green-100);
}
.textarea { min-height: 96px; resize: vertical; }

/* ============================================================
   NAVIGATION + FOOTER
   ============================================================ */
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px; background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid var(--line-200); border-radius: var(--r-pill);
}
.site-nav__links { display: flex; gap: 26px; align-items: center; }
.site-nav__links a { font-size: 14px; font-weight: 500; color: var(--ink-700); }
.site-nav__links a:hover { color: var(--green-700); }
.site-nav__cta { display: flex; gap: 10px; align-items: center; }

.site-footer { background: var(--bg-warm); border-top: 1px solid var(--line-200); padding: 48px 28px 32px; }
.site-footer__cols { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) 1.2fr; gap: 28px; }
.site-footer h6 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-400); margin: 0 0 14px; }
.site-footer a { display: block; font-size: 14px; color: var(--ink-600); padding: 4px 0; }
.site-footer a:hover { color: var(--green-700); }

/* ============================================================
   WORDMARK — "the office central"
   ============================================================ */
.wordmark { display: inline-flex; flex-direction: column; line-height: 0.98; font-weight: 700; letter-spacing: -0.02em; }
.wordmark .l1 { font-size: 0.62em; color: var(--ink-900); font-weight: 700; }
.wordmark .l1 b { color: var(--ink-900); }
.wordmark .l2 { font-size: 1em; color: var(--ink-900); }
.wordmark .l2 .central { color: var(--green-700); }
.wordmark--ink .l1, .wordmark--ink .l2 { color: var(--ink-900); }
.wordmark--ink .l2 .central { color: var(--green-700); }
.wordmark--white .l1, .wordmark--white .l2 { color: #fff; }
.wordmark--white .l2 .central { color: var(--green-300); }

/* image logo (primary brand mark) */
.brand-logo { height: 40px; width: auto; display: block; }
.brand-logo--sm { height: 30px; }
.brand-logo--lg { height: 72px; }
