.guided-demo-page {
  --gd-ink: #102433;
  --gd-muted: #536875;
  --gd-line: #d9e2e7;
  --gd-soft: #f3f7f8;
  --gd-paper: #ffffff;
  --gd-navy: #071b29;
  --gd-blue: #16738b;
  --gd-blue-dark: #0d586e;
  --gd-green: #19725d;
  --gd-amber: #8b5e16;
  color: var(--gd-ink);
  background: #fff;
}

.guided-demo-page .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.guided-demo-page a,
.guided-demo-page button {
  -webkit-tap-highlight-color: transparent;
}

.guided-demo-page a:focus-visible,
.guided-demo-page button:focus-visible {
  outline: 3px solid #f0b44c;
  outline-offset: 3px;
}

.guided-demo-safety {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 50px;
  padding: 8px 20px;
  color: #fff;
  background: #0a3142;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.guided-demo-safety-icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #9ce2cf;
  border: 1px solid rgba(156, 226, 207, 0.5);
  border-radius: 50%;
}

.guided-demo-safety div {
  display: flex;
  align-items: baseline;
  gap: 9px;
  line-height: 1.35;
}

.guided-demo-safety strong {
  font-size: 0.82rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.guided-demo-safety span:last-child {
  color: #d9e8ed;
  font-size: 0.85rem;
}

.guided-demo-hero,
.guided-demos-index-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 82px;
  color: #fff;
  background: var(--gd-navy);
}

.guided-demo-hero::after,
.guided-demos-index-hero::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(137, 208, 222, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(137, 208, 222, 0.035), 0 0 0 140px rgba(137, 208, 222, 0.025);
}

.guided-demo-hero .container,
.guided-demos-index-hero .container {
  position: relative;
  z-index: 1;
}

.guided-demo-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: #b9d2dc;
  font-size: 0.92rem;
  font-weight: 700;
}

.guided-demo-back:hover {
  color: #fff;
}

.guided-demo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 70px;
  align-items: center;
}

.guided-demo-eyebrow {
  margin: 0 0 12px;
  color: #2d8297;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guided-demo-hero .guided-demo-eyebrow,
.guided-demos-index-hero .guided-demo-eyebrow {
  color: #86cddd;
}

.guided-demo-hero h1,
.guided-demos-index-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.guided-demo-lead,
.guided-demos-index-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #c6d8df;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.guided-demo-context {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 780px;
  margin: 23px 0 0;
  padding: 13px 15px;
  color: #dbe9ed;
  font-size: 0.92rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
}

.guided-demo-context i {
  color: #8fd5e3;
  margin-top: 2px;
}

.guided-demo-hero-actions,
.guided-demos-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.guided-demo-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  color: var(--gd-blue-dark);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  border: 1px solid #b9cbd2;
  border-radius: 8px;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.guided-demo-button:hover {
  color: var(--gd-navy);
  border-color: #6c939f;
  transform: translateY(-1px);
}

.guided-demo-button.is-primary {
  color: #fff;
  background: var(--gd-blue);
  border-color: var(--gd-blue);
}

.guided-demo-button.is-primary:hover {
  color: #fff;
  background: var(--gd-blue-dark);
  border-color: var(--gd-blue-dark);
}

.guided-demo-hero .guided-demo-button:not(.is-primary) {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.guided-demo-hero-model {
  display: grid;
  justify-items: center;
  padding: 26px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
}

.guided-demo-model-node {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px;
  color: #cee0e6;
  text-align: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
}

.guided-demo-model-node.is-main {
  color: #fff;
  font-size: 1.06rem;
  font-weight: 800;
  background: rgba(22, 115, 139, 0.35);
  border-color: rgba(121, 206, 224, 0.55);
}

.guided-demo-model-line {
  width: 1px;
  height: 25px;
  background: rgba(137, 208, 222, 0.52);
}

.guided-demo-workspace {
  padding: 80px 0;
  background: var(--gd-soft);
  scroll-margin-top: 60px;
}

.guided-demo-workspace-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.guided-demo-workspace-head h2,
.guided-demo-transparency h2,
.guided-demo-complete h2,
.guided-demo-more h2,
.guided-demos-section-head h2 {
  max-width: 800px;
  margin: 0;
  color: var(--gd-ink);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.guided-demo-reset {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: var(--gd-blue-dark);
  font-weight: 800;
  background: #fff;
  border: 1px solid #b9cbd2;
  border-radius: 8px;
}

.guided-demo-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--gd-paper);
  border: 1px solid var(--gd-line);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(24, 54, 68, 0.08);
}

.guided-demo-step-nav {
  max-height: 710px;
  overflow-y: auto;
  background: #eaf1f3;
  border-right: 1px solid var(--gd-line);
}

.guided-demo-step-nav ol {
  padding: 10px;
  margin: 0;
  list-style: none;
}

.guided-demo-step-nav li + li {
  margin-top: 3px;
}

.guided-demo-step-nav button {
  display: grid;
  width: 100%;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px;
  color: #415966;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.guided-demo-step-nav button > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #5d7682;
  font-size: 0.76rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #c8d6dc;
  border-radius: 50%;
}

.guided-demo-step-nav button strong {
  font-size: 0.86rem;
  line-height: 1.3;
}

.guided-demo-step-nav button:hover {
  color: var(--gd-ink);
  background: rgba(255, 255, 255, 0.6);
}

.guided-demo-step-nav button[aria-current="step"] {
  color: #fff;
  background: var(--gd-blue-dark);
  border-color: var(--gd-blue-dark);
}

.guided-demo-step-nav button[aria-current="step"] > span {
  color: var(--gd-blue-dark);
  background: #fff;
  border-color: #fff;
}

.guided-demo-stage {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 28px 32px 24px;
}

.guided-demo-progress {
  display: grid;
  gap: 8px;
  color: var(--gd-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.guided-demo-progress-track {
  display: block;
  height: 4px;
  overflow: hidden;
  background: #e1e9ec;
  border-radius: 999px;
}

.guided-demo-progress-track > span {
  display: block;
  height: 100%;
  background: var(--gd-blue);
  border-radius: inherit;
  transition: width 0.2s ease;
}

.guided-demo-step-stack {
  flex: 1;
  padding-top: 34px;
}

.guided-demo-step[hidden],
.guided-demo-result[hidden] {
  display: none !important;
}

.guided-demo-step-number {
  margin: 0 0 7px;
  color: var(--gd-blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-demo-step h3 {
  margin: 0;
  color: var(--gd-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
}

.guided-demo-step h3:focus {
  outline: none;
}

.guided-demo-step-summary {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--gd-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.guided-demo-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
}

.guided-demo-facts div {
  min-width: 0;
  padding: 14px;
  background: #f6f9fa;
  border: 1px solid #dde6e9;
  border-radius: 9px;
}

.guided-demo-facts dt {
  margin-bottom: 5px;
  color: #637783;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.guided-demo-facts dd {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--gd-ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.guided-demo-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.guided-demo-choices button,
.guided-demo-controls button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  color: var(--gd-blue-dark);
  font-size: 0.88rem;
  font-weight: 800;
  background: #fff;
  border: 1px solid #afc4cb;
  border-radius: 8px;
  cursor: pointer;
}

.guided-demo-choices button:hover,
.guided-demo-choices button[aria-pressed="true"] {
  color: #fff;
  background: var(--gd-blue-dark);
  border-color: var(--gd-blue-dark);
}

.guided-demo-result {
  margin-top: 15px;
  padding: 15px 17px;
  color: #164f42;
  background: #edf8f4;
  border: 1px solid #badfd3;
  border-left: 4px solid var(--gd-green);
  border-radius: 8px;
}

.guided-demo-result strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.guided-demo-result p {
  margin: 6px 0 0;
  font-size: 0.93rem;
  line-height: 1.55;
}

.guided-demo-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid #e1e8eb;
}

.guided-demo-controls button.is-primary {
  color: #fff;
  background: var(--gd-blue);
  border-color: var(--gd-blue);
}

.guided-demo-controls button:disabled {
  color: #8b9da5;
  background: #eef3f4;
  border-color: #dbe4e7;
  cursor: not-allowed;
}

.guided-demo-noscript,
.guided-demo-not-found {
  padding: 20px;
  color: #6e4710;
  background: #fff6e6;
  border: 1px solid #ead2a5;
  border-radius: 8px;
}

.guided-demo-transparency {
  padding: 76px 0;
  background: #fff;
}

.guided-demo-transparency-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.guided-demo-transparency p:not(.guided-demo-eyebrow) {
  max-width: 720px;
  margin: 17px 0 0;
  color: var(--gd-muted);
  line-height: 1.7;
}

.guided-demo-transparency ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.guided-demo-transparency li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 15px;
  color: #264452;
  font-size: 0.92rem;
  font-weight: 700;
  background: #f3f8f8;
  border: 1px solid #dce8e9;
  border-radius: 8px;
}

.guided-demo-transparency li i {
  color: var(--gd-green);
}

.guided-demo-complete {
  padding: 0 0 76px;
  background: #fff;
}

.guided-demo-complete-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 34px 38px;
  color: #fff;
  background: var(--gd-navy);
  border-radius: 14px;
}

.guided-demo-complete-card h2 {
  color: #fff;
}

.guided-demo-complete-card p:not(.guided-demo-eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
  color: #c8dbe1;
  line-height: 1.6;
}

.guided-demo-complete-card .guided-demo-eyebrow {
  color: #8fd5e3;
}

.guided-demo-more {
  padding: 66px 0 80px;
  background: var(--gd-soft);
}

.guided-demo-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.guided-demo-more-grid > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 15px;
  color: var(--gd-ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--gd-line);
  border-radius: 10px;
}

.guided-demo-more-grid > a > i:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gd-blue-dark);
  background: #e9f4f6;
  border-radius: 9px;
}

.guided-demo-more-grid span {
  display: grid;
  gap: 3px;
}

.guided-demo-more-grid small {
  color: var(--gd-muted);
}

.guided-demo-more-grid > a:hover {
  border-color: #87abb5;
}

/* Índice de demos */
.guided-demos-index-hero {
  padding-top: 104px;
}

.guided-demos-index-hero h1 {
  max-width: 980px;
}

.guided-demos-safety-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.guided-demos-safety-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #d6e6eb;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.guided-demos-levels {
  padding: 0 0 32px;
  background: var(--gd-soft);
}

.guided-demos-levels-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  transform: translateY(-30px);
}

.guided-demos-levels article {
  display: flex;
  gap: 15px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--gd-line);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(25, 54, 67, 0.08);
}

.guided-demos-levels article > span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  font-weight: 850;
  background: var(--gd-blue-dark);
  border-radius: 50%;
}

.guided-demos-levels h2 {
  margin: 0;
  color: var(--gd-ink);
  font-size: 1.08rem;
}

.guided-demos-levels p {
  margin: 7px 0 0;
  color: var(--gd-muted);
  font-size: 0.91rem;
  line-height: 1.55;
}

.guided-demos-catalog-section {
  padding: 66px 0;
  background: #fff;
}

.guided-demos-catalog-section + .guided-demos-catalog-section {
  background: var(--gd-soft);
}

.guided-demos-section-head {
  margin-bottom: 27px;
}

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

.guided-demos-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--gd-line);
  border-radius: 13px;
  box-shadow: 0 14px 38px rgba(28, 57, 70, 0.055);
}

.guided-demos-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.guided-demos-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--gd-blue-dark);
  font-size: 1.25rem;
  background: #eaf5f6;
  border-radius: 10px;
}

.guided-demos-card-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gd-green);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.guided-demos-card-status i {
  font-size: 0.42rem;
}

.guided-demos-card h3 {
  margin: 23px 0 0;
  color: var(--gd-ink);
  font-size: 1.65rem;
  letter-spacing: -0.025em;
}

.guided-demos-card > p {
  margin: 11px 0 0;
  color: var(--gd-muted);
  line-height: 1.62;
}

.guided-demos-card-note {
  display: flex;
  gap: 9px;
  margin-top: 18px;
  padding: 12px;
  color: #385865;
  font-size: 0.84rem;
  line-height: 1.5;
  background: #f4f8f9;
  border: 1px solid #dce7ea;
  border-radius: 8px;
}

.guided-demos-card-note i {
  flex: 0 0 auto;
  color: var(--gd-green);
}

.guided-demos-card-actions {
  margin-top: auto;
  padding-top: 22px;
}

.guided-demos-common-message {
  padding: 46px 0;
  color: #fff;
  text-align: center;
  background: var(--gd-navy);
}

.guided-demos-common-message p {
  max-width: 900px;
  margin: 0 auto;
  color: #e0edf1;
  font-size: clamp(1.08rem, 2.5vw, 1.5rem);
  font-weight: 650;
  line-height: 1.5;
}

.guided-demo-not-found {
  margin-block: 120px;
  text-align: center;
}

.guided-demo-not-found h1 {
  margin: 0 0 20px;
}

@media (max-width: 980px) {
  .guided-demo-hero-grid,
  .guided-demo-transparency-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .guided-demo-hero-model {
    grid-template-columns: 1fr 25px 1fr 25px 1fr;
  }

  .guided-demo-model-line {
    width: 25px;
    height: 1px;
  }

  .guided-demo-shell {
    grid-template-columns: 1fr;
  }

  .guided-demo-step-nav {
    max-height: none;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--gd-line);
  }

  .guided-demo-step-nav ol {
    display: flex;
    width: max-content;
    max-width: none;
  }

  .guided-demo-step-nav li + li {
    margin-top: 0;
  }

  .guided-demo-step-nav button {
    width: 190px;
  }

  .guided-demo-more-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .guided-demo-page .container {
    width: min(100% - 28px, 1180px);
  }

  .guided-demo-safety {
    position: relative;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .guided-demo-safety div {
    display: grid;
    gap: 2px;
  }

  .guided-demo-safety span:last-child {
    font-size: 0.77rem;
  }

  .guided-demo-hero,
  .guided-demos-index-hero {
    padding: 60px 0;
  }

  .guided-demo-hero-grid {
    gap: 30px;
  }

  .guided-demo-hero-model {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .guided-demo-model-line {
    width: 1px;
    height: 20px;
  }

  .guided-demo-workspace,
  .guided-demo-transparency,
  .guided-demo-more,
  .guided-demos-catalog-section {
    padding-block: 52px;
  }

  .guided-demo-workspace-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .guided-demo-stage {
    min-height: 640px;
    padding: 22px 18px 18px;
  }

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

  .guided-demo-controls button {
    flex: 1;
  }

  .guided-demo-complete-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }

  .guided-demo-complete-card .guided-demo-button {
    width: 100%;
  }

  .guided-demos-levels-grid,
  .guided-demos-card-grid {
    grid-template-columns: 1fr;
  }

  .guided-demos-card-actions .guided-demo-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guided-demo-page *,
  .guided-demo-page *::before,
  .guided-demo-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
