/* =========================================================
   RESPONSIVE - 1200px
========================================================= */

@media (max-width: 1200px) {
  /* Services */
  .service-card {
    flex: 0 1 380px;
  }
}

/* =========================================================
   RESPONSIVE - 1100px
========================================================= */

@media (max-width: 1100px) {
  /* Solutions */
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Pricing */
  .pricing-section .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Planos */
  .planos-page .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  /* Footer */
  .footer-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 50px;
  }

  .footer-brand {
    max-width: 100%;
  }
}

/* =========================================================
   RESPONSIVE - 1080px
========================================================= */

@media (max-width: 1080px) {
  .grid {
    grid-template-columns: 1fr;
  }

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

/* =========================================================
   RESPONSIVE - 1024px
========================================================= */

@media (max-width: 1024px) {
  /* Premium */
  .premium-section {
    padding: 60px 20px;
  }

  .carousel {
    gap: 20px;
  }

  .app-card {
    min-width: 300px;
    max-width: 320px;
    padding: 25px;
  }

  .app-card h3 {
    font-size: 1.2rem;
  }

  .app-card p,
  .app-card ul {
    font-size: 0.9rem;
  }

  .download-card .btn-download {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  /* Demo */

  .demo-gallery,
  .stats-grid,
  .case-grid {
    gap: 25px;
  }

  .demo-item,
  .case-card,
  .stat {
    max-width: 280px;
    padding: 20px;
  }

  .demo-section h2,
  .stats-section h2,
  .cases-section h2,
  .newsletter-section h2 {
    font-size: 1.8rem;
  }

  .demo-section .sub,
  .newsletter-section .sub,
  .stat p,
  .case-card p {
    font-size: 1rem;
  }

  .testimonials-section {
    padding: 70px 15px;
  }

  .testimonial-card {
    min-width: 320px;
  }
}

/* =========================================================
   RESPONSIVE - 992px
========================================================= */

@media (max-width: 992px) {
  /* Downloads */

  .downloads-container {
    gap: 1.5rem;
  }

  .app-section {
    padding: 1.2rem;
  }

  .versions-table th,
  .versions-table td {
    padding: 0.5rem;
  }

  /* Dashboard */

  #servicesArea {
    padding: 60px 20px;
  }

  .dashboard-hero {
    padding: 28px;
  }

  .dashboard-header {
    flex-direction: column;
  }

  .dashboard-actions {
    width: 100%;
  }

  .search-box {
    flex: 1;
    width: 100%;
  }

  .dashboard-create-btn {
    width: 100%;
  }

  .services-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .toolbar-actions {
    width: 100%;
  }

  #categoryFilter {
    width: 100%;
  }

  .modern-grid.list-view .modern-service-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-footer {
    width: 100%;
  }

  /* Plan Highlight */

  .plan-highlight-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-actions {
    width: 100%;
  }

  .plan-toggle-btn {
    width: 100%;
    justify-content: center;
  }
}
/* =========================================================
   980px
========================================================= */
/* =========================================================
   RESPONSIVE - 980px
========================================================= */

@media (max-width: 980px) {
  /* =========================
     Auth
  ========================= */

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

  .auth-showcase {
    display: none;
  }

  /* =========================
     Contact + Solution
  ========================= */

  .solution-wrapper,
  .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
  }
  .solution-left,
  .solution-right,
  .contact-left,
  .contact-right {
    text-align: center;
  }

  .solution-benefits,
  .contact-info {
    max-width: 700px;
    margin: 0 auto;
  }

  .solution-center {
    margin: 0 auto 40px;
  }

  .contact-actions {
    justify-content: center;
  }

  /* =========================
     Contact (extra)
  ========================= */

  .contact-left {
    align-items: center;
  }

  .contact-description {
    margin-inline: auto;
  }

  .contact-card {
    padding: 40px 30px;
    text-align: center;
  }

  /* =========================
     Services Orbit
  ========================= */

  .services-orbit {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .orbit-card {
    position: relative;
    inset: unset;

    width: 100%;
    max-width: 340px;
  }

  .orbit-line {
    display: none;
  }

  .module-block {
    padding: 28px;
  }

  .module-title {
    font-size: 1.5rem;
  }
}

/* =========================================================
   RESPONSIVE - 900px
========================================================= */

@media (max-width: 900px) {
  /* =========================
     Hero
  ========================= */

  .hero {
    padding: 24px 16px;
  }

  .hero-content h2 {
    font-size: clamp(1.25rem, 5vw, 1.8rem);
  }

  .hero-content p.sub {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
    margin: 8px 0 12px;
  }

  .hero-benefits li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.95rem;
  }

  .hero-cta {
    flex-direction: column;
    gap: 12px;
  }

  .hero-cta .btn {
    width: 100%;
    padding: 12px 0;
    font-size: 0.95rem;
  }

  /* =========================
     Layout
  ========================= */

  .wrap {
    padding: 14px;
  }

  .panel {
    padding: 18px;
  }

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

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

  .grid-2 {
    gap: 24px;
  }

  #servicesList {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  /* =========================
     Services
  ========================= */

  .service-card {
    flex: 0 1 320px;
  }

  /* =========================
     Pricing
  ========================= */

  .pricing-card header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .pricing-card header h3,
  .pricing-card header .price {
    margin: 0;
  }

  /* =========================
     Developer
  ========================= */

  .developer-content {
    grid-template-columns: 1fr;
  }

  .values {
    margin-top: 25px;
  }
}

/* =========================================================
   768px
========================================================= */

@media (max-width: 768px) {
  /* ======================================================
     HERO
  ====================================================== */

  #hero .hero-video {
    display: none;
  }

  #hero .hero-image {
    display: block;
  }

  #hero.video-hero {
    height: 70vh;
  }

  .hero-container {
    padding-inline: 16px;
  }

  .hero {
    padding: 18px 12px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    letter-spacing: -1px;
    margin-bottom: 18px;
  }

  .hero-description {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .hero-badge {
    padding: 8px 14px;
    font-size: 0.75rem;
    margin-bottom: 18px;
  }

  .hero-mini-benefits {
    gap: 10px;
    margin-top: 24px;
  }

  .mini-benefit {
    padding: 10px 14px;
    font-size: 0.85rem;
  }

  .hero-benefits {
    gap: 0.7rem;
  }

  .hero-benefits li {
    padding: 0.68rem 0.9rem;
    font-size: 0.85rem;
  }

  .benefit-icon {
    width: 24px;
    height: 24px;
    font-size: 0.72rem;
  }

  .hero-footer {
    margin-top: 16px;
    padding: 0 12px;
    font-size: 1rem;
  }

  /* ======================================================
     MODULES
  ====================================================== */

  .module-title {
    font-size: 1.2rem;
  }

  .module-desc {
    padding: 0 10px;
    font-size: 0.9rem;
  }

  /* ======================================================
     SUMMARY
  ====================================================== */

  .summary-card {
    min-width: 140px;
    padding: 16px 20px;
  }

  .summary-card h3 {
    font-size: 1.5rem;
  }

  .summary-card p {
    font-size: 0.8rem;
  }

  /* ======================================================
     SOLUTIONS
  ====================================================== */

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

  .solution-card {
    max-width: 100%;
    padding: 28px;
  }

  .solution-card h3 {
    font-size: 1.5rem;
  }

  .solution-footer strong {
    font-size: 1.8rem;
  }

  .solutions-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .solutions-footer-content {
    flex-direction: column;
    text-align: center;
    padding: 26px;
  }

  .solutions-footer-content i {
    font-size: 1.35rem;
  }

  .solutions-footer-text p {
    font-size: 0.95rem;
  }

  .solutions-footer .btn {
    width: 100%;
    justify-content: center;
  }

  /* ======================================================
     SERVICES
  ====================================================== */

  .services-footer-content {
    flex-direction: column;
    text-align: center;
    padding: 26px;
  }

  .services-footer-content i {
    font-size: 1.35rem;
  }

  .services-footer-content p {
    font-size: 0.95rem;
  }

  /* ======================================================
     PRICING
  ====================================================== */

  .pricing-section {
    padding: 70px 16px;
  }

  .pricing-grid {
    gap: 18px;
  }

  .grid-2,
  .pricing-section .grid-2,
  .planos-page .grid-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-card,
  .planos-page .pricing-card {
    padding: 30px 24px;
  }

  .pricing-card h3,
  .planos-page .pricing-card h3 {
    font-size: 1.7rem;
  }

  .price,
  .planos-page .price {
    font-size: 2.3rem;
  }

  .plan-note-item,
  .planos-page .plan-note-item {
    flex-direction: column;
  }

  /* ======================================================
     PLANOS
  ====================================================== */

  .planos-subtitle {
    margin-bottom: 50px;
  }

  .plan-card {
    max-width: 100%;
  }

  .plan-card.highlight {
    transform: none;
  }

  .plan-card.highlight:hover {
    transform: translateY(-8px);
  }

  .planos-grid-page {
    grid-template-columns: 1fr;
  }

  .planos-page .plan-card {
    min-height: auto;
  }

  .more-info {
    margin-top: 22px;
  }

  /* ======================================================
     SECURITY
  ====================================================== */

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

  /* ======================================================
     PRIVACY
  ====================================================== */

  .privacy-footer-content {
    flex-direction: column;
    text-align: center;
  }

  .privacy-footer-actions {
    justify-content: center;
  }

  /* ======================================================
     CONTACT
  ====================================================== */

  .contact-section,
  .solution-section {
    padding: 70px 20px;
  }

  .contact-left h2,
  .solution-left h2 {
    font-size: clamp(2rem, 6vw, 2.4rem);
  }

  .solution-description,
  .contact-description {
    font-size: 1rem;
  }

  .solution-benefits {
    gap: 14px;
  }

  .solution-benefit {
    justify-content: center;
    text-align: center;
  }

  .solution-items {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-item {
    align-items: flex-start;
  }

  .contact-card {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .contact-actions {
    flex-direction: column;
    gap: 14px;
  }

  .contact-actions .btn {
    width: 100%;
  }

  /* ======================================================
     FOOTER
  ====================================================== */

  .footer {
    padding: 70px 24px 34px;
    font-size: 0.9rem;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-brand,
  .footer-links,
  .footer-contact {
    text-align: center;
    align-items: center;
  }

  .footer-description {
    margin-inline: auto;
  }

  .footer-socials,
  .footer-logo-area {
    justify-content: center;
  }

  .footer-links a,
  .footer-policy-links a {
    width: auto;
  }

  .footer-links a:hover,
  .footer-policy-links a:hover {
    transform: none;
  }

  .footer-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-right {
    text-align: center;
  }

  .footer-right a {
    margin: 0 10px;
  }

  /* ======================================================
     AUTH
  ====================================================== */

  .feedback-panel {
    padding: 24px;
  }

  .feedback-header h2 {
    font-size: 1.7rem;
  }

  .feedback-form input,
  .feedback-form textarea {
    padding: 14px 16px;
  }

  .btn-feedback,
  .btn-upgrade-feedback {
    width: 100%;
  }

  .feedback-locked {
    padding: 36px 20px;
  }

  /* ======================================================
     DEMO / CASES
  ====================================================== */

  .demo-gallery,
  .case-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .demo-item,
  .case-card,
  .stat {
    width: 90%;
    padding: 18px;
  }

  .demo-section h2,
  .stats-section h2,
  .cases-section h2,
  .newsletter-section h2 {
    font-size: 1.6rem;
  }

  .demo-section .sub,
  .newsletter-section .sub,
  .stat p,
  .case-card p {
    font-size: 0.95rem;
  }

  .testimonials-section h2 {
    font-size: 1.9rem;
  }

  .testimonials-section .sub {
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .testimonial-card {
    width: clamp(200px, 70%, 300px);
    padding: 1.4rem 1rem;
  }
}

/* =========================================================
   640px
========================================================= */

@media (max-width: 640px) {
  .toast-wrap {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .toast {
    width: 100%;
    padding: 16px;
  }

  .toast-icon {
    width: 38px;
    height: 38px;
  }

  .spinner {
    width: 56px;
    height: 56px;
  }

  .loading-message {
    font-size: 0.92rem;
  }

  .support-alert {
    flex-direction: column;
  }

  .support-alert-links {
    flex-direction: column;
    align-items: stretch;
  }

  .support-alert-links a {
    justify-content: center;
  }

  .final-cta-content {
    padding: 36px 24px;
    border-radius: 24px;
  }

  .final-cta-text h2 {
    font-size: 2rem;
  }

  .final-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .final-cta-actions .btn {
    width: 100%;
  }

  #servicesArea .dashboard-hero-stats {
    grid-template-columns: 1fr;
  }

  #servicesArea .hero-stat-card {
    padding: 20px;
  }
}

/* =========================================================
   600px
========================================================= */

@media (max-width: 600px) {
  .auth-page {
    padding: 20px;
  }

  .auth-container {
    padding: 28px;
    border-radius: 24px;
  }

  .auth-header h2 {
    font-size: 1.7rem;
  }

  .auth-benefits {
    grid-template-columns: 1fr;
  }

  .accordion-header {
    font-size: 0.95rem;
    padding: 14px 16px;
  }

  .accordion-body {
    font-size: 0.9rem;
  }

  .plan-note {
    padding: 14px;
    font-size: 0.85rem;
  }

  .plan-note-item {
    gap: 8px;
    flex-direction: column;
  }

  .service-card {
    flex: 0 1 100%;
  }

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

  .modern-service-card {
    padding: 20px;
  }

  .service-footer {
    flex-direction: column;
  }

  .service-footer .btn {
    width: 100%;
  }

  .plan-highlight-card {
    padding: 24px;
    border-radius: 24px;
  }

  .plan-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-icon {
    width: 74px;
    height: 74px;
  }

  .plan-info {
    padding: 20px;
  }
}

/* =========================================================
   580px
========================================================= */

@media (max-width: 580px) {
  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-content p.sub {
    font-size: 0.79rem;
    line-height: 1.4;
  }

  .hero-benefits li {
    font-size: 0.8rem;
    gap: 1px;
    padding: 0.5rem 1rem;
  }

  .hero-cta .btn {
    font-size: 0.85rem;
    padding: 8px 0;
  }

  .hero {
    padding: 18px 12px;
  }
}

/* =========================================================
   520px
========================================================= */

@media (max-width: 520px) {
  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-content {
    text-align: center;
  }

  .contact-left h2 {
    font-size: 1.8rem;
  }
}

/* =========================================================
   480px
========================================================= */

@media (max-width: 480px) {
  .services-summary {
    gap: 10px;
  }

  .summary-card {
    min-width: 120px;
    padding: 12px 16px;
    border-radius: 10px;
  }

  .summary-card h3 {
    font-size: 1.3rem;
  }

  .summary-card p {
    font-size: 0.75rem;
  }

  .hero-content h2 {
    font-size: 1.5rem;
  }

  .hero-content p.sub {
    font-size: 0.8rem;
  }

  .hero-benefits {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
    padding: 0;
    text-align: center;
  }

  .hero-benefits li {
    width: 75%;
    padding: 0.2rem 0.4rem;
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.05rem;
  }

  p,
  .sub,
  label {
    font-size: 0.88rem;
  }

  .btn {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .grid,
  .grid-2,
  .grid-4 {
    gap: 10px;
  }

  .card {
    padding: 12px;
  }

  .plan-info {
    font-size: 0.8rem;
    padding: 5px 8px;
  }

  .footer {
    padding-inline: 18px;
  }

  .footer-logo {
    width: 48px;
    height: 48px;
  }

  .footer-logo-area h3 {
    font-size: 1.4rem;
  }

  .premium-section {
    padding: 40px 15px;
  }

  .app-card {
    min-width: 280px;
    max-width: 400px;
    padding: 20px;
    border-radius: 14px;
  }

  .app-card .app-cover {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .app-card h3 {
    font-size: 1.1rem;
  }

  .app-card ul li {
    font-size: 0.85rem;
  }

  .download-card .btn-download {
    padding: 10px 18px;
    font-size: 0.85rem;
  }

  .app-section {
    padding: 1rem;
    border-radius: 10px;
  }

  .app-header h3 {
    font-size: 0.95rem;
  }

  .versions-table th,
  .versions-table td {
    padding: 0.45rem;
    font-size: 0.85rem;
  }

  .coming-soon {
    padding: 1.5rem 1rem;
  }

  .solution-left h2,
  .contact-left h2 {
    font-size: 1.8rem;
  }

  .solution-center {
    transform: scale(0.9);
  }

  .solution-item,
  .solution-benefit,
  .contact-item {
    padding: 14px;
    font-size: 0.95rem;
  }

  .contact-card h3 {
    font-size: 1.5rem;
  }
}

/* =========================================================
   420px
========================================================= */

@media (max-width: 420px) {
  .chat-popup {
    left: 12px;
    right: 12px;
    bottom: 120px;
    width: auto;
    max-width: calc(100vw - 24px);
  }

  .chat-body {
    max-height: 200px;
  }
}

/* =========================================================
   375px
========================================================= */

@media (max-width: 375px) {
  .hero-content h2 {
    font-size: 1.45rem;
  }

  .hero-content p.sub {
    font-size: 0.7rem;
  }
}

/* =========================================================
   360px
========================================================= */

@media (max-width: 360px) {
  .app-header h3 {
    font-size: 0.9rem;
  }

  .accordion-header {
    font-size: 0.8rem;
  }

  .versions-table {
    font-size: 0.8rem;
  }

  .btn.small {
    padding: 0.25rem 0.5rem;
  }

  .footer-left p {
    font-size: 0.8rem;
  }
}

/* =========================================================
   MIN-WIDTH
========================================================= */

@media (min-width: 500px) {
  #feedbackForm .btn-feedback {
    width: auto;
    padding: 12px 32px;
  }
}

/* =========================================================
   RESPONSIVE - DOWNLOADS
========================================================= */

@media (max-width: 992px) {
  .downloads-container {
    gap: 1.5rem;
  }

  .app-section {
    padding: 1.2rem;
  }

  .versions-table th,
  .versions-table td {
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .downloads-main {
    padding-bottom: 3rem;
  }

  .app-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .app-header img.app-icon {
    width: 52px;
    height: 52px;
  }

  .app-header h3 {
    font-size: 1rem;
  }

  .accordion-header {
    font-size: 0.9rem;
    padding: 0.7rem 0;
  }

  .versions-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch;
  }

  .versions-table table {
    width: 100%;
    min-width: 500px;
  }

  .versions-table th,
  .versions-table td {
    white-space: nowrap;
  }

  .btn.small {
    font-size: 0.8rem;
    padding: 0.35rem 0.7rem;
  }
}

@media (max-width: 480px) {
  .app-section {
    padding: 1rem;
    border-radius: 10px;
  }

  .app-header h3 {
    font-size: 0.95rem;
  }

  .versions-table th,
  .versions-table td {
    font-size: 0.85rem;
    padding: 0.45rem;
  }

  .btn.small {
    padding: 0.3rem 0.6rem;
  }

  .coming-soon {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 360px) {
  .app-header h3 {
    font-size: 0.9rem;
  }

  .accordion-header {
    font-size: 0.8rem;
  }

  .versions-table {
    font-size: 0.8rem;
  }

  .btn.small {
    padding: 0.25rem 0.5rem;
  }

  .footer-left p {
    font-size: 0.8rem;
  }
}

/* =========================================================
   SOLUTION
========================================================= */

@media (max-width: 980px) {
  .solution-wrapper {
    grid-template-columns: 1fr;
  }

  .solution-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .problems-section .card,
  .features-section .card {
    padding: 24px;
  }
}

/* =========================================================
   SERVICES FOOTER
========================================================= */

@media (max-width: 768px) {
  .services-footer-content {
    flex-direction: column;
    text-align: center;
    padding: 26px;
  }

  .services-footer-content i {
    font-size: 1.35rem;
  }

  .services-footer-content p {
    font-size: 0.95rem;
  }
}

/* =========================================================
   SERVICES ORBIT
========================================================= */

@media (max-width: 980px) {
  .services-orbit {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: auto;
  }

  .orbit-card {
    position: relative;
    inset: unset;
    width: 100%;
    max-width: 340px;
  }

  .orbit-line {
    display: none;
  }

  .module-block {
    padding: 28px;
  }

  .module-title {
    font-size: 1.5rem;
  }
}

/* =========================================================
   HERO
========================================================= */

@media (max-width: 768px) {
  .hero-container {
    padding-inline: 16px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    letter-spacing: -1px;
    margin-bottom: 18px;
  }

  .hero-description {
    margin-bottom: 24px;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-badge {
    margin-bottom: 18px;
    padding: 8px 14px;
    font-size: 0.75rem;
  }

  .hero-mini-benefits {
    margin-top: 24px;
    gap: 10px;
  }

  .mini-benefit {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
}

/* =========================================================
   FINAL CTA
========================================================= */

@media (max-width: 980px) {
  .final-cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 32px;
  }

  .final-cta-actions {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .final-cta-content {
    padding: 36px 24px;
    border-radius: 24px;
  }

  .final-cta-text h2 {
    font-size: 2rem;
  }

  .final-cta-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .final-cta-actions .btn {
    width: 100%;
  }
}

/* =========================================================
   FAQ
========================================================= */

@media (max-width: 768px) {
  .faq-header {
    margin-bottom: 50px;
  }

  .accordion {
    gap: 18px;
  }

  .accordion-header {
    padding: 22px;
  }

  .accordion-header span {
    font-size: 0.96rem;
  }

  .accordion-content {
    padding: 0 22px 22px;
  }

  .accordion-content-inner {
    padding: 18px;
  }

  .accordion-icon {
    width: 34px;
    height: 34px;
  }
}

/* =========================================================
   SOLUTION + CONTACT
========================================================= */

@media (max-width: 980px) {
  .solution-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 48px;
  }

  .solution-left {
    order: 1;
    width: 100%;
  }

  .solution-right {
    order: 2;
    width: 100%;
  }
}

/* =========================================================
   CONTACT RESPONSIVE
========================================================= */

@media (max-width: 980px) {
  .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 48px;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-left {
    text-align: center;
  }

  .contact-description {
    max-width: 700px;
    margin: 18px auto 0;
  }

  .contact-info {
    max-width: 700px;
    margin: 36px auto 0;
  }

  .contact-card {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 70px 20px;
  }

  .contact-left h2 {
    font-size: clamp(2rem, 7vw, 2.5rem);
  }

  .contact-description {
    font-size: 1rem;
    line-height: 1.8;
  }

  .contact-card {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .contact-card h3 {
    font-size: 1.7rem;
  }

  .contact-card p {
    font-size: 0.95rem;
  }

  .contact-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }

  .contact-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 580px) {
  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .contact-item i {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
  }

  .contact-item div {
    flex: 1;
  }

  .contact-item span {
    display: block;
    margin-bottom: 4px;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 60px 16px;
  }

  .contact-left h2 {
    font-size: 1.8rem;
  }

  .contact-description {
    font-size: 0.95rem;
  }

  .contact-card {
    padding: 26px 20px;
  }

  .contact-card h3 {
    font-size: 1.45rem;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .contact-item div {
    text-align: center;
  }
}

/*new*/
/* =========================================================
   HERO - 500px
========================================================= */

@media (max-width: 500px) {
  #hero {
    min-height: 60vh;
    padding: 20px 16px;
  }

  .hero-content {
    gap: 12px;
    padding: 0 8px;
  }

  .hero-title {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .hero-content .sub {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .hero-benefits {
    gap: 8px;
    margin: 18px 0 20px;
  }

  .hero-benefits li {
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
  }

  .benefit-icon {
    width: 26px;
    height: 26px;
    font-size: 0.72rem;
    border-radius: 8px;
  }

  .benefit-text {
    font-size: 0.82rem;
  }

  .hero-cta {
    gap: 10px;
    margin-top: 16px;
  }

  .hero-cta .btn,
  .btn.lg {
    width: 100%;
    min-height: 44px;
    padding: 10px 18px;
    font-size: 0.88rem;
    border-radius: 12px;
  }

  .hero-footer {
    margin-top: 16px;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/* =========================================================
   HERO - 400px
========================================================= */

@media (max-width: 400px) {
  #hero {
    min-height: 58vh;
    padding: 18px 14px;
  }

  .hero-content {
    gap: 10px;
  }

  .hero-title {
    font-size: 1.7rem;
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .hero-content .sub {
    font-size: 0.82rem;
    margin-bottom: 16px;
  }

  .hero-benefits {
    gap: 6px;
    margin: 14px 0 18px;
  }

  .hero-benefits li {
    width: 100%;
    justify-content: center;
    gap: 6px;
    padding: 7px 10px;
    font-size: 0.76rem;
    border-radius: 10px;
  }

  .benefit-icon {
    width: 22px;
    height: 22px;
    font-size: 0.65rem;
  }

  .benefit-text {
    font-size: 0.76rem;
  }

  .hero-cta {
    gap: 8px;
  }

  .hero-cta .btn,
  .btn.lg {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 0.8rem;
  }

  .hero-footer {
    margin-top: 12px;
    font-size: 0.74rem;
  }
}

@media (max-width: 500px) {
  .hero-title {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
}

@media (max-width: 400px) {
  .hero-title {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
    line-height: 1;
    letter-spacing: -1.6px;
    margin-bottom: 6px;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -1.7px;
  }
}

/* ================== HERO RESPONSIVO MELHORADO ================== */

/* Tablets grandes */
@media (max-width: 992px) {
  .video-hero {
    height: 85vh;
  }

  .hero-title {
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    letter-spacing: -1px;
  }

  .hero-content {
    padding: 0 1.5rem;
  }
}

/* Tablets / celulares médios */
@media (max-width: 768px) {
  .video-hero {
    height: auto;
    min-height: 80vh;
    padding: 120px 0 80px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 6vw, 3.2rem);
    line-height: 1.05;
  }

  .hero-benefits {
    gap: 0.6rem;
  }

  .hero-benefits li {
    font-size: 0.85rem;
    padding: 0.6rem 0.85rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta .btn {
    width: 100%;
    max-width: 320px;
  }
}

/* Celulares pequenos (ajuste crítico) */
@media (max-width: 480px) {
  .video-hero {
    padding: 110px 0 70px;
  }

  .hero-title {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }

  .hero-title span {
    display: inline-block;
  }

  .hero-benefits {
    flex-direction: column;
    align-items: center;
  }

  .hero-benefits li {
    width: 100%;
    justify-content: center;
  }

  .hero-content {
    padding: 0 1rem;
  }

  .hero-footer {
    font-size: 0.75rem;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .hero-benefits {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hero-benefits li {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }

  .benefit-icon {
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
  }
}

/* ================================
   SOBRE - HERO (mobile)
================================ */

@media (max-width: 768px) {
  .hero-sobre {
    padding: 80px 16px 60px;
    text-align: center;
  }

  .hero-sobre h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .hero-sobre p {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-sobre h1 {
    font-size: 1.5rem;
  }

  .hero-sobre p {
    font-size: 0.9rem;
  }
}

/* ================================
   SOBRE - CONTEÚDO PRINCIPAL
================================ */

@media (max-width: 980px) {
  .developer-content {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .developer-text {
    text-align: center;
  }

  .developer-text p {
    margin-bottom: 16px;
  }

  .values {
    text-align: center;
    margin-top: 20px;
  }
}

/* ================================
   SOBRE - PERFIL + MISSÃO
================================ */

@media (max-width: 768px) {
  .developer-photo {
    display: flex;
    justify-content: center;
  }

  .developer-photo img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
  }

  .values h3 {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .values ul {
    padding: 0;
  }

  .values li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .developer-photo img {
    width: 120px;
    height: 120px;
  }

  .values h3 {
    font-size: 1.1rem;
  }

  .values li {
    font-size: 0.85rem;
  }
}

/* ================================
   CTA DO SOBRE
================================ */

@media (max-width: 768px) {
  .cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .cta .btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
