.elementor-2382 .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-2382 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ========================================
   RESET E BASE STYLES
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #14316d 0%, #1a3d7f 50%, #14316d 100%);
    color: #ffffff;
}

.hero-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
}

.hero-bg-circle {
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.hero-bg-circle-1 {
    top: 40px;
    left: 40px;
    width: 128px;
    height: 128px;
}

.hero-bg-circle-2 {
    bottom: 80px;
    right: 80px;
    width: 96px;
    height: 96px;
}

.hero-bg-circle-3 {
    top: 50%;
    right: 40px;
    width: 64px;
    height: 64px;
}

.hero-container {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 16px;
}

.hero-logo-wrapper {
    margin-bottom: 32px;
}

.logo-header {
    height: 80px;
    width: auto;
}

.hero-content-wrapper {
    display: grid;
    gap: 48px;
    align-items: center;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #45A2A7;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 32px;
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #45A2A7;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.hero-cta-button:hover {
    background-color: #3a8c91;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.hero-cta-button i {
    width: 20px;
    height: 20px;
}

.hero-pricing-info {
    margin-top: 24px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.hero-pricing-line {
    margin-bottom: 4px;
}

.hero-pricing-promo {
    color: #45A2A7;
    font-weight: 600;
}

.hero-image-wrapper {
    display: none;
}

.hero-image-placeholder {
    width: 100%;
    height: 384px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.hero-image-placeholder span {
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   PLANO DE TRATAMENTO SECTION
   ======================================== */
.plano-section {
    position: relative;
    background-color: #ffffff;
    padding: 64px 0;
    overflow: hidden;
}

.plano-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
}

.plano-bg-icon {
    position: absolute;
    color: #45A2A7;
    opacity: 0.05;
    stroke-width: 0.5;
}

.plano-bg-icon-1 {
    top: 80px;
    right: 40px;
    width: 256px;
    height: 256px;
}

.plano-bg-icon-2 {
    bottom: 80px;
    left: 40px;
    width: 192px;
    height: 192px;
    color: #14316d;
}

.plano-container {
    position: relative;
    z-index: 10;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.plano-header {
    text-align: center;
    margin-bottom: 48px;
}

.plano-subtitle {
    font-size: 0.875rem;
    color: #45A2A7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.plano-title {
    font-size: 2rem;
    font-weight: 700;
    color: #14316d;
    margin-bottom: 24px;
}

.plano-headline {
    font-size: 1.25rem;
    color: #14316d;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 32px;
}

.plano-content-wrapper {
    max-width: 896px;
    margin: 0 auto;
}

.plano-description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 32px;
}

.plano-highlight-box {
    background: linear-gradient(90deg, #14316d 0%, #1a3d7f 100%);
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    border-left: 4px solid #45A2A7;
}

.plano-highlight-box p {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.plano-final-text {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 40px;
}

.plano-cta-wrapper {
    text-align: center;
}

.plano-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #45A2A7;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.plano-cta-button:hover {
    background-color: #3a8c91;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.plano-cta-button i {
    width: 20px;
    height: 20px;
}

/* ========================================
   DIFERENCIAIS SECTION
   ======================================== */
.diferenciais-section {
    position: relative;
    background-color: #f9fafb;
    padding: 64px 0;
    overflow: hidden;
}

.diferenciais-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 2px 2px, #14316d 1px, transparent 1px);
    background-size: 40px 40px;
}

.diferenciais-container {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.diferenciais-header {
    text-align: center;
    margin-bottom: 48px;
}

.diferenciais-subtitle {
    font-size: 0.75rem;
    color: #45A2A7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
}

.diferenciais-title {
    font-size: 2rem;
    font-weight: 700;
    color: #14316d;
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

.diferenciais-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #45A2A7;
    transition: all 0.3s ease;
}

.diferenciais-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.diferenciais-card-icon-wrapper {
    margin-bottom: 16px;
}

.diferenciais-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #14316d 0%, #1a3d7f 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diferenciais-card-icon i {
    width: 28px;
    height: 28px;
    color: #ffffff !;
}

.diferenciais-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #14316d;
    margin-bottom: 12px;
    line-height: 1.4;
}

.diferenciais-card-description {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.8;
}

.diferenciais-cta-wrapper {
    text-align: center;
}

.diferenciais-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #45A2A7;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.diferenciais-cta-button:hover {
    background-color: #3a8c91;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.diferenciais-cta-button i {
    width: 20px;
    height: 20px;
}

/* ========================================
   QUEM É SECTION
   ======================================== */
.queme-section {
    position: relative;
    background-color: #ffffff;
    padding: 64px 0;
    overflow: hidden;
}

.queme-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
}

.queme-bg-circle {
    position: absolute;
    border: 1px solid #45A2A7;
    border-radius: 50%;
    opacity: 0.1;
}

.queme-bg-circle-1 {
    top: 40px;
    right: 40px;
    width: 384px;
    height: 384px;
    border-color: #45A2A7;
}

.queme-bg-circle-2 {
    bottom: 40px;
    left: 40px;
    width: 288px;
    height: 288px;
    border-color: #14316d;
}

.queme-container {
    position: relative;
    z-index: 10;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.queme-content-wrapper {
    display: grid;
    gap: 40px;
    align-items: center;
}

.queme-image-wrapper {
    order: 2;
}

.queme-image-placeholder {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.queme-image-placeholder-img {
    border-radius: 20px !important;
}

.queme-text-content {
    order: 1;
}

.queme-title {
    font-size: 2rem;
    font-weight: 700;
    color: #14316d;
    margin-bottom: 24px;
}

.queme-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
}

.queme-highlight-box {
    background-color: #14316d;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin: 32px 0;
    border-left: 4px solid #45A2A7;
}

.queme-highlight-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.queme-highlight-icon {
    width: 24px;
    height: 24px;
    color: #45A2A7;
    flex-shrink: 0;
    margin-top: 4px;
}

.queme-highlight-text {
    font-weight: 600;
    margin-bottom: 8px;
}

.queme-highlight-subtext {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

.queme-closing-text {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
}

.queme-formacao-wrapper {
    margin-top: 24px;
    padding: 24px;
    background-color: #f9fafb;
    border-radius: 12px;
    border: 1px solid rgba(69, 162, 167, 0.2);
}

.queme-formacao-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #14316d;
    margin-bottom: 16px;
}

.queme-formacao-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.queme-formacao-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.queme-formacao-list li i {
    width: 20px;
    height: 20px;
    color: #45A2A7;
    flex-shrink: 0;
    margin-top: 2px;
}

.queme-formacao-list li span {
    flex: 1;
}

/* ========================================
   COMO FUNCIONA SECTION
   ======================================== */
.comofunciona-section {
    position: relative;
    background-color: #f9fafb;
    padding: 64px 0;
    overflow: hidden;
}

.comofunciona-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, #14316d 1px, transparent 1px),
        linear-gradient(-45deg, #45A2A7 1px, transparent 1px);
    background-size: 60px 60px;
}

.comofunciona-container {
    position: relative;
    z-index: 10;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

.comofunciona-header {
    text-align: center;
    margin-bottom: 48px;
}

.comofunciona-title {
    font-size: 2rem;
    font-weight: 700;
    color: #14316d;
    margin-bottom: 16px;
}

.comofunciona-steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.comofunciona-step-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.comofunciona-step-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.comofunciona-step-icon-wrapper {
    flex-shrink: 0;
}

.comofunciona-step-number-wrapper {
    position: relative;
}

.comofunciona-step-number {
    font-size: 3.75rem;
    font-weight: 700;
    color: rgba(69, 162, 167, 0.2);
    position: absolute;
    top: -16px;
    left: -8px;
}

.comofunciona-step-icon {
    position: relative;
    z-index: 10;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #14316d 0%, #1a3d7f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.comofunciona-step-icon i {
    width: 32px;
    height: 32px;
    color: #ffffff !;
}

.comofunciona-step-content {
    flex: 1;
}

.comofunciona-step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #14316d;
    margin-bottom: 12px;
}

.comofunciona-step-description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
}

.comofunciona-step-list {
    list-style: none;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comofunciona-step-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.875rem;
    color: #4b5563;
}

.comofunciona-step-list li span:first-child {
    color: #45A2A7;
    margin-top: 4px;
}

.comofunciona-connector {
    display: none;
}

.comofunciona-cta-wrapper {
    text-align: center;
    margin-top: 48px;
}

.comofunciona-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #45A2A7;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.comofunciona-cta-button:hover {
    background-color: #3a8c91;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.comofunciona-cta-button i {
    width: 20px;
    height: 20px;
}

/* ========================================
   LOCALIZAÇÃO SECTION
   ======================================== */
.localizacao-section {
    position: relative;
    background-color: #ffffff;
    padding: 64px 0;
    overflow: hidden;
}

.localizacao-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
}

.localizacao-bg-icon {
    position: absolute;
    stroke-width: 0.5;
}

.localizacao-bg-icon-1 {
    top: 40px;
    left: 40px;
    width: 128px;
    height: 128px;
    color: #14316d;
}

.localizacao-bg-icon-2 {
    bottom: 40px;
    right: 40px;
    width: 96px;
    height: 96px;
    color: #45A2A7;
}

.localizacao-container {
    position: relative;
    z-index: 10;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.localizacao-header {
    text-align: center;
    margin-bottom: 48px;
}

.localizacao-title {
    font-size: 2rem;
    font-weight: 700;
    color: #14316d;
}

.localizacao-content-wrapper {
    max-width: 672px;
    margin: 0 auto;
}

.localizacao-card {
    background: linear-gradient(135deg, #14316d 0%, #1a3d7f 100%);
    color: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #45A2A7;
}

.localizacao-city {
    margin-bottom: 24px;
}

.localizacao-city h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #45A2A7;
    margin-bottom: 24px;
}

.localizacao-address-wrapper {
    margin-bottom: 24px;
}

.localizacao-address-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.localizacao-address-icon {
    width: 24px;
    height: 24px;
    color: #45A2A7;
    flex-shrink: 0;
    margin-top: 4px;
}

.localizacao-address {
    font-size: 1rem;
    line-height: 1.8;
}

.localizacao-contact-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.localizacao-contact-label {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #45A2A7;
    margin-bottom: 12px;
}

.localizacao-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: color 0.3s ease;
}

.localizacao-phone-link:hover {
    color: #45A2A7;
}

.localizacao-phone-link i {
    width: 24px;
    height: 24px;
}

.localizacao-map-wrapper {
    margin-top: 32px;
}

.localizacao-map-placeholder {
    width: 100%;
    height: 256px;
    background-color: #e5e7eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d1d5db;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.localizacao-map-placeholder span {
    color: #6b7280;
}

/* ========================================
   CTA FINAL SECTION
   ======================================== */
.ctafinal-section {
    position: relative;
    background: linear-gradient(90deg, #14316d 0%, #1a3d7f 50%, #14316d 100%);
    color: #ffffff;
    padding: 64px 0;
    overflow: hidden;
}

.ctafinal-background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle, white 1px, transparent 1px);
    background-size: 30px 30px;
}

.ctafinal-container {
    position: relative;
    z-index: 10;
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.ctafinal-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.ctafinal-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}

.ctafinal-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #45A2A7;
    color: #ffffff;
    padding: 20px 48px;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.ctafinal-cta-button:hover {
    background-color: #3a8c91;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.ctafinal-cta-button i {
    width: 24px;
    height: 24px;
}

.ctafinal-microtext {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
}

.ctafinal-separator {
    color: #45A2A7;
    margin: 0 8px;
}

/* ========================================
   RODAPÉ SECTION
   ======================================== */
.rodape-section {
    background-color: #14316d;
    color: #ffffff;
    padding: 48px 0;
}

.rodape-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.rodape-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
}

.rodape-logo-wrapper {
    margin-bottom: 16px;
}

.logo-footer {
    height: 64px;
    width: auto;
}

.rodape-column-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #45A2A7;
    margin-bottom: 16px;
}

.rodape-column-description {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.rodape-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.rodape-phone-link:hover {
    color: #45A2A7;
}

.rodape-phone-link i {
    width: 20px;
    height: 20px;
}

.rodape-address {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.rodape-address-icon {
    width: 20px;
    height: 20px;
    color: #45A2A7;
    flex-shrink: 0;
    margin-top: 4px;
}

.rodape-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 24px;
}

.rodape-copyright {
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   MEDIA QUERIES - TABLET (640px+)
   ======================================== */
@media (min-width: 640px) {
    .hero-container {
        padding: 80px 24px;
    }

    .hero-logo-wrapper {
        margin-bottom: 48px;
    }

    .logo-header {
        height: 96px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero-description {
        font-size: 1.125rem;
    }

    .hero-cta-button {
        width: auto;
        padding: 16px 32px;
        font-size: 1.125rem;
    }

    .hero-cta-button i {
        width: 24px;
        height: 24px;
    }

    .hero-pricing-info {
        font-size: 1rem;
    }

    .plano-section {
        padding: 80px 0;
    }

    .plano-container {
        padding: 0 24px;
    }

    .plano-subtitle {
        font-size: 1rem;
    }

    .plano-title {
        font-size: 2.5rem;
    }

    .plano-headline {
        font-size: 1.5rem;
    }

    .plano-description {
        font-size: 1.125rem;
    }

    .plano-highlight-box {
        padding: 32px;
    }

    .plano-highlight-box p {
        font-size: 1.25rem;
    }

    .plano-final-text {
        font-size: 1.125rem;
    }

    .plano-cta-button i {
        width: 24px;
        height: 24px;
    }

    .diferenciais-section {
        padding: 80px 0;
    }

    .diferenciais-container {
        padding: 0 24px;
    }

    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .diferenciais-card {
        padding: 32px;
    }

    .diferenciais-card-description {
        font-size: 1rem;
    }

    .queme-section {
        padding: 80px 0;
    }

    .queme-container {
        padding: 0 24px;
    }

    .queme-content-wrapper {
        gap: 48px;
    }

    .queme-image-placeholder {
        height: 400px;
    }

    .queme-title {
        font-size: 2.5rem;
    }

    .queme-description {
        font-size: 1.125rem;
    }

    .queme-closing-text {
        font-size: 1.125rem;
    }

    .comofunciona-section {
        padding: 80px 0;
    }

    .comofunciona-container {
        padding: 0 24px;
    }

    .comofunciona-title {
        font-size: 2.5rem;
    }

    .comofunciona-steps-wrapper {
        gap: 40px;
    }

    .comofunciona-step-item {
        flex-direction: row;
        padding: 32px;
    }

    .comofunciona-step-title {
        font-size: 1.5rem;
    }

    .comofunciona-step-description {
        font-size: 1.125rem;
    }

    .comofunciona-step-list li {
        font-size: 1rem;
    }

    .comofunciona-connector {
        display: block;
        position: absolute;
        left: 32px;
        top: 100%;
        width: 2px;
        height: 40px;
        background: linear-gradient(to bottom, #45A2A7, transparent);
    }

    .comofunciona-step-item:last-child .comofunciona-connector {
        display: none;
    }

    .localizacao-section {
        padding: 80px 0;
    }

    .localizacao-container {
        padding: 0 24px;
    }

    .localizacao-title {
        font-size: 2.5rem;
    }

    .localizacao-map-placeholder {
        height: 320px;
    }

    .ctafinal-section {
        padding: 80px 0;
    }

    .ctafinal-container {
        padding: 0 24px;
    }

    .ctafinal-title {
        font-size: 2.5rem;
    }

    .ctafinal-description {
        font-size: 1.25rem;
    }

    .ctafinal-cta-button i {
        width: 28px;
        height: 28px;
    }

    .ctafinal-microtext {
        font-size: 1rem;
    }

    .logo-footer {
        height: 80px;
    }

    .rodape-column-description {
        font-size: 1rem;
    }

    .rodape-phone-link {
        font-size: 1.125rem;
    }

    .rodape-address {
        font-size: 1rem;
    }
}

/* ========================================
   MEDIA QUERIES - DESKTOP (1024px+)
   ======================================== */
@media (min-width: 1024px) {
    .hero-container {
        padding: 112px 32px;
    }

    .hero-content-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-image-wrapper {
        display: block;
    }

    .plano-section {
        padding: 96px 0;
    }

    .plano-container {
        padding: 0 32px;
    }

    .plano-title {
        font-size: 3rem;
    }

    .diferenciais-section {
        padding: 96px 0;
    }

    .diferenciais-container {
        padding: 0 32px;
    }

    .diferenciais-header {
        margin-bottom: 64px;
    }

    .diferenciais-title {
        font-size: 2.5rem;
    }

    .diferenciais-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .queme-section {
        padding: 96px 0;
    }

    .queme-container {
        padding: 0 32px;
    }

    .queme-content-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .queme-image-wrapper {
        order: 1;
    }

    .queme-text-content {
        order: 2;
    }

    .queme-title {
        font-size: 3rem;
    }

    .comofunciona-section {
        padding: 96px 0;
    }

    .comofunciona-container {
        padding: 0 32px;
    }

    .comofunciona-header {
        margin-bottom: 64px;
    }

    .comofunciona-title {
        font-size: 3rem;
    }

    .localizacao-section {
        padding: 96px 0;
    }

    .localizacao-container {
        padding: 0 32px;
    }

    .localizacao-title {
        font-size: 3rem;
    }

    .ctafinal-section {
        padding: 80px 0;
    }

    .ctafinal-container {
        padding: 0 32px;
    }

    .ctafinal-title {
        font-size: 3rem;
    }

    .rodape-content-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 48px;
    }
}

/* FIX DEFINITIVO: ícones Lucide brancos dentro dos quadrados */
.diferenciais-card-icon,
.comofunciona-step-icon {
  color: #ffffff !important; /* currentColor vira branco */
}

/* Garante o stroke branco no SVG do lucide */
.diferenciais-card-icon svg,
.comofunciona-step-icon svg {
  stroke: #ffffff !important;
}

/* Se algum ícone vier com fill (raro), força a não preencher */
.diferenciais-card-icon svg,
.comofunciona-step-icon svg {
  fill: none !important;
}/* End custom CSS */