:root {
  --nuvem-purple: #8917b2;
  --nuvem-green: #c9db53;
  --nuvem-gray: #bdbfc1;
  --ink: #171421;
  --muted: #62606a;
  --surface: #f7f7fb;
  --dark: #12081a;
}

* {
  letter-spacing: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

a {
  color: var(--nuvem-purple);
}

.sensitive-blur {
  display: inline-block;
  filter: blur(5px);
  opacity: .78;
  user-select: none;
}

.navbar {
  background: #8917b2;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 12px 34px rgba(34, 14, 48, .16);
}

.brand-logo {
  width: 168px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.nav-link {
  font-weight: 650;
  color: #fff;
}

.navbar-nav {
  gap: .1rem;
}

.navbar .nav-link {
  padding-right: .42rem;
  padding-left: .42rem;
  font-size: .94rem;
  white-space: nowrap;
}

.navbar .btn {
  white-space: nowrap;
}

.navbar .btn-primary {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: #8917b2;
  --bs-btn-hover-bg: #c9db53;
  --bs-btn-hover-border-color: #c9db53;
  --bs-btn-hover-color: #8917b2;
  --bs-btn-active-bg: #bdbfc1;
  --bs-btn-active-border-color: #bdbfc1;
  --bs-btn-active-color: #8917b2;
}

.navbar .btn-primary.active,
.navbar .btn-primary:active {
  background: #bdbfc1;
  border-color: #bdbfc1;
  color: #8917b2;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
  color: #bdbfc1;
}

.navbar .navbar-nav .nav-link:hover {
  color: #c9db53;
}

.navbar .navbar-nav .nav-link:focus {
  color: #c9db53;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, .42);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .18rem rgba(201, 219, 83, .32);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.hero {
  min-height: auto;
  padding: 7.25rem 0 1.75rem;
  background:
    radial-gradient(circle at 84% 24%, rgba(201, 219, 83, .38), transparent 24rem),
    linear-gradient(135deg, #fff 0%, #fbf7ff 48%, #f2eff7 100%);
}

.page-hero {
  padding: 7rem 0 3.5rem;
  background:
    radial-gradient(circle at 88% 16%, rgba(201, 219, 83, .34), transparent 20rem),
    linear-gradient(135deg, #fff 0%, #f8f0fb 100%);
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.12;
  font-weight: 850;
  color: var(--dark);
}

.lead {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.hero-visual {
  min-height: 390px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(137, 23, 178, .96), rgba(69, 13, 93, .96)),
    #8917b2;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(62, 17, 81, .24);
}

.hero-visual img {
  width: 145px;
  height: 145px;
  object-fit: contain;
}

.hero-visual .signal {
  position: absolute;
  inset: auto 28px 28px 28px;
  display: grid;
  gap: .75rem;
}

.signal-row {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .82rem .95rem;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.ecosystem-visual {
  position: relative;
  min-height: 500px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(137, 23, 178, .08) 1px, transparent 1px),
    linear-gradient(rgba(137, 23, 178, .08) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(201, 219, 83, .34), transparent 10rem),
    linear-gradient(135deg, #ffffff, #f7f1fb);
  background-size: 42px 42px, 42px 42px, auto, auto;
  border: 1px solid rgba(137, 23, 178, .12);
  box-shadow: 0 24px 70px rgba(62, 17, 81, .12);
  overflow: hidden;
}

.ecosystem-visual::before,
.ecosystem-visual::after {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(137, 23, 178, .14);
  border-radius: 50%;
}

.ecosystem-visual::after {
  inset: 28%;
  border-color: rgba(201, 219, 83, .55);
}

.ecosystem-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .25rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--nuvem-purple), #5b0d79);
  color: #fff;
  box-shadow: 0 18px 46px rgba(137, 23, 178, .32);
  text-align: center;
}

.ecosystem-center img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.ecosystem-center strong {
  font-size: 1rem;
}

.ecosystem-center span {
  color: rgba(255,255,255,.74);
  font-size: .74rem;
}

.ecosystem-node {
  position: absolute;
  z-index: 3;
  width: 176px;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(137, 23, 178, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #24112e;
  box-shadow: 0 14px 34px rgba(44, 21, 61, .1);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ecosystem-node:hover {
  transform: translateY(-4px);
  border-color: rgba(137, 23, 178, .36);
  color: var(--nuvem-purple);
  box-shadow: 0 20px 42px rgba(44, 21, 61, .16);
}

.ecosystem-node i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(137, 23, 178, .1);
  color: var(--nuvem-purple);
  font-size: 1.15rem;
}

.ecosystem-node span {
  font-size: .9rem;
  font-weight: 800;
}

.node-pabx {
  left: 5%;
  top: 16%;
}

.node-chatbot {
  right: 5%;
  top: 16%;
}

.node-backup {
  left: 5%;
  top: 42%;
}

.node-adapt {
  right: 5%;
  top: 42%;
}

.node-sites {
  left: 12%;
  bottom: 12%;
}

.node-servers {
  right: 12%;
  bottom: 12%;
}

.btn-primary {
  --bs-btn-bg: var(--nuvem-purple);
  --bs-btn-border-color: var(--nuvem-purple);
  --bs-btn-hover-bg: #74109a;
  --bs-btn-hover-border-color: #74109a;
  --bs-btn-active-bg: #651087;
  --bs-btn-active-border-color: #651087;
  font-weight: 750;
}

.btn-accent {
  background: var(--nuvem-green);
  border-color: var(--nuvem-green);
  color: #24112e;
  font-weight: 800;
}

.btn-accent:hover {
  background: #b8cc3e;
  border-color: #b8cc3e;
  color: #24112e;
}

.section {
  padding: 4.5rem 0;
}

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

.section-dark {
  background: linear-gradient(135deg, #16091f, #321044);
  color: #fff;
}

.section-dark .lead,
.section-dark .text-mutedish {
  color: rgba(255, 255, 255, .74);
}

.eyebrow {
  color: var(--nuvem-purple);
  font-weight: 850;
  text-transform: uppercase;
  font-size: .78rem;
}

.solution-card,
.feature-card,
.contact-card {
  height: 100%;
  border: 1px solid rgba(137, 23, 178, .12);
  border-radius: 8px;
  background: #fff;
  padding: 1.45rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.solution-card:hover,
.feature-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(137, 23, 178, .3);
  box-shadow: 0 18px 38px rgba(34, 14, 48, .1);
}

.contact-simple-card {
  border: 1px solid rgba(137, 23, 178, .12);
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  box-shadow: 0 18px 48px rgba(34, 14, 48, .08);
}

.contact-simple-card span {
  display: block;
  color: var(--nuvem-purple);
  font-weight: 850;
  text-transform: uppercase;
  font-size: .78rem;
}

.contact-simple-card strong {
  display: block;
  color: var(--nuvem-ink);
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.05;
  margin-top: .5rem;
}

.icon-box {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(137, 23, 178, .1);
  color: var(--nuvem-purple);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.check-list {
  display: grid;
  gap: .85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: .72rem;
  align-items: flex-start;
}

.check-list i {
  color: var(--nuvem-green);
  font-size: 1.1rem;
  margin-top: .12rem;
}

.cta-band {
  background: linear-gradient(135deg, var(--nuvem-purple), #4a0c65);
  color: #fff;
  border-radius: 8px;
  padding: 2.2rem;
}

.video-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #100717;
  border: 1px solid rgba(137, 23, 178, .14);
  box-shadow: 0 20px 54px rgba(34, 14, 48, .14);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #100717;
}

.footer {
  background: #100717;
  color: rgba(255, 255, 255, .78);
  padding: 3.5rem 0 2rem;
}

.footer h2,
.footer h3,
.footer a {
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: var(--nuvem-green);
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-wrap: wrap;
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 1.2rem;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.footer .footer-contact-icon:hover {
  transform: translateY(-2px);
}

.footer .footer-contact-icon:hover i {
  color: inherit;
}

.footer .footer-whatsapp:hover {
  background: #25d366;
  color: #fff;
}

.footer .footer-phone:hover {
  background: var(--nuvem-green);
  color: #24112e;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  text-decoration: none;
  transition: all .2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.05);
}

.adapt-page {
  --adapt-dark: #19004a;
  --adapt-cyan: #00ddd7;
  --adapt-blue: #24a4ff;
  --adapt-purple: #ce24fb;
  --adapt-deep: #0b0022;
}

.adapt-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(206, 36, 251, .4), transparent 22rem),
    radial-gradient(circle at 18% 82%, rgba(0, 221, 215, .26), transparent 21rem),
    linear-gradient(135deg, var(--adapt-dark) 0%, var(--adapt-deep) 72%);
  color: #fff;
}

.adapt-hero h1,
.adapt-page .section-dark h2 {
  color: #fff;
}

.adapt-hero .lead {
  color: rgba(255,255,255,.82);
}

.adapt-page .btn-accent {
  background: linear-gradient(135deg, var(--adapt-cyan), var(--adapt-blue));
  border-color: var(--adapt-cyan);
  color: var(--adapt-dark);
}

.adapt-page .btn-accent:hover,
.adapt-page .btn-accent:focus {
  background: linear-gradient(135deg, var(--adapt-blue), var(--adapt-purple));
  border-color: var(--adapt-blue);
  color: #fff;
}

.adapt-page .section-dark {
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 221, 215, .16), transparent 19rem),
    radial-gradient(circle at 88% 18%, rgba(206, 36, 251, .2), transparent 22rem),
    linear-gradient(135deg, var(--adapt-deep), var(--adapt-dark));
}

.adapt-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(0, 221, 215, .22);
  color: #fff;
}

.adapt-card .icon-box {
  background: rgba(0,221,215,.14);
  color: var(--adapt-cyan);
}

.adapt-accent {
  color: var(--adapt-cyan);
}

.form-control,
.form-select {
  border-radius: 8px;
  min-height: 48px;
}

.pabx-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(137, 23, 178, .22), transparent 20rem),
    linear-gradient(135deg, #f8f0fb 0%, #ffffff 64%);
}

.pabx-dashboard {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #121922;
  color: #fff;
  box-shadow: 0 26px 70px rgba(18, 25, 34, .28);
}

.pabx-sidebar {
  padding: 1rem .55rem;
  background: #1d2633;
}

.pabx-logo {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.pabx-logo img {
  width: 32px;
  height: 32px;
}

.pabx-menu {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .45rem;
  padding: .48rem .55rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: .69rem;
  font-weight: 750;
}

.pabx-menu.active {
  background: var(--nuvem-purple);
}

.pabx-screen {
  padding: 1rem;
  background: #151c25;
}

.pabx-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.pabx-top span {
  display: block;
  font-size: 1.25rem;
  font-weight: 850;
}

.pabx-top small {
  color: #97a2b2;
  font-size: .64rem;
}

.pabx-user {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .42rem .75rem;
  border-radius: 999px;
  background: #202a37;
  font-size: .67rem;
  white-space: nowrap;
}

.pabx-user i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--nuvem-green);
  color: var(--nuvem-green);
}

.pabx-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: .8rem;
}

.pabx-panel {
  min-height: 128px;
  padding: .95rem;
  border-radius: 8px;
  background: #202832;
}

.pabx-panel h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: .8rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 850;
}

.usage-row {
  display: grid;
  grid-template-columns: 1fr .45fr .45fr;
  align-items: center;
  padding: .58rem 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: .64rem;
}

.usage-row.muted {
  border-top: 0;
  color: #97a2b2;
  font-weight: 800;
}

.line-chart {
  display: grid;
  align-content: center;
  gap: 1.45rem;
}

.line-chart span {
  height: 1px;
  background: rgba(255, 255, 255, .48);
}

.line-chart span:last-child {
  height: 2px;
  background: #167ba1;
}

.donut-card {
  text-align: center;
}

.donut {
  width: 118px;
  height: 118px;
  margin: .5rem auto .65rem;
  border-radius: 50%;
  background: conic-gradient(#f6c515 0 38%, #117ba4 38% 100%);
}

.donut-card p,
.donut-wide p {
  margin: 0;
  color: #97a2b2;
  font-size: .6rem;
}

.dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: .5rem;
  margin-right: .25rem;
  border-radius: 50%;
}

.dot.online {
  background: #f6c515;
}

.dot.offline {
  background: #117ba4;
}

.donut-wide {
  grid-column: span 2;
  text-align: center;
}

.voice {
  grid-column: span 1;
}

.voice-row {
  display: grid;
  grid-template-columns: 1fr .35fr;
  gap: .5rem;
  align-items: center;
  padding: .64rem 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  font-size: .62rem;
}

.voice-row i {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bdebd3 0 84%, rgba(189, 235, 211, .35) 84%);
}

.chatbot-hero {
  background:
    radial-gradient(circle at 84% 22%, rgba(201, 219, 83, .24), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 70%);
}

.meta-provider-strip {
  background: #fff;
  padding: .95rem 0;
  border-top: 1px solid rgba(137, 23, 178, .08);
  border-bottom: 1px solid rgba(137, 23, 178, .08);
}

.meta-provider-card {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  border: 1px solid #d8dde8;
  border-radius: 8px;
  background: #fff;
  padding: .75rem 1rem;
  box-shadow: none;
}

.meta-provider-card img {
  width: 148px;
  max-width: 34vw;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.meta-provider-card strong {
  display: block;
  color: #0668e1;
  font-size: 1rem;
  line-height: 1.25;
}

.meta-provider-card span {
  display: block;
  color: var(--nuvem-muted);
  margin-top: .12rem;
  font-size: .95rem;
}

.home-trust-strip {
  background: #fff;
  padding: .65rem 0;
  border-top: 1px solid rgba(137, 23, 178, .08);
  border-bottom: 1px solid rgba(137, 23, 178, .08);
}

.home-trust-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid #d8dde8;
  border-radius: 8px;
  background: #fff;
  padding: .55rem .9rem;
  text-align: center;
}

.home-trust-card img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  flex: 0 0 auto;
}

.home-trust-card strong {
  display: block;
  color: var(--nuvem-ink);
  font-size: .94rem;
  font-weight: 400;
  line-height: 1.35;
}

.clients-section {
  overflow: hidden;
}

.client-carousel {
  position: relative;
  padding: .25rem 3.1rem;
}

.client-slide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.client-logo {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(137, 23, 178, .12);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.client-logo.logo-dark {
  background: #09060d;
}

.client-logo img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.client-carousel-control {
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border: 1px solid rgba(137, 23, 178, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--nuvem-purple);
  opacity: 1;
}

.client-carousel-control:hover,
.client-carousel-control:focus {
  background: var(--nuvem-green);
  border-color: var(--nuvem-green);
  color: #24112e;
}

.client-carousel-control.carousel-control-prev {
  left: 0;
}

.client-carousel-control.carousel-control-next {
  right: 0;
}

.chatbot-dashboard {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #e6e8ee;
  border-radius: 8px;
  background: #fff;
  color: #10111a;
  box-shadow: 0 26px 70px rgba(36, 42, 60, .12);
}

.chatbot-sidebar {
  padding: .85rem .45rem;
  background: #fafafa;
  border-right: 1px solid #e9ebf0;
}

.chatbot-logo img {
  width: 34px;
  height: 34px;
  margin: 0 auto 1rem;
  display: block;
}

.chatbot-section {
  display: block;
  margin: .75rem .4rem .35rem;
  color: #8d92a2;
  font-size: .53rem;
  font-weight: 850;
  text-transform: uppercase;
}

.chatbot-menu {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .22rem;
  padding: .42rem .48rem;
  border-radius: 4px;
  color: #454957;
  font-size: .62rem;
  font-weight: 700;
}

.chatbot-menu.active {
  background: var(--nuvem-green);
  color: #1c1d24;
}

.chatbot-screen {
  padding: .72rem;
  background: #fff;
}

.chatbot-search,
.chatbot-title,
.chatbot-actions,
.chatbot-insight,
.chatbot-metrics,
.chatbot-charts {
  display: flex;
}

.chatbot-search {
  justify-content: space-between;
  align-items: center;
  padding-bottom: .55rem;
  border-bottom: 1px solid #eef0f4;
  color: #848998;
  font-size: .62rem;
}

.chatbot-search span {
  width: 220px;
  padding: .36rem .55rem;
  border: 1px solid #eef0f4;
  border-radius: 4px;
}

.chatbot-search div {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.chatbot-title {
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin: .85rem 0 .7rem;
}

.chatbot-title h2 {
  margin: 0;
  color: #05070d;
  font-size: 1rem;
  font-weight: 900;
}

.chatbot-title small {
  color: #717686;
  font-size: .58rem;
}

.chatbot-actions {
  gap: .35rem;
  align-items: center;
  font-size: .55rem;
  white-space: nowrap;
}

.chatbot-actions span,
.chatbot-actions button,
.chatbot-insight button {
  border: 1px solid #e9ebf0;
  border-radius: 4px;
  background: #fff;
  padding: .32rem .5rem;
  font-weight: 750;
}

.chatbot-insight {
  position: relative;
  align-items: center;
  gap: .7rem;
  padding: .72rem .85rem;
  border: 1px solid #eadcf8;
  border-radius: 6px;
  background: #fbf5ff;
  font-size: .62rem;
}

.chatbot-insight strong {
  color: #15121e;
}

.chatbot-insight i {
  color: #8b35e8;
}

.chatbot-insight small {
  flex: 1;
  color: #777082;
}

.chatbot-metrics {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .5rem;
  margin-top: .7rem;
}

.metric-card {
  position: relative;
  min-height: 72px;
  padding: .58rem;
  overflow: hidden;
  border: 1px solid #e5e7ec;
  border-radius: 6px;
  background: #fff;
}

.metric-card small,
.metric-card em {
  display: block;
  color: #747989;
  font-size: .52rem;
  font-style: normal;
}

.metric-card strong {
  display: block;
  margin-top: .38rem;
  color: #05070d;
  font-size: 1rem;
  font-weight: 900;
}

.metric-card i {
  position: absolute;
  top: .58rem;
  right: .58rem;
  color: #bb62d7;
}

.spark {
  position: absolute;
  left: .55rem;
  right: .55rem;
  bottom: .5rem;
  height: 18px;
  border-radius: 999px;
  opacity: .95;
}

.spark.blue {
  background: linear-gradient(170deg, transparent 48%, #2d65df 50%, transparent 55%);
}

.spark.green {
  background: linear-gradient(170deg, transparent 48%, #31c18b 50%, transparent 55%);
}

.spark.purple {
  background: linear-gradient(170deg, transparent 48%, #9e58df 50%, transparent 55%);
}

.spark.orange {
  background: linear-gradient(170deg, transparent 48%, #ff8c32 50%, transparent 55%);
}

.chatbot-charts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .62rem;
  margin-top: .7rem;
}

.chatbot-panel {
  min-height: 138px;
  padding: .72rem;
  border: 1px solid #e5e7ec;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.chatbot-panel h3 {
  margin-bottom: .45rem;
  text-align: left;
  font-size: .62rem;
  font-weight: 850;
}

.ring,
.pie {
  width: 78px;
  height: 78px;
  margin: .4rem auto .55rem;
  border-radius: 50%;
}

.ring {
  background: radial-gradient(circle, #fff 0 44%, transparent 45%), conic-gradient(#2f65d9 0 58%, #2ebf8a 58% 72%, #f28a2c 72% 83%, #d93875 83% 91%, #9b5bd6 91% 100%);
}

.ring.channel {
  background: radial-gradient(circle, #fff 0 54%, transparent 55%), conic-gradient(#2f65d9 0 78%, #2ebf8a 78% 100%);
}

.pie {
  background: conic-gradient(#2f65d9 0 70%, #2ebf8a 70% 96%, #f28a2c 96% 100%);
}

.chatbot-panel p {
  margin: 0;
  color: #7a7f8e;
  font-size: .5rem;
}

.legend {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .45rem;
  margin-right: .2rem;
  border-radius: 50%;
}

.legend.blue {
  background: #2f65d9;
}

.legend.green {
  background: #2ebf8a;
}

.legend.orange {
  background: #f28a2c;
}

.adapt-dashboard {
  display: grid;
  grid-template-columns: 42px 1fr;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 221, 215, .34);
  background: #eef0f7;
  color: #100729;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28), 0 0 0 1px rgba(206, 36, 251, .14);
}

.adapt-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .78rem;
  padding: .65rem 0;
  background: linear-gradient(180deg, var(--adapt-dark), var(--adapt-deep));
  color: rgba(255, 255, 255, .84);
}

.adapt-mini-logo {
  display: grid;
  justify-items: center;
  gap: .15rem;
  margin-bottom: .3rem;
  font-size: .34rem;
  text-align: center;
}

.adapt-mini-logo i {
  color: var(--adapt-cyan);
  font-size: .95rem;
}

.adapt-side > i {
  width: 42px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
}

.adapt-side > i.active {
  background: linear-gradient(135deg, var(--adapt-blue), var(--adapt-purple));
  color: #fff;
}

.adapt-screen {
  background: #edeff6;
  font-size: .62rem;
}

.adapt-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .72rem 1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 18, 40, .08);
}

.adapt-topbar div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.adapt-tabs {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-top: 1px solid #eef0f4;
  border-bottom: 1px solid #dfe2ec;
}

.adapt-tabs span {
  padding: .75rem .82rem;
  color: #0f1430;
  font-weight: 800;
  white-space: nowrap;
}

.adapt-tabs span.active {
  background: var(--adapt-blue);
  color: #fff;
}

.adapt-content {
  padding: 1.15rem;
}

.adapt-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.adapt-heading h2 {
  margin: 0;
  color: #4b5563;
  font-size: 1.65rem;
  font-weight: 850;
}

.adapt-heading div {
  display: flex;
  gap: .5rem;
}

.adapt-heading button {
  border: 0;
  border-radius: 5px;
  padding: .55rem .78rem;
  background: linear-gradient(135deg, var(--adapt-cyan), var(--adapt-blue));
  color: var(--adapt-dark);
  font-weight: 750;
}

.adapt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .7rem;
  margin-bottom: 1rem;
}

.adapt-stats div {
  position: relative;
  min-height: 86px;
  padding: .95rem .8rem;
  border-radius: 6px;
  background: #fff;
}

.adapt-stats strong {
  display: block;
  color: var(--adapt-purple);
  font-size: 1.55rem;
  line-height: 1;
}

.adapt-stats span {
  display: block;
  margin-top: .65rem;
  color: #344054;
  font-weight: 850;
}

.adapt-stats i {
  position: absolute;
  top: .9rem;
  right: .9rem;
  color: var(--adapt-purple);
  font-size: 1.65rem;
}

.adapt-timeline {
  padding: .8rem;
  border: 1px solid #ccd2e3;
  background: #fff;
}

.adapt-timeline h3 {
  margin-bottom: .8rem;
  color: #344054;
  font-size: .82rem;
  font-weight: 850;
}

.adapt-timeline article {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: .6rem;
  margin-bottom: .62rem;
}

.adapt-timeline article > i {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .4rem;
  border-radius: 50%;
  background: var(--adapt-blue);
  color: #fff;
  font-size: .55rem;
}

.adapt-timeline article > div {
  position: relative;
  min-height: 64px;
  padding: .7rem .75rem;
  border: 1px solid #cbd1e5;
  border-radius: 5px;
  background: #f1f2f8;
}

.adapt-timeline strong {
  display: block;
  margin-bottom: .35rem;
  color: #05070d;
}

.adapt-timeline p {
  max-width: 92%;
  margin: 0;
  color: #05070d;
}

.adapt-timeline time {
  position: absolute;
  right: .6rem;
  bottom: .6rem;
  padding: .22rem .45rem;
  border-radius: 999px;
  background: var(--adapt-dark);
  color: #fff;
  font-weight: 850;
}

.backup-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(201, 219, 83, .24), transparent 21rem),
    linear-gradient(135deg, #ffffff 0%, #f6f8fb 72%);
}

.backup-dashboard {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  background: #f6f6f6;
  color: #111827;
  box-shadow: 0 26px 70px rgba(36, 42, 60, .14);
  font-size: .58rem;
}

.backup-nav {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .38rem .55rem;
  background: #fff;
  border-bottom: 1px solid #dfe3ea;
  box-shadow: 0 2px 10px rgba(15, 18, 40, .08);
  white-space: nowrap;
}

.backup-nav span {
  color: #111827;
  font-size: .9rem;
}

.backup-nav b {
  font-weight: 750;
}

.backup-nav button {
  margin-left: auto;
  border: 0;
  border-radius: 3px;
  padding: .35rem .6rem;
  background: #e68a24;
  color: #fff;
  font-weight: 800;
}

.backup-nav button.add {
  margin-left: 0;
  background: #53a84f;
}

.backup-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 .55rem .55rem;
  padding: .5rem .7rem;
  border: 1px solid #dfe3ea;
  border-radius: 5px;
  background: #fff;
  color: #9aa0aa;
}

.backup-filter button,
.backup-card button {
  border: 1px solid #d8dbe2;
  border-radius: 4px;
  background: #f7f7f7;
  padding: .42rem .65rem;
  color: #111827;
}

.backup-grid {
  display: grid;
  grid-template-columns: .85fr 1.65fr;
  gap: .55rem;
  padding: 0 .55rem .7rem;
}

.backup-card {
  border: 1px solid #d9dde5;
  border-radius: 5px;
  background: #fff;
}

.backup-card h2 {
  margin: 0;
  padding: .7rem .8rem;
  border-bottom: 1px solid #e1e4ea;
  color: #111827;
  font-size: .75rem;
  font-weight: 900;
}

.backup-card h2 i {
  color: #111827;
}

.backup-card.status {
  text-align: center;
}

.backup-card.status h2 {
  text-align: left;
}

.backup-card.status h2 i,
.backup-nav b:nth-child(3) i {
  color: #e45722;
}

.backup-gauge {
  width: 94px;
  height: 58px;
  margin: .9rem auto .3rem;
  padding-top: 1.25rem;
  border: 12px solid #8bc981;
  border-bottom: 0;
  border-radius: 100px 100px 0 0;
}

.backup-gauge strong,
.backup-gauge span {
  display: block;
}

.backup-card.status p {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.backup-card .ok {
  color: #54ad50;
}

.backup-card .warn {
  color: #e69a22;
}

.backup-card .danger {
  color: #d8402d;
}

.backup-card.status button,
.backup-card.safety button,
.backup-card.storage button {
  width: calc(100% - 1.2rem);
  margin: .55rem .6rem .65rem;
}

.backup-card.storage {
  grid-row: span 2;
}

.storage-bars {
  display: flex;
  align-items: end;
  justify-content: space-around;
  height: 150px;
  margin: .9rem 1.2rem .4rem;
  padding: .3rem;
  border-left: 1px solid #cfd3dc;
  border-bottom: 1px solid #cfd3dc;
  background: repeating-linear-gradient(to top, transparent 0 31px, #e3e6ec 32px), repeating-linear-gradient(to right, transparent 0 62px, #e3e6ec 63px);
}

.storage-bars span {
  width: 32px;
  background: #364c9d;
}

.backup-card.storage p {
  text-align: center;
  color: #535b6a;
}

.backup-card.storage p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .3rem;
  border-radius: 2px;
  background: #364c9d;
}

.backup-card.safety {
  text-align: center;
}

.backup-card.safety h2 {
  text-align: left;
}

.safety-ring {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: .8rem auto .5rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 54%, transparent 55%), conic-gradient(#8bc981 0 72%, #d6d6d6 72% 100%);
}

.site-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(137, 23, 178, .18), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f8f8fb 70%);
}

.site-showcase {
  position: relative;
  min-height: 520px;
  padding: 1.4rem;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 18%, rgba(201, 219, 83, .22), transparent 14rem),
    radial-gradient(circle at 82% 74%, rgba(137, 23, 178, .16), transparent 16rem),
    linear-gradient(135deg, #fff, #f3f2f8);
  box-shadow: 0 28px 80px rgba(29, 24, 42, .16);
}

.site-carousel {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(137, 23, 178, .12);
  background: #fff;
  box-shadow: 0 28px 80px rgba(29, 24, 42, .16);
}

.site-carousel .carousel-inner,
.site-carousel .carousel-item {
  min-height: 500px;
}

.site-carousel a {
  position: relative;
  display: block;
  min-height: 500px;
  color: #fff;
  text-decoration: none;
}

.site-carousel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}

.site-carousel-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  flex-direction: column;
  gap: .15rem;
  padding: .72rem .9rem;
  border-radius: 8px;
  background: rgba(18, 8, 26, .82);
  backdrop-filter: blur(8px);
}

.site-carousel-caption strong {
  font-size: .95rem;
  line-height: 1.15;
}

.site-carousel-caption small {
  color: rgba(255,255,255,.76);
}

.site-carousel .carousel-control-prev,
.site-carousel .carousel-control-next {
  width: 11%;
}

.site-carousel .carousel-indicators {
  margin-bottom: .55rem;
}

.site-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.showcase-site {
  position: absolute;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.72);
  background: #fff;
  box-shadow: 0 22px 48px rgba(29, 24, 42, .18);
}

.showcase-site.active {
  left: 7%;
  top: 7%;
  width: 46%;
  height: 47%;
  background:
    linear-gradient(rgba(0,0,0,.54), rgba(0,0,0,.58)),
    linear-gradient(135deg, #273a50, #d7dde8);
  color: #fff;
}

.showcase-site.guindastes {
  right: 7%;
  top: 12%;
  width: 42%;
  height: 33%;
  background:
    linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.04)),
    linear-gradient(135deg, #0f0f10 0 22%, #ffffff 22% 100%);
  color: #14325b;
}

.showcase-site.bianca {
  left: 12%;
  bottom: 8%;
  width: 35%;
  height: 35%;
  background:
    linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.5)),
    linear-gradient(135deg, #3a342f, #a6b3ad);
  color: #fff;
}

.showcase-site.agc {
  right: 10%;
  bottom: 9%;
  width: 38%;
  height: 37%;
  background:
    linear-gradient(rgba(15, 40, 80, .5), rgba(15, 40, 80, .58)),
    linear-gradient(135deg, #23416d, #70839e);
  color: #fff;
}

.showcase-site.lsf {
  left: 35%;
  top: 38%;
  width: 34%;
  height: 30%;
  z-index: 2;
  background:
    linear-gradient(rgba(15, 17, 48, .38), rgba(15, 17, 48, .54)),
    linear-gradient(135deg, #f0a032, #10153c);
  color: #fff;
}

.showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .75rem .9rem;
  background: rgba(255,255,255,.92);
  color: #171421;
  font-size: .72rem;
  font-weight: 900;
}

.showcase-site.active .showcase-header,
.showcase-site.guindastes .showcase-header {
  background: #0f0f10;
  color: #fff;
}

.showcase-site.agc .showcase-header {
  margin: .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #254b8f;
}

.showcase-header span {
  font-size: .58rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: .82;
}

.showcase-body {
  display: grid;
  align-content: end;
  padding: 1rem;
}

.showcase-body h2 {
  max-width: 13ch;
  margin: 0 0 .45rem;
  color: inherit;
  font-size: clamp(1rem, 2.1vw, 1.75rem);
  line-height: 1.08;
  font-weight: 900;
}

.showcase-body p {
  max-width: 24ch;
  margin: 0;
  color: inherit;
  font-size: .72rem;
  line-height: 1.45;
  opacity: .9;
}

.site-preview {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(29, 24, 42, .16);
}

.site-preview-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .78rem 1.1rem;
  background: #0f0f10;
  color: #fff;
}

.site-preview-logo {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
}

.site-preview-logo i {
  color: var(--nuvem-green);
  font-size: 1.65rem;
}

.site-preview-logo span {
  font-size: .72rem;
}

.site-preview-nav nav {
  display: flex;
  gap: .85rem;
  font-size: .64rem;
  font-weight: 850;
  white-space: nowrap;
}

.site-preview-nav nav span.active {
  color: var(--nuvem-green);
  text-decoration: underline;
}

.site-preview-body {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 1.35rem;
  padding: 2.4rem 1.65rem 2rem;
}

.site-kicker {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .8rem;
  color: var(--nuvem-purple);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--nuvem-purple);
}

.site-preview-copy h2 {
  margin-bottom: 1rem;
  color: #13284b;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.12;
  font-weight: 900;
}

.site-preview-copy p {
  color: #394150;
  line-height: 1.7;
  font-size: .82rem;
}

.site-preview-copy ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: 1rem 0 1.35rem;
  list-style: none;
  color: #111827;
  font-size: .76rem;
  font-weight: 850;
}

.site-preview-copy li {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.site-preview-copy li i {
  color: var(--nuvem-purple);
}

.site-preview-copy button {
  border: 0;
  border-radius: 4px;
  padding: .76rem 1.2rem;
  background: var(--nuvem-purple);
  color: #fff;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-preview-media {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  border-radius: 44px 4px 44px 4px;
  background:
    linear-gradient(rgba(19, 40, 75, .08), rgba(19, 40, 75, .08)),
    linear-gradient(135deg, #dff3ff, #f3f5ff);
  box-shadow: 0 18px 42px rgba(18, 40, 75, .22);
}

.site-browser {
  display: flex;
  gap: .35rem;
  padding: .65rem;
  background: rgba(255,255,255,.76);
}

.site-browser span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d3d7e2;
}

.site-browser span:first-child {
  background: var(--nuvem-purple);
}

.site-image {
  min-height: 240px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .55rem;
  color: #13284b;
  background:
    radial-gradient(circle at 30% 35%, rgba(201, 219, 83, .45), transparent 6rem),
    radial-gradient(circle at 76% 34%, rgba(137, 23, 178, .18), transparent 7rem),
    linear-gradient(135deg, #f7fbff, #dbe8f6);
}

.site-image i {
  color: var(--nuvem-purple);
  font-size: 3rem;
}

.site-image strong {
  font-size: 1.25rem;
}

.site-image small {
  color: #526071;
}

.site-preview-float {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .35);
}

.portfolio-section {
  background: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: .75rem;
}

.portfolio-card {
  position: relative;
  min-height: 96px;
  display: grid;
  align-content: end;
  gap: .25rem;
  overflow: hidden;
  padding: 1rem 3rem 1rem 1rem;
  border: 1px solid rgba(137, 23, 178, .14);
  border-radius: 8px;
  background: #fff;
  color: #15121e;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(31, 24, 42, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.portfolio-card::before {
  display: none;
}

.portfolio-card::after {
  display: none;
}

.portfolio-card:hover {
  border-color: rgba(137, 23, 178, .34);
  color: #15121e;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(31, 24, 42, .1);
}

.portfolio-card span,
.portfolio-card strong,
.portfolio-card small,
.portfolio-card i {
  position: relative;
  z-index: 1;
}

.portfolio-card span {
  color: var(--nuvem-purple);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-card strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.portfolio-card small {
  color: #62606a;
  font-size: .78rem;
}

.portfolio-card i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--nuvem-purple);
}

.portfolio-card.guindastes::before {
  display: none;
}

.portfolio-card.bianca::before {
  display: none;
}

.portfolio-card.lsf::before {
  display: none;
}

.portfolio-card.agc::before {
  display: none;
}

.portfolio-card.active-contabilidade::before {
  display: none;
}

.mail-dashboard {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  background: #fff;
  color: #141421;
  box-shadow: 0 26px 70px rgba(36, 42, 60, .14);
  font-size: .62rem;
}

.mail-topbar {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: .8rem;
  min-height: 44px;
  padding: 0 .8rem;
  background: #8e66c7;
  color: #fff;
}

.mail-logo,
.mail-topbar nav,
.mail-topbar div:last-child {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.mail-logo img {
  width: 26px;
  height: 26px;
}

.mail-topbar nav span,
.mail-topbar nav b {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 .45rem;
  font-weight: 850;
}

.mail-topbar nav span.active {
  background: rgba(31, 20, 52, .38);
}

.mail-toolbar {
  display: grid;
  grid-template-columns: 150px 1fr auto auto;
  align-items: center;
  gap: .9rem;
  min-height: 48px;
  padding: .35rem .55rem;
  background: #efefef;
  border-bottom: 1px solid #d5d5d5;
}

.mail-toolbar button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-radius: 2px;
  padding: .6rem .75rem;
  background: #8e66c7;
  color: #fff;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-toolbar span {
  display: flex;
  gap: .9rem;
  color: #9b9b9b;
  font-size: .82rem;
}

.mail-toolbar em {
  color: #777;
  font-style: normal;
}

.mail-toolbar a {
  color: #8e66c7;
  text-decoration: none;
  font-weight: 800;
}

.mail-layout {
  display: grid;
  grid-template-columns: 160px 245px 1fr;
  min-height: 338px;
}

.mail-folders {
  background: #e8e8e8;
  border-right: 1px solid #cfd2d8;
}

.mail-folders h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: .7rem .65rem;
  color: #111;
  font-size: .72rem;
}

.mail-folders p {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  padding: .38rem 1rem;
  color: #111;
}

.mail-folders p.active {
  background: #d2d2d2;
}

.mail-folders p i {
  color: #747474;
}

.mail-folders p:last-of-type i {
  color: #6d93e9;
}

.mail-calendar {
  margin-top: 1rem;
  padding: .7rem;
  border-top: 1px solid #c9c9c9;
  background: #ededed;
  text-align: center;
}

.mail-calendar strong {
  display: block;
  margin-bottom: .45rem;
  font-weight: 500;
}

.mail-calendar div {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .35rem;
}

.mail-calendar span {
  color: #344054;
}

.mail-calendar .today {
  padding: .15rem;
  background: #8e66c7;
  color: #fff;
}

.mail-list {
  border-right: 1px solid #cfd2d8;
  background: #fff;
}

.mail-list header {
  display: flex;
  justify-content: space-between;
  padding: .65rem .55rem;
  border-bottom: 1px solid #d7d9df;
  color: #596170;
}

.mail-list article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: .18rem;
  padding: .55rem 4.3rem .55rem 1.25rem;
  border-bottom: 1px solid #e6e8ee;
}

.mail-list article::before {
  content: "";
  position: absolute;
  left: .55rem;
  top: .8rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9d9d9;
}

.mail-list small {
  color: #111;
}

.mail-list strong {
  color: #111;
  font-weight: 700;
}

.mail-list span {
  color: #777;
}

.mail-list time {
  position: absolute;
  right: .55rem;
  top: .58rem;
  color: #111;
}

.mail-reader {
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  font-size: .78rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .hero,
  .page-hero {
    padding-top: 6.5rem;
    min-height: auto;
  }

  .top-phone {
    display: none;
  }

  .pabx-dashboard {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ecosystem-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
    padding: 1rem;
  }

  .ecosystem-visual::before,
  .ecosystem-visual::after {
    display: none;
  }

  .ecosystem-center,
  .ecosystem-node {
    position: static;
    transform: none;
  }

  .ecosystem-center {
    width: auto;
    height: auto;
    min-height: 130px;
    grid-column: 1 / -1;
    border-radius: 8px;
  }

  .ecosystem-node {
    width: auto;
    min-height: 70px;
  }

  .pabx-sidebar {
    display: none;
  }

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

  .donut-wide {
    grid-column: span 1;
  }

  .chatbot-dashboard {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .chatbot-sidebar {
    display: none;
  }

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

  .chatbot-charts {
    grid-template-columns: 1fr;
  }

  .adapt-dashboard {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .adapt-side {
    display: none;
  }

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

  .backup-nav {
    overflow-x: auto;
  }

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

  .backup-card.storage {
    grid-column: span 1;
  }

  .site-preview-body {
    grid-template-columns: 1fr;
  }

  .site-showcase {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
  }

  .site-carousel .carousel-inner,
  .site-carousel .carousel-item,
  .site-carousel a {
    min-height: 390px;
  }

  .site-carousel img {
    height: 390px;
  }

  .showcase-site,
  .showcase-site.active,
  .showcase-site.guindastes,
  .showcase-site.bianca,
  .showcase-site.agc,
  .showcase-site.lsf {
    position: relative;
    inset: auto;
    width: auto;
    height: 190px;
  }

  .site-preview-nav nav {
    overflow-x: auto;
  }

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

  .mail-layout {
    grid-template-columns: 160px 1fr;
  }

  .mail-reader {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero h1,
  .page-hero h1 {
    font-size: 1.9rem;
  }

  .lead {
    font-size: .98rem;
  }

  .hero-visual {
    min-height: 330px;
  }

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

  .cta-band {
    padding: 1.4rem;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .pabx-screen {
    padding: .75rem;
  }

  .pabx-top {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .pabx-panel {
    min-height: auto;
  }

  .chatbot-screen {
    padding: .65rem;
  }

  .chatbot-search span {
    width: auto;
  }

  .chatbot-title,
  .chatbot-insight {
    align-items: flex-start;
    flex-direction: column;
  }

  .chatbot-actions {
    flex-wrap: wrap;
  }

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

  .adapt-topbar,
  .adapt-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .adapt-tabs {
    overflow-x: auto;
  }

  .adapt-heading div {
    flex-wrap: wrap;
  }

  .adapt-stats {
    grid-template-columns: 1fr;
  }

  .adapt-timeline p {
    max-width: none;
  }

  .adapt-timeline time {
    position: static;
    display: inline-block;
    margin-top: .45rem;
  }

  .backup-filter {
    align-items: flex-start;
    flex-direction: column;
    gap: .5rem;
  }

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

  .site-preview-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-preview-body {
    padding: 1.35rem 1rem 1.3rem;
  }

  .site-preview-media {
    min-height: 220px;
    border-radius: 28px 4px 28px 4px;
  }

  .site-showcase {
    grid-template-columns: 1fr;
    padding: .8rem;
  }

  .site-carousel .carousel-inner,
  .site-carousel .carousel-item,
  .site-carousel a {
    min-height: 280px;
  }

  .site-carousel img {
    height: 280px;
  }

  .site-carousel-caption {
    right: .75rem;
    bottom: .75rem;
    padding: .58rem .7rem;
  }

  .showcase-site,
  .showcase-site.active,
  .showcase-site.guindastes,
  .showcase-site.bianca,
  .showcase-site.agc,
  .showcase-site.lsf {
    height: 160px;
  }

  .portfolio-card {
    min-height: 132px;
  }

  .mail-topbar {
    grid-template-columns: 1fr;
    padding: .55rem .8rem;
  }

  .mail-toolbar {
    grid-template-columns: 1fr;
  }

  .mail-layout {
    grid-template-columns: 1fr;
  }

  .mail-folders {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .home-trust-card {
    align-items: center;
    flex-direction: column;
    gap: .4rem;
  }

  .client-carousel {
    padding: .25rem 2.6rem;
  }

  .client-slide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
  }

  .client-logo {
    height: 92px;
    padding: .85rem;
  }

  .client-logo img {
    max-height: 62px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .client-slide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
