.elementor-2407 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2407 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
    background-color: #f5f5f5;
    min-height: 100vh;
}

/* Utility Classes */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-sm {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

/* Icons */
.icon {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-sm {
    width: 1rem;
    height: 1rem;
}

.icon-xl {
    width: 4rem;
    height: 4rem;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #000;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.header-container {
    padding: 0 1.5rem;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
}

.logo-img {
    height: 3rem !important;
    width: auto;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: #C9A961;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp:hover {
    background-color: #22C55E;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp-desktop {
    display: none;
}

.mobile-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.btn-whatsapp-mobile {
    padding: 0.5rem 1rem;
}

.menu-toggle {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s;
}

.menu-toggle:hover {
    color: #C9A961;
}

.mobile-menu {
    display: none;
    background-color: #000;
    border-top: 1px solid rgba(201, 169, 97, 0.2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
    display: block;
}

.mobile-menu-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-menu-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s;
}

.mobile-menu-link:hover {
    background-color: #1a1a1a;
    color: #C9A961;
}

/* Hero Section */
.hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
    background: linear-gradient(to bottom, #000, #1a1a1a);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #d1d5db;
}

.hero-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #C9A961;
}

.location-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #C9A961;
    border-radius: 50%;
}

.location-text {
    font-weight: 500;
}

.hero-ctas {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.btn-whatsapp-hero {
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 2px solid #C9A961;
    color: #C9A961;
    background: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background-color: rgba(201, 169, 97, 0.1);
}

.hero-visual {
    position: relative;
}

.hero-card {
    border-radius: 1rem;
    background: linear-gradient(to bottom right, #1a1a1a, #000);
    border: 1px solid rgba(201, 169, 97, 0.2);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-box {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box-gold {
    background-color: #C9A961;
}

.icon-box-gold .icon {
    color: #000;
}

.feature-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.feature-desc {
    color: #9ca3af;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.stat-card {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(201, 169, 97, 0.2);
}

.stat-number {
    color: #C9A961;
    font-size: 1.5rem;
    font-weight: 700;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Credibility Bar */
.credibility-bar {
    padding: 2rem 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(201, 169, 97, 0.1);
}

.credibility-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.credibility-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.credibility-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(201, 169, 97, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.credibility-icon .icon {
    color: #C9A961;
}

.credibility-text {
    font-weight: 500;
    color: #000;
}

/* How It Works */
.how-it-works {
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}

.section-title-white {
    color: #fff;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #4b5563;
    max-width: 48rem;
    margin: 0 auto;
}

.section-subtitle-white {
    color: #d1d5db;
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.how-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.text-lead {
    color: #374151;
    line-height: 1.625;
}

.points-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.point-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.point-number {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #C9A961;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.125rem;
}

.point-text {
    color: #374151;
    font-weight: 500;
}

.how-card {
    background: linear-gradient(to bottom right, #000, #1a1a1a);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(201, 169, 97, 0.2);
}

.card-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.icon-box-lg {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(201, 169, 97, 0.2);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box-lg .icon {
    width: 1.75rem;
    height: 1.75rem;
    color: #C9A961;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.card-text {
    color: #d1d5db;
    line-height: 1.625;
}

.card-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(201, 169, 97, 0.2);
}

.card-stat {
    text-align: center;
}

.stat-icon-box {
    width: 3rem;
    height: 3rem;
    background-color: rgba(201, 169, 97, 0.2);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
}

.stat-icon-box .icon {
    color: #C9A961;
}

.stat-text {
    font-size: 0.875rem;
    color: #d1d5db;
}

/* Services */
.services {
    padding: 4rem 0;
    background-color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s;
}

.service-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: rgba(201, 169, 97, 0.5);
}

.service-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(201, 169, 97, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.service-card:hover .service-icon {
    background-color: #C9A961;
}

.service-icon .icon {
    width: 1.75rem;
    height: 1.75rem;
    color: #C9A961;
    transition: color 0.3s;
}

.service-card:hover .service-icon .icon {
    color: #000;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem;
}

.service-desc {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 1rem;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #C9A961;
    font-weight: 500;
    font-size: 0.875rem;
    background: none;
    border: none;
    cursor: pointer;
    transition: gap 0.3s;
}

.service-link:hover {
    gap: 0.75rem;
}

/* Differentials */
.differentials {
    padding: 4rem 0;
    background: linear-gradient(to bottom, #000, #1a1a1a);
}

.differentials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.differential-card {
    background: linear-gradient(to bottom right, #1a1a1a, #000);
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(201, 169, 97, 0.2);
    transition: all 0.3s;
}

.differential-card:hover {
    border-color: rgba(201, 169, 97, 0.5);
    box-shadow: 0 10px 15px -3px rgba(201, 169, 97, 0.1);
}

.differential-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(201, 169, 97, 0.2);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.differential-icon .icon {
    color: #C9A961;
}

.differential-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.differential-desc {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.625;
}

.differential-cta {
    text-align: center;
}

.btn-whatsapp-lg {
    padding: 1rem 2rem;
}

/* About */
.about {
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.about-grid-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.about-visual {
    position: relative;
}

.about-card {
    border-radius: 1rem;
    background: linear-gradient(to bottom right, #000, #1a1a1a);
    border: 1px solid rgba(201, 169, 97, 0.2);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-location {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.location-title {
    font-weight: 700;
    color: #fff;
    font-size: 1.125rem;
}

.location-subtitle {
    font-size: 0.875rem;
    color: #9ca3af;
}

.about-divider {
    border-top: 1px solid rgba(201, 169, 97, 0.2);
    padding-top: 1.5rem;
}

.about-text {
    color: #d1d5db;
    line-height: 1.625;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-paragraph {
    color: #374151;
    line-height: 1.625;
}

.about-highlights {
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(201, 169, 97, 0.2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.highlights-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.highlights-grid-expanded {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.highlight-item-expanded {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.highlight-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.highlight-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(201, 169, 97, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-icon .icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #C9A961;
}

.highlight-title {
    font-weight: 700;
    color: #000;
    font-size: 0.875rem;
}

.highlight-desc {
    font-size: 0.75rem;
    color: #4b5563;
}

.highlight-list {
    list-style: disc;
    padding-left: 1.25rem;
    margin-top: 0.5rem;
}

.highlight-list li {
    font-size: 0.75rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
}

/* Process */
/* Process */
.process {
  padding: 4rem 0;
  background-color: #fff;
}

/* ✅ PADRÃO (mobile): mostra mobile, esconde desktop */
.timeline-mobile { display: block; }
.timeline-desktop { display: none; }

/* Mais espaço entre os passos (mobile) sem mexer no display */
.timeline-mobile .timeline-item{
  margin-bottom: 2.5rem; /* ajuste aqui */
}

.timeline-mobile .timeline-item:last-child{
  margin-bottom: 0;
}

/* seus estilos do mobile continuam valendo */
.timeline-item {
  position: relative;
  display: flex;
  gap: 1rem;
}

.timeline-icon-wrapper {
  flex-shrink: 0;
  position: relative;
}

.timeline-icon {
  width: 4rem;
  height: 4rem;
  background-color: #C9A961;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.timeline-line {
  position: absolute;
  top: 4rem;
  left: 2rem;
  width: 2px;
  height: 100%;
  background-color: rgba(201,169,97,0.2);
}

.timeline-item:last-child .timeline-line { display: none; }

/* ✅ DESKTOP (telas grandes): esconde mobile, mostra desktop */
@media (min-width: 1024px) {
  .timeline-mobile { display: none; }
  .timeline-desktop { display: block; }

  /* importante: a linha horizontal usa position absolute */
  .timeline-desktop {
    position: relative;
  }

  .timeline-line-horizontal {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(201, 169, 97, 0.2);
  }

  .timeline-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  .step-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .step-icon-wrapper .timeline-icon {
    position: relative;
    z-index: 10;
  }
}

/* Location */
.location {
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.map-container {
    position: relative;
}

.map-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom right, #000, #1a1a1a);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(201, 169, 97, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 2px 2px, rgba(201, 169, 97, 0.3) 1px, transparent 0);
    background-size: 40px 40px;
}

.map-content {
    text-align: center;
    z-index: 10;
}

.map-content .icon-xl {
    color: #C9A961;
    margin: 0 auto 0rem;
}

.map-city {
    color: #fff;
    font-weight: 500;
}

.map-label {
    font-size: 0.875rem;
    color: #9ca3af;
}

.contact-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(201, 169, 97, 0.2);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.contact-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(201, 169, 97, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon .icon {
    color: #C9A961;
}

.contact-label {
    font-weight: 700;
    color: #000;
    margin-bottom: 0.25rem;
}

.contact-text {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.625;
}

.contact-phones {
    flex: 1;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
    margin-bottom: 0.5rem;
}

.phone-link:hover {
    color: #C9A961;
}

.instagram-link {
    font-size: 0.875rem;
    color: #C9A961;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.instagram-link:hover {
    text-decoration: underline;
}

.contact-cta {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(201, 169, 97, 0.2);
}

.btn-whatsapp-full {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
}

/* Final CTA */
.final-cta {
    padding: 4rem 0;
    background: linear-gradient(to bottom right, #000, #1a1a1a);
    border-top: 1px solid rgba(201, 169, 97, 0.2);
}

.final-cta-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.final-cta-subtitle {
    font-size: 1.125rem;
    color: #d1d5db;
    margin-bottom: 2rem;
}

.btn-whatsapp-xl {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.final-cta-location {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #C9A961;
    font-size: 0.875rem;
}

/* Footer */
.footer {
    background-color: #000;
    color: #fff;
    border-top: 1px solid rgba(201, 169, 97, 0.2);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    height: auto;
    width: 20%;
    margin-bottom: 1rem;
}

.footer-desc {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.625;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #C9A961;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #9ca3af;
    font-size: 0.875rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #C9A961;
}

.footer-address {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

.footer-address .icon-sm {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(201, 169, 97, 0.2);
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

.footer-copyright {
    text-align: center;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
}

.footer-legal-link {
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.footer-legal-link:hover {
    color: #C9A961;
}

/* Responsive Styles */
@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-ctas {
        flex-direction: row;
    }
    
    .credibility-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .highlights-grid-expanded {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .header-content {
        height: 5rem;
    }
    
    .logo-img {
        height: 3.5rem;
    }
    
    .hero {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
    
    .hero-title {
        font-size: 2.25rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .differentials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .final-cta-title {
        font-size: 2.25rem;
    }
    
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
    
    .nav-desktop {
        display: flex;
    }
    
    .btn-whatsapp-desktop {
        display: inline-flex;
    }
    
    .mobile-controls {
        display: none;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .how-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .differentials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-grid-top {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .timeline-mobile {
        display: none;
    }
    
    .timeline-desktop {
        display: block;
    }
    
    .timeline-line-horizontal {
        position: absolute;
        top: 2rem;
        left: 0;
        right: 0;
        height: 2px;
        background-color: rgba(201, 169, 97, 0.2);
    }
    
    .timeline-steps {
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }
    
    .timeline-step {
        position: relative;
    }
    
    .step-icon-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    
    .step-icon-wrapper .timeline-icon {
        position: relative;
        z-index: 10;
    }
    
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.process-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.map-embed{
  width: 100%;
  max-width: 100%;
  height: 400px;           /* ajuste */
  border-radius: 16px;     /* igual seu layout */
  overflow: hidden;
  position: relative;
}

.map-embed iframe{
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
  max-width: 100% !important;
}

/* 🔥 mata “aspect-ratio” que o WP/tema às vezes aplica em iframes */
.map-embed iframe{
  aspect-ratio: auto !important;
}

.map-container,
.map-placeholder,
.map-content{
  width: 100% !important;
  max-width: 100% !important;
}/* End custom CSS */