/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #f2f2f2;
}

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

img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #1c1c1c;
}
p {
  font-family: "Funnel Display", sans-serif;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .container {
    padding: 0 20px;
  }

  .form-container {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Hero Section */
.hero-support {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.hero-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
}

.hero-text {
  order: 2;
  padding-left: 40px;
}

.hero-text h1 {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 120%;
}

.hero-text p {
  font-family: Funnel Display;
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 30px;
  line-height: 31px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cta-button {
  background-color: #dc6339;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-button:hover {
  background-color: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.cta-button-secondary {
  background-color: #e2e2e2;
  color: #1c1c1c;
  padding: 15px 15px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-button-secondary:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}

.hero-image {
  width: 100%;
  height: auto;
}

.hero-subtitle {
  font-size: 14px;
  color: #888;
  margin: 0;
}

/* Solutions Section */
.solutions-section {
  padding: 60px 0;
}
.section-tag {
  border-radius: 48px;
  padding: 10px 20px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-weight: 600;
  color: #1e1e1e;
}

.section-tag i {
  font-size: 0.8em;
  color: #dc6339;
  text-align: center;
  padding: 5px;
}

.section-title {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 30px;
  line-height: 120%;
}

.team-image-container {
  padding: 20px;
  margin: 30px 0;
  border-radius: 15px;
  overflow: hidden;
}

.team-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.solutions-text {
  margin: 30px 0;
}

.solutions-text p {
  font-size: 22px;
  color: #1c1c1c;
  line-height: 32px;
  font-family: "Funnel Display";
  font-weight: 400;
}

.solutions-text p strong {
  font-weight: 600;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.service-item {
  padding: 0 0 20px 0;
  position: relative;
}
.service-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 15px;
  font-family: "Poppins";
}

.service-item p {
  font-size: 18px;
  color: #1e1e1e;
  line-height: 28px;
  font-family: "Funnel Display";
  font-weight: 400;
}

.service-divider {
  height: 1px;
  background-color: #dc6339;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cta-container .service-divider {
  display: none;
}
.support-cta {
  display: flex;
  align-items: flex-end;        /* texto fica em baixo */
  justify-content: space-between;
  background-color: #dc6339;
  color: white;
  padding: 25px 30px;
  border-radius: 20px;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 600;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;           /* para posicionar a seta */
}

.arrow-icon-suporte {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(-45deg);   /* transforma em seta diagonal ↗ */
  flex-shrink: 0;
}

/* Quick Solutions Section */
.quick-solutions {
  padding: 80px 0;
}

.quick-solutions h2 {
  text-align: left;
  font-size: 50px;
  font-family: "Poppins";
  color: #1c1c1c;
  margin-bottom: 60px;
  font-weight: 600;
  max-width: 800px;
}

.solutions-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.solution-card-suporte {
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #dc6339;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.card-icon {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(1969%)
    hue-rotate(8deg) brightness(96%) contrast(89%);
}

.solution-card h3 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 30px;
}

.solution-card p {
  font-size: 18px;
  color: #1c1c1c;
  line-height: normal;
  text-align: center;
  font-family: "Funnel Display";
  font-weight: 400;
}

/* Resources Section */
.resources-section {
  padding: 80px 0;
}

.resources-header {
  margin-bottom: 50px;
}

.resources-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.resources-label span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.resources-title {
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 120%;
}

.resources-description {
  font-size: 20px;
  font-family: "Funnel Display";
  color: #1c1c1c;
  max-width: 800px;
  margin-bottom: 0;
  line-height: 32px;
  font-weight: 400;
}

.resources-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.teamviewer-section h3,
.drivers-section h3 {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.download-items {
  display: flex;
  gap: 60px;
}

.download-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dc6339;
}

.platform-name {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  font-family: "Funnel Display";
  line-height: 28px;
}

.download-btn {
  background-color: #dc6339;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 400;
  letter-spacing: 0.5px;
  align-self: flex-start;
}

.download-btn:hover {
  background-color: #dc6339;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(232, 93, 36, 0.3);
}

.resources-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}

.update-guide-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.update-guide-section .download-item {
  max-width: 400px;
}

.important-note {
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #dc6339;
  max-width: 600px;
}

.important-note h4 {
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Poppins";
}

.important-note p {
  font-size: 16px;
  color: #1c1c1c;
  line-height: normal;
  margin: 0;
  font-family: "Funnel Display";
  font-weight: 400;
}
.mobile-carousel {
  display: none;
}

/* mobile-only helpers: hide by default (desktop), show via media query */
.mobile-only {
  display: none !important;
}

/* privacy note hidden on desktop; shown only on mobile */
.privacy-note {
  display: none;
}

/* Responsive Design for Resources */
@media (max-width: 1200px) {
  .resources-main-grid {
    gap: 60px;
  }

  .resources-bottom-grid {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .resources-bottom-grid {
    display: none;
  }
  .resources-main-grid,
  .resources-bottom-grid {
    display: none;
  }
  .resources-section {
    padding-bottom: 0;
  }
	
	   .download-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-btn {
        width: 100%;
        text-align: center;
    }

  .mobile-carousel {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
  }

  .mobile-carousel-card {
    flex: 0 0 50%;
    padding: 10px;
    border-radius: 12px;
    scroll-snap-align: start;
  }

  .mobile-carousel-card .download-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 20px;
    border: 1px solid #dc6339;
    border-radius: 8px;
  }

  .mobile-carousel-card span {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 600;
    line-height: 26px;
  }

  .mobile-carousel-card .download-btn {
    background: #dc6339;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
  }
  .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .download-btn img.download-icon {
    width: 16px;
    height: 16px;
  }
  .resources-description {
    text-align: center;
  }
  .resources-title {
    text-align: center;
  }
  .mobile-title-teamviewer {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dc6339;
  }

  .mobile-title-drivers {
    font-size: 14px;
    font-weight: 400;
    color: #78716c;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #78716c;
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-title-guia {
    font-size: 14px;
    font-weight: 400;
    color: #78716c;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #78716c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-only {
    display: block !important;
  }
  .privacy-note {
    display: block;
  }
}

/* Quality Section */
.quality-section {
}

.quality-section h2 {
  text-align: center;
  font-size: 50px;
  color: #1c1c1c;
  margin-bottom: 30px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%;
}

.quality-section .container > p {
  text-align: center;
  font-size: 20px;
  color: #1c1c1c;
	margin: 0 auto 30px;
  line-height: 1.6;
  padding: 0 20px;
  font-family: "Funnel Display";
  font-weight: 400;
}

.quality-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.quality-card {
  background-color: #dc6339;
  border-radius: 20px;
  padding: 30px 20px 10px 20px;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-image-container {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
  padding: 20px;
  background-color: #dc6339;
}
.card-content {
  padding: 0;
}

.card-content {
  padding: 0;
  margin: 0;
  border: none;
}

.card-content h3 {
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
  font-family: "Poppins";
  line-height: 120%;
}

.card-content p {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  color: white;
  opacity: 0.95;
  font-family: "Funnel Display";
  font-weight: 400;
}

/* Responsive Design for Quality Cards */
@media (max-width: 1200px) {
  .quality-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .quality-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch; /* Suaviza o scroll no iOS */
  }

  .quality-card {
    flex: 0 0 85%; /* largura de cada card no carrossel */
    scroll-snap-align: center;
    min-width: 280px;
  }

  /* Esconde a barra de rolagem no mobile */
  .quality-cards::-webkit-scrollbar {
    display: none;
  }

  .quality-section .container > p {
    font-size: 16px;
    max-width: 100%;
  }

  .quality-section h2 {
    font-size: 28px;
  }

  .card-image-container {
    height: 180px;
  }
}

/* Final CTA Section */
.final-cta {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.cta-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.cta-image {
  display: flex;
  justify-content: center;
}

.cta-img {
  max-width: 100%;
  height: auto;
}

.cta-text h2 {
  font-size: 50px;
  color: #1c1c1c;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Poppins";
}

.cta-text p {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: "Funnel Display";
  font-weight: 400;
  line-height: 32px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.cta-buttons .cta-button {
  background-color: #dc6339;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-buttons .cta-button:hover {
  background-color: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.cta-buttons .cta-button-secondary {
  font-family: "Poppins";
  background-color: #e2e2e2;
  color: #1c1c1c;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-buttons .cta-button-secondary:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}

.cta-subtitle {
  font-size: 14px;
  color: #888;
  margin-top: 15px;
}

/* Responsive Design for Final CTA */
@media (max-width: 768px) {
  .cta-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  /* 🔹 Adicione estas duas linhas abaixo */
  .cta-text {
    order: 1;
  }

  .cta-image {
    order: 2;
  }

  .cta-text h2 {
    font-size: 28px;
  }

  .cta-text p {
    font-size: 16px;
    line-height: 120%;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .cta-buttons .cta-button,
  .cta-buttons .cta-button-secondary {
    width: 100%;
    max-width: 400px;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-container {
    grid-column: span 2;
  }

  .solutions-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .resources-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Garante que o texto apareça primeiro */
  .hero-text {
    order: 1;
    padding-left: 0;
    text-align: center;
  }

  /* E a imagem depois */
  .hero-image-container {
    order: 2;
  }

  .hero-text h1 {
    font-size: 28px;
    line-height: 130%;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }

  .cta-button,
  .cta-button-secondary {
    width: 80%;
    font-size: 15px;
  }

  .hero-image {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }

  .section-title {
    font-size: 32px;
  }

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

  .cta-container {
    grid-column: span 1;
  }

  .form-container {
    padding: 40px 30px;
    margin: 0 15px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-content h2 {
    font-size: 28px;
  }

  .cta-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .quick-solutions h2 {
    font-size: 28px;
    text-align: center;
  }
  .quality-cards {
    grid-template-columns: 1fr;
  }

  .quick-solutions {
    padding: 50px 0;
  }

  .quick-solutions h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }

  .solutions-cards {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 15px;
  }

  .solution-card-suporte {
    flex: 0 0 80%;
    scroll-snap-align: start;
    min-width: 260px;
    margin-right: 10px;
  }

  /* Esconde a barra de rolagem */
  .solutions-cards::-webkit-scrollbar {
    display: none;
  }

  .solution-card-suporte h3 {
    font-size: 20px;
    padding: 20px;
  }

  .solution-card-suporte p {
    font-size: 16px;
  }

  .download-buttons,
  .brand-buttons {
    flex-direction: column;
    align-items: center;
  }

  .important-note {
    margin-left: 0;
    margin-right: 0;
  }

  .resources-title {
    font-size: 32px;
  }
}

/* Testando formulario */
.main-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container {
  width: 100%;
  max-width: 1500px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(to right, #0e0853, #2e0a3a, #8b0e23);
  padding: 40px;
  margin-left: 100px;
  margin-right: 100px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  color: white;
  margin-bottom: 15px;
}

.form-header p {
  font-family: "Opens Sans", sans-serif;
  color: white;
  font-size: 22px;
  max-width: 900px;
  line-height: 28px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  column-gap: 70px;
}

.form-column-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-column-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.message-field {
  grid-row: span 2;
}

@media (min-width: 768px) {
  .form-grid {
    display: grid;
    grid-template-columns: 430px 430px;
    align-items: flex-start;
    justify-content: center;
    column-gap: 70px;
  }

  .form-column-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-column-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .message-field {
    grid-row: auto;
  }
}

.form-group {
  margin-bottom: 5px;
}

label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  color: white;
  margin-bottom: 8px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  grid-column: 2;
}

.checkbox-group input {
  width: auto;
  margin-top: 4px;
  margin-right: 10px;
}

.checkbox-group label {
  margin-bottom: 0;
}

.submit-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  grid-column: 2;
}

.submit-button {
  width: 100%;
  max-width: 430px;
  text-align: center;
  background-color: white;
  color: #dc6339;
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .form-header h1 {
    font-size: 24px;
    line-height: 124%;
  }

  .form-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .submit-container {
    justify-content: center;
  }

  .submit-button {
    width: 100%;
    color: #fff;
    background: #dc6339;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
  }

  .form-container {
    padding: 55px;
    margin: 0;
  }

  .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-column-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-column-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .message-field {
    grid-row: auto;
  }

  /* Mobile: make the column wrappers behave like contents so we can reorder fields */
  .form-column-left,
  .form-column-right {
    display: contents;
  }

  /* Order classes for mobile stacking */
  .mo-1 {
    order: 1;
  }
  .mo-2 {
    order: 2;
  }
  .mo-3 {
    order: 3;
  }
  .mo-4 {
    order: 4;
  }
  .mo-5 {
    order: 5;
  }
  .mo-6 {
    order: 6;
  }
  .mo-7 {
    order: 7;
  }
  .mo-8 {
    order: 8;
  }
  .mo-9 {
    order: 9;
  }
  .mo-10 {
    order: 10;
  }
  .mo-11 {
    order: 11;
  }
  .mo-12 {
    order: 12;
    display: flex;
    justify-content: end;
    margin-bottom: 70px;
  }

  /* Hide/show fields per current step (only applies on mobile via this media query) */
  .form-grid[data-current-step="1"] .form-group[data-step="2"],
  .form-grid[data-current-step="1"] .checkbox-group[data-step="2"],
  .form-grid[data-current-step="1"] .submit-container[data-step="2"],
  .form-grid[data-current-step="1"] .mo-11,
  .form-grid[data-current-step="1"] .mo-10 {
    display: none !important;
  }

  .form-grid[data-current-step="2"] .form-group[data-step="1"],
  .form-grid[data-current-step="2"] .checkbox-group[data-step="1"],
  .form-grid[data-current-step="2"] .submit-container[data-step="1"] {
    display: none !important;
  }

  /* Mobile-only buttons */
  .mobile-only {
    display: inline-block;
  }
  .next-button,
  .back-button {
    padding: 12px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }
  .next-button {
    background: #fff;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 16px;
    border-radius: 25px;
    line-height: 24px;
  }
  .back-button {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 8px;
  }

  .privacy-note {
    grid-column: 1 / -1;
    margin-top: 18px;
    color: #fff;
    opacity: 0.95;
    font-size: 14px;
  }

  /* Ensure Próximo only visible on step 1, hidden on step 2 (mobile) */
  .form-grid[data-current-step="1"] .next-button {
    display: inline-block !important;
  }
  .form-grid[data-current-step="2"] .next-button {
    display: none !important;
  }

  /* Fix: place privacy note at the bottom of the form container on mobile */
  .form-container {
    position: relative;
    padding-bottom: 60px;
  }

  .privacy-note {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 12px;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
    background: transparent;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    opacity: 0.95;
    z-index: 1;
  }

  /* Ensure submit button of step 2 is visible above the privacy note */
  .submit-container[data-step="2"] {
    display: flex !important;
    justify-content: center;
    z-index: 2;
    margin-bottom: 12px;
  }
}

/* Progress indicators hidden on desktop, visible on mobile */
.progress-indicator {
  display: none;
}

.progress-indicator img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .progress-indicator {
    display: none;
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 20px;
    order: 0;
  }

  /* Show progress indicators on mobile */
  .progress-1 {
    display: block;
  }
  .progress-2 {
    display: none;
  }

  /* Hide/show progress per step */
  .form-grid[data-current-step="1"] .progress-1 {
    display: block;
  }
  .form-grid[data-current-step="1"] .progress-2 {
    display: none;
  }

  .form-grid[data-current-step="2"] .progress-1 {
    display: none;
  }
  .form-grid[data-current-step="2"] .progress-2 {
    display: block;
  }
}
/* Ajustes para TABLET (mantém layout desktop) */
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 90%;
    line-height: 1.3;
  }

  p,
  a,
  li,
  span,
  button {
    font-size: 90%;
    line-height: 1.5;
  }

  .container {
    padding: 0 30px;
  }

  /* HERO */
  .hero-text h1 {
    font-size: 44px;
  }

  .hero-text p {
    font-size: 18px;
  }

  .cta-button,
  .cta-button-secondary {
    font-size: 16px;
    padding: 12px 24px;
  }

  /* SOLUTIONS */
  .section-title {
    font-size: 44px;
  }

  .solutions-text p {
    font-size: 20px;
    line-height: 28px;
  }

  .service-item h3 {
    font-size: 22px;
  }

  .service-item p {
    font-size: 16px;
  }

  /* QUICK SOLUTIONS */
  .quick-solutions h2 {
    font-size: 44px;
  }

  .solution-card-suporte h3 {
    font-size: 20px;
  }

  .solution-card-suporte p {
    font-size: 16px;
  }

  /* RESOURCES */
  .resources-title {
    font-size: 44px;
  }

  .resources-description {
    font-size: 18px;
  }

  .download-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  /* QUALITY */
  .quality-section h2 {
    font-size: 44px;
  }

  .card-content h3 {
    font-size: 20px;
  }

  .card-content p {
    font-size: 16px;
  }

  /* FINAL CTA */
  .cta-text h2 {
    font-size: 44px;
  }

  .cta-text p {
    font-size: 18px;
  }

  .cta-buttons .cta-button,
  .cta-buttons .cta-button-secondary {
    font-size: 17px;
    padding: 12px 24px;
  }

  /* FORM */
  .form-header h1 {
    font-size: 32px;
  }

  .form-header p {
    font-size: 17px;
  }

  label,
  input,
  select,
  textarea {
    font-size: 15px;
  }
  .resources-bottom-grid {
    display: none;
  }
  .resources-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
  }
  .form-container {
    margin-left: 0;
    margin-right: 0;
  }
}



.resources-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
  align-items: start;
}

.resources-main-grid .download-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 35px;
}

.teamviewer-section .download-items {
  grid-template-columns: repeat(4, minmax(120px, 1fr));
}

.resources-main-grid .download-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dc6339;
}

.resources-main-grid .platform-name {
  min-height: 56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.resources-main-grid .download-btn {
  width: auto;
  flex-shrink: 0;
}