.elementor-143 .elementor-element.elementor-element-119c43b{--display:flex;}.elementor-143 .elementor-element.elementor-element-ceba967{--display:flex;}/* Start custom CSS for html, class: .elementor-element-353225e *//* =========================
   HERO CLIENT
========================= */

.hero-client {
  padding: 110px 0 90px;
}

.hero-client-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.hero-client-left {
  max-width: 700px;
}

.hero-client-tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(120,221,60,0.10);
  border: 1px solid rgba(120,221,60,0.18);
  color: #78dd3c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero-client-left h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-client-left h1 span {
  color: #78dd3c;
}

.hero-client-left p {
  margin: 0 0 28px;
  color: #9fb1c9;
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
}

.hero-client-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-client-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.hero-client-btn-primary {
  background: linear-gradient(135deg, #78dd3c 0%, #8bed52 100%);
  color: #000000;
  box-shadow: 0 12px 28px rgba(120,221,60,0.18);
}

.hero-client-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(120,221,60,0.24);
}

.hero-client-btn-secondary {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
}

.hero-client-btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(120,221,60,0.24);
  color: #78dd3c;
}

/* lado direito */

.hero-client-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hero-client-card {
  background: linear-gradient(180deg, rgba(8,25,49,0.82), rgba(6,18,35,0.62));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 24px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero-client-card:hover {
  transform: translateY(-5px);
  border-color: rgba(120,221,60,0.22);
  box-shadow: 0 20px 40px rgba(120,221,60,0.08);
}

.hero-client-card-main {
  grid-column: 1 / -1;
  padding: 30px;
}

.hero-client-card-main small {
  display: inline-block;
  margin-bottom: 12px;
  color: #78dd3c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-client-card-main h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.05;
}

.hero-client-card-main p,
.hero-client-card-sm p {
  margin: 0;
  color: #9fb1c9;
  font-size: 15px;
  line-height: 1.6;
}

.hero-client-card-sm h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1100px) {
  .hero-client-left h1 {
    font-size: 52px;
  }
}

@media (max-width: 900px) {
  .hero-client-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-client-left h1 {
    font-size: 44px;
  }
}

@media (max-width: 640px) {
  .hero-client {
    padding: 80px 0 70px;
  }

  .hero-client-tag {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .hero-client-left h1 {
    font-size: 36px;
    line-height: 1.02;
    margin-bottom: 16px;
  }

  .hero-client-left p {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-client-actions {
    flex-direction: column;
  }

  .hero-client-btn {
    width: 100%;
  }

  .hero-client-right {
    grid-template-columns: 1fr;
  }

  .hero-client-card,
  .hero-client-card-main {
    padding: 20px;
    border-radius: 18px;
  }

  .hero-client-card-main h3 {
    font-size: 24px;
  }

  .hero-client-card-sm h4 {
    font-size: 16px;
  }

  .hero-client-card-main p,
  .hero-client-card-sm p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3efc373 *//* =========================
   PROBLEM CLIENT
========================= */

.problem-client {
  padding: 90px 0;
}

/* HEADER */

.problem-header {
  text-align: center;
  margin-bottom: 50px;
}

.problem-header h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.problem-header p {
  margin: 0 auto;
  max-width: 600px;
  color: #9fb1c9;
  font-size: 16px;
  line-height: 1.6;
}

/* GRID */

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */

.problem-card {
  background: linear-gradient(180deg, rgba(8,25,49,0.8), rgba(6,18,35,0.6));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 24px;
  transition: 0.25s;
  backdrop-filter: blur(10px);
}

.problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(120,221,60,0.25);
}

/* TEXT */

.problem-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.problem-card span {
  color: #9fb1c9;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .problem-client {
    padding: 70px 0;
  }

  .problem-header h2 {
    font-size: 24px;
  }

  .problem-header p {
    font-size: 15px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .problem-card {
    padding: 20px;
    border-radius: 18px;
  }

  .problem-card strong {
    font-size: 15px;
  }

  .problem-card span {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0062509 *//* =========================
   SERVICES CLIENT
========================= */

.services-client-section {
  padding: 90px 0;
}

.services-client-header {
  text-align: center;
  margin-bottom: 50px;
}

.services-client-header h2 {
  margin: 0 0 12px;
  color: #78dd3c;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.services-client-header p {
  margin: 0 auto;
  max-width: 650px;
  color: #9fb1c9;
  font-size: 16px;
  line-height: 1.6;
}

.services-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-client-card {
  background: linear-gradient(180deg, rgba(8,25,49,0.8), rgba(6,18,35,0.6));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 22px;
  transition: 0.25s;
  backdrop-filter: blur(10px);
}

.services-client-card:hover {
  transform: translateY(-5px);
  border-color: rgba(120,221,60,0.3);
  box-shadow: 0 20px 40px rgba(120,221,60,0.08);
}

.services-client-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.services-client-card p {
  margin: 0;
  color: #9fb1c9;
  font-size: 14px;
  line-height: 1.55;
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .services-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-client-section {
    padding: 70px 0;
  }

  .services-client-header {
    margin-bottom: 28px;
  }

  .services-client-header h2 {
    font-size: 20px;
  }

  .services-client-header p {
    font-size: 15px;
  }

  .services-client-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services-client-card {
    padding: 20px;
    border-radius: 18px;
  }

  .services-client-card h3 {
    font-size: 15px;
  }

  .services-client-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3761 *//* =========================
   PLANS CLIENT
========================= */

.plans-client {
  padding: 100px 0;
}

.plans-client-header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.plans-client-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(120, 221, 60, 0.08);
  color: #78dd3c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  border: 1px solid rgba(120, 221, 60, 0.18);
}

.plans-client-header h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.plans-client-header p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.7;
  color: #9fb1c9;
}

.plans-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.plan-client-card {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8,25,49,0.82), rgba(6,18,35,0.62));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.plan-client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(120,221,60,0.22);
  box-shadow: 0 24px 44px rgba(6, 67, 137, 0.16);
}

.plan-client-card.featured {
  border-color: rgba(120,221,60,0.30);
  box-shadow: 0 22px 50px rgba(120,221,60,0.10);
}

.plan-client-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.08;
  color: #ffffff;
}

.plan-client-card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #9fb1c9;
}

.plan-client-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
}

.plan-client-card ul li {
  position: relative;
  padding-left: 18px;
  color: #d6e0eb;
  font-size: 14px;
  line-height: 1.6;
}

.plan-client-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #78dd3c;
  font-size: 16px;
  line-height: 1.2;
}

.plans-client .btn-primary,
.plans-client .btn-outline {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.plans-client .btn-primary {
  background: linear-gradient(135deg, #78dd3c 0%, #8bed52 100%);
  color: #000000;
  box-shadow: 0 14px 32px rgba(120,221,60,0.18);
}

.plans-client .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(120,221,60,0.24);
}

.plans-client .btn-outline {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
}

.plans-client .btn-outline:hover {
  transform: translateY(-3px);
  border-color: rgba(120,221,60,0.24);
  color: #78dd3c;
}

.plans-client-note {
  text-align: center;
  margin-top: 32px;
  color: #9fb1c9;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .plans-client-grid {
    grid-template-columns: 1fr;
  }

  .plans-client-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .plans-client {
    padding: 70px 0;
  }

  .plans-client-header {
    margin-bottom: 32px;
  }

  .plans-client-header h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .plans-client-header p {
    font-size: 15px;
  }

  .plan-client-card {
    padding: 22px;
    border-radius: 20px;
  }

  .plan-client-card h3 {
    font-size: 22px;
  }

  .plan-client-card p,
  .plan-client-card ul li,
  .plans-client-note {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdfa0da *//* =========================
   FAQ CLIENT
========================= */

.faq-client-section {
  padding: 90px 0;
}

.faq-client-header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.faq-client-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(120, 221, 60, 0.08);
  color: #78dd3c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  border: 1px solid rgba(120, 221, 60, 0.18);
}

.faq-client-header h2 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.faq-client-header p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
  color: #9fb1c9;
}

.faq-client-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.faq-client-item {
  background: linear-gradient(180deg, rgba(8,25,49,0.82), rgba(6,18,35,0.62));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-client-item:hover {
  border-color: rgba(120,221,60,0.22);
  box-shadow: 0 24px 44px rgba(6, 67, 137, 0.16);
}

.faq-client-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  padding-right: 56px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  transition: all 0.25s ease;
}

.faq-client-item summary::-webkit-details-marker {
  display: none;
}

.faq-client-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  color: #78dd3c;
}

.faq-client-item[open] summary::after {
  content: "–";
}

.faq-client-content {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.8;
  color: #9fb1c9;
}

/* RESPONSIVO */

@media (max-width: 768px) {
  .faq-client-section {
    padding: 70px 0;
  }

  .faq-client-header {
    margin-bottom: 32px;
  }

  .faq-client-header h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .faq-client-header p {
    font-size: 15px;
  }

  .faq-client-item {
    border-radius: 18px;
  }

  .faq-client-item summary {
    font-size: 16px;
    padding: 18px 20px;
    padding-right: 48px;
  }

  .faq-client-item summary::after {
    right: 20px;
    font-size: 24px;
  }

  .faq-client-content {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fceea93 *//* =========================
   CONTACT CLIENT
========================= */

.contact-client-section {
  padding: 90px 0;
}

.contact-client-header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.contact-client-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(120, 221, 60, 0.08);
  color: #78dd3c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  border: 1px solid rgba(120, 221, 60, 0.18);
}

.contact-client-header h2 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.contact-client-header p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
  color: #9fb1c9;
}

.contact-client-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.contact-client-info {
  display: grid;
  gap: 18px;
}

.contact-client-card {
  background: linear-gradient(180deg, rgba(8,25,49,0.82), rgba(6,18,35,0.62));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
}

.contact-client-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
}

.contact-client-card a,
.contact-client-card span {
  color: #9fb1c9;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
}

.contact-client-form {
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, rgba(8,25,49,0.82), rgba(6,18,35,0.62));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
}

.contact-client-group input,
.contact-client-group textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  outline: none;
  font-size: 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-client-group input::placeholder,
.contact-client-group textarea::placeholder {
  color: #9fb1c9;
}

.contact-client-group input:focus,
.contact-client-group textarea:focus {
  border-color: rgba(120,221,60,0.26);
  box-shadow: 0 0 0 3px rgba(120,221,60,0.08);
}

.contact-client-group textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-client-btn {
  width: 100%;
  border: none;
  padding: 14px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #78dd3c 0%, #8bed52 100%);
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(120,221,60,0.18);
  transition: all 0.25s ease;
}

.contact-client-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(120,221,60,0.24);
}

/* RESPONSIVO */

@media (max-width: 900px) {
  .contact-client-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-client-section {
    padding: 70px 0;
  }

  .contact-client-header {
    margin-bottom: 32px;
  }

  .contact-client-header h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .contact-client-header p {
    font-size: 15px;
  }

  .contact-client-card,
  .contact-client-form {
    border-radius: 18px;
    padding: 20px;
  }

  .contact-client-card strong {
    font-size: 15px;
  }

  .contact-client-card a,
  .contact-client-card span,
  .contact-client-group input,
  .contact-client-group textarea,
  .contact-client-btn {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f924e00 *//* =========================
   FOOTER CLIENT
========================= */

.footer-client {
  padding: 70px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-client-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-client-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* LOGO */

.footer-logo {
  width: 140px;
  margin-bottom: 10px;
}

/* TEXT */

.footer-client-col p {
  color: #9fb1c9;
  font-size: 14px;
  line-height: 1.6;
  max-width: 300px;
}

.footer-client-col strong {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 15px;
}

/* LINKS */

.footer-client-col a {
  color: #9fb1c9;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.footer-client-col a:hover {
  color: #78dd3c;
}

/* TEXT SIMPLES */

.footer-client-col span {
  color: #9fb1c9;
  font-size: 14px;
}

/* BOTTOM */

.footer-client-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
}

.footer-client-bottom span {
  color: #64748b;
  font-size: 13px;
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .footer-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-client {
    padding: 50px 0 20px;
  }

  .footer-client-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-client-col p,
  .footer-client-col a,
  .footer-client-col span {
    font-size: 13px;
  }

  .footer-client-bottom span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0ece1d *//* =========================
   HEADER COMPLETO
========================= */

.main-header {
  width: 100%;
  position: fixed;
  top: 18px;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

.header-shell {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.header-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 22px;
  border-radius: 22px;
  background: rgba(7, 18, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* LOGO */

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand img {
  width: 98px;
  height: auto;
  display: block;
}

/* MENU DESKTOP */

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav a {
  text-decoration: none;
  color: #f4f7fb !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.25s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #78dd3c, #9af55f);
  transition: width 0.25s ease;
}

.nav a:hover {
  color: #78dd3c !important;
}

.nav a:hover::after {
  width: 100%;
}

/* AÇÕES DESKTOP */

.actions {
  display: flex;
  align-items: center;
}

.btn-login {
  padding: 11px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid rgba(120, 221, 60, 0.20);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-login:hover {
  transform: translateY(-2px);
  color: #08110a !important;
  background: linear-gradient(135deg, #78dd3c 0%, #8bed52 100%);
  border-color: rgba(120, 221, 60, 0.28);
  box-shadow: 0 16px 30px rgba(120, 221, 60, 0.18);
}

/* MOBILE */

.mobile-right {
  display: none;
  align-items: center;
  gap: 10px;
}

.mobile-system-btn {
  display: none;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
  font-size: 26px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  line-height: 1;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  border-color: rgba(120, 221, 60, 0.20);
  color: #78dd3c !important;
  outline: none;
}

/* TABLET */

@media (max-width: 1080px) {
  .brand img {
    width: 88px;
  }

  .nav {
    gap: 24px;
  }

  .nav a {
    font-size: 15px;
  }

  .btn-login {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    pointer-events: auto;
    z-index: 9999;
  }

  .header-shell {
    width: 100%;
    max-width: 100%;
  }

  .header-content {
    border-radius: 0;
    padding: 14px 5%;
    background: rgba(7, 18, 32, 0.95);
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .brand img {
    width: 84px;
  }

  .actions {
    display: none;
  }

  .mobile-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-system-btn {
    display: inline-flex;
    padding: 10px 14px;
    font-size: 13px;
    border-radius: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 5%;
    width: 90%;
    background: rgba(7, 18, 32, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px;
    z-index: 10000;
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    display: block;
    width: 100%;
    padding: 14px 14px;
    border-radius: 12px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
  }

  .nav a::after {
    display: none !important;
  }

  .nav a:hover,
  .nav a:focus,
  .nav a:active {
    background: rgba(120, 221, 60, 0.08);
    color: #78dd3c !important;
  }
}/* End custom CSS */
/* Start custom CSS */body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(120, 221, 60, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 221, 60, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #020617 0%, #04101f 100%);
  background-size: 60px 60px, 60px 60px, auto;
  color: #ffffff;
}/* End custom CSS */