/*
Theme Name: Empréstimos Curitiba PRO
Theme URI: https://emprestimoscuritiba.com.br
Author: Leonardo Kinoshita
Description: Tema customizado de alta performance, construído do zero sem page builders.
Version: 1.1
Text Domain: curitiba-theme
*/

/* ===========================
   TOKENS & RESET
=========================== */
:root {
  --navy:       #071C34;
  --navy-mid:   #0E2F55;
  --teal:       #00897B;
  --teal-light: #00BFA5;
  --gold:       #F5A800;
  --gold-light: #FFD54F;
  --white:      #FFFFFF;
  --off-white:  #F4F7FB;
  --gray-100:   #EEF1F6;
  --gray-400:   #94A3B8;
  --gray-600:   #64748B;
  --gray-800:   #1E293B;
  --text:       #1A2438;
  --radius-sm:  6px;
  --radius-md:  14px;
  --radius-lg:  24px;
  --shadow-sm:  0 2px 8px rgba(7,28,52,.08);
  --shadow-md:  0 8px 30px rgba(7,28,52,.12);
  --shadow-lg:  0 20px 60px rgba(7,28,52,.18);
  --transition: all .25s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ===========================
   LAYOUT HELPERS
=========================== */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 80px 0; }
.section--sm { padding: 56px 0; }
.section--lg { padding: 110px 0; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,137,123,.1);
  color: var(--teal);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,137,123,.2);
  margin-bottom: 18px;
}

.badge--gold {
  background: rgba(245,168,0,.1);
  color: #B37800;
  border-color: rgba(245,168,0,.25);
}

.section-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

h1, h2, h3, h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  line-height: 1.15;
  color: var(--navy);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.25rem; font-family: 'Outfit', sans-serif; font-weight: 700; }

p { color: var(--gray-600); }

/* ===========================
   BUTTONS
=========================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  border: 2px solid transparent;
}

.btn--primary {
  background: var(--gold);
  color: var(--navy);
}
.btn--primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,168,0,.35);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.4);
}
.btn--outline:hover {
  background: rgba(255,255,255,.1);
  border-color: var(--white);
}

.btn--teal {
  background: var(--teal);
  color: var(--white);
}
.btn--teal:hover {
  background: var(--teal-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,137,123,.35);
}

.btn--whatsapp {
  background: #25D366;
  color: var(--white);
}
.btn--whatsapp:hover {
  background: #1EBE58;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,.4);
}

.btn--lg {
  padding: 17px 36px;
  font-size: 1.05rem;
}

/* ===========================
   TRUST ALERT BAR
=========================== */
.alert-bar {
  background: var(--navy);
  padding: 10px 0;
  text-align: center;
}
.alert-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.alert-bar__icon {
  color: var(--gold);
  font-size: 1rem;
}
.alert-bar p {
  color: rgba(255,255,255,.85);
  font-size: .85rem;
  font-weight: 500;
}
.alert-bar strong { color: var(--gold); }
.alert-bar a {
  background: var(--gold);
  color: var(--navy);
  padding: 4px 14px;
  border-radius: 4px;
  font-size: .8rem;
  font-weight: 700;
  transition: var(--transition);
}
.alert-bar a:hover { background: var(--gold-light); }

/* ===========================
   HEADER / NAV
=========================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo__mark {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.logo__text { line-height: 1; }
.logo__name {
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem;
  color: var(--navy);
  display: block;
}
.logo__tagline {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav__links a {
  font-size: .88rem;
  font-weight: 500;
  color: var(--gray-600);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav__links a:hover {
  color: var(--navy);
  background: var(--gray-100);
}

/* --- ESTILOS DO DROPDOWN (DESKTOP) --- */
.nav__item { position: relative; }
.nav__link { display: flex; align-items: center; gap: 6px; }
.chevron { font-size: 0.6rem; transition: transform 0.3s ease; opacity: 0.7; }
.has-dropdown:hover .chevron { transform: rotate(180deg); }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 260px;
  border-radius: var(--radius-md);
  box-shadow: 0 15px 35px rgba(7, 28, 52, 0.1);
  border: 1px solid var(--gray-100);
  padding: 12px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li { padding: 0; }
.dropdown-menu a {
  display: block;
  padding: 10px 24px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray-600);
  border-radius: 0;
  transition: all 0.2s ease;
}
.dropdown-menu a:hover {
  background: var(--off-white);
  color: var(--teal);
  padding-left: 30px;
}

.has-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
.nav__ctas { display: flex; gap: 10px; align-items: center; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===========================
   HERO
=========================== */
.hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__mesh {
  position: absolute;
  top: -120px;
  right: -200px;
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse at 60% 40%, rgba(0,191,165,.18) 0%, transparent 65%),
              radial-gradient(ellipse at 20% 80%, rgba(245,168,0,.12) 0%, transparent 55%);
  border-radius: 50%;
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0,191,165,.12);
  border: 1px solid rgba(0,191,165,.25);
  color: var(--teal-light);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero__badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--teal-light);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.4); }
}

.hero h1 { color: var(--white); margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold); }

.hero__lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,.7);
  max-width: 480px;
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.hero__trust { display: flex; gap: 28px; flex-wrap: wrap; }
.trust-stat__num { font-family: 'DM Serif Display', serif; font-size: 1.9rem; color: var(--white); line-height: 1; }
.trust-stat__num span { color: var(--gold); }
.trust-stat__label { font-size: .78rem; color: rgba(255,255,255,.5); font-weight: 500; margin-top: 2px; }

/* Hero card */
.hero__card {
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 36px;
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero__card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero__card-title::before {
  content: '';
  width: 4px;
  height: 24px;
  background: var(--gold);
  border-radius: 2px;
}

/* ===========================
   NOVO: LISTAGEM DE MODALIDADES (HERO VS. PÁGINA)
=========================== */
.credit-options { display: flex; flex-direction: column; gap: 12px; }
.credit-option { 
  display: flex; align-items: center; padding: 15px; 
  border-radius: 12px; text-decoration: none; transition: var(--transition); 
}
.credit-option__icon { 
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; 
  border-radius: 10px; font-size: 1.4rem; margin-right: 15px; flex-shrink: 0; 
}
.credit-option__text { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.credit-option__name { font-weight: 700; font-size: 1.05rem; display: block; line-height: 1.2; }
.credit-option__sub { font-size: 0.85rem; display: block; margin-top: 2px; }
.credit-option__arrow { font-size: 1.2rem; margin-left: 10px; }

/* Modalidades dentro da HERO (Fundo estilo Vidro Escuro) */
.hero__card .credit-option {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero__card .credit-option:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}
.hero__card .credit-option__name { color: var(--white); }
.hero__card .credit-option__sub { color: rgba(255, 255, 255, 0.6); }
.hero__card .credit-option__arrow { color: rgba(255, 255, 255, 0.3); }

/* Modalidades fora da HERO (Fundo Branco nas seções claras) */
.section .credit-option {
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.section .credit-option:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.section .credit-option__name { color: var(--navy); }
.section .credit-option__sub { color: var(--gray-600); }
.section .credit-option__arrow { color: #ccc; }


/* ===========================
   TRUST BAR
=========================== */
.trust-bar {
  background: var(--off-white);
  border-bottom: 1px solid var(--gray-100);
  padding: 20px 0;
}
.trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-600);
  font-size: .85rem;
  font-weight: 500;
}
.trust-item__icon {
  width: 36px;
  height: 36px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: var(--shadow-sm);
}

/* ===========================
   SERVICES SECTION
=========================== */
.services { background: var(--white); }

.services__header { text-align: center; max-width: 620px; margin: 0 auto 60px; }
.services__header p { margin-top: 14px; font-size: 1.05rem; }

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.service-card {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.service-card:hover {
  border-color: var(--teal-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.service-card:hover::before { transform: scaleX(1); }

.service-card__icon {
  width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; background: var(--off-white); transition: var(--transition);
}
.service-card:hover .service-card__icon { background: rgba(0,137,123,.1); }

.service-card h3 { font-size: 1rem; color: var(--navy); }
.service-card p { font-size: .85rem; line-height: 1.6; flex: 1; }

.service-card__link {
  font-size: .83rem; font-weight: 600; color: var(--teal); display: inline-flex; align-items: center; gap: 5px; transition: var(--transition);
}
.service-card__link:hover { gap: 8px; }

/* ===========================
   WHY US
=========================== */
.why-us { background: var(--navy); position: relative; overflow: hidden; }
.why-us__decor {
  position: absolute; bottom: -100px; left: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,191,165,.12) 0%, transparent 65%); pointer-events: none;
}

.why-us__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; }
.why-us__content .section-label { color: var(--teal-light); }
.why-us__content h2 { color: var(--white); margin-bottom: 18px; }
.why-us__content > p { color: rgba(255,255,255,.65); margin-bottom: 36px; font-size: 1.02rem; line-height: 1.75; }

.why-list { display: flex; flex-direction: column; gap: 16px; }
.why-item { display: flex; align-items: flex-start; gap: 14px; }
.why-item__check { width: 24px; height: 24px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; font-size: .7rem; color: var(--white); flex-shrink: 0; margin-top: 2px; }
.why-item__text { font-size: .92rem; color: rgba(255,255,255,.75); line-height: 1.6; }
.why-item__text strong { color: var(--white); }

.why-us__visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); padding: 28px 22px; transition: var(--transition); }
.why-stat:hover { background: rgba(0,191,165,.08); border-color: rgba(0,191,165,.25); }
.why-stat--featured { grid-column: span 2; background: linear-gradient(135deg, rgba(0,137,123,.3), rgba(0,191,165,.1)); border-color: rgba(0,191,165,.25); }
.why-stat__num { font-family: 'DM Serif Display', serif; font-size: 2.4rem; color: var(--white); line-height: 1; margin-bottom: 6px; }
.why-stat__num span { color: var(--gold); }
.why-stat__label { font-size: .82rem; color: rgba(255,255,255,.55); font-weight: 500; }

/* ===========================
   FAQ
=========================== */
.faq { background: var(--off-white); }
.faq__header { text-align: center; max-width: 560px; margin: 0 auto 52px; }
.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); overflow: hidden; transition: var(--transition); }
.faq-item:hover { border-color: rgba(0,137,123,.25); box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; background: none; border: none; padding: 20px 22px; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; cursor: pointer; text-align: left; }
.faq-question span { font-size: .92rem; font-weight: 600; color: var(--navy); line-height: 1.4; }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: .7rem; color: var(--gray-600); flex-shrink: 0; margin-top: 1px; transition: var(--transition); }
.faq-item.open .faq-icon { background: var(--teal); color: var(--white); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer__inner { padding: 0 22px 20px; font-size: .87rem; color: var(--gray-600); line-height: 1.75; }

/* ===========================
   E-E-A-T / ABOUT
=========================== */
.about { background: var(--white); }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about__content h2 { margin-bottom: 18px; }
.about__content > p { margin-bottom: 20px; font-size: .97rem; line-height: 1.75; }
.credentials { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.credential { display: flex; gap: 14px; padding: 16px 18px; background: var(--off-white); border-radius: var(--radius-md); border-left: 3px solid var(--teal); }
.credential__icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.credential__label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--teal); margin-bottom: 3px; }
.credential__desc { font-size: .85rem; color: var(--gray-600); line-height: 1.5; }

.testimonials { display: flex; flex-direction: column; gap: 16px; }
.testimonial { background: var(--off-white); border-radius: var(--radius-md); padding: 22px; position: relative; }
.testimonial::before { content: '"'; position: absolute; top: 10px; right: 18px; font-family: 'DM Serif Display', serif; font-size: 4rem; color: var(--gray-100); line-height: 1; }
.testimonial__text { font-size: .88rem; color: var(--gray-600); line-height: 1.6; font-style: italic; margin-bottom: 14px; }
.testimonial__author { display: flex; align-items: center; gap: 10px; }
.testimonial__avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; color: var(--white); flex-shrink: 0; }
.testimonial__name { font-size: .85rem; font-weight: 600; color: var(--navy); }
.testimonial__role { font-size: .75rem; color: var(--gray-400); }
.testimonial__stars { color: var(--gold); font-size: .8rem; margin-top: 2px; }

/* ===========================
   SIMULATE CTA
=========================== */
.simulate-cta { background: linear-gradient(135deg, var(--teal) 0%, #005F55 100%); position: relative; overflow: hidden; }
.simulate-cta::before { content: ''; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,.07) 0%, transparent 65%); }
.simulate-cta__inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.simulate-cta h2 { color: var(--white); }
.simulate-cta p { color: rgba(255,255,255,.75); max-width: 520px; font-size: 1rem; }
.simulate-cta__btns { display: flex; gap: 14px; margin-top: 16px; flex-wrap: wrap; justify-content: center; }

/* ===========================
   LEGAL STRIP
=========================== */
.legal-strip { background: var(--gray-100); border-top: 1px solid var(--gray-100); }
.legal-strip__inner { display: flex; gap: 20px; align-items: flex-start; }
.legal-strip__icon { font-size: 1.8rem; flex-shrink: 0; margin-top: 2px; }
.legal-strip__title { font-size: .88rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.legal-strip p { font-size: .78rem; color: var(--gray-600); line-height: 1.6; }
.legal-strip p + p { margin-top: 6px; }
.legal-strip strong { color: var(--gray-800); }

/* ===========================
   BLOG PÁGINA (ESTILOS COMPLEMENTARES)
=========================== */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; }
.blog-card { background: #fff; border-radius: 12px; border: 1px solid var(--gray-100); overflow: hidden; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 50px; padding: 20px 0; }
.pagination a, .pagination span { padding: 10px 18px; border: 1px solid var(--gray-100); border-radius: 8px; text-decoration: none; color: var(--navy); font-weight: 600; background: #fff; }
.pagination .current { background: var(--gold); color: #fff; border-color: var(--gold); }
.pagination a:hover { background: var(--off-white); border-color: var(--navy); }

/* ===========================
   PÁGINAS LEGAIS (PRIVACIDADE E CONDIÇÕES)
=========================== */
.legal-content, .conditions-content { color: var(--gray-600); line-height: 1.8; font-size: 1.05rem; }
.legal-content h2, .conditions-content h2 { color: var(--navy); margin-top: 50px; margin-bottom: 20px; font-size: 1.6rem; border-bottom: 2px solid var(--gray-100); padding-bottom: 10px; }
.legal-content h3, .conditions-content h3 { color: var(--navy); margin-top: 30px; margin-bottom: 15px; font-size: 1.25rem; display: flex; align-items: center; gap: 10px; }
.legal-content p, .conditions-content p { margin-bottom: 20px; }
.legal-table { width: 100%; border-collapse: collapse; margin-top: 20px; margin-bottom: 30px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border-radius: 8px; overflow: hidden; }
.legal-table th, .legal-table td { border: 1px solid var(--gray-100); padding: 15px; text-align: left; }
.legal-table th { background: var(--off-white); color: var(--navy); font-weight: 700; }
.legal-contact-box { background: var(--off-white); padding: 30px; border-radius: 12px; border-left: 5px solid var(--teal-light); margin-top: 40px; }
.legal-contact-box strong { color: var(--navy); }
.legal-contact-box a { color: var(--gold); font-weight: 600; text-decoration: none; }
.legal-contact-box a:hover { text-decoration: underline; }
.req-box { background: var(--off-white); border: 1px solid var(--gray-100); border-radius: 12px; padding: 25px; margin-bottom: 30px; }
.req-box ul { list-style: none; padding: 0; margin: 0; }
.req-box li { margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px; }
.req-box li::before { content: '🔸'; color: var(--gold); flex-shrink: 0; }
.alert-box { background: #fffdf5; border-left: 4px solid var(--gold); padding: 20px; border-radius: 0 8px 8px 0; margin: 30px 0; }
.alert-box strong { color: var(--navy); }

/* ===========================
   NOVO: FLUENT FORM TWEAKS
=========================== */
/* Forçar cor legível nos textos dos formulários sobre fundos claros */
.fluentform label, 
.fluentform .ff-el-input-label, 
.fluentform .ff-el-p,
.fluentform .ff-section-title { 
  color: var(--navy) !important; 
  font-weight: 600 !important; 
}
.fluentform input[type="text"], 
.fluentform input[type="email"], 
.fluentform input[type="number"], 
.fluentform select, 
.fluentform textarea {
  border: 1px solid var(--gray-400) !important;
}

/* ===========================
   CONTACT SECTION
=========================== */
.contact { background: var(--off-white); }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact__content h2 { margin-bottom: 14px; }
.contact__content p { margin-bottom: 28px; font-size: 1rem; line-height: 1.75; }
.contact__ctas { display: flex; flex-direction: column; gap: 12px; }
.contact__ctas .btn { justify-content: center; }
.contact__info { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-item__icon { width: 44px; height: 44px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.contact-info-item__label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--gray-400); margin-bottom: 3px; }
.contact-info-item__value { font-size: .9rem; font-weight: 600; color: var(--navy); }
.contact-info-item__sub { font-size: .78rem; color: var(--gray-400); }

/* ===========================
   FOOTER
=========================== */
.site-footer { background: var(--navy); padding: 60px 0 0; color: rgba(255,255,255,.6); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer__logo-name { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: var(--white); }
.footer__brand p { font-size: .83rem; line-height: 1.7; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.footer__cnpj { font-size: .72rem; color: rgba(255,255,255,.35); padding: 8px 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 6px; display: inline-block; }
.footer__col h4 { font-family: 'Outfit', sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: .85rem; color: rgba(255,255,255,.55); transition: var(--transition); }
.footer__links a:hover { color: var(--teal-light); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; flex-wrap: wrap; gap: 12px; }
.footer__bottom p { font-size: .78rem; color: rgba(255,255,255,.35); }
.footer__bottom a { color: rgba(255,255,255,.5); transition: var(--transition); }
.footer__bottom a:hover { color: var(--teal-light); }

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__card { display: none; }
  .why-us__inner { grid-template-columns: 1fr; gap: 40px; }
  .about__inner { grid-template-columns: 1fr; gap: 40px; }
  .contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .faq__grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav__links, .nav__ctas { display: none; }
  .hamburger { display: flex; }
}

@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .trust-bar__inner { gap: 20px; }
  .services__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__ctas { flex-direction: column; }
  .simulate-cta__btns { flex-direction: column; align-items: center; }
  .trust-bar__inner { flex-direction: column; align-items: flex-start; padding: 0 24px; }
  .why-us__visual { grid-template-columns: 1fr; }
  .why-stat--featured { grid-column: span 1; }
  .accordion-body__inner { padding-left: 24px; }
}

/* ===========================
   ANIMATIONS & OVERLAY
=========================== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-up { animation: fadeUp .6s ease both; }
.animate-fade-up:nth-child(2) { animation-delay: .1s; }
.animate-fade-up:nth-child(3) { animation-delay: .2s; }

.mobile-nav { display: none; position: fixed; inset: 0; background: var(--navy); z-index: 200; flex-direction: column; padding: 28px 24px; }
.mobile-nav.active { display: flex; }
.mobile-nav__close { align-self: flex-end; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; margin-bottom: 32px; }
.mobile-nav__links { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav__links a { font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,.8); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); display: block; }
.mobile-nav__ctas { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.mobile-nav__ctas .btn { justify-content: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   RODAPÉ INFERIOR (ISOLADO E SEM LINHA DUPLA) - EMPRÉSTIMOS CURITIBA
========================================================= */

.footer__copyright-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  /* Removi o border-top daqui para usar apenas a linha nativa do seu tema! */
  padding-top: 10px; /* Reduzi o padding porque o tema já deve ter um margin-bottom na grid */
}

.footer__text {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.footer__text a {
  color: inherit;
  text-decoration: underline;
}

.credit-leok {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  color: rgba(255,255,255,0.7);
}

.credit-leok:hover { opacity: 1; }

.credit-leok a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.credit-leok a:hover { color: #00BFA5; }

.credit-leok a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #00BFA5;
  transition: width 0.3s ease;
}

.credit-leok a:hover::after { width: 100%; }

.credit-leok svg {
  width: 14px !important;
  height: 14px !important;
  fill: #00BFA5;
  flex-shrink: 0;
  animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

@media (max-width: 900px) {
  .footer__copyright-bar {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.footer__copyright-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 24px; /* Espaço entre a linha e o texto */
  padding-bottom: 24px; /* <-- A MÁGICA AQUI: Espaço entre o texto e o fim da tela */
}