@import url("./docs/sis/tokens.css");

:root {
  /* Compatibilidad temporal: los nombres históricos apuntan al sistema SIS. */
  --navy: var(--sis-color-primary-blue);
  --navy-2: var(--sis-color-surface-dark);
  --navy-3: #102a46;
  --black: #080b10;
  --ink: var(--sis-color-text);
  --muted: var(--sis-color-text-muted);
  --gold: var(--sis-color-gold);
  --gold-2: #f0cf7a;
  --white: var(--sis-color-white);
  --soft: var(--sis-color-background);
  --soft-2: var(--sis-color-surface-subtle);
  --line: var(--sis-color-border);
  --line-gold: rgba(200, 155, 53, 0.28);
  --shadow: var(--sis-shadow-large);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sis-font-family-sans);
  color: var(--ink);
  background: var(--soft);
  line-height: var(--sis-line-height-body);
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

img[src*="saband-capital-logo"] {
  height: auto;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 20, 38, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sis-space-6);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--sis-space-3);
  color: var(--white);
}

.brand-logo {
  flex: 0 0 44px;
  width: 44px;
  max-width: 44px;
  height: 44px;
  max-height: 44px;
  padding: 2px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid rgba(240, 207, 122, 0.5);
  background: var(--white);
}

.brand-text {
  display: grid;
  line-height: var(--sis-line-height-heading-2);
  letter-spacing: 0;
}

.brand-text strong {
  font-size: 0.95rem;
}

.brand-text small {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: var(--sis-font-weight-bold);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: var(--sis-space-5);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: var(--sis-font-weight-bold);
}

.nav-menu a:not(.btn) {
  transition: color var(--sis-duration-150) var(--sis-easing-standard);
}

.nav-menu a:not(.btn):hover {
  color: var(--gold-2);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sis-radius-button);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--sis-radius-button);
  border: 1px solid transparent;
  font: inherit;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: 0;
  transition:
    transform var(--sis-duration-150) var(--sis-easing-standard),
    box-shadow var(--sis-duration-150) var(--sis-easing-standard),
    background var(--sis-duration-150) var(--sis-easing-standard),
    border-color var(--sis-duration-150) var(--sis-easing-standard);
  cursor: pointer;
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
}

.btn-gold {
  color: #101621;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 28px rgba(200, 155, 53, 0.22);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(240, 207, 122, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.btn-dark {
  color: var(--white);
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  display: grid;
  align-content: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 20, 38, 0.98), rgba(8, 11, 16, 0.92)),
    linear-gradient(110deg, rgba(16, 42, 70, 0.92), rgba(7, 20, 38, 0.2) 52%, rgba(200, 155, 53, 0.16)),
    var(--navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 118px 0 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--sis-space-2);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 20px 0 16px;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 780px;
  margin: 0;
  color: var(--gold-2);
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  font-weight: var(--sis-font-weight-display);
  line-height: 1.25;
}

.hero-text {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.hero-actions,
.product-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: var(--sis-space-8);
}

.hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 74px;
  margin-bottom: 68px;
  overflow: hidden;
  border: 1px solid rgba(240, 207, 122, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.hero-proof span {
  display: grid;
  gap: 6px;
  min-height: 110px;
  padding: 22px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.045);
}

.hero-proof strong {
  color: var(--gold-2);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.trust-section {
  background: var(--white);
  border-bottom: 1px solid rgba(7, 20, 38, 0.08);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  padding: 68px 0;
}

.trust-grid h2,
.section-heading h2,
.contact-grid h2,
.compliance-grid h2,
.cta-panel h2 {
  margin: 12px 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.trust-copy p,
.section-heading p,
.contact-grid p,
.compliance-grid p,
.cta-panel p {
  color: var(--muted);
  font-size: 1.04rem;
}

.trust-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--sis-space-6);
}

.trust-facts span {
  padding: 10px 14px;
  border: 1px solid rgba(7, 20, 38, 0.1);
  border-radius: var(--sis-radius-badge);
  color: var(--navy);
  background: var(--soft);
  font-size: 0.9rem;
  font-weight: var(--sis-font-weight-bold);
}

.section {
  padding: 98px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: var(--sis-space-10);
}

.section-heading.compact {
  max-width: 740px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sis-space-4);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: var(--sis-space-6);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 42px rgba(7, 20, 38, 0.07);
  transition: transform var(--sis-duration-150) var(--sis-easing-standard), border-color var(--sis-duration-150) var(--sis-easing-standard), box-shadow var(--sis-duration-150) var(--sis-easing-standard);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-gold);
  box-shadow: 0 24px 60px rgba(7, 20, 38, 0.12);
}

.service-card.featured {
  color: var(--white);
  background: linear-gradient(160deg, var(--navy), var(--black));
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.74);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 22px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.service-type {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.service-card p:last-child {
  margin: 0;
  color: var(--muted);
}

.service-description {
  flex: 1;
}

.service-status {
  display: inline-flex;
  align-self: flex-start;
  margin: 22px 0 18px;
  padding: 6px 10px;
  border: 1px solid rgba(200, 155, 53, 0.28);
  border-radius: var(--sis-radius-badge);
  color: var(--gold);
  background: rgba(200, 155, 53, 0.08);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card.featured .service-status {
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(240, 207, 122, 0.3);
}

.service-learn {
  width: fit-content;
  margin-top: auto;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(7, 20, 38, 0.14);
  border-radius: var(--sis-radius-badge);
  color: var(--navy);
  background: var(--white);
  font-weight: 900;
  cursor: pointer;
  transition: transform var(--sis-duration-150) var(--sis-easing-standard), border-color var(--sis-duration-150) var(--sis-easing-standard), background var(--sis-duration-150) var(--sis-easing-standard);
}

.service-learn:hover {
  transform: translateY(-2px);
  border-color: var(--line-gold);
  background: var(--soft);
}

.service-card.featured .service-learn {
  color: var(--white);
  border-color: rgba(240, 207, 122, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.process-section {
  padding: 98px 0;
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sis-space-4);
}

.process-step {
  min-height: 230px;
  padding: var(--sis-space-6);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  background: var(--soft);
}

.process-step span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.process-step h3 {
  margin: 18px 0 10px;
  color: var(--navy);
}

.process-step p {
  margin: 0;
  color: var(--muted);
}

.compliance-section {
  padding: 98px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 20, 38, 0.98), rgba(8, 11, 16, 0.94)),
    linear-gradient(90deg, rgba(200, 155, 53, 0.16), transparent 54%);
}

.compliance-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.compliance-grid h2,
.compliance-grid p {
  color: var(--white);
}

.compliance-grid p {
  color: rgba(255, 255, 255, 0.75);
}

.compliance-list {
  display: grid;
  gap: 14px;
}

.compliance-list article {
  padding: 22px;
  border: 1px solid rgba(240, 207, 122, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.compliance-list h3 {
  margin: 0 0 8px;
  color: var(--gold-2);
}

.compliance-list p {
  margin: 0;
}

.product-section {
  padding: 98px 0;
  background: var(--white);
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(7, 20, 38, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 251, 0.92)),
    var(--white);
  box-shadow: 0 18px 54px rgba(7, 20, 38, 0.09);
}

.product-card--featured {
  border-color: rgba(200, 155, 53, 0.34);
  box-shadow: 0 24px 68px rgba(7, 20, 38, 0.13);
}

.product-label {
  width: fit-content;
  margin-bottom: var(--sis-space-5);
  padding: 7px 10px;
  border: 1px solid rgba(200, 155, 53, 0.28);
  border-radius: var(--sis-radius-badge);
  color: var(--gold);
  background: rgba(200, 155, 53, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1.08;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--sis-font-size-body);
}

.product-subtitle {
  margin: -4px 0 16px !important;
  color: var(--gold) !important;
  font-weight: 900;
}

.product-feature-list {
  display: grid;
  gap: var(--sis-space-2);
  margin: 22px 0 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.product-feature-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.94rem;
  font-weight: var(--sis-font-weight-bold);
}

.product-feature-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.status-note {
  margin-top: var(--sis-space-4);
  color: var(--gold);
  font-weight: var(--sis-font-weight-display);
}

.cta-section {
  padding: 96px 0;
  background: var(--navy);
}

.cta-panel {
  padding: var(--sis-space-12);
  border: 1px solid rgba(240, 207, 122, 0.3);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(90deg, rgba(200, 155, 53, 0.14), transparent);
}

.cta-panel h2,
.cta-panel p {
  color: var(--white);
}

.cta-panel p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-section {
  background: var(--soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.contact-card {
  display: grid;
  gap: var(--sis-space-4);
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid rgba(7, 20, 38, 0.08);
}

.contact-card a,
.contact-card span {
  display: grid;
  gap: var(--sis-space-1);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 20, 38, 0.08);
}

.contact-card strong {
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.site-footer {
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sis-space-4);
}

.footer-links a:hover {
  color: var(--gold-2);
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: var(--sis-space-6);
}

.service-modal[hidden] {
  display: none;
}

.service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 38, 0.76);
  backdrop-filter: blur(10px);
}

.service-modal__panel {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(240, 207, 122, 0.3);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.34);
  outline: none;
}

.service-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(7, 20, 38, 0.14);
  border-radius: 50%;
  color: var(--navy);
  background: var(--soft);
  font-weight: 900;
  cursor: pointer;
}

.service-modal__category {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-modal__panel h2 {
  margin: 0 44px 14px 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.08;
}

.service-modal__panel p {
  color: var(--muted);
}

.service-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 4px;
}

.service-modal__meta span {
  padding: 8px 12px;
  border-radius: var(--sis-radius-badge);
  color: var(--navy);
  background: var(--soft-2);
  font-size: 0.84rem;
  font-weight: var(--sis-font-weight-display);
}

.service-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sis-space-3);
  margin-top: 28px;
}

.product-card[data-product-card] {
  cursor: pointer;
}

.product-card[data-product-card]:focus-visible {
  outline: var(--sis-focus-width) solid var(--sis-color-focus);
  outline-offset: 5px;
}

.product-card[data-product-card] .product-actions .btn {
  pointer-events: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: var(--sis-space-6);
}

.product-modal[hidden] {
  display: none;
}

.product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 12, 25, 0.84);
  backdrop-filter: blur(14px);
}

.product-modal__panel {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: var(--sis-space-10);
  border: 1px solid color-mix(in srgb, var(--sis-color-secondary-blue) 52%, transparent);
  border-radius: var(--sis-radius-dialog);
  color: var(--sis-color-text-inverse);
  background:
    radial-gradient(circle at 82% 10%, color-mix(in srgb, var(--sis-color-secondary-blue) 22%, transparent), transparent 34%),
    linear-gradient(145deg, #071426 0%, #0a1b31 54%, #071321 100%);
  box-shadow: var(--sis-shadow-large), var(--sis-shadow-glow);
  outline: none;
}

.product-modal__ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.product-modal__ambient::before,
.product-modal__ambient::after {
  content: "";
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--sis-color-secondary-blue) 24%, transparent);
  border-radius: 50%;
}

.product-modal__ambient::before {
  top: -180px;
  right: -100px;
  width: 430px;
  height: 430px;
}

.product-modal__ambient::after {
  top: -110px;
  right: -30px;
  width: 290px;
  height: 290px;
}

.product-modal__ambient i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sis-color-gold);
  box-shadow: 0 0 16px color-mix(in srgb, var(--sis-color-gold) 50%, transparent);
}

.product-modal__ambient i:nth-child(1) { top: 72px; right: 210px; }
.product-modal__ambient i:nth-child(2) { top: 152px; right: 74px; background: var(--sis-color-info); }
.product-modal__ambient i:nth-child(3) { bottom: 64px; left: 42%; background: var(--sis-color-success); }

.product-modal__close {
  position: absolute;
  top: var(--sis-space-5);
  right: var(--sis-space-5);
  z-index: 2;
  display: grid;
  place-items: center;
  width: var(--sis-touch-target-min);
  height: var(--sis-touch-target-min);
  border: 1px solid color-mix(in srgb, var(--sis-color-white) 16%, transparent);
  border-radius: 50%;
  color: var(--sis-color-white);
  background: color-mix(in srgb, var(--sis-color-surface-dark) 72%, transparent);
  font-size: 1.25rem;
  cursor: pointer;
  transition: border-color var(--sis-duration-250) var(--sis-easing-standard), background var(--sis-duration-250) var(--sis-easing-standard);
}

.product-modal__close:hover,
.product-modal__close:focus-visible {
  border-color: color-mix(in srgb, var(--sis-color-gold) 58%, transparent);
  background: color-mix(in srgb, var(--sis-color-secondary-blue) 35%, var(--sis-color-surface-dark));
}

.product-modal__header {
  position: relative;
  z-index: 1;
  display: flex;
  gap: var(--sis-space-5);
  align-items: center;
  padding-right: var(--sis-space-12);
}

.product-modal__mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid color-mix(in srgb, var(--sis-color-gold) 45%, transparent);
  border-radius: var(--sis-radius-card);
  color: var(--sis-color-gold);
  background: linear-gradient(145deg, color-mix(in srgb, var(--sis-color-secondary-blue) 30%, transparent), color-mix(in srgb, var(--sis-color-primary-blue) 82%, transparent));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--sis-color-white) 12%, transparent), var(--sis-shadow-glow);
  font-size: 1.15rem;
  font-weight: var(--sis-font-weight-display);
}

.product-modal__header p,
.product-modal__header h2,
.product-modal__summary,
.product-modal__overview p,
.product-modal__details p,
.product-modal__footer p {
  margin: 0;
}

.product-modal__header p,
.product-modal__details small,
.product-modal__overview small {
  color: color-mix(in srgb, var(--sis-color-gold) 88%, var(--sis-color-white));
  font-size: var(--sis-font-size-label);
  font-weight: var(--sis-font-weight-bold);
  letter-spacing: var(--sis-letter-spacing-label);
}

.product-modal__header h2 {
  margin-top: var(--sis-space-1);
  color: var(--sis-color-white);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: var(--sis-line-height-heading-1);
  letter-spacing: var(--sis-letter-spacing-heading-1);
}

.product-modal__header > div > span {
  display: inline-flex;
  align-items: center;
  gap: var(--sis-space-2);
  margin-top: var(--sis-space-2);
  color: color-mix(in srgb, var(--sis-color-success) 82%, var(--sis-color-white));
  font-size: var(--sis-font-size-caption);
  font-weight: var(--sis-font-weight-semibold);
}

.product-modal__header > div > span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sis-color-success);
  box-shadow: 0 0 12px color-mix(in srgb, var(--sis-color-success) 52%, transparent);
}

.product-modal__summary {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-top: var(--sis-space-8);
  color: color-mix(in srgb, var(--sis-color-white) 82%, transparent);
  font-size: var(--sis-font-size-body-large);
  line-height: var(--sis-line-height-body-large);
}

.product-modal__overview,
.product-modal__details {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sis-space-4);
}

.product-modal__overview {
  margin-top: var(--sis-space-8);
}

.product-modal__overview article,
.product-modal__details > section {
  border: 1px solid color-mix(in srgb, var(--sis-color-white) 10%, transparent);
  border-radius: var(--sis-radius-card);
  background: color-mix(in srgb, var(--sis-color-white) 5%, transparent);
}

.product-modal__overview article {
  position: relative;
  min-height: 150px;
  padding: var(--sis-space-6);
}

.product-modal__overview article > span {
  position: absolute;
  top: var(--sis-space-5);
  right: var(--sis-space-5);
  color: color-mix(in srgb, var(--sis-color-secondary-blue) 70%, var(--sis-color-white));
  font-size: var(--sis-font-size-caption);
  font-weight: var(--sis-font-weight-bold);
}

.product-modal__overview p,
.product-modal__details p,
.product-modal__details li {
  color: color-mix(in srgb, var(--sis-color-white) 76%, transparent);
  font-size: var(--sis-font-size-body-small);
  line-height: var(--sis-line-height-body-small);
}

.product-modal__overview p {
  margin-top: var(--sis-space-4);
}

.product-modal__details {
  margin-top: var(--sis-space-4);
}

.product-modal__details > section {
  padding: var(--sis-space-6);
}

.product-modal__details ul {
  display: grid;
  gap: var(--sis-space-3);
  margin: var(--sis-space-4) 0 0;
  padding: 0;
  list-style: none;
}

.product-modal__details section > p + small {
  display: block;
  margin-top: var(--sis-space-6);
}

.product-modal__details section > small + p {
  margin-top: var(--sis-space-4);
}

.product-modal__details li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: var(--sis-space-3);
  align-items: start;
}

.product-modal__details li i {
  width: 7px;
  height: 7px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--sis-color-info);
  box-shadow: 0 0 10px color-mix(in srgb, var(--sis-color-info) 42%, transparent);
}

.product-modal__footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sis-space-4);
  align-items: center;
  margin-top: var(--sis-space-6);
  padding-top: var(--sis-space-5);
  border-top: 1px solid color-mix(in srgb, var(--sis-color-white) 10%, transparent);
}

.product-modal__footer > div {
  display: flex;
  gap: var(--sis-space-2);
  align-items: center;
  color: color-mix(in srgb, var(--sis-color-white) 58%, transparent);
  font-size: var(--sis-font-size-caption);
  font-weight: var(--sis-font-weight-semibold);
}

.product-modal__footer > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sis-color-gold);
}

.product-modal__footer > .btn {
  transform: translateY(-24px);
}

.product-modal__footer > p {
  grid-column: 1 / -1;
  color: color-mix(in srgb, var(--sis-color-gold) 82%, var(--sis-color-white));
  font-size: var(--sis-font-size-body-small);
}

@media (max-width: 720px) {
  .product-modal {
    align-items: end;
    padding: var(--sis-space-2);
  }

  .product-modal__panel {
    max-height: calc(100vh - 16px);
    padding: var(--sis-space-6) var(--sis-space-4);
    border-radius: var(--sis-radius-dialog) var(--sis-radius-dialog) var(--sis-radius-card) var(--sis-radius-card);
  }

  .product-modal__close {
    top: var(--sis-space-3);
    right: var(--sis-space-3);
  }

  .product-modal__header {
    gap: var(--sis-space-3);
    padding-right: var(--sis-space-10);
  }

  .product-modal__mark {
    width: 52px;
    height: 52px;
  }

  .product-modal__header h2 {
    font-size: 1.65rem;
  }

  .product-modal__summary {
    margin-top: var(--sis-space-5);
    font-size: var(--sis-font-size-body);
  }

  .product-modal__overview,
  .product-modal__details {
    grid-template-columns: 1fr;
  }

  .product-modal__overview {
    margin-top: var(--sis-space-5);
  }

  .product-modal__overview article {
    min-height: 0;
    padding: var(--sis-space-4);
  }

  .product-modal__details > section {
    padding: var(--sis-space-4);
  }

  .product-modal__footer {
    grid-template-columns: 1fr;
  }

  .product-modal__footer .btn {
    width: 100%;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--sis-duration-700) var(--sis-easing-standard), transform var(--sis-duration-700) var(--sis-easing-standard);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}

@media (max-width: 1080px) {
  .nav-menu {
    gap: 14px;
    font-size: 0.88rem;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    inset: 78px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 8px;
    background: rgba(7, 20, 38, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 84px;
  }

  .hero-proof,
  .trust-grid,
  .contact-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .product-card-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-panel {
    padding: var(--sis-space-8);
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1140px);
  }

  .nav {
    min-height: 70px;
  }

  .brand-logo {
    flex-basis: 40px;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .nav-menu {
    top: 70px;
  }

  .hero-content {
    padding: 56px 0 0;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 17vw, 4.4rem);
  }

  .hero-actions,
  .product-actions,
  .contact-actions {
    display: grid;
  }

  .hero-proof {
    margin-top: 44px;
    margin-bottom: var(--sis-space-12);
  }

  .hero-proof span {
    min-height: 96px;
    padding: 18px;
  }

  .section,
  .product-section,
  .process-section,
  .compliance-section,
  .cta-section {
    padding: 68px 0;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 232px;
  }

  .service-modal {
    padding: 14px;
  }

  .service-modal__panel {
    padding: 28px 22px 22px;
  }

  .service-modal__actions {
    display: grid;
  }

  .product-card {
    padding: var(--sis-space-6);
  }

  .trust-facts {
    display: grid;
  }
}

/* Capa visual premium SABAND */
:root {
  --navy: #061326;
  --navy-2: #0a203a;
  --navy-3: #12385c;
  --ink: #101d31;
  --muted: #5f6d82;
  --gold: #c99734;
  --gold-2: #f0cf78;
  --soft: #f4f7fb;
  --soft-2: #eaf0f7;
  --shadow: 0 26px 80px rgba(6, 19, 38, 0.12);
}

body {
  background:
    radial-gradient(circle at 8% 15%, rgba(201, 151, 52, 0.05), transparent 24%),
    var(--soft);
}

.shell {
  width: min(1220px, calc(100% - 48px));
}

.site-header {
  background: rgba(6, 19, 38, 0.76);
  transition: min-height var(--sis-duration-250) var(--sis-easing-standard), background var(--sis-duration-250) var(--sis-easing-standard), box-shadow var(--sis-duration-250) var(--sis-easing-standard);
}

.site-header.is-scrolled {
  background: rgba(6, 19, 38, 0.96);
  box-shadow: 0 12px 34px rgba(3, 10, 20, 0.2);
}

.site-header.is-scrolled .nav {
  min-height: 68px;
}

.nav {
  min-height: 84px;
  transition: min-height var(--sis-duration-250) var(--sis-easing-standard);
}

.nav-menu a:not(.btn) {
  position: relative;
  padding: 8px 0;
}

.nav-menu a:not(.btn)::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity var(--sis-duration-150) var(--sis-easing-standard), transform var(--sis-duration-150) var(--sis-easing-standard);
}

.nav-menu a:not(.btn):hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.btn {
  min-height: 50px;
  padding-inline: 22px;
  box-shadow: var(--sis-shadow-soft);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sis-shadow-medium);
}

.btn:focus-visible,
.service-learn:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(240, 207, 120, 0.46);
  outline-offset: 3px;
}

.hero {
  min-height: 890px;
  align-content: start;
  background:
    radial-gradient(circle at 78% 34%, rgba(28, 92, 139, 0.26), transparent 29%),
    radial-gradient(circle at 72% 74%, rgba(201, 151, 52, 0.12), transparent 25%),
    linear-gradient(130deg, #061326 0%, #071729 53%, #08111d 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, rgba(3, 10, 20, 0.36));
  content: "";
  pointer-events: none;
}

.hero-bg {
  opacity: 0.55;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: var(--sis-space-16);
  align-items: center;
  padding-top: 112px;
}

.hero-content {
  padding: 0;
}

.hero h1 {
  max-width: 670px;
  margin: 22px 0;
  font-size: clamp(3.8rem, 6vw, 6.3rem);
  letter-spacing: -0.06em;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  color: var(--gold-2);
  font-size: 0.34em;
  letter-spacing: 0.22em;
}

.hero-subtitle {
  max-width: 650px;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.hero-text {
  max-width: 640px;
}

.hero-console {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(240, 207, 120, 0.24);
  border-radius: var(--sis-radius-dialog);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)),
    rgba(8, 24, 43, 0.8);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.console-topbar,
.console-panel-title,
.pipeline-row,
.mini-client,
.product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sis-space-3);
}

.console-topbar {
  padding: 3px 4px 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: var(--sis-font-weight-display);
}

.console-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--sis-space-2);
}

.console-brand i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(240, 207, 120, 0.7);
}

.console-live {
  padding: 6px 9px;
  border: 1px solid rgba(85, 206, 148, 0.26);
  border-radius: var(--sis-radius-badge);
  color: #79dfa9;
  background: rgba(85, 206, 148, 0.08);
  font-size: 0.68rem;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.console-metrics article {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.console-metrics span,
.console-metrics small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.console-metrics strong {
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1;
}

.console-workspace {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 10px;
  margin-top: 10px;
}

.console-pipeline,
.console-products {
  padding: var(--sis-space-4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: rgba(2, 11, 22, 0.36);
}

.console-panel-title {
  margin-bottom: 13px;
  color: var(--white);
  font-size: 0.8rem;
}

.console-panel-title strong {
  color: var(--gold-2);
  font-size: 0.68rem;
}

.pipeline-row {
  justify-content: flex-start;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.67rem;
}

.pipeline-row i {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.pipeline-row .is-gold { background: var(--gold-2); }
.pipeline-row .is-blue { background: #58a9ee; }
.pipeline-row .is-green { background: #5bd09a; }

.pipeline-row span {
  flex: 1;
}

.pipeline-row b {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
}

.console-products {
  display: grid;
  align-content: start;
  gap: 9px;
}

.console-products > span {
  margin-bottom: var(--sis-space-1);
  color: var(--gold-2);
  font-size: 0.69rem;
  font-weight: var(--sis-font-weight-display);
}

.console-products strong {
  padding: 10px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.66rem;
}

.console-float {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 155px;
  padding: 13px 16px;
  border: 1px solid rgba(240, 207, 120, 0.22);
  border-radius: 13px;
  background: rgba(11, 31, 54, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  animation: console-float 5s ease-in-out infinite;
}

.console-float span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
}

.console-float strong {
  color: var(--white);
  font-size: 1.12rem;
}

.console-float--docs {
  right: -28px;
  bottom: -28px;
}

.console-float--tasks {
  top: 36%;
  left: -48px;
  animation-delay: -2.5s;
}

@keyframes console-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-proof {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
  margin-bottom: 52px;
  border-radius: var(--sis-radius-card);
  backdrop-filter: blur(14px);
}

.trust-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0 110px;
  border-top: 1px solid rgba(201, 151, 52, 0.2);
  background:
    radial-gradient(circle at 8% 12%, rgba(201, 151, 52, 0.11), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(46, 111, 163, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.trust-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1220px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 151, 52, 0.65), transparent);
  content: "";
  transform: translateX(-50%);
}

.trust-grid {
  position: relative;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 76px;
  align-items: start;
  padding: 0 0 58px;
}

.trust-intro {
  position: relative;
  padding: 4px 0 0;
}

.trust-intro h2 {
  max-width: 580px;
  margin-top: var(--sis-space-4);
  font-size: clamp(2.5rem, 4.7vw, 4.4rem);
}

.trust-accent {
  display: block;
  width: 94px;
  height: 4px;
  margin-top: 30px;
  border-radius: var(--sis-radius-badge);
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  box-shadow: 0 8px 22px rgba(201, 151, 52, 0.28);
}

.trust-copy {
  padding: 30px;
  border: 1px solid rgba(6, 19, 38, 0.08);
  border-radius: var(--sis-radius-card);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--sis-shadow-medium);
  backdrop-filter: blur(14px);
}

.trust-copy > p {
  margin: 0;
  color: #536175;
  font-size: 1.08rem;
  line-height: 1.75;
}

.trust-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 26px;
}

.trust-facts span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 15px;
  border-color: rgba(6, 19, 38, 0.09);
  border-radius: 13px;
  background: linear-gradient(180deg, #fff, #f5f8fc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.trust-facts span:first-child {
  grid-column: 1 / -1;
  border-color: rgba(201, 151, 52, 0.24);
  background: linear-gradient(135deg, rgba(201, 151, 52, 0.12), rgba(255, 255, 255, 0.94));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sis-space-4);
}

.trust-strip article {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--sis-space-4);
  min-height: 148px;
  padding: var(--sis-space-6);
  overflow: hidden;
  border: 1px solid rgba(6, 19, 38, 0.08);
  border-radius: var(--sis-radius-card);
  color: var(--navy);
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 111, 163, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(6, 19, 38, 0.07);
  transition: transform var(--sis-duration-250) var(--sis-easing-standard), border-color var(--sis-duration-250) var(--sis-easing-standard), box-shadow var(--sis-duration-250) var(--sis-easing-standard);
}

.trust-strip article:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 151, 52, 0.3);
  box-shadow: 0 26px 64px rgba(6, 19, 38, 0.12);
}

.trust-strip i {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 151, 52, 0.24);
  border-radius: 13px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 10px 24px rgba(201, 151, 52, 0.2);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.trust-strip h3 {
  margin: 2px 0 8px;
  color: var(--navy);
  font-size: var(--sis-font-size-body);
  line-height: 1.25;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: var(--sis-line-height-body-small);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.section-heading h2,
.trust-grid h2,
.contact-grid h2,
.compliance-grid h2,
.cta-panel h2 {
  letter-spacing: -0.045em;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 340px;
  padding: 28px;
  border-color: rgba(6, 19, 38, 0.08);
  border-radius: var(--sis-radius-card);
  background:
    radial-gradient(circle at 90% 0%, rgba(46, 111, 163, 0.08), transparent 32%),
    linear-gradient(180deg, #fff, #f9fbfd);
  box-shadow: var(--sis-shadow-soft);
  transition: transform var(--sis-duration-250) var(--sis-easing-standard), border-color var(--sis-duration-250) var(--sis-easing-standard), box-shadow var(--sis-duration-250) var(--sis-easing-standard);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 151, 52, 0.28);
  box-shadow: var(--sis-shadow-medium);
}

.service-card.featured {
  background:
    radial-gradient(circle at 90% 8%, rgba(201, 151, 52, 0.18), transparent 35%),
    linear-gradient(145deg, #07182b, #06101f);
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.service-icon {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(201, 151, 52, 0.18);
}

.service-index {
  color: rgba(6, 19, 38, 0.22);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card.featured .service-index {
  color: rgba(255, 255, 255, 0.35);
}

.service-card h3 {
  font-size: 1.45rem;
}

.service-benefit {
  display: grid;
  gap: 3px;
  margin: 18px 0 0;
  padding: 14px 15px;
  border-left: 2px solid var(--gold);
  border-radius: 0 10px 10px 0;
  color: var(--muted);
  background: rgba(6, 19, 38, 0.035);
  font-size: 0.86rem;
}

.service-benefit strong {
  color: var(--gold);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card.featured .service-benefit {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.055);
}

.product-section--priority {
  padding-top: 78px;
  border-top: 1px solid rgba(6, 19, 38, 0.06);
}

.product-section--priority .section-heading {
  margin-bottom: 38px;
}

.services-section--compact {
  padding: 76px 0 80px;
}

.services-section--compact .section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.services-section--compact .section-heading h2 {
  font-size: clamp(2rem, 3.6vw, 3.15rem);
}

.services-section--compact .section-heading p {
  max-width: 680px;
}

.services-section--compact .service-grid {
  gap: 14px;
}

.services-section--compact .service-card {
  min-height: 292px;
  padding: 22px;
}

.services-section--compact .service-card__top {
  margin-bottom: 18px;
}

.services-section--compact .service-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--sis-radius-button);
}

.services-section--compact .service-card h3 {
  font-size: 1.28rem;
}

.services-section--compact .service-description {
  font-size: 0.94rem;
  line-height: var(--sis-line-height-body-small);
}

.services-section--compact .service-benefit {
  margin-top: 13px;
  padding: 11px 13px;
}

.services-section--compact .service-status {
  margin: 14px 0 12px;
  padding: 5px 9px;
  font-size: 0.7rem;
}

.services-section--compact .service-learn {
  padding: 12px 16px;
  font-size: 0.86rem;
}

.process-step,
.compliance-list article,
.contact-card,
.cta-panel {
  border-radius: var(--sis-radius-card);
}

.service-modal__panel {
  border-radius: var(--sis-radius-dialog);
}

.process-step {
  border-left-width: 1px;
  border-top: 3px solid var(--gold);
  background: linear-gradient(180deg, #f8fafc, #f1f5fa);
  transition: transform var(--sis-duration-250) var(--sis-easing-standard), box-shadow var(--sis-duration-250) var(--sis-easing-standard);
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--sis-shadow-soft);
}

.compliance-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(41, 109, 160, 0.2), transparent 32%),
    linear-gradient(135deg, #061326, #07111e);
}

.compliance-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
}

.compliance-grid {
  position: relative;
}

.product-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(35, 103, 158, 0.08), transparent 38%),
    linear-gradient(180deg, #fff, #f5f8fc);
}

.product-card-grid {
  gap: 22px;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--sis-radius-card);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--sis-shadow-medium);
  transition: transform var(--sis-duration-250) var(--sis-easing-standard), box-shadow var(--sis-duration-250) var(--sis-easing-standard), border-color var(--sis-duration-250) var(--sis-easing-standard);
}

.product-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--navy-3), #4d91c3);
  content: "";
}

.product-card--featured {
  transform: translateY(-14px);
  border-color: rgba(201, 151, 52, 0.4);
  box-shadow: var(--sis-shadow-large);
}

.product-card--featured::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sis-shadow-large);
}

.product-card--featured:hover {
  transform: translateY(-20px);
}

.product-card__top {
  margin-bottom: var(--sis-space-5);
}

.product-mark {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-3), var(--navy));
  box-shadow: 0 12px 24px rgba(6, 19, 38, 0.2);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-card--featured .product-mark {
  color: var(--navy);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
}

.product-status {
  padding: 7px 10px;
  border: 1px solid rgba(55, 153, 107, 0.2);
  border-radius: var(--sis-radius-badge);
  color: #257a52;
  background: rgba(55, 153, 107, 0.07);
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-status--gold {
  color: #9a6c13;
  border-color: rgba(201, 151, 52, 0.25);
  background: rgba(201, 151, 52, 0.08);
}

.product-label {
  margin-bottom: var(--sis-space-4);
  border: 0;
  padding: 0;
  background: transparent;
}

.product-card h3 {
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
}

.product-visual {
  display: grid;
  gap: var(--sis-space-2);
  margin: 24px 0 2px;
  padding: 14px;
  border: 1px solid rgba(6, 19, 38, 0.08);
  border-radius: 14px;
  background: linear-gradient(160deg, #f7fafe, #edf3f9);
}

.product-visual--control span,
.product-visual--academy span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border-radius: 9px;
  background: rgba(255,255,255,.82);
  font-size: 0.7rem;
}

.product-visual--control i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.product-visual--control b,
.product-visual--academy b {
  flex: 1;
  color: var(--navy);
}

.product-visual--control em {
  color: var(--muted);
  font-style: normal;
}

.product-visual--crm {
  color: var(--white);
  border-color: rgba(201, 151, 52, 0.18);
  background:
    radial-gradient(circle at 90% 10%, rgba(201,151,52,.15), transparent 28%),
    var(--navy);
}

.mini-pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.mini-pipeline span {
  display: grid;
  gap: 5px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.04);
  font-size: 0.55rem;
}

.mini-pipeline b {
  color: var(--white);
  font-size: 0.9rem;
}

.mini-client {
  padding: 10px;
  border-radius: 9px;
  background: rgba(255,255,255,.07);
}

.mini-client i {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
}

.mini-client span {
  display: grid;
  flex: 1;
  gap: 1px;
  font-size: 0.58rem;
}

.mini-client small { color: rgba(255,255,255,.5); }
.mini-client em { color: #71d8a0; font-style: normal; }

.product-visual--academy i {
  color: var(--gold);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
}

.product-actions {
  margin-top: auto;
  padding-top: 28px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 58px;
}

.cta-panel::after {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(240,207,120,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(240,207,120,.03), 0 0 0 90px rgba(240,207,120,.02);
  content: "";
}

.contact-card {
  border-top: 3px solid var(--gold);
}

[data-reveal] {
  transform: translateY(24px);
  transition: opacity var(--sis-duration-700) var(--sis-easing-emphasized), transform var(--sis-duration-700) var(--sis-easing-emphasized);
}

.service-card:nth-child(2n),
.process-step:nth-child(2),
.product-card:nth-child(2) { transition-delay: 70ms; }

.service-card:nth-child(3n),
.process-step:nth-child(3),
.product-card:nth-child(3) { transition-delay: 130ms; }

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
    gap: 34px;
  }

  .console-float--tasks { left: -20px; }
  .console-float--docs { right: -12px; }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: var(--sis-space-20);
  }

  .hero-console {
    width: min(680px, 94%);
    margin: 0 auto;
    transform: none;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .product-card--featured,
  .product-card--featured:hover {
    transform: none;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1220px);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 56px;
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .hero h1 span {
    font-size: 0.31em;
  }

  .hero-console {
    width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .console-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .console-metrics article:last-child {
    grid-column: 1 / -1;
  }

  .console-workspace {
    grid-template-columns: 1fr;
  }

  .console-float {
    position: static;
    margin-top: 10px;
    animation: none;
  }

  .hero-proof {
    margin-top: var(--sis-space-12);
  }

  .trust-grid {
    gap: 30px;
    padding-bottom: 38px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: var(--sis-space-3);
  }

  .trust-section {
    padding: 76px 0 82px;
  }

  .trust-intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .trust-copy {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .trust-facts {
    grid-template-columns: 1fr;
  }

  .trust-facts span:first-child {
    grid-column: auto;
  }

  .trust-strip article {
    min-height: 0;
    padding: 22px 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .product-section--priority {
    padding-top: 62px;
  }

  .product-section--priority .section-heading {
    margin-bottom: 30px;
  }

  .services-section--compact {
    padding: 58px 0 62px;
  }

  .services-section--compact .service-card {
    padding: var(--sis-space-5);
  }

  .product-card {
    padding: var(--sis-space-6);
  }

  .mini-pipeline {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    padding: 34px 24px;
  }
}

/* Fase 1: lenguaje visual tecnológico SABAND */
.hero {
  min-height: 960px;
  background:
    radial-gradient(circle at 76% 34%, rgba(47, 123, 180, 0.2), transparent 28%),
    radial-gradient(circle at 72% 72%, rgba(201, 151, 52, 0.1), transparent 24%),
    linear-gradient(132deg, #040c18 0%, #07182b 52%, #07111e 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(570px, 1.16fr);
  gap: 46px;
  padding-top: var(--sis-space-24);
}

.hero-content {
  padding-bottom: 38px;
}

.hero-command {
  position: relative;
  min-width: 0;
  padding: 42px 10px 48px 34px;
  isolation: isolate;
}

.hero-command::before {
  position: absolute;
  inset: 8% 2% 8% 8%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 132, 191, 0.22), transparent 66%);
  filter: blur(24px);
  content: "";
}

.command-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(111, 177, 224, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.command-orbit--one {
  inset: 2% -7% 4% 1%;
  transform: rotate(-9deg);
}

.command-orbit--two {
  inset: 13% 4% 14% 11%;
  border-color: rgba(240, 207, 120, 0.12);
  transform: rotate(8deg);
}

.command-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(150, 196, 228, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.02) 42%),
    rgba(5, 18, 33, 0.9);
  box-shadow: 0 48px 130px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.command-shell::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 24%, rgba(255,255,255,.045) 45%, transparent 64%);
  content: "";
  pointer-events: none;
  transform: translateX(-100%);
  animation: command-scan 8s ease-in-out infinite;
}

.command-bar,
.command-heading,
.command-pipeline header,
.command-calendar header,
.command-float {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sis-space-3);
}

.command-bar {
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.68rem;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: 0.08em;
}

.command-brand,
.command-status {
  display: inline-flex;
  align-items: center;
  gap: var(--sis-space-2);
}

.command-brand i,
.command-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(240, 207, 120, 0.72);
}

.command-status {
  color: #7fe0ad;
}

.command-status i {
  width: 6px;
  height: 6px;
  background: #62d99b;
  box-shadow: 0 0 14px rgba(98, 217, 155, 0.7);
  animation: command-pulse 2.2s ease-in-out infinite;
}

.command-layout {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
}

.command-nav {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.command-nav span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 9px;
  color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.025);
  font-size: 0.58rem;
  font-weight: 900;
}

.command-nav .is-active {
  color: var(--navy);
  border-color: rgba(240,207,120,.4);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  box-shadow: 0 8px 20px rgba(201,151,52,.22);
}

.command-main {
  min-width: 0;
  padding: 18px;
}

.command-heading small,
.command-heading strong {
  display: block;
}

.command-heading small {
  color: rgba(255,255,255,.4);
  font-size: 0.58rem;
}

.command-heading strong {
  font-size: 0.92rem;
}

.command-heading > span {
  color: rgba(255,255,255,.38);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.command-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: var(--sis-space-4);
}

.command-kpis article {
  display: grid;
  gap: var(--sis-space-1);
  padding: 13px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
}

.command-kpis span,
.command-kpis small {
  overflow: hidden;
  color: rgba(255,255,255,.42);
  font-size: 0.55rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.command-kpis strong {
  font-size: 1.28rem;
  line-height: 1;
}

.command-kpis small {
  color: #79dfa9;
}

.command-board {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(150px, .75fr);
  gap: 9px;
  margin-top: 9px;
}

.command-pipeline,
.command-calendar {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 13px;
  background: rgba(1, 8, 17, 0.34);
}

.command-pipeline header,
.command-calendar header {
  margin-bottom: 11px;
  font-size: 0.64rem;
}

.command-pipeline header span,
.command-calendar header span {
  color: rgba(255,255,255,.4);
  font-size: 0.53rem;
}

.pipeline-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.pipeline-columns > div {
  min-width: 0;
  padding: 7px;
  border-radius: 9px;
  background: rgba(255,255,255,.025);
}

.pipeline-columns small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,.34);
  font-size: 0.43rem;
  letter-spacing: 0.08em;
}

.pipeline-columns span {
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr);
  gap: var(--sis-space-1);
  align-items: center;
  margin-top: 5px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 7px;
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.035);
  font-size: 0.46rem;
  white-space: nowrap;
}

.pipeline-columns span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64afe4;
}

.pipeline-columns span b {
  grid-column: 2;
  color: rgba(255,255,255,.32);
  font-size: 0.4rem;
  font-weight: var(--sis-font-weight-semibold);
}

.calendar-week,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  text-align: center;
}

.calendar-week {
  color: rgba(255,255,255,.3);
  font-size: 0.43rem;
}

.calendar-days {
  margin-top: var(--sis-space-1);
}

.calendar-days b {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 6px;
  color: rgba(255,255,255,.58);
  font-size: 0.48rem;
}

.calendar-days .is-today {
  color: var(--navy);
  background: var(--gold-2);
  box-shadow: 0 5px 14px rgba(201,151,52,.25);
}

.command-calendar p {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 12px 0 0;
  padding: var(--sis-space-2);
  border-radius: 8px;
  background: rgba(69, 143, 197, .1);
}

.command-calendar p > i {
  width: 5px;
  height: 28px;
  border-radius: var(--sis-radius-badge);
  background: #57a8e2;
}

.command-calendar p span,
.command-calendar p strong,
.command-calendar p small {
  display: block;
}

.command-calendar p strong {
  font-size: 0.48rem;
}

.command-calendar p small {
  color: rgba(255,255,255,.38);
  font-size: 0.4rem;
}

.command-float {
  position: absolute;
  z-index: 3;
  min-width: 190px;
  padding: 11px 13px;
  border: 1px solid rgba(143, 193, 229, .16);
  border-radius: 14px;
  background: rgba(8, 27, 48, .9);
  box-shadow: 0 22px 55px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(15px);
  animation: command-float 6s ease-in-out infinite;
}

.command-float--document {
  right: -26px;
  bottom: 8px;
}

.command-float--alert {
  top: 12px;
  right: -18px;
  animation-delay: -2s;
}

.command-float--client {
  bottom: 82px;
  left: -12px;
  animation-delay: -4s;
}

.command-float div {
  flex: 1;
}

.command-float small,
.command-float strong {
  display: block;
}

.command-float small {
  color: rgba(255,255,255,.42);
  font-size: 0.5rem;
}

.command-float strong {
  font-size: 0.62rem;
}

.command-float > b {
  color: #79dfa9;
  font-size: 0.72rem;
}

.float-icon,
.client-avatar {
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--sis-radius-input);
  color: var(--navy);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  font-size: 0.48rem;
  font-weight: 900;
}

.command-float--alert .float-icon {
  color: #ffd6a8;
  background: rgba(236, 143, 67, .18);
}

.client-avatar {
  color: #d8efff;
  background: linear-gradient(145deg, #245c86, #123955);
}

.hero-philosophy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: var(--sis-space-12);
  margin-bottom: 46px;
  padding: 19px 22px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px;
  background: linear-gradient(90deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  backdrop-filter: blur(14px);
}

.hero-philosophy i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 20px rgba(240,207,120,.72);
}

.hero-philosophy p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(.95rem, 1.4vw, 1.16rem);
}

.hero-philosophy strong {
  color: var(--white);
}

.hero-philosophy > span {
  color: rgba(255,255,255,.28);
  font-size: .6rem;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: .12em;
}

.ecosystem-network {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -8px 0 44px;
  padding: 17px;
  border: 1px solid rgba(6,19,38,.075);
  border-radius: var(--sis-radius-card);
  background: rgba(255,255,255,.55);
  box-shadow: var(--sis-shadow-soft);
  backdrop-filter: blur(14px);
}

.ecosystem-network article {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(6,19,38,.07);
  border-radius: 15px;
  background: rgba(255,255,255,.84);
}

.ecosystem-network article > span {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 7px;
  border-radius: 11px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-3), var(--navy));
  font-size: .6rem;
  font-weight: 900;
}

.ecosystem-network .is-core > span {
  color: var(--navy);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
}

.ecosystem-network small,
.ecosystem-network strong {
  display: block;
}

.ecosystem-network small {
  color: var(--gold);
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.ecosystem-network strong {
  color: var(--navy);
  font-size: .76rem;
}

.ecosystem-network article > b {
  color: #438864;
  font-size: .52rem;
}

.ecosystem-line {
  position: absolute;
  top: 50%;
  right: 18%;
  left: 18%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--navy-3), var(--gold), var(--navy-3));
}

.ecosystem-line i {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(201,151,52,.5);
  animation: ecosystem-flow 4s linear infinite;
}

.ecosystem-line i:last-child {
  animation-delay: -2s;
}

@keyframes command-scan {
  0%, 24% { transform: translateX(-100%); }
  56%, 100% { transform: translateX(100%); }
}

@keyframes command-pulse {
  0%, 100% { opacity: .6; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes command-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes ecosystem-flow {
  from { left: 0; }
  to { left: 100%; }
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
    gap: var(--sis-space-6);
  }

  .hero-command {
    padding-left: var(--sis-space-3);
  }

  .command-float--client {
    left: -4px;
  }
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-content {
    max-width: 720px;
    padding-bottom: 0;
  }

  .hero-command {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 30px 30px 56px;
  }

  .command-shell {
    transform: none;
  }

  .ecosystem-network {
    grid-template-columns: 1fr;
  }

  .ecosystem-line {
    top: 18%;
    bottom: 18%;
    left: 37px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--navy-3), var(--gold), var(--navy-3));
  }

  .ecosystem-line i {
    top: 0;
    left: -3px;
    animation: ecosystem-flow-y 4s linear infinite;
  }
}

@keyframes ecosystem-flow-y {
  from { top: 0; }
  to { top: 100%; }
}

@media (max-width: 640px) {
  .hero-grid {
    gap: var(--sis-space-5);
    padding-top: 54px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-command {
    padding: 22px 0 116px;
  }

  .command-shell {
    border-radius: 19px;
  }

  .command-layout {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .command-nav {
    padding: 14px 5px;
  }

  .command-nav span {
    width: 27px;
    height: 27px;
  }

  .command-main {
    padding: 13px;
  }

  .command-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .command-kpis article:last-child {
    grid-column: 1 / -1;
  }

  .command-board {
    grid-template-columns: 1fr;
  }

  .pipeline-columns {
    gap: var(--sis-space-1);
  }

  .pipeline-columns > div {
    padding: 5px;
  }

  .pipeline-columns span {
    padding: 5px 4px;
  }

  .command-calendar {
    display: none;
  }

  .command-float {
    min-width: 168px;
  }

  .command-float--alert {
    top: auto;
    right: 4px;
    bottom: 64px;
  }

  .command-float--client {
    bottom: 12px;
    left: 4px;
  }

  .command-float--document {
    right: 4px;
    bottom: -40px;
  }

  .hero-philosophy {
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: var(--sis-space-3);
    margin-bottom: 34px;
    padding: var(--sis-space-4);
  }

  .hero-philosophy > span {
    display: none;
  }

  .ecosystem-network {
    margin-bottom: var(--sis-space-8);
    padding: var(--sis-space-3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .command-shell::after,
  .command-status i,
  .command-float,
  .ecosystem-line i {
    animation: none;
  }
}

/* Fase 1 · iteración 2: escena tecnológica integral */
.hero {
  min-height: 900px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 42%, rgba(31, 105, 170, 0.23), transparent 30%),
    radial-gradient(circle at 83% 68%, rgba(204, 154, 55, 0.09), transparent 21%),
    linear-gradient(132deg, #030b17 0%, #06182c 55%, #06111e 100%);
}

.hero-grid {
  grid-template-columns: minmax(380px, 0.78fr) minmax(640px, 1.22fr);
  gap: 26px;
  min-height: 685px;
  padding-top: 78px;
}

.hero-content {
  z-index: 3;
  align-self: center;
  max-width: 570px;
  padding: 32px 0 60px;
}

.hero-content h1 {
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 5vw, 5.7rem);
  line-height: 0.88;
}

.hero-content h1 span {
  margin-top: 15px;
}

.hero-subtitle {
  max-width: 560px;
  font-size: clamp(1.35rem, 2.15vw, 2.15rem);
  line-height: 1.12;
}

.hero-text {
  max-width: 530px;
  font-size: var(--sis-font-size-body);
  line-height: 1.68;
}

.tech-scene {
  position: relative;
  align-self: center;
  width: 100%;
  min-width: 0;
  height: 610px;
  isolation: isolate;
  perspective: 1200px;
}

.tech-scene::before {
  position: absolute;
  inset: 10% 3% 2% 5%;
  z-index: -4;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 128, 200, 0.19), transparent 66%);
  filter: blur(22px);
  content: "";
}

.scene-grid {
  position: absolute;
  inset: 8% -3% 2% 0;
  z-index: -3;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(77, 156, 219, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 156, 219, 0.13) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 73%);
  transform: perspective(800px) rotateX(58deg) translateY(126px) scale(1.15);
  transform-origin: bottom;
}

.scene-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(86, 164, 222, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.scene-orbit::before,
.scene-orbit::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58a9e2;
  box-shadow: 0 0 16px rgba(88, 169, 226, 0.8);
  content: "";
}

.scene-orbit--outer {
  inset: 7% 1% 5% 2%;
  transform: rotate(-7deg);
  animation: scene-orbit 24s linear infinite;
}

.scene-orbit--outer::before { top: 17%; right: 7%; }
.scene-orbit--outer::after { bottom: 12%; left: 14%; background: var(--gold-2); }

.scene-orbit--inner {
  inset: 17% 12% 15% 13%;
  border-color: rgba(232, 191, 92, 0.13);
  transform: rotate(11deg);
  animation: scene-orbit-reverse 30s linear infinite;
}

.scene-orbit--inner::before { top: 9%; left: 18%; background: var(--gold-2); }
.scene-orbit--inner::after { right: 10%; bottom: 16%; }

.scene-core {
  position: absolute;
  top: 110px;
  right: 90px;
  left: 88px;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(126, 185, 228, 0.22);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018) 45%),
    rgba(4, 17, 33, 0.92);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
  transform: rotateX(1deg) rotateY(-3deg);
}

.scene-core::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 25%, rgba(255, 255, 255, 0.055) 46%, transparent 64%);
  content: "";
  pointer-events: none;
  transform: translateX(-110%);
  animation: scene-scan 9s ease-in-out infinite;
}

.core-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: var(--sis-letter-spacing-label);
}

.core-topline span,
.core-topline b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.core-topline span i,
.module-symbol::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 14px rgba(239, 200, 104, 0.72);
  content: "";
}

.core-topline b {
  color: #71dba5;
  font-size: 0.48rem;
}

.core-topline b::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65d59c;
  box-shadow: 0 0 14px rgba(101, 213, 156, 0.65);
  content: "";
  animation: scene-pulse 2.7s ease-in-out infinite;
}

.core-body {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 5px 18px;
  padding: 17px;
}

.saband-signature {
  position: relative;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
}

.signature-ring {
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(235, 193, 89, 0.4);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(26, 108, 170, 0.19), 0 0 35px rgba(27, 115, 181, 0.12);
}

.signature-ring::before,
.signature-ring::after {
  position: absolute;
  inset: 10px -8px;
  border: 1px solid rgba(86, 164, 222, 0.24);
  border-radius: 50%;
  content: "";
  transform: rotate(54deg);
}

.signature-ring::after {
  inset: -8px 10px;
  border-color: rgba(235, 193, 89, 0.18);
  transform: rotate(-54deg);
}

.signature-s {
  position: relative;
  z-index: 2;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
  text-shadow: 0 0 24px rgba(239, 200, 104, 0.38);
}

.signature-node {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border: 2px solid #07182b;
  border-radius: 50%;
  background: #64b5ea;
  box-shadow: 0 0 13px rgba(100, 181, 234, 0.9);
}

.signature-node--one { top: 7px; right: 14px; }
.signature-node--two { right: 1px; bottom: 30px; background: var(--gold-2); }
.signature-node--three { bottom: 5px; left: 17px; }

.core-title {
  align-self: end;
}

.core-title small,
.core-title strong {
  display: block;
}

.core-title small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.5rem;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: 0.12em;
}

.core-title strong {
  margin-top: var(--sis-space-1);
  font-size: 1.06rem;
}

.core-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  align-self: start;
}

.core-metrics > span {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 9px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.032);
}

.core-metrics small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.45rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.core-metrics strong { font-size: 0.88rem; }

.core-metrics span > i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #3e98d6 0 74%, rgba(255, 255, 255, 0.05) 74%);
  animation: metric-update 7s ease-in-out infinite;
}

.core-metrics span:nth-child(2) > i { animation-delay: -1.6s; }
.core-metrics span:nth-child(3) > i { animation-delay: -3.2s; }
.core-metrics span:nth-child(4) > i { animation-delay: -4.8s; }

.core-flow {
  grid-column: 1 / -1;
  display: flex;
  gap: 6px;
  align-items: end;
  height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: var(--sis-radius-input);
  background: linear-gradient(180deg, rgba(48, 127, 186, 0.08), transparent);
}

.core-flow i {
  flex: 1;
  height: var(--bar-height, 38%);
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(180deg, #62b5ed, #1d5f91);
  opacity: 0.65;
  animation: flow-bars 6s ease-in-out infinite;
}

.core-flow i:nth-child(2) { --bar-height: 56%; animation-delay: -.7s; }
.core-flow i:nth-child(3) { --bar-height: 48%; animation-delay: -1.4s; }
.core-flow i:nth-child(4) { --bar-height: 82%; background: linear-gradient(180deg, var(--gold-2), #a46f19); animation-delay: -2.1s; }
.core-flow i:nth-child(5) { --bar-height: 67%; animation-delay: -2.8s; }
.core-flow i:nth-child(6) { --bar-height: 88%; animation-delay: -3.5s; }
.core-flow i:nth-child(7) { --bar-height: 74%; animation-delay: -4.2s; }

.core-states {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.core-states span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 7px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.44rem;
  white-space: nowrap;
}

.core-states i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #68d6a0;
  box-shadow: 0 0 9px rgba(104, 214, 160, 0.55);
}

.scene-module {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 218px;
  min-height: 86px;
  padding: var(--sis-space-3);
  border: 1px solid rgba(130, 187, 229, 0.18);
  border-radius: var(--sis-radius-card);
  background: linear-gradient(145deg, rgba(16, 46, 75, 0.94), rgba(5, 19, 35, 0.94));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  animation: scene-float 7s ease-in-out infinite;
}

.scene-module--control { top: 47px; left: 5px; }
.scene-module--crm { top: 32px; right: 0; animation-delay: -2.4s; }
.scene-module--academy { right: 21px; bottom: 23px; animation-delay: -4.8s; }

.module-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(239, 200, 104, 0.35);
  border-radius: 13px;
  color: var(--gold-2);
  background: rgba(221, 170, 51, 0.08);
  font-size: 0.65rem;
  font-weight: 900;
}

.module-symbol::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 7px;
  height: 7px;
}

.scene-module small,
.scene-module strong,
.scene-module em {
  display: block;
  font-style: normal;
}

.scene-module small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.43rem;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: 0.08em;
}

.scene-module strong {
  margin-top: 3px;
  font-size: 0.67rem;
}

.scene-module em {
  margin-top: 5px;
  color: #74dca8;
  font-size: 0.45rem;
}

.scene-module em i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 3px;
  border-radius: 50%;
  background: #69d69f;
}

.module-signal {
  grid-column: 1 / -1;
  display: flex;
  gap: var(--sis-space-1);
  height: 3px;
}

.module-signal i {
  flex: 1;
  border-radius: var(--sis-radius-badge);
  background: #438fca;
  opacity: 0.35;
  animation: module-signal 3s ease-in-out infinite;
}

.module-signal i:nth-child(2) { animation-delay: -1s; }
.module-signal i:nth-child(3) { animation-delay: -2s; }

.module-progress {
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
  border-radius: var(--sis-radius-badge);
  background: rgba(255, 255, 255, 0.07);
}

.module-progress i {
  display: block;
  width: 44%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #408fca, var(--gold-2));
  animation: client-progress 8s ease-in-out infinite;
}

.module-knowledge {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: var(--gold-2);
  font-size: 0.48rem;
  font-weight: var(--sis-font-weight-display);
  animation: knowledge-feed 6s ease-in-out infinite;
}

.scene-connection {
  position: absolute;
  z-index: 1;
  height: 1px;
  overflow: visible;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(76, 157, 216, 0.18), rgba(239, 200, 104, 0.72), rgba(76, 157, 216, 0.25));
}

.scene-connection--control { top: 143px; left: 175px; width: 176px; transform: rotate(25deg); }
.scene-connection--crm { top: 130px; right: 169px; width: 153px; transform: rotate(151deg); }
.scene-connection--academy { right: 168px; bottom: 118px; width: 176px; transform: rotate(205deg); }

.scene-connection::before,
.scene-connection::after {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(239, 200, 104, 0.8);
  border-radius: 50%;
  background: #071a30;
  box-shadow: 0 0 13px rgba(239, 200, 104, 0.45);
  content: "";
}

.scene-connection::before { left: 0; }
.scene-connection::after { right: 0; }

.scene-connection > i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 11px rgba(239, 200, 104, 0.85);
  animation: connection-flow 5s linear infinite;
}

.scene-connection--crm > i { animation-delay: -1.7s; }
.scene-connection--academy > i { animation-delay: -3.4s; }

.scene-notice {
  position: absolute;
  z-index: 7;
  display: flex;
  gap: var(--sis-space-2);
  align-items: center;
  min-width: 156px;
  padding: 9px 10px;
  border: 1px solid rgba(125, 184, 226, 0.16);
  border-radius: var(--sis-radius-button);
  background: rgba(7, 27, 48, 0.92);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  animation: scene-float 6s ease-in-out infinite;
}

.scene-notice--document { bottom: 88px; left: 8px; animation-delay: -1.4s; }
.scene-notice--alert { top: 243px; right: 3px; animation-delay: -3.6s; }

.scene-notice > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  font-size: 0.43rem;
  font-weight: 900;
}

.scene-notice small,
.scene-notice strong { display: block; }
.scene-notice small { color: rgba(255, 255, 255, 0.38); font-size: 0.43rem; }
.scene-notice strong { font-size: 0.56rem; }
.scene-notice > b { margin-left: auto; color: #72dda8; font-size: 0.58rem; }

.scene-data-pulse {
  position: absolute;
  z-index: -1;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(86, 164, 222, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(86, 164, 222, 0.5);
}

.scene-data-pulse--one { top: 37%; left: 4%; animation: data-pulse 4.5s ease-in-out infinite; }
.scene-data-pulse--two { right: 8%; bottom: 28%; animation: data-pulse 4.5s -2.25s ease-in-out infinite; }

@keyframes scene-orbit { to { transform: rotate(353deg); } }
@keyframes scene-orbit-reverse { to { transform: rotate(-349deg); } }
@keyframes scene-scan { 0%, 28% { transform: translateX(-110%); } 62%, 100% { transform: translateX(110%); } }
@keyframes scene-pulse { 0%, 100% { opacity: .55; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes scene-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes metric-update { 0%, 100% { transform: scaleX(.76); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }
@keyframes flow-bars { 0%, 100% { height: var(--bar-height); opacity: .55; } 50% { height: calc(var(--bar-height) + 10%); opacity: .9; } }
@keyframes module-signal { 0%, 100% { opacity: .18; } 50% { opacity: .85; background: var(--gold-2); } }
@keyframes client-progress { 0%, 15% { width: 32%; } 50%, 65% { width: 72%; } 100% { width: 32%; } }
@keyframes knowledge-feed { 0%, 100% { opacity: .45; transform: translateY(3px); } 50% { opacity: 1; transform: translateY(-2px); } }
@keyframes connection-flow { from { left: 0; } to { left: calc(100% - 5px); } }
@keyframes data-pulse { 0%, 100% { opacity: 0; transform: scale(.5); } 45% { opacity: .9; } 80% { opacity: 0; transform: scale(2.3); } }

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(340px, 0.7fr) minmax(570px, 1.3fr);
  }

  .tech-scene {
    transform: scale(0.92);
    transform-origin: center;
  }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: auto;
    padding-top: var(--sis-space-16);
  }

  .hero-content {
    max-width: 760px;
    padding-bottom: var(--sis-space-3);
  }

  .tech-scene {
    width: min(720px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .hero-philosophy {
    margin-top: var(--sis-space-2);
  }
}

@media (max-width: 680px) {
  .hero-grid { padding-top: var(--sis-space-12); }

  .hero-content h1 {
    font-size: clamp(2.95rem, 15vw, 4.1rem);
  }

  .hero-subtitle {
    font-size: 1.28rem;
  }

  .hero-text {
    font-size: 0.94rem;
  }

  .tech-scene {
    height: 610px;
    margin-top: 14px;
  }

  .scene-grid {
    inset: 11% -25% 2%;
  }

  .scene-core {
    top: 145px;
    right: 7px;
    left: 7px;
    border-radius: 20px;
    transform: none;
  }

  .core-topline { min-height: 40px; padding: 0 12px; }
  .core-body { grid-template-columns: 75px minmax(0, 1fr); gap: 5px 10px; padding: var(--sis-space-3); }
  .saband-signature { width: 70px; height: 70px; }
  .signature-ring { inset: 4px; }
  .signature-s { font-size: 2.35rem; }
  .core-title strong { font-size: 0.86rem; }
  .core-metrics { grid-template-columns: repeat(2, 1fr); }
  .core-states { grid-template-columns: 1fr; }
  .core-states span:nth-child(2),
  .core-states span:nth-child(3) { display: none; }

  .scene-module {
    width: 178px;
    min-height: 70px;
    padding: 9px;
  }

  .module-symbol { width: 35px; height: 35px; }
  .scene-module strong { font-size: 0.57rem; }
  .scene-module--control { top: 40px; left: 0; }
  .scene-module--crm { top: 58px; right: 0; }
  .scene-module--academy { right: 2px; bottom: 13px; }

  .scene-connection--control { top: 119px; left: 77px; width: 118px; transform: rotate(50deg); }
  .scene-connection--crm { top: 129px; right: 74px; width: 112px; transform: rotate(132deg); }
  .scene-connection--academy { right: 77px; bottom: 90px; width: 106px; transform: rotate(215deg); }

  .scene-notice--document { bottom: 18px; left: 0; }
  .scene-notice--alert { display: none; }
  .scene-orbit--outer { inset: 10% -18% 4%; }
  .scene-orbit--inner { inset: 18% -3% 12%; }

  .hero-philosophy {
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-orbit,
  .scene-core::after,
  .core-topline b::before,
  .core-metrics span > i,
  .core-flow i,
  .scene-module,
  .module-signal i,
  .module-progress i,
  .module-knowledge,
  .scene-connection > i,
  .scene-notice,
  .scene-data-pulse {
    animation: none;
  }
}
/* Fase 2: mini productos del ecosistema */
.product-section--priority {
  background:
    radial-gradient(circle at 50% 38%, rgba(43, 112, 166, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}

.product-card-grid {
  position: relative;
  isolation: isolate;
  gap: var(--sis-space-5);
}

.product-card {
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: var(--sis-space-6);
  overflow: visible;
  border-color: rgba(9, 35, 60, 0.1);
  border-radius: var(--sis-radius-card);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(6, 19, 38, 0.09);
}

.product-card::after {
  position: absolute;
  inset: 8px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--sis-radius-card);
  content: "";
  pointer-events: none;
}

.product-card--featured,
.product-card--featured:hover {
  transform: translateY(-10px);
}

.product-card__top {
  margin-bottom: 15px;
}

.product-mark {
  min-width: 42px;
  height: 42px;
  border-radius: var(--sis-radius-button);
}

.product-label {
  margin-bottom: 10px;
  font-size: 0.56rem;
}

.product-card h3 {
  margin-bottom: 5px;
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
}

.product-card .product-subtitle {
  min-height: 38px;
  margin-bottom: var(--sis-space-4);
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.product-actions {
  padding-top: 18px;
}

.product-actions .btn {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  font-size: var(--sis-font-size-caption);
}

.product-ecosystem-rail {
  position: absolute;
  top: 51%;
  right: 13%;
  left: 13%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 87, 130, 0.2), rgba(202, 153, 53, 0.85), rgba(31, 87, 130, 0.2));
}

.product-ecosystem-rail::before,
.product-ecosystem-rail::after,
.product-ecosystem-rail > i {
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border: 2px solid #f5f8fc;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 151, 52, 0.1), 0 0 18px rgba(201, 151, 52, 0.45);
  content: "";
}

.product-ecosystem-rail::before { left: 0; }
.product-ecosystem-rail::after { right: 0; }
.product-ecosystem-rail > i:nth-child(1) { left: 25%; }
.product-ecosystem-rail > i:nth-child(2) { left: 50%; }
.product-ecosystem-rail > i:nth-child(3) { left: 75%; }

.product-ecosystem-rail > span {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 14px rgba(240, 207, 120, 0.8);
  animation: product-rail-flow 6s linear infinite;
}

.product-ecosystem-rail > span:last-child {
  animation-delay: -3s;
}

.mini-product {
  position: relative;
  min-height: 322px;
  margin-top: 2px;
  overflow: hidden;
  border: 1px solid rgba(94, 161, 211, 0.18);
  border-radius: var(--sis-radius-card);
  color: #f7fbff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 40%),
    #07182b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 45px rgba(5, 24, 44, 0.16);
}

.mini-product::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(100, 174, 228, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 174, 228, 0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  pointer-events: none;
}

.mini-product::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.045) 48%, transparent 68%);
  content: "";
  pointer-events: none;
  transform: translateX(-110%);
  animation: product-screen-scan 10s ease-in-out infinite;
}

.mini-product__bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--sis-space-2);
  align-items: center;
  min-height: 38px;
  padding: 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.018);
}

.mini-product__bar > span {
  display: flex;
  gap: 3px;
}

.mini-product__bar > span i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.mini-product__bar > span i:first-child { background: var(--gold-2); }

.mini-product__bar b {
  font-size: 0.52rem;
}

.mini-product__bar em {
  color: #70d9a3;
  font-size: 0.4rem;
  font-style: normal;
}

.mini-product__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
}

.mini-sidebar {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 13px;
  padding: 12px 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.mini-sidebar span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  color: var(--navy);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  font-size: 0.5rem;
  font-weight: 900;
}

.mini-sidebar i {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
}

.control-workspace {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: var(--sis-space-3);
}

.mini-product__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-product__heading small,
.mini-product__heading strong {
  display: block;
}

.mini-product__heading small {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.4rem;
  letter-spacing: 0.08em;
}

.mini-product__heading strong {
  margin-top: 2px;
  font-size: 0.72rem;
}

.mini-product__heading > span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.4rem;
}

.control-score {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: var(--sis-space-3);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.026);
}

.score-ring,
.academy-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: conic-gradient(var(--gold-2) 0 92%, rgba(255, 255, 255, 0.07) 92%);
}

.score-ring::after,
.academy-ring::after {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #0a1d32;
  content: "";
}

.score-ring strong,
.score-ring small,
.academy-ring strong,
.academy-ring small {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.score-ring strong,
.academy-ring strong { align-self: end; font-size: 0.8rem; }
.score-ring small,
.academy-ring small { align-self: start; color: rgba(255, 255, 255, 0.38); font-size: 0.36rem; }

.score-copy strong,
.score-copy small {
  display: block;
}

.score-copy strong { font-size: 0.58rem; }
.score-copy small { margin-top: 5px; color: rgba(255, 255, 255, 0.38); font-size: 0.4rem; }

.score-copy > span,
.academy-progress > div:last-child > span {
  display: block;
  height: 4px;
  margin-top: var(--sis-space-2);
  overflow: hidden;
  border-radius: var(--sis-radius-badge);
  background: rgba(255, 255, 255, 0.07);
}

.score-copy > span i,
.academy-progress > div:last-child > span i {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4699d3, var(--gold-2));
  animation: product-progress 7s ease-in-out infinite;
}

.control-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: var(--sis-space-2);
}

.control-metrics > span {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 3px 6px;
  align-items: center;
  min-width: 0;
  padding: var(--sis-space-2);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.025);
}

.control-metrics span > i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  color: var(--gold-2);
  background: rgba(201, 151, 52, 0.1);
  font-size: 0.38rem;
  font-style: normal;
  font-weight: 900;
}

.control-metrics small { color: rgba(255, 255, 255, 0.38); font-size: 0.4rem; }
.control-metrics strong { font-size: 0.67rem; }
.control-metrics em { grid-column: 3; grid-row: 1 / span 2; color: #6bd6a0; font-size: 0.36rem; font-style: normal; }

.crm-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 11px 11px 0;
}

.crm-summary > span {
  display: grid;
  gap: 3px;
  padding: var(--sis-space-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.027);
}

.crm-summary small { color: rgba(255, 255, 255, 0.36); font-size: 0.4rem; }
.crm-summary strong { font-size: 0.78rem; }
.crm-summary em { color: #6cd7a1; font-size: 0.36rem; font-style: normal; }

.crm-pipeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 8px 11px;
}

.crm-pipeline > div {
  min-width: 0;
  padding: 7px 5px;
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.022);
}

.crm-pipeline div > small {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.34rem;
  letter-spacing: 0.04em;
}

.crm-pipeline div > small b { color: var(--gold-2); }

.crm-pipeline div > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--sis-space-1);
  margin-top: 5px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
}

.crm-pipeline span > i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 6px;
  color: #d9efff;
  background: #153b59;
  font-size: 0.3rem;
  font-style: normal;
}

.crm-pipeline span strong,
.crm-pipeline span em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crm-pipeline span strong { font-size: 0.36rem; }
.crm-pipeline span em { color: rgba(255, 255, 255, 0.32); font-size: 0.31rem; font-style: normal; }

.crm-activity {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  margin: 0 11px 11px;
  padding: var(--sis-space-2);
  border-radius: var(--sis-radius-input);
  background: rgba(62, 142, 199, 0.1);
}

.crm-activity > i {
  width: 6px;
  height: 28px;
  border-radius: var(--sis-radius-badge);
  background: #65b1e5;
  box-shadow: 0 0 12px rgba(101, 177, 229, 0.35);
  animation: activity-pulse 3s ease-in-out infinite;
}

.crm-activity small,
.crm-activity strong { display: block; }
.crm-activity small { color: rgba(255, 255, 255, 0.35); font-size: 0.34rem; }
.crm-activity strong { margin-top: 2px; font-size: 0.4rem; }
.crm-activity > em { color: #73dba7; font-size: 0.35rem; font-style: normal; }

.academy-progress {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: var(--sis-space-3);
  align-items: center;
  margin: 11px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.026);
}

.academy-ring {
  background: conic-gradient(#59b48a 0 68%, rgba(255, 255, 255, 0.07) 68%);
}

.academy-progress > div:last-child > small,
.academy-progress > div:last-child > strong,
.academy-progress > div:last-child > em {
  display: block;
}

.academy-progress > div:last-child > small { color: rgba(255, 255, 255, 0.35); font-size: 0.36rem; letter-spacing: 0.07em; }
.academy-progress > div:last-child > strong { margin-top: 3px; font-size: 0.58rem; }
.academy-progress > div:last-child > em { margin-top: 5px; color: rgba(255, 255, 255, 0.4); font-size: 0.38rem; font-style: normal; }
.academy-progress > div:last-child > span i { width: 68%; background: linear-gradient(90deg, #3f9a73, #79d5aa); }

.academy-courses {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 0 11px;
}

.academy-courses > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--sis-space-2);
  align-items: center;
  padding: var(--sis-space-2);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: var(--sis-radius-input);
  background: rgba(255, 255, 255, 0.025);
}

.academy-courses span > i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  color: var(--gold-2);
  background: rgba(201, 151, 52, 0.1);
  font-size: 0.44rem;
  font-style: normal;
}

.academy-courses small,
.academy-courses strong { display: block; }
.academy-courses small { color: rgba(255, 255, 255, 0.34); font-size: 0.33rem; }
.academy-courses strong { margin-top: 2px; font-size: 0.44rem; }
.academy-courses span > em { color: #70d7a3; font-size: 0.36rem; font-style: normal; }

.academy-resources {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 11px 11px;
  padding: var(--sis-space-2);
  border-radius: var(--sis-radius-input);
  background: rgba(47, 127, 184, 0.08);
}

.academy-resources > small { color: rgba(255, 255, 255, 0.36); font-size: 0.36rem; letter-spacing: 0.06em; }
.academy-resources > span { display: flex; gap: var(--sis-space-1); align-items: center; }
.academy-resources i,
.academy-resources b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 22px;
  padding: 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.3rem;
  font-style: normal;
}

.academy-resources b { color: var(--gold-2); }

@keyframes product-screen-scan {
  0%, 28% { transform: translateX(-110%); }
  62%, 100% { transform: translateX(110%); }
}

@keyframes product-progress {
  0%, 100% { transform: scaleX(0.78); transform-origin: left; }
  50% { transform: scaleX(1); transform-origin: left; }
}

@keyframes product-rail-flow {
  from { left: 0; }
  to { left: calc(100% - 7px); }
}

@keyframes activity-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@media (max-width: 1120px) {
  .product-card-grid { gap: 14px; }
  .product-card { padding: 18px; }
  .mini-product { min-height: 308px; }
  .control-workspace { padding: 9px; }
  .control-score { grid-template-columns: 58px minmax(0, 1fr); padding: var(--sis-space-2); }
  .score-ring, .academy-ring { width: 54px; height: 54px; }
  .crm-summary { padding: 9px 8px 0; }
  .crm-pipeline { padding: 7px 8px; }
  .crm-activity { margin-right: var(--sis-space-2); margin-left: var(--sis-space-2); }
  .academy-progress { grid-template-columns: 58px minmax(0, 1fr); margin: 9px; padding: var(--sis-space-2); }
  .academy-courses { padding: 0 9px; }
}

@media (max-width: 960px) {
  .product-card-grid { gap: 22px; }
  .product-card,
  .product-card--featured,
  .product-card--featured:hover { transform: none; }
  .mini-product { min-height: 330px; }
  .product-ecosystem-rail {
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(31, 87, 130, 0.2), rgba(202, 153, 53, 0.85), rgba(31, 87, 130, 0.2));
  }
  .product-ecosystem-rail > span {
    top: 0;
    left: -3px;
    animation-name: product-rail-flow-y;
  }
  .product-ecosystem-rail > i:nth-child(1) { top: 25%; left: -4px; }
  .product-ecosystem-rail > i:nth-child(2) { top: 50%; left: -4px; }
  .product-ecosystem-rail > i:nth-child(3) { top: 75%; left: -4px; }
}

@keyframes product-rail-flow-y {
  from { top: 0; }
  to { top: calc(100% - 7px); }
}

@media (max-width: 520px) {
  .product-card { padding: var(--sis-space-4); border-radius: var(--sis-radius-card); }
  .product-card .product-subtitle { min-height: 0; }
  .mini-product { min-height: 310px; }
  .control-metrics > span { padding: 6px; }
  .control-metrics span > i { width: 21px; height: 21px; }
  .crm-pipeline > div { padding: 6px 3px; }
  .crm-pipeline div > span { padding: 4px 3px; }
  .crm-pipeline span > i { width: 17px; height: 17px; }
  .academy-resources { padding: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-ecosystem-rail > span,
  .mini-product::after,
  .score-copy > span i,
  .academy-progress > div:last-child > span i,
  .crm-activity > i {
    animation: none;
  }
}

/* SABAND CORE Assistant · Fase 1 */
.core-assistant {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: var(--sis-space-6);
}

.core-assistant[hidden] {
  display: none;
}

.core-assistant__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(34, 106, 164, 0.2), transparent 32%),
    rgba(2, 10, 23, 0.84);
  backdrop-filter: blur(14px);
}

.core-assistant__panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  width: min(1080px, 100%);
  height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  border: 1px solid rgba(240, 207, 120, 0.3);
  border-radius: var(--sis-radius-dialog);
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 82% 22%, rgba(38, 112, 169, 0.17), transparent 31%),
    linear-gradient(145deg, #07172b 0%, #061326 54%, #081c34 100%);
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: 0 42px 140px rgba(0, 0, 0, 0.55), inset 0 1px rgba(255, 255, 255, 0.06);
  outline: none;
  animation: core-panel-enter var(--sis-duration-400) var(--sis-easing-emphasized) both;
}

.core-assistant__panel::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(240, 207, 120, 0.045), transparent 24%, transparent 72%, rgba(69, 147, 207, 0.055));
  content: "";
  pointer-events: none;
}

.core-assistant__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.core-assistant__ambient i {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(240, 207, 120, 0.5);
  animation: core-node-pulse 4.5s ease-in-out infinite;
}

.core-assistant__ambient i:first-child { top: 22%; right: 9%; }
.core-assistant__ambient i:nth-child(2) { right: 31%; bottom: 12%; animation-delay: -1.4s; }
.core-assistant__ambient i:last-child { top: 48%; left: 4%; animation-delay: -2.6s; }

.core-assistant__header {
  display: grid;
  grid-template-columns: 1fr auto 44px;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 16px 22px 16px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 13, 29, 0.56);
  backdrop-filter: blur(16px);
}

.core-assistant__brand {
  display: flex;
  gap: var(--sis-space-3);
  align-items: center;
}

.core-assistant__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(240, 207, 120, 0.56);
  border-radius: 14px;
  color: var(--gold-2);
  background: radial-gradient(circle at 35% 30%, rgba(240, 207, 120, 0.18), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 22px rgba(240, 207, 120, 0.08);
  font-family: Georgia, serif;
  font-size: 1.48rem;
}

.core-assistant__brand span:last-child {
  display: grid;
  line-height: var(--sis-line-height-heading-1);
}

.core-assistant__brand small {
  color: var(--gold-2);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.core-assistant__brand strong {
  margin-top: var(--sis-space-1);
  font-size: var(--sis-font-size-body);
}

.core-assistant__status {
  display: flex;
  gap: var(--sis-space-2);
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(104, 217, 164, 0.18);
  border-radius: var(--sis-radius-badge);
  color: rgba(255, 255, 255, 0.68);
  background: rgba(104, 217, 164, 0.05);
  font-size: 0.72rem;
  font-weight: var(--sis-font-weight-bold);
}

.core-assistant__status i,
.core-result__summary strong i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #69d9a4;
  box-shadow: 0 0 12px rgba(105, 217, 164, 0.7);
  animation: core-status-pulse 2.8s ease-in-out infinite;
}

.core-assistant__close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.045);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color var(--sis-duration-150) var(--sis-easing-standard), color var(--sis-duration-150) var(--sis-easing-standard), background var(--sis-duration-150) var(--sis-easing-standard), transform var(--sis-duration-150) var(--sis-easing-standard);
}

.core-assistant__close:hover {
  border-color: rgba(240, 207, 120, 0.5);
  color: var(--gold-2);
  background: rgba(240, 207, 120, 0.08);
  transform: rotate(4deg);
}

.core-assistant__progress {
  display: grid;
  grid-template-columns: auto minmax(24px, 1fr) auto minmax(24px, 1fr) auto;
  gap: var(--sis-space-3);
  align-items: center;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.018);
}

.core-assistant__progress span {
  display: flex;
  gap: var(--sis-space-2);
  align-items: center;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.68rem;
  font-weight: var(--sis-font-weight-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color var(--sis-duration-250) var(--sis-easing-standard);
}

.core-assistant__progress span i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  font-style: normal;
}

.core-assistant__progress span em {
  display: grid;
  gap: 2px;
  font-style: normal;
  text-transform: none;
}

.core-assistant__progress span strong {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.core-assistant__progress span small {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.55rem;
  font-weight: var(--sis-font-weight-regular);
  letter-spacing: 0;
}

.core-assistant__progress span.is-active small,
.core-assistant__progress span.is-complete small {
  color: rgba(255, 255, 255, 0.54);
}

.core-assistant__progress span.is-active,
.core-assistant__progress span.is-complete {
  color: var(--gold-2);
}

.core-assistant__progress span.is-active i {
  border-color: rgba(240, 207, 120, 0.5);
  background: rgba(240, 207, 120, 0.1);
  box-shadow: 0 0 22px rgba(240, 207, 120, 0.08);
}

.core-assistant__progress span.is-complete i {
  color: #69d9a4;
  border-color: rgba(105, 217, 164, 0.34);
}

.core-assistant__progress b {
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 207, 120, 0.22), rgba(73, 142, 198, 0.2));
}

.core-assistant__workspace {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  min-height: 0;
}

.core-assistant__rail {
  display: flex;
  flex-direction: column;
  gap: var(--sis-space-2);
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.08);
}

.core-assistant__rail span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.24);
  font-size: 0.58rem;
  font-weight: 900;
}

.core-assistant__rail span.is-active {
  color: var(--gold-2);
  border-color: rgba(240, 207, 120, 0.54);
  box-shadow: 0 0 20px rgba(240, 207, 120, 0.12);
}

.core-assistant__rail span.is-complete {
  color: #69d9a4;
  border-color: rgba(105, 217, 164, 0.34);
}

.core-assistant__rail i {
  width: 1px;
  height: 32px;
  background: linear-gradient(rgba(240, 207, 120, 0.28), rgba(73, 142, 198, 0.2));
}

.core-assistant__content {
  min-height: 0;
  overflow-y: auto;
  padding: 30px 34px 34px;
  scrollbar-color: rgba(240, 207, 120, 0.28) transparent;
}

.core-assistant__view {
  animation: core-view-enter 360ms var(--sis-easing-emphasized) both;
}

.core-assistant__intro {
  max-width: 760px;
  margin-bottom: var(--sis-space-6);
}

.core-assistant__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.core-assistant__eyebrow::before {
  width: 18px;
  height: 1px;
  margin-right: 9px;
  background: var(--gold-2);
  content: "";
}

.core-assistant__intro h2,
.core-result__heading h2,
.core-route__heading h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: var(--sis-letter-spacing-heading-2);
}

.core-assistant__intro p,
.core-result__heading p,
.core-route__heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: var(--sis-line-height-body-large);
}

.core-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sis-space-3);
}

.core-choice,
.core-focus-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: var(--sis-space-4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color var(--sis-duration-150) var(--sis-easing-standard), transform var(--sis-duration-150) var(--sis-easing-standard), background var(--sis-duration-150) var(--sis-easing-standard), box-shadow var(--sis-duration-150) var(--sis-easing-standard);
}

.core-choice::after,
.core-focus-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 30%, rgba(240, 207, 120, 0.07), transparent 67%);
  content: "";
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity var(--sis-duration-150) var(--sis-easing-standard), transform var(--sis-duration-400) var(--sis-easing-standard);
  pointer-events: none;
}

.core-choice:hover,
.core-focus-card:hover {
  border-color: rgba(240, 207, 120, 0.42);
  background: linear-gradient(135deg, rgba(240, 207, 120, 0.095), rgba(48, 119, 174, 0.055));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.core-choice:hover::after,
.core-focus-card:hover::after {
  opacity: 1;
  transform: translateX(30%);
}

.core-choice--wide {
  grid-column: 1 / -1;
}

.core-choice > span,
.core-focus-card > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(240, 207, 120, 0.38);
  border-radius: 14px;
  color: var(--gold-2);
  background: rgba(240, 207, 120, 0.07);
  font-size: 0.66rem;
  font-weight: 900;
}

.core-choice div,
.core-focus-card div {
  min-width: 0;
}

.core-choice small,
.core-focus-card small {
  display: block;
  margin-bottom: var(--sis-space-1);
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.core-choice strong,
.core-focus-card strong {
  display: block;
  font-size: 0.92rem;
}

.core-choice em {
  display: block;
  margin-top: var(--sis-space-1);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
  font-style: normal;
}

.core-choice > b {
  color: var(--gold-2);
  font-size: var(--sis-font-size-body);
}

.core-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.core-focus-card {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 210px;
  padding: var(--sis-space-5);
}

.core-focus-card p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  line-height: var(--sis-line-height-body-small);
}

.core-focus-card > b {
  align-self: end;
  color: var(--gold-2);
  font-size: 0.68rem;
}

.core-analysis {
  display: grid;
  gap: var(--sis-space-5);
}

.core-analysis__selectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sis-space-3);
}

.core-question {
  min-width: 0;
  margin: 0;
  padding: var(--sis-space-4);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--sis-radius-card);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024));
}

.core-question > span,
.core-question > legend {
  display: flex;
  gap: var(--sis-space-2);
  align-items: center;
  margin-bottom: var(--sis-space-3);
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
}

.core-question > span i,
.core-question > legend i {
  display: grid;
  flex: 0 0 30px;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(240, 207, 120, 0.32);
  border-radius: 10px;
  color: var(--gold-2);
  background: rgba(240, 207, 120, 0.06);
  font-size: 0.58rem;
  font-style: normal;
}

.core-question > span strong,
.core-question > legend strong {
  font-size: 0.82rem;
}

.core-question select {
  width: 100%;
  height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(82, 154, 208, 0.26);
  border-radius: var(--sis-radius-input);
  color: rgba(255, 255, 255, 0.84);
  background: #0b2037;
  font: inherit;
  font-size: 0.78rem;
  color-scheme: dark;
  cursor: pointer;
  transition: border-color var(--sis-duration-150) var(--sis-easing-standard), box-shadow var(--sis-duration-150) var(--sis-easing-standard);
}

.core-question select:focus-visible {
  border-color: rgba(240, 207, 120, 0.66);
  outline: 2px solid rgba(240, 207, 120, 0.18);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(240, 207, 120, 0.05);
}

.core-question--challenge {
  min-width: 0;
}

.core-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sis-space-3);
}

.core-challenge {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--sis-space-3);
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--sis-radius-card);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: border-color var(--sis-duration-150) var(--sis-easing-standard), background var(--sis-duration-150) var(--sis-easing-standard), transform var(--sis-duration-150) var(--sis-easing-standard);
}

.core-challenge:hover {
  border-color: rgba(82, 154, 208, 0.38);
  background: rgba(45, 113, 176, 0.08);
  transform: translateY(-1px);
}

.core-challenge input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.core-challenge > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(82, 154, 208, 0.28);
  border-radius: 11px;
  color: #89c8f3;
  background: rgba(45, 113, 176, 0.08);
  font-size: 0.54rem;
  font-weight: 900;
}

.core-challenge div {
  min-width: 0;
}

.core-challenge strong,
.core-challenge small {
  display: block;
}

.core-challenge strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.75rem;
}

.core-challenge small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.61rem;
  line-height: 1.45;
}

.core-challenge > b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  color: transparent;
  font-size: 0.62rem;
}

.core-challenge:has(input:checked) {
  border-color: rgba(240, 207, 120, 0.48);
  background: linear-gradient(135deg, rgba(240, 207, 120, 0.1), rgba(45, 113, 176, 0.075));
}

.core-challenge:has(input:checked) > b {
  color: #0a1b2e;
  border-color: var(--gold-2);
  background: var(--gold-2);
}

.core-challenge:has(input:focus-visible) {
  outline: 2px solid rgba(240, 207, 120, 0.54);
  outline-offset: 3px;
}

.core-analysis__actions {
  display: flex;
  gap: var(--sis-space-4);
  align-items: center;
}

.core-analysis__actions small {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.64rem;
  line-height: 1.45;
}

.core-route {
  display: grid;
  gap: var(--sis-space-4);
}

.core-route__heading {
  max-width: 760px;
}

.core-route__context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sis-space-2);
}

.core-route__context > span {
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--sis-radius-badge);
  background: rgba(255, 255, 255, 0.026);
}

.core-route__context small,
.core-route__context strong {
  display: block;
}

.core-route__context small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.core-route__context strong {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.core-route__list {
  display: grid;
  gap: var(--sis-space-2);
}

.core-route-card {
  position: relative;
  display: grid;
  grid-template-columns: 32px 42px minmax(0, 1fr) 52px;
  gap: var(--sis-space-3);
  align-items: center;
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid rgba(82, 154, 208, 0.18);
  border-radius: var(--sis-radius-card);
  background: linear-gradient(100deg, rgba(45, 113, 176, 0.095), rgba(255, 255, 255, 0.025));
  overflow: hidden;
}

.core-route-card__order {
  color: var(--gold-2);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.core-route-card__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 207, 120, 0.3);
  border-radius: 13px;
  color: var(--gold-2);
  background: rgba(240, 207, 120, 0.06);
  font-size: 0.56rem;
  font-weight: 900;
}

.core-route-card div {
  min-width: 0;
}

.core-route-card small,
.core-route-card strong,
.core-route-card p {
  display: block;
}

.core-route-card small {
  margin-bottom: 2px;
  color: #75bdec;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.core-route-card strong {
  color: #fff;
  font-size: 0.78rem;
}

.core-route-card p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.61rem;
  line-height: 1.4;
}

.core-route-card > i {
  width: 44px;
  height: 5px;
  border-radius: var(--sis-radius-badge);
  background: linear-gradient(90deg, var(--sis-color-primary-blue), rgba(117, 189, 236, 0.22));
  box-shadow: 0 0 14px rgba(45, 113, 176, 0.18);
}

.core-route__statement {
  margin: 0;
  padding: 14px 18px;
  border-left: 2px solid var(--gold-2);
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(90deg, rgba(240, 207, 120, 0.055), transparent);
  font-size: 0.78rem;
  font-weight: var(--sis-font-weight-display);
  line-height: 1.55;
}

.core-route__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sis-space-3);
}

.core-route__note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.63rem;
}

.core-result {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px 30px;
  align-items: center;
  padding-top: 6px;
}

.core-result__signal {
  position: relative;
  display: grid;
  place-items: center;
  width: 158px;
  height: 158px;
  border: 1px solid rgba(240, 207, 120, 0.27);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 207, 120, 0.11), rgba(32, 100, 151, 0.035) 53%, transparent 54%);
  box-shadow: inset 0 0 44px rgba(240, 207, 120, 0.035), 0 0 50px rgba(36, 103, 157, 0.08);
}

.core-result__signal::before,
.core-result__signal::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(82, 154, 208, 0.2);
  border-radius: 50%;
  content: "";
  animation: core-orbit 13s linear infinite;
}

.core-result__signal::after {
  inset: 29px;
  border-color: rgba(240, 207, 120, 0.2);
  animation-direction: reverse;
  animation-duration: 9s;
}

.core-result__signal span {
  position: relative;
  z-index: 1;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 2.2rem;
}

.core-result__signal i {
  position: absolute;
  top: 27px;
  right: 30px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75bdec;
  box-shadow: 0 0 13px #75bdec;
}

.core-result__signal b {
  position: absolute;
  right: 50%;
  bottom: -12px;
  width: max-content;
  padding: 6px 10px;
  border: 1px solid rgba(105, 217, 164, 0.2);
  border-radius: var(--sis-radius-badge);
  color: #88e3b5;
  background: #081b2e;
  font-size: 0.55rem;
  transform: translateX(50%);
}

.core-result__summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.core-result__summary > span {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.core-result__summary small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.core-result__summary strong {
  display: flex;
  gap: 7px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
}

.core-result__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--sis-space-3);
}

.core-result__note {
  grid-column: 1 / -1;
  margin: -10px 0 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.68rem;
}

.core-assistant__footer {
  display: flex;
  gap: var(--sis-space-5);
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 11px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 11, 25, 0.62);
}

.core-assistant__footer p {
  display: flex;
  gap: var(--sis-space-2);
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.62rem;
}

.core-assistant__footer p i {
  display: grid;
  flex: 0 0 19px;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #72dba8;
  background: rgba(105, 217, 164, 0.08);
  font-style: normal;
}

.core-assistant__footer button {
  flex: 0 0 auto;
  padding: 7px 0;
  border: 0;
  color: var(--gold-2);
  background: transparent;
  font-size: 0.65rem;
  font-weight: var(--sis-font-weight-display);
  cursor: pointer;
}

@keyframes core-panel-enter {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes core-view-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes core-node-pulse {
  0%, 100% { opacity: 0.26; transform: scale(0.85); }
  50% { opacity: 0.85; transform: scale(1.15); }
}

@keyframes core-status-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes core-orbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
  .core-assistant {
    padding: 10px;
  }

  .core-assistant__panel {
    height: calc(100vh - 20px);
    border-radius: var(--sis-radius-dialog);
  }

  .core-assistant__header {
    grid-template-columns: 1fr 42px;
    min-height: 72px;
    padding: 12px 14px 12px 17px;
  }

  .core-assistant__status {
    display: none;
  }

  .core-assistant__progress {
    gap: 7px;
    padding: 11px 15px;
  }

  .core-assistant__progress span {
    gap: 0;
    font-size: 0;
  }

  .core-assistant__progress span i {
    font-size: 0.58rem;
  }

  .core-assistant__progress span em {
    display: none;
  }

  .core-assistant__workspace {
    grid-template-columns: 1fr;
  }

  .core-assistant__rail {
    display: none;
  }

  .core-assistant__content {
    padding: 24px 18px 28px;
  }

  .core-choice-grid,
  .core-focus-grid,
  .core-result__summary {
    grid-template-columns: 1fr;
  }

  .core-analysis__selectors,
  .core-challenge-grid,
  .core-route__context {
    grid-template-columns: 1fr;
  }

  .core-analysis__actions {
    display: grid;
  }

  .core-analysis__actions .btn {
    width: 100%;
  }

  .core-choice--wide {
    grid-column: auto;
  }

  .core-focus-card {
    min-height: 0;
  }

  .core-result {
    grid-template-columns: 1fr;
  }

  .core-result__signal {
    width: 112px;
    height: 112px;
  }

  .core-result__signal span {
    font-size: 1.7rem;
  }

  .core-result__summary,
  .core-result__actions,
  .core-result__note {
    grid-column: auto;
  }

  .core-result__actions {
    display: grid;
  }

  .core-route__actions {
    display: grid;
  }

  .core-route__actions .btn {
    width: 100%;
  }

  .core-assistant__footer {
    align-items: flex-start;
    padding: 10px 16px;
  }

  .core-assistant__footer p {
    line-height: 1.45;
  }
}

@media (max-width: 430px) {
  .core-assistant {
    padding: 0;
  }

  .core-assistant__panel {
    height: 100vh;
    border-width: 0;
    border-radius: 0;
  }

  .core-assistant__brand small {
    font-size: 0.58rem;
  }

  .core-assistant__brand strong {
    font-size: 0.88rem;
  }

  .core-choice {
    padding: 13px;
  }

  .core-choice > span {
    width: 42px;
    height: 42px;
  }

  .core-choice em {
    font-size: 0.64rem;
  }

  .core-question {
    padding: 13px;
  }

  .core-challenge {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .core-route-card {
    grid-template-columns: 26px 38px minmax(0, 1fr);
    gap: 9px;
    padding: 12px;
  }

  .core-route-card__mark {
    width: 38px;
    height: 38px;
  }

  .core-route-card > i {
    display: none;
  }

  .core-route-card p {
    font-size: 0.58rem;
  }

  .core-assistant__footer p {
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .core-assistant__panel,
  .core-assistant__view,
  .core-assistant__ambient i,
  .core-assistant__status i,
  .core-result__summary strong i,
  .core-result__signal::before,
  .core-result__signal::after {
    animation: none;
  }
}

/* Capacidades como mini interfaces */
.services-section--compact {
  padding: clamp(88px, 10vw, 138px) 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(201, 151, 52, 0.055), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.services-section--compact .section-heading {
  max-width: 900px;
  margin-bottom: 50px;
}

.services-section--compact .section-heading h2 {
  font-size: clamp(2.6rem, 5.2vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.services-section--compact .section-heading p {
  max-width: 760px;
  font-size: clamp(1.04rem, 1.65vw, 1.28rem);
  line-height: 1.6;
}

.services-section--compact .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.services-section--compact .service-card {
  min-width: 0;
  min-height: 430px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(7, 28, 57, 0.1);
  border-radius: 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(8, 31, 61, 0.075);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), border-color 520ms ease, box-shadow 520ms ease;
}

.services-section--compact .service-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--sis-color-primary-blue) 42%, transparent);
  box-shadow: 0 28px 68px rgba(8, 31, 61, 0.13);
}

.services-section--compact .service-card.featured {
  color: #fff;
  border-color: rgba(75, 153, 255, 0.27);
  background:
    radial-gradient(circle at 90% 4%, rgba(49, 119, 226, 0.22), transparent 34%),
    linear-gradient(155deg, #0b1f3a, #061327);
  box-shadow: 0 24px 62px rgba(5, 21, 44, 0.24);
}

.service-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  margin-bottom: 20px;
}

.service-window-bar > span {
  display: flex;
  gap: 6px;
}

.service-window-bar > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff625a;
}

.service-window-bar > span i:nth-child(2) { background: #e9b936; }
.service-window-bar > span i:nth-child(3) { background: #3aba79; }

.service-window-bar small {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 750;
}

.service-window-bar small::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #35b978;
  box-shadow: 0 0 0 3px rgba(53, 185, 120, 0.08);
  content: "";
}

.service-card.featured .service-window-bar small {
  color: rgba(255, 255, 255, 0.66);
}

.service-card__heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.services-section--compact .service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--sis-color-secondary-blue), var(--sis-color-primary-blue));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--sis-color-primary-blue) 22%, transparent);
  font-size: 1rem;
}

.services-section--compact .service-card:nth-child(n+4) .service-icon {
  background: linear-gradient(145deg, var(--sis-color-secondary-blue), var(--sis-color-primary-blue));
}

.services-section--compact .service-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.2;
}

.services-section--compact .service-type {
  margin: 5px 0 0;
  color: var(--sis-color-secondary-blue);
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
}

.service-card.featured .service-type {
  color: #94bfff;
}

.services-section--compact .service-description {
  flex: none;
  min-height: 64px;
  margin: 20px 0 18px;
  color: #344154;
  font-size: 0.88rem;
  line-height: 1.55;
}

.services-section--compact .service-card.featured .service-description {
  color: rgba(255, 255, 255, 0.78);
}

.service-dashboard {
  min-height: 142px;
  margin-top: auto;
}

.service-dashboard--metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.service-dashboard--metrics > span,
.service-dashboard--consulting > span {
  min-width: 0;
  padding: 14px 11px;
  border: 1px solid rgba(9, 42, 80, 0.09);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f9fbfe);
  box-shadow: 0 8px 20px rgba(7, 31, 62, 0.035);
}

.service-dashboard--metrics i {
  display: block;
  min-height: 24px;
  color: var(--sis-color-secondary-blue);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.12em;
}

.service-dashboard--metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1;
}

.service-dashboard--metrics small {
  display: block;
  margin-top: 9px;
  color: #344154;
  font-size: 0.64rem;
  line-height: 1.4;
}

.service-dashboard--organization {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(100px, 0.85fr);
  gap: 8px;
}

.service-progress-list,
.service-chart {
  padding: 13px 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.service-progress-list {
  display: grid;
  gap: 12px;
}

.service-progress-list > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 8px;
}

.service-progress-list small,
.service-chart small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61rem;
}

.service-progress-list strong {
  color: #fff;
  font-size: 0.72rem;
}

.service-progress-list i {
  grid-column: 1;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.service-progress-list i::after {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sis-color-primary-blue), var(--sis-color-secondary-blue));
  content: "";
}

.service-chart {
  display: flex;
  flex-direction: column;
}

.service-chart > strong {
  align-self: flex-end;
  color: #48d18c;
  font-size: 0.7rem;
}

.service-sparkline {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  height: 78px;
  margin: 8px 0 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    180deg,
    transparent,
    color-mix(in srgb, var(--sis-color-primary-blue) 10%, transparent)
  );
}

.service-sparkline b {
  flex: 1;
  height: 28%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(
    var(--sis-color-secondary-blue),
    color-mix(in srgb, var(--sis-color-primary-blue) 16%, transparent)
  );
}

.service-sparkline b:nth-child(2) { height: 45%; }
.service-sparkline b:nth-child(3) { height: 36%; }
.service-sparkline b:nth-child(4) { height: 66%; }
.service-sparkline b:nth-child(5) { height: 58%; }
.service-sparkline b:nth-child(6) { height: 84%; }

.service-dashboard--documents {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.service-donut {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 54%, transparent 56%), conic-gradient(#36b77a 0 86%, #e6ebf1 86%);
}

.service-donut strong,
.service-donut small {
  grid-area: 1 / 1;
}

.service-donut strong {
  margin-top: -13px;
  color: var(--navy);
  font-size: 1.35rem;
}

.service-donut small {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.58rem;
}

.service-document-status {
  border: 1px solid rgba(9, 42, 80, 0.09);
  border-radius: 10px;
  background: #fff;
}

.service-document-status span {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  color: #26364a;
  font-size: 0.65rem;
}

.service-document-status span + span {
  border-top: 1px solid rgba(9, 42, 80, 0.08);
}

.service-document-status strong { color: #e79e18; }
.service-document-status span:nth-child(2) strong,
.service-document-status span:nth-child(3) strong { color: #e24d45; }

.service-dashboard--consulting {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.service-dashboard--consulting small,
.service-dashboard--consulting strong {
  display: block;
}

.service-dashboard--consulting small {
  min-height: 34px;
  color: #26364a;
  font-size: 0.65rem;
}

.service-dashboard--consulting strong {
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.65rem;
}

.service-dashboard--consulting em {
  font-size: 0.75rem;
  font-style: normal;
}

.service-dashboard--consulting span > i:not(.service-stars) {
  display: block;
  height: 5px;
  margin-top: 14px;
  border-radius: 999px;
  background: #e3e8ef;
}

.service-dashboard--consulting span > i b {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: var(--sis-color-secondary-blue);
}

.service-stars {
  display: block;
  margin-top: 11px;
  color: #e8aa27;
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.services-section--compact .service-learn {
  align-self: stretch;
  width: auto;
  min-height: 38px;
  margin-top: 15px;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid rgba(7, 28, 57, 0.08);
  border-radius: 0;
  color: var(--sis-color-secondary-blue);
  background: transparent;
  font-size: 0.78rem;
  text-align: center;
}

.services-section--compact .service-learn:hover {
  transform: none;
  color: var(--sis-color-primary-blue);
  background: transparent;
}

.services-section--compact .service-card.featured .service-learn {
  color: #58a0ff;
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.service-learn span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 300ms ease;
}

.service-learn:hover span {
  transform: translateX(4px);
}

.services-connection-note {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: var(--navy);
  text-align: left;
}

.services-connection-note > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--sis-color-secondary-blue) 28%, transparent);
  border-radius: 50%;
  color: var(--sis-color-primary-blue);
  background: color-mix(in srgb, var(--sis-color-secondary-blue) 18%, var(--sis-color-white));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--sis-color-secondary-blue) 7%, transparent);
  font-size: 1.7rem;
}

.services-connection-note p {
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid var(--gold);
  font-size: 1rem;
  line-height: 1.45;
}

.services-connection-note strong {
  display: block;
  font-size: 1.08rem;
}

@media (max-width: 1080px) {
  .services-section--compact .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-section--compact .section-heading h2 {
    font-size: clamp(2.5rem, 13vw, 3.7rem);
  }

  .services-section--compact .service-grid {
    grid-template-columns: 1fr;
  }

  .services-section--compact .service-card {
    min-height: 410px;
  }

  .service-dashboard--organization {
    grid-template-columns: minmax(0, 1.15fr) minmax(96px, 0.85fr);
  }

  .services-connection-note {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .services-connection-note > span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }

  .services-connection-note p {
    padding-left: 16px;
    font-size: 0.9rem;
  }
}

/* EL ADN SABAND */
.dna-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(var(--sis-space-20), 9vw, 132px) 0 clamp(var(--sis-space-20), 9vw, 132px);
  color: var(--ink);
  background:
    radial-gradient(circle at 94% 8%, rgba(38, 105, 158, 0.055), transparent 25%),
    radial-gradient(circle at 8% 64%, rgba(201, 151, 52, 0.05), transparent 26%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 16%, #ffffff 86%, #f8fafc 100%);
}

.dna-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1220px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 151, 52, 0.52), rgba(28, 91, 140, 0.2), transparent);
  content: "";
  transform: translateX(-50%);
}

.dna-section::after {
  position: absolute;
  top: 90px;
  right: -130px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(21, 70, 108, 0.055);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(21, 70, 108, 0.02), 0 0 0 108px rgba(21, 70, 108, 0.014);
  content: "";
}

.dna-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: end;
  padding-bottom: clamp(var(--sis-space-16), 7vw, var(--sis-space-24));
}

.dna-heading__index {
  display: grid;
  grid-template-columns: 54px minmax(24px, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding-bottom: 9px;
}

.dna-heading__index > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(201, 151, 52, 0.55);
  border-radius: 50%;
  color: var(--gold);
  background: radial-gradient(circle, rgba(201, 151, 52, 0.08), transparent 68%);
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.dna-heading__index > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 151, 52, 0.62), rgba(18, 79, 126, 0.18));
}

.dna-heading__index > small {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.dna-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.dna-heading h2 {
  max-width: 980px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.8rem, 8.4vw, 7.8rem);
  font-weight: var(--sis-font-weight-display);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.dna-beliefs {
  max-width: 1050px;
  margin-left: auto;
  padding: clamp(var(--sis-space-16), 8vw, 112px) 0 clamp(var(--sis-space-20), 10vw, 144px);
}

.dna-beliefs > p,
.dna-beliefs__sequence p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.15vw, 4.6rem);
  font-weight: 520;
  line-height: 1.16;
  letter-spacing: -0.052em;
}

.dna-beliefs > p:nth-child(2) {
  max-width: 970px;
  margin-top: clamp(var(--sis-space-20), 10vw, 144px);
}

.dna-beliefs__sequence {
  display: grid;
  gap: clamp(var(--sis-space-8), 4vw, var(--sis-space-12));
  max-width: 900px;
  margin-top: clamp(var(--sis-space-20), 11vw, 156px);
}

.dna-beliefs__sequence p {
  color: #2f3e51;
  font-size: clamp(1.7rem, 3.2vw, 3.5rem);
}

.dna-beliefs__sequence p:nth-child(2) {
  color: var(--gold);
}

.dna-manifesto {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  padding: clamp(var(--sis-space-20), 10vw, 144px) 0 clamp(var(--sis-space-20), 11vw, 156px);
  border-top: 1px solid rgba(8, 34, 61, 0.11);
}

.dna-manifesto__label {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
  padding-top: 11px;
}

.dna-manifesto__label span {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.dna-manifesto__label i {
  width: 1px;
  height: 100px;
  margin-left: 7px;
  background: linear-gradient(rgba(201, 151, 52, 0.65), transparent);
}

.dna-manifesto blockquote {
  max-width: 880px;
  margin: 0;
}

.dna-manifesto p {
  margin: 0;
  color: #344154;
  font-family: var(--sis-font-family-editorial);
  font-size: clamp(1.35rem, 2.15vw, 1.82rem);
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: -0.012em;
}

.dna-manifesto p:first-child {
  color: var(--navy);
  font-size: clamp(1.85rem, 3.15vw, 3rem);
  font-weight: 400;
  line-height: 1.5;
}

.dna-manifesto p strong {
  color: var(--gold);
  font-weight: 700;
}

.dna-manifesto p + p {
  margin-top: clamp(var(--sis-space-8), 5vw, var(--sis-space-16));
}

.dna-editorial-grid {
  border-top: 1px solid rgba(8, 34, 61, 0.1);
  border-bottom: 1px solid rgba(8, 34, 61, 0.1);
}

.dna-editorial {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
  min-width: 0;
  padding: clamp(var(--sis-space-12), 6vw, var(--sis-space-20)) 0;
}

.dna-editorial + .dna-editorial {
  border-top: 1px solid rgba(8, 34, 61, 0.1);
}

.dna-editorial::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 151, 52, 0.75));
  content: "";
  transition: width var(--sis-duration-1100) var(--sis-easing-emphasized);
}

.dna-editorial:hover::after {
  width: min(58%, 620px);
}

.dna-editorial__meta {
  display: grid;
  grid-template-columns: auto 34px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.dna-editorial__meta span {
  color: var(--gold);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.dna-editorial__meta i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(8, 34, 61, 0.13);
  border-radius: 50%;
  color: var(--navy-3);
  font-size: 0.82rem;
  font-style: normal;
  transition:
    color var(--sis-duration-250) var(--sis-easing-standard),
    border-color var(--sis-duration-250) var(--sis-easing-standard),
    transform var(--sis-duration-250) var(--sis-easing-standard);
}

.dna-editorial:hover .dna-editorial__meta i {
  border-color: rgba(201, 151, 52, 0.45);
  color: var(--gold);
  transform: rotate(5deg);
}

.dna-editorial__meta small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dna-editorial__content {
  width: min(100%, 880px);
}

.dna-editorial--vision .dna-editorial__content {
  width: min(100%, 800px);
  margin-left: clamp(0px, 5vw, 72px);
}

.dna-editorial h3 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(1.85rem, 3.3vw, 3.45rem);
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.dna-editorial__content > p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.82;
}

.dna-editorial--principles {
  padding-bottom: clamp(var(--sis-space-16), 7vw, var(--sis-space-24));
}

.dna-editorial--principles .dna-editorial__content {
  width: 100%;
}

.dna-editorial--principles ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(20px, 3vw, 42px);
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}

.dna-editorial--principles li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 76px;
  border-top: 1px solid rgba(8, 34, 61, 0.1);
  color: var(--navy);
  font-size: clamp(0.9rem, 1.3vw, 1.06rem);
  font-weight: 700;
  transition:
    color var(--sis-duration-700) var(--sis-easing-standard),
    padding-left var(--sis-duration-700) var(--sis-easing-emphasized);
}

.dna-editorial--principles li:hover {
  padding-left: 6px;
  color: var(--gold);
}

.dna-editorial--principles li span {
  color: var(--gold);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dna-closing {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(var(--sis-space-16), 8vw, 112px);
  padding: clamp(var(--sis-space-12), 7vw, var(--sis-space-20)) 0 0;
  border-top: 1px solid rgba(201, 151, 52, 0.46);
  text-align: center;
}

.dna-closing__mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(201, 151, 52, 0.5);
  border-radius: 50%;
  color: var(--gold);
  background: radial-gradient(circle, rgba(201, 151, 52, 0.08), transparent 67%);
  font-family: Georgia, serif;
  font-size: 2.55rem;
  transition:
    border-color var(--sis-duration-700) var(--sis-easing-standard),
    box-shadow var(--sis-duration-700) var(--sis-easing-standard),
    transform var(--sis-duration-700) var(--sis-easing-emphasized);
}

.dna-closing:hover .dna-closing__mark {
  border-color: rgba(201, 151, 52, 0.82);
  box-shadow: 0 16px 48px rgba(201, 151, 52, 0.11);
  transform: translateY(-3px);
}

.dna-closing__signature strong {
  display: block;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.3vw, 3.1rem);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.dna-closing__signature p {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: var(--sis-font-family-editorial);
  font-size: clamp(1.02rem, 1.6vw, 1.28rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}

.dna-section [data-reveal] {
  transform: translateY(8px);
  transition-duration: var(--sis-duration-1100);
  transition-timing-function: var(--sis-easing-emphasized);
}

@media (max-width: 860px) {
  .dna-heading,
  .dna-manifesto,
  .dna-editorial {
    grid-template-columns: 1fr;
  }

  .dna-heading__index {
    max-width: 180px;
  }

  .dna-manifesto__label {
    flex-direction: row;
    align-items: center;
  }

  .dna-manifesto__label span {
    writing-mode: initial;
    transform: none;
  }

  .dna-manifesto__label i {
    width: 80px;
    height: 1px;
    margin-left: 0;
    background: linear-gradient(90deg, rgba(201, 151, 52, 0.65), transparent);
  }

  .dna-beliefs {
    margin-left: 0;
  }

  .dna-editorial__meta {
    width: 180px;
    margin-top: 0;
  }

  .dna-editorial--vision .dna-editorial__content {
    margin-left: 0;
  }

  .dna-editorial--principles ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .dna-section {
    padding: 88px 0 96px;
  }

  .dna-section::before {
    width: calc(100% - 28px);
  }

  .dna-heading {
    gap: 34px;
    padding-bottom: var(--sis-space-12);
  }

  .dna-heading h2 {
    font-size: clamp(3.4rem, 18vw, 5rem);
    line-height: 0.9;
  }

  .dna-beliefs {
    padding: var(--sis-space-12) 0 var(--sis-space-20);
  }

  .dna-beliefs > p,
  .dna-beliefs__sequence p {
    font-size: clamp(2rem, 10.8vw, 2.85rem);
    line-height: 1.18;
  }

  .dna-beliefs > p:nth-child(2) {
    margin-top: var(--sis-space-20);
  }

  .dna-beliefs__sequence {
    gap: var(--sis-space-8);
    margin-top: var(--sis-space-20);
  }

  .dna-manifesto {
    gap: 34px;
    padding: var(--sis-space-20) 0 var(--sis-space-24);
  }

  .dna-manifesto p:first-child {
    font-size: 1.72rem;
    line-height: 1.55;
  }

  .dna-manifesto p {
    font-size: 1.1rem;
    line-height: 1.82;
  }

  .dna-manifesto p + p {
    margin-top: 48px;
  }

  .dna-editorial {
    gap: 36px;
    padding: var(--sis-space-12) 0 var(--sis-space-16);
  }

  .dna-editorial__meta {
    width: 166px;
  }

  .dna-editorial h3 {
    margin-bottom: 22px;
    font-size: clamp(2.15rem, 10vw, 2.8rem);
  }

  .dna-editorial--principles ul {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .dna-closing {
    margin-top: var(--sis-space-16);
    padding-top: var(--sis-space-12);
  }

  .dna-closing__mark {
    width: 70px;
    height: 70px;
    font-size: 2.15rem;
  }

  .dna-closing__signature p {
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-section--compact .service-card,
  .service-learn span,
  .dna-editorial__meta i,
  .dna-editorial--principles li,
  .dna-editorial::after,
  .dna-closing__mark {
    transition: none;
  }
}
