/* Homepage dashboard-inspired theme (experimental and reversible) */

body.theme-dashboard-home {
  --ds-bg-1: #071736;
  --ds-bg-2: #0c2a56;
  --ds-bg-3: #15407a;
  --ds-surface-1: rgba(16, 38, 77, 0.72);
  --ds-surface-2: rgba(18, 47, 92, 0.86);
  --ds-surface-3: rgba(8, 24, 52, 0.88);
  --ds-border: rgba(167, 205, 255, 0.18);
  --ds-text: #e7f0ff;
  --ds-muted: #a8bfdc;
  --ds-accent: #4aa5ff;
  --ds-accent-strong: #2c7de6;
  --ds-accent-soft: #7fd4ff;
  --ds-highlight: #6ec5ff;
  --ds-shadow: 0 14px 30px rgba(2, 8, 24, 0.35);
  color: var(--ds-muted);
  background:
    radial-gradient(1100px 460px at 84% -12%, rgba(72, 161, 255, 0.24), transparent 58%),
    radial-gradient(920px 520px at -6% 8%, rgba(0, 188, 255, 0.18), transparent 60%),
    linear-gradient(165deg, var(--ds-bg-1) 0%, var(--ds-bg-2) 56%, var(--ds-bg-3) 100%);
}

body.theme-dashboard-home #page {
  background: transparent;
}

body.theme-dashboard-home,
body.theme-dashboard-home p {
  color: var(--ds-muted);
}

body.theme-dashboard-home h1,
body.theme-dashboard-home h2,
body.theme-dashboard-home h3,
body.theme-dashboard-home h4,
body.theme-dashboard-home h5,
body.theme-dashboard-home h6,
body.theme-dashboard-home strong,
body.theme-dashboard-home .panel-title > a {
  color: var(--ds-text);
}

body.theme-dashboard-home a {
  color: var(--ds-highlight);
}

body.theme-dashboard-home a:hover,
body.theme-dashboard-home a:focus {
  color: #9cddff;
}

body.theme-dashboard-home .colorlib-loader {
  background: var(--ds-bg-1);
}

body.theme-dashboard-home .colorlib-nav {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.theme-dashboard-home .colorlib-nav .upper-menu {
  background: linear-gradient(90deg, rgba(6, 21, 47, 0.94), rgba(14, 44, 90, 0.92));
  border-bottom: 1px solid var(--ds-border);
}

body.theme-dashboard-home .colorlib-nav .upper-menu p,
body.theme-dashboard-home .colorlib-nav .upper-menu a,
body.theme-dashboard-home .colorlib-nav .upper-menu i {
  color: var(--ds-muted);
}

body.theme-dashboard-home .colorlib-nav .upper-menu a:hover,
body.theme-dashboard-home .colorlib-nav .upper-menu a:focus {
  color: var(--ds-text);
}

body.theme-dashboard-home .colorlib-nav .top-menu {
  background: linear-gradient(112deg, rgba(10, 30, 64, 0.96), rgba(25, 66, 122, 0.92));
  border-bottom: 1px solid var(--ds-border);
}

body.theme-dashboard-home .colorlib-nav #colorlib-logo a,
body.theme-dashboard-home .colorlib-nav ul li a,
body.theme-dashboard-home .colorlib-nav ul li.active > a {
  color: #d6e9ff !important;
}

body.theme-dashboard-home .colorlib-nav ul li a:hover,
body.theme-dashboard-home .colorlib-nav ul li.has-dropdown:hover > a {
  color: #ffffff !important;
}

body.theme-dashboard-home .colorlib-nav ul li.has-dropdown .dropdown {
  background: #0d2852;
  border: 1px solid var(--ds-border);
}

body.theme-dashboard-home .colorlib-nav ul li.has-dropdown .dropdown:before {
  border-bottom-color: #0d2852;
}

@media screen and (max-width: 768px) {
  body.theme-dashboard-home .colorlib-nav .upper-menu {
    display: block;
    padding: 8px 0;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .container,
  body.theme-dashboard-home .colorlib-nav .top-menu .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .col-xs-4,
  body.theme-dashboard-home .colorlib-nav .upper-menu .col-xs-6 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .col-xs-4 {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .col-xs-6 {
    flex: 0 0 auto;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu p {
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu p a {
    font-weight: 700;
    color: #ffffff !important;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .colorlib-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    white-space: nowrap;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu .colorlib-social-icons li a i {
    font-size: 14px;
  }

  body.theme-dashboard-home .colorlib-nav .top-menu {
    min-height: 56px;
    padding: 0;
  }

  body.theme-dashboard-home .colorlib-nav .top-menu .row {
    position: relative;
    min-height: 56px;
    margin-left: 0;
    margin-right: 0;
  }

  body.theme-dashboard-home .colorlib-nav #colorlib-logo {
    min-height: 56px;
  }

  body.theme-dashboard-home .colorlib-nav-toggle {
    top: 51px !important;
    right: 14px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--ds-border);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.theme-dashboard-home .colorlib-nav-toggle i,
  body.theme-dashboard-home .colorlib-nav-toggle i::before,
  body.theme-dashboard-home .colorlib-nav-toggle i::after,
  body.theme-dashboard-home .colorlib-nav-toggle.colorlib-nav-white > i,
  body.theme-dashboard-home .colorlib-nav-toggle.colorlib-nav-white > i::before,
  body.theme-dashboard-home .colorlib-nav-toggle.colorlib-nav-white > i::after {
    background: #ffffff;
  }

  body.theme-dashboard-home .colorlib-nav-toggle.active {
    background: rgba(11, 34, 70, 0.96);
  }

  body.theme-dashboard-home .colorlib-nav-toggle.active i {
    background: transparent;
  }

  body.theme-dashboard-home #colorlib-offcanvas {
    position: fixed;
    width: min(82vw, 300px);
    padding: 86px 24px 32px;
    background: #081d3e;
    border-left: 1px solid var(--ds-border);
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.28);
    transform: translateX(100%);
  }

  body.theme-dashboard-home.offcanvas #colorlib-offcanvas {
    transform: translateX(0);
  }

  body.theme-dashboard-home #colorlib-offcanvas a {
    color: #d6e9ff;
  }

  body.theme-dashboard-home #colorlib-offcanvas ul li {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 420px) {
  body.theme-dashboard-home .colorlib-nav .upper-menu .colorlib-social-icons {
    display: none;
  }

  body.theme-dashboard-home .colorlib-nav .upper-menu p {
    font-size: 13px;
  }
}

body.theme-dashboard-home #colorlib-hero {
  background-color: transparent;
  overflow: hidden;
}

body.theme-dashboard-home #colorlib-hero .overlay {
  opacity: 1;
  background: linear-gradient(145deg, rgba(4, 16, 38, 0.62), rgba(11, 40, 81, 0.58));
}

body.theme-dashboard-home #colorlib-hero .flexslider .slides > li {
  overflow: hidden;
  transform-origin: center center;
  will-change: transform, background-position;
}

body.theme-dashboard-home #colorlib-hero .flexslider .slides > li::before {
  content: "";
  position: absolute;
  inset: -14%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 8%,
    rgba(255, 255, 255, 0.18) 42%,
    rgba(255, 255, 255, 0) 72%
  );
  mix-blend-mode: screen;
  opacity: 0.24;
  transform: translateX(-28%) rotate(-8deg);
  animation: ds-hero-light-sweep 12s ease-in-out infinite;
}

body.theme-dashboard-home #colorlib-hero .flexslider .slides > li .overlay {
  z-index: 2;
}

body.theme-dashboard-home #colorlib-hero .flexslider .slides > li.flex-active-slide {
  animation: ds-hero-cinematic-panzoom 12s ease-in-out forwards;
}

body.theme-dashboard-home #colorlib-hero .flexslider .slides > li:not(.flex-active-slide) {
  transform: scale(1.05) rotate(0deg) translate3d(0, 0, 0);
}

body.theme-dashboard-home #colorlib-intro,
body.theme-dashboard-home #colorlib-services,
body.theme-dashboard-home .colorlib-classes,
body.theme-dashboard-home .colorlib-trainers,
body.theme-dashboard-home .colorlib-event,
body.theme-dashboard-home .colorlib-blog {
  background: transparent !important;
}

body.theme-dashboard-home .intro-flex .one-third {
  border: 1px solid var(--ds-border);
  box-shadow: var(--ds-shadow);
}

body.theme-dashboard-home .intro-flex .one-third.color-1 {
  background: linear-gradient(145deg, rgba(17, 46, 92, 0.9), rgba(8, 27, 56, 0.88));
}

body.theme-dashboard-home .intro-flex .one-third.color-2 {
  background: linear-gradient(145deg, rgba(26, 72, 130, 0.88), rgba(12, 34, 68, 0.9));
}

body.theme-dashboard-home .intro-flex .one-third.color-3 {
  background: linear-gradient(145deg, rgba(23, 57, 103, 0.9), rgba(8, 24, 50, 0.9));
}

body.theme-dashboard-home .intro-flex .one-third .icon i,
body.theme-dashboard-home .intro-flex .one-third h3,
body.theme-dashboard-home .intro-flex .one-third p,
body.theme-dashboard-home .intro-flex .one-third p a.view-more,
body.theme-dashboard-home .desc2 h3 {
  color: var(--ds-text);
}

body.theme-dashboard-home .intro-flex .one-third h3,
body.theme-dashboard-home .desc2 h3,
body.theme-dashboard-home .intro-flex .one-third p,
body.theme-dashboard-home .intro-flex .one-third .view-more {
  font-family: "Open Sans", Arial, sans-serif;
}

body.theme-dashboard-home .intro-flex .one-third h3,
body.theme-dashboard-home .desc2 h3 {
  font-weight: 700;
}

body.theme-dashboard-home .intro-flex .one-third p {
  font-weight: 500;
}

body.theme-dashboard-home #colorlib-intro .intro-flex .one-third.color-2 .desc,
body.theme-dashboard-home #colorlib-intro .intro-flex .one-third.color-3 .desc2 {
  padding-left: 1cm;
  text-align: left;
}

body.theme-dashboard-home #colorlib-intro .intro-flex .one-third.color-2 .desc h3,
body.theme-dashboard-home #colorlib-intro .intro-flex .one-third.color-3 .desc2 h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px !important;
  font-weight: 700;
}

body.theme-dashboard-home #colorlib-intro .intro-flex .one-third.color-2 .desc .view-more,
body.theme-dashboard-home #colorlib-intro .intro-flex .one-third.color-3 .desc2 .view-more {
  font-family: "Open Sans", Arial, sans-serif;
}

body.theme-dashboard-home .about-desc,
body.theme-dashboard-home .event-entry,
body.theme-dashboard-home .article-entry,
body.theme-dashboard-home .f-blog,
body.theme-dashboard-home .classes .desc,
body.theme-dashboard-home .services {
  background: linear-gradient(160deg, rgba(17, 40, 79, 0.86), rgba(10, 28, 58, 0.82));
  border: 1px solid var(--ds-border);
  box-shadow: var(--ds-shadow);
  border-radius: 14px;
  backdrop-filter: blur(4px);
}

body.theme-dashboard-home .services .icon,
body.theme-dashboard-home .services .icon:before,
body.theme-dashboard-home .services .icon:after {
  background: linear-gradient(145deg, #3d95f0, #1f65bc);
  border-color: #2c7de6 transparent transparent transparent;
}

body.theme-dashboard-home .services .icon:before {
  border-color: transparent transparent #2c7de6 transparent;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-default {
  background: transparent;
  border-color: var(--ds-border);
}

body.theme-dashboard-home .fancy-collapse-panel .panel-default > .panel-heading {
  background: transparent;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-default .panel-body {
  background: linear-gradient(165deg, rgba(11, 31, 62, 0.92), rgba(8, 24, 50, 0.9));
  border-top: 1px solid var(--ds-border);
}

body.theme-dashboard-home .panel-title > a {
  color: #d9ebff;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-heading a {
  background: linear-gradient(120deg, rgba(20, 56, 106, 0.96), rgba(29, 81, 145, 0.94));
  border: 1px solid rgba(170, 208, 255, 0.26) !important;
  color: #edf6ff !important;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 0 rgba(5, 15, 32, 0.35);
  transition: transform 0.25s ease, filter 0.25s ease, border-color 0.25s ease;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-heading a.collapsed {
  background: linear-gradient(120deg, rgba(20, 51, 95, 0.72), rgba(22, 64, 120, 0.68));
  border-color: rgba(170, 208, 255, 0.2) !important;
  color: #e5f2ff !important;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-heading a:hover,
body.theme-dashboard-home .fancy-collapse-panel .panel-heading a:focus {
  transform: translateY(-1px);
  filter: brightness(1.09);
  border-color: rgba(190, 223, 255, 0.42) !important;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-heading a:after {
  color: #b7ddff;
}

body.theme-dashboard-home .fancy-collapse-panel .panel-body,
body.theme-dashboard-home .fancy-collapse-panel .panel-body p,
body.theme-dashboard-home .fancy-collapse-panel .panel-body li {
  color: #d0e3fb;
}

body.theme-dashboard-home .classes {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ds-border);
  box-shadow: var(--ds-shadow);
}

body.theme-dashboard-home .classes .classes-img {
  overflow: visible;
  z-index: 2;
}

body.theme-dashboard-home .classes .classes-img .price {
  bottom: -10px;
  z-index: 6;
  background: linear-gradient(145deg, #5eb8ff, #2a7ee1);
  color: #f8fcff;
}

body.theme-dashboard-home .classes .classes-img .price:before {
  border-color: transparent transparent #2a7ee1 transparent;
}

body.theme-dashboard-home .classes .classes-img .price:after {
  border-color: #2a7ee1 transparent transparent transparent;
}

body.theme-dashboard-home .classes .desc h3 a,
body.theme-dashboard-home .classes .desc p,
body.theme-dashboard-home .classes .desc .btn-learn {
  color: var(--ds-text);
}

body.theme-dashboard-home .classes .desc {
  position: relative;
  z-index: 1;
}

body.theme-dashboard-home .component-cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.theme-dashboard-home .component-cards-row > [class*="col-"] {
  float: none;
}

body.theme-dashboard-home .classes .desc .component-courses-label {
  margin: 0 0 10px;
  color: #9fc4ef;
  font-size: 13px;
  line-height: 1.45;
}

body.theme-dashboard-home .classes .desc .course-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.theme-dashboard-home .classes .desc .btn-learn.btn-course {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(115, 177, 239, 0.45);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.1;
  text-transform: none;
  background: rgba(34, 105, 178, 0.22);
  color: #dcebff;
  transition: all 0.2s ease;
}

body.theme-dashboard-home .classes .desc .btn-learn.btn-course:hover {
  border-color: rgba(157, 210, 255, 0.75);
  background: rgba(55, 136, 223, 0.33);
  color: #ffffff;
}

body.theme-dashboard-home .classes .desc .btn-learn.btn-course i {
  font-size: 11px;
}

/* Pesquisa: uniformiza cor e dá mais vida aos cards */
body.theme-dashboard-home .colorlib-blog .article-entry .desc,
body.theme-dashboard-home .colorlib-blog .article-entry .desc h2,
body.theme-dashboard-home .colorlib-blog .article-entry .desc h2 a,
body.theme-dashboard-home .colorlib-blog .article-entry .desc p,
body.theme-dashboard-home .colorlib-blog .article-entry .desc .admin,
body.theme-dashboard-home .colorlib-blog .article-entry .desc .admin span,
body.theme-dashboard-home .colorlib-blog .f-blog .desc,
body.theme-dashboard-home .colorlib-blog .f-blog .desc h2,
body.theme-dashboard-home .colorlib-blog .f-blog .desc h2 a,
body.theme-dashboard-home .colorlib-blog .f-blog .desc p,
body.theme-dashboard-home .colorlib-blog .f-blog .desc .admin,
body.theme-dashboard-home .colorlib-blog .f-blog .desc .admin span {
  color: var(--ds-text) !important;
}

body.theme-dashboard-home .colorlib-blog .article-entry .desc .admin,
body.theme-dashboard-home .colorlib-blog .f-blog .desc .admin {
  color: #bcd8f6 !important;
}

body.theme-dashboard-home .colorlib-blog .article-entry,
body.theme-dashboard-home .colorlib-blog .f-blog {
  position: relative;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

body.theme-dashboard-home .colorlib-blog .article-entry:before,
body.theme-dashboard-home .colorlib-blog .f-blog:before {
  content: "";
  position: absolute;
  inset: -28% 50% auto -30%;
  height: 180%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  transform: rotate(-14deg);
  opacity: 0.14;
  pointer-events: none;
  animation: ds-sweep 9s ease-in-out infinite;
}

body.theme-dashboard-home .colorlib-blog .article-entry:hover,
body.theme-dashboard-home .colorlib-blog .f-blog:hover {
  transform: translateY(-8px);
  border-color: rgba(189, 225, 255, 0.44);
  box-shadow: 0 18px 36px rgba(2, 10, 28, 0.48);
}

/* Titulação: cards com mais vida visual */
body.theme-dashboard-home #colorlib-services {
  position: relative;
  overflow: hidden;
}

body.theme-dashboard-home #colorlib-services:before,
body.theme-dashboard-home #colorlib-services:after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(4px);
}

body.theme-dashboard-home #colorlib-services:before {
  top: -240px;
  left: -200px;
  background: radial-gradient(circle, rgba(70, 160, 255, 0.2), rgba(70, 160, 255, 0));
  animation: ds-orbit-a 16s ease-in-out infinite;
}

body.theme-dashboard-home #colorlib-services:after {
  bottom: -280px;
  right: -160px;
  background: radial-gradient(circle, rgba(127, 212, 255, 0.16), rgba(127, 212, 255, 0));
  animation: ds-orbit-b 18s ease-in-out infinite;
}

body.theme-dashboard-home #colorlib-services .container,
body.theme-dashboard-home #colorlib-services .row {
  position: relative;
  z-index: 1;
}

body.theme-dashboard-home #colorlib-services .services {
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

body.theme-dashboard-home #colorlib-services .services:before {
  content: "";
  position: absolute;
  inset: -30% 44% auto -35%;
  height: 180%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  transform: rotate(-14deg);
  opacity: 0.22;
  pointer-events: none;
  animation: ds-sweep 8s ease-in-out infinite;
}

body.theme-dashboard-home #colorlib-services .services:hover {
  transform: translateY(-7px);
  border-color: rgba(188, 223, 255, 0.4);
  box-shadow: 0 18px 34px rgba(2, 10, 28, 0.45);
}

body.theme-dashboard-home #colorlib-services .services .icon {
  animation: ds-float 4s ease-in-out infinite;
}

body.theme-dashboard-home #colorlib-services .services .desc h3 {
  color: #e7f3ff;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  body.theme-dashboard-home #colorlib-services .services .desc h3 {
    background-image: linear-gradient(100deg, #eaf5ff, #8fd5ff, #eaf5ff);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ds-shine 5.4s linear infinite;
  }
}

body.theme-dashboard-home #colorlib-counter.colorlib-counters .overlay {
  background: linear-gradient(145deg, rgba(4, 16, 38, 0.88), rgba(11, 40, 81, 0.82));
}

body.theme-dashboard-home .colorlib-counters .colorlib-counter {
  color: #8fd5ff;
  text-shadow: 0 0 22px rgba(105, 188, 255, 0.36);
  animation: ds-counter-pop 1.15s ease both;
}

body.theme-dashboard-home .colorlib-counters .colorlib-counter-label {
  color: #d9ecff;
}

body.theme-dashboard-home .colorlib-counters .counter-entry {
  transition: transform 0.3s ease;
}

body.theme-dashboard-home .colorlib-counters .counter-entry:hover {
  transform: translateY(-6px);
}

body.theme-dashboard-home .colorlib-trainers .table-responsive {
  background: var(--ds-surface-1);
  border: 1px solid var(--ds-border);
  border-radius: 14px;
  box-shadow: var(--ds-shadow);
  overflow: hidden;
}

body.theme-dashboard-home .colorlib-trainers .table > thead > tr > th,
body.theme-dashboard-home .colorlib-trainers .table > tbody > tr > th,
body.theme-dashboard-home .colorlib-trainers .table > tbody > tr > td {
  color: #d9ebff;
  border-color: rgba(167, 205, 255, 0.14);
  background: transparent;
}

body.theme-dashboard-home .event-entry .desc,
body.theme-dashboard-home .event-entry .location {
  border-color: rgba(167, 205, 255, 0.16);
}

body.theme-dashboard-home .event-entry .desc .meta span,
body.theme-dashboard-home .event-entry .desc .startenddate span:first-child {
  color: #8fd5ff;
}

body.theme-dashboard-home .event-entry h2 a,
body.theme-dashboard-home .event-entry .desc .organizer span:last-child,
body.theme-dashboard-home .event-entry .location p {
  color: var(--ds-text);
}

body.theme-dashboard-home #colorlib-footer {
  background: linear-gradient(178deg, rgba(6, 18, 44, 0.98), rgba(9, 31, 67, 0.98));
  border-top: 1px solid var(--ds-border);
}

body.theme-dashboard-home #colorlib-footer h4,
body.theme-dashboard-home #colorlib-footer p,
body.theme-dashboard-home #colorlib-footer li,
body.theme-dashboard-home #colorlib-footer a,
body.theme-dashboard-home #colorlib-footer .copy p {
  color: #d3e6ff;
}

body.theme-dashboard-home #colorlib-footer .copy {
  border-top: 1px solid rgba(167, 205, 255, 0.16);
}

body.theme-dashboard-home .btn-primary {
  background: linear-gradient(140deg, var(--ds-accent), var(--ds-accent-strong));
  border: 1px solid rgba(164, 210, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(7, 31, 66, 0.3);
}

body.theme-dashboard-home .btn-primary:hover,
body.theme-dashboard-home .btn-primary:focus {
  background: linear-gradient(140deg, #61b6ff, #327ed8);
  border-color: rgba(201, 228, 255, 0.45);
}

body.theme-dashboard-home .qbstp-header-subscribe .form-control {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(208, 229, 255, 0.36);
  color: #ffffff;
}

body.theme-dashboard-home .qbstp-header-subscribe .form-control::placeholder {
  color: #d3e4ff;
}

body.theme-dashboard-home .gototop a {
  background: linear-gradient(140deg, #55b0ff, #2d7de1);
}

/* Entradas animadas sutis em blocos-chave */
body.theme-dashboard-home .intro-flex .one-third,
body.theme-dashboard-home .colorlib-blog .article-entry,
body.theme-dashboard-home .colorlib-blog .f-blog,
body.theme-dashboard-home .event-entry {
  animation: ds-rise-in 0.8s cubic-bezier(0.21, 0.77, 0.33, 1) both;
}

body.theme-dashboard-home .intro-flex .one-third:nth-child(1) { animation-delay: 0.05s; }
body.theme-dashboard-home .intro-flex .one-third:nth-child(2) { animation-delay: 0.12s; }
body.theme-dashboard-home .intro-flex .one-third:nth-child(3) { animation-delay: 0.19s; }
body.theme-dashboard-home .colorlib-blog .f-blog:nth-child(2) { animation-delay: 0.08s; }
body.theme-dashboard-home .colorlib-blog .f-blog:nth-child(3) { animation-delay: 0.16s; }
body.theme-dashboard-home .colorlib-blog .f-blog:nth-child(4) { animation-delay: 0.24s; }

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

@keyframes ds-shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}

@keyframes ds-sweep {
  0%, 100% { transform: translateX(-22%) rotate(-14deg); opacity: 0.14; }
  50% { transform: translateX(28%) rotate(-14deg); opacity: 0.28; }
}

@keyframes ds-orbit-a {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(40px, 26px, 0) scale(1.08); }
}

@keyframes ds-orbit-b {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-34px, -22px, 0) scale(1.07); }
}

@keyframes ds-rise-in {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ds-counter-pop {
  0% { opacity: 0.4; transform: translateY(7px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ds-hero-cinematic-panzoom {
  0% {
    transform: scale(1.04) rotate(-0.55deg) translate3d(-1.3%, 0.9%, 0);
    background-position: 48% 50%;
  }
  50% {
    transform: scale(1.09) rotate(0.15deg) translate3d(0.4%, -0.5%, 0);
    background-position: 51% 49%;
  }
  100% {
    transform: scale(1.13) rotate(0.72deg) translate3d(1.6%, -1.2%, 0);
    background-position: 54% 48%;
  }
}

@keyframes ds-hero-light-sweep {
  0%, 100% {
    transform: translateX(-34%) rotate(-8deg);
    opacity: 0.14;
  }
  50% {
    transform: translateX(28%) rotate(-8deg);
    opacity: 0.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-dashboard-home * {
    animation: none !important;
    transition: none !important;
  }
}
