/* ============================================================
   Marquinhas da Fran — Conversion-Focused Stylesheet
   Primary: #c72565 | Accent: #D4930A | Light: #fdf0f7
============================================================ */

:root {
  --pink:      #c72565;
  --pink-dark: #a01d52;
  --pink-lt:   #f95391;
  --gold:      #D4930A;
  --gold-lt:   #f5c842;
  --bg-light:  #fdf0f7;
  --bg-gray:   #f8f4f6;
  --dark:      #2d1b1b;
  --text:      #4a3728;
  --text-muted:#7a6960;
  --white:     #ffffff;
  --radius:    14px;
  --shadow:    0 8px 30px rgba(199,37,101,.12);
  --shadow-lg: 0 16px 48px rgba(199,37,101,.18);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  color: var(--text);
  background: var(--white);
  margin: 0;
}

a { color: var(--pink); text-decoration: none; transition: color .3s; }
a:hover { color: var(--pink-dark); }

h1,h2,h3,h4,h5,h6 { font-family: "Raleway", sans-serif; color: var(--dark); }

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

/* ---- Back to Top ---- */
.back-to-top {
  position: fixed; right: 15px; bottom: 15px; z-index: 99999;
  background: var(--pink); width: 40px; height: 40px;
  border-radius: 50%; color: #fff; font-size: 22px;
  visibility: hidden; opacity: 0; transition: all .4s;
}
.back-to-top.active { visibility: visible; opacity: 1; }
.back-to-top:hover { background: var(--pink-dark); color: #fff; }
.back-to-top i { line-height: 0; }

@media (max-width:768px) { [data-aos-delay] { transition-delay:0!important; } }

/* ============================================================
   HEADER
============================================================ */
#header {
  height: 90px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
  z-index: 997;
  transition: all .4s;
}

#header .logo img { max-height: 70px; }
#header .logo span {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--pink);
  letter-spacing: .5px;
}

/* Navbar */
.navbar { padding: 0; }
.navbar ul { margin:0; padding:0; list-style:none; display:flex; align-items:center; }
.navbar li { position: relative; }
.navbar a,
.navbar a:focus {
  display: flex; align-items: center;
  padding: 10px 0 10px 22px;
  font-size: 14px; font-weight: 600;
  color: var(--text); white-space: nowrap;
  transition: color .3s;
}
.navbar a:hover,
.navbar .active,
.navbar li:hover > a { color: var(--pink); }

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--pink); color: #fff!important;
  padding: 10px 22px; margin-left: 18px;
  border-radius: 50px; font-size: 14px;
}
.navbar .getstarted:hover { background: var(--pink-dark)!important; }

.mobile-nav-toggle {
  color: var(--text); font-size: 28px;
  cursor: pointer; display: none; line-height: 0; transition: .5s;
}
.mobile-nav-toggle.bi-x { color: #fff; }

@media (max-width:991px) {
  .mobile-nav-toggle { display: block; }
  .navbar ul { display: none; }
}

.navbar-mobile {
  position: fixed; overflow: hidden;
  top:0; right:0; left:0; bottom:0;
  background: rgba(45,27,27,.93);
  transition: .3s; z-index: 998;
}
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }
.navbar-mobile ul {
  display: block; position: absolute;
  top:55px; right:15px; bottom:15px; left:15px;
  padding:10px 0; background:#fff;
  overflow-y: auto; border-radius: var(--radius);
}
.navbar-mobile a,
.navbar-mobile a:focus { padding: 12px 20px; font-size: 15px; color: var(--text); }
.navbar-mobile a:hover,
.navbar-mobile .active { color: var(--pink); }
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus { margin: 15px 20px; border-radius: 50px; }

/* ============================================================
   HERO
============================================================ */
#hero {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #8a0a45 0%, #c72565 45%, #e8407a 100%);
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 90px;
  overflow: hidden;
  padding: 20px;
}

/* Decorative blobs */
.hero-decor {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}
.hero-decor-1 {
  width: 500px; height: 500px;
  top: -120px; right: -80px;
}
.hero-decor-2 {
  width: 320px; height: 320px;
  bottom: -60px; left: -60px;
  background: rgba(255,255,255,.04);
}
.hero-decor-3 {
  width: 200px; height: 200px;
  top: 50%; left: 42%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.03);
}

.hero-content { position: relative; z-index: 2; padding: 60px 0; }

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 20px;
  backdrop-filter: blur(6px);
}

#hero h1 {
  font-size: clamp(1.9rem, 4.5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 22px;
}
#hero h1 span { color: var(--gold-lt); }

.hero-sub {
  color: rgba(255,255,255,.9);
  font-size: clamp(.95rem, 1.8vw, 1.1rem);
  line-height: 1.75;
  margin-bottom: 32px;
}
.hero-sub strong { color: #fff; }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }

.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366;
  color: #fff!important;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 6px 24px rgba(37,211,102,.4);
  transition: all .3s;
}
.btn-hero-primary:hover {
  background: #1fb958;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37,211,102,.5);
}

.btn-hero-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid rgba(255,255,255,.7);
  color: #fff!important;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 600; font-size: 14px;
  transition: all .3s;
}
.btn-hero-secondary:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
}

.hero-trust-row { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust-row span {
  color: rgba(255,255,255,.9);
  font-size: 13px; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.hero-trust-row .bi-check-circle-fill { color: var(--gold-lt); font-size: 15px; }

/* Hero image column */
.hero-img-col {
  position: relative; z-index: 2;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 0;
}

.hero-photo-wrap {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.hero-photo {
  width: 100%;
  max-width: 420px;
  display: block;
  border-radius: 200px 200px 0 0;
  object-fit: cover;
  object-position: top center;
  max-height: 540px;
  box-shadow: -20px 20px 60px rgba(0,0,0,.25);
  border: 4px solid rgba(255,255,255,.2);
}

.hero-photo-badge {
  position: absolute;
  bottom: 30px; left: -16px;
  background: var(--gold);
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(212,147,10,.45);
  display: flex; flex-direction: column; align-items: center;
}
.hpb-num {
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem; font-weight: 800; line-height: 1;
}
.hpb-label {
  font-size: 11px; font-weight: 600;
  line-height: 1.3; opacity: .9;
}

/* Mobile hero */
@media (max-width: 991px) {
  .hero-img-col { padding-top: 32px; }
  .hero-photo { max-width: 320px; max-height: 400px; }
}

@media (max-width: 575px) {
  #hero { padding-top: 80px; min-height: auto; padding-bottom: 0; }
  #header { height: 70px; }
  #header .logo img { max-height: 52px; }
  .hero-content { padding: 32px 0 20px; }
  .hero-img-col { padding-top: 16px; }
  .hero-photo { max-width: 260px; max-height: 320px; border-radius: 140px 140px 0 0; }
  .hero-photo-badge { left: 4px; bottom: 16px; padding: 10px 12px; }
  .hpb-num { font-size: 1.8rem; }
  .hero-ctas { flex-direction: column; }
  .btn-hero-primary, .btn-hero-secondary { justify-content: center; }
  .hero-trust-row { gap: 10px; }
  .hero-trust-row span { font-size: 12px; }
}

/* ============================================================
   TRUST BAR
============================================================ */
.trust-bar {
  background: var(--dark);
  padding: 28px 0;
}

.trust-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 8px 0;
}

.trust-num {
  font-family: "Raleway", sans-serif;
  font-size: 2rem; font-weight: 800;
  color: var(--gold-lt);
  line-height: 1;
}

.trust-icon-car {
  font-size: 2rem;
  color: var(--gold-lt);
  line-height: 1;
}

.trust-label {
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.8);
  text-transform: uppercase; letter-spacing: .5px;
}

/* ============================================================
   SECTION SHARED
============================================================ */
section { padding: 80px 0; overflow: hidden; }
.section-bg { background: var(--bg-light); }

.section-title {
  text-align: center;
  padding-bottom: 48px;
}

.section-tag {
  display: inline-block;
  background: rgba(199,37,101,.1);
  color: var(--pink);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
}

.section-title p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}

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

.service-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  border: 2px solid transparent;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--pink);
}
.service-card.popular { border-color: var(--pink); }
.service-card.premium { border-color: var(--gold); }

.card-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 4px 12px; border-radius: 50px;
  font-size: 12px; font-weight: 700;
}
.popular-badge { background: var(--pink); color: #fff; }
.premium-badge { background: var(--gold); color: #fff; }

.service-img-wrap { overflow: hidden; height: 220px; }
.service-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.service-card:hover .service-img { transform: scale(1.04); }

.service-body {
  padding: 20px 22px 24px;
  display: flex; flex-direction: column; flex: 1;
}

.service-body h3 {
  font-size: 1.15rem; font-weight: 800;
  color: var(--dark); margin-bottom: 10px;
}

.service-body p {
  font-size: .92rem; color: var(--text-muted);
  line-height: 1.6; margin-bottom: 14px;
  flex: 1;
}
.service-body p strong { color: var(--text); }

.service-includes {
  list-style: none; padding: 0; margin: 0 0 18px;
}
.service-includes li {
  font-size: .85rem; color: var(--text-muted);
  padding: 3px 0; display: flex; align-items: center; gap: 7px;
}
.service-includes .bi-check2-circle { color: var(--pink); font-size: 14px; }

.service-price {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
  display: flex; flex-direction: column;
}
.price-from { font-size: 11px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; }
.price-value {
  font-family: "Raleway", sans-serif;
  font-size: 1.9rem; font-weight: 800;
  color: var(--pink); line-height: 1.1;
}
.price-value small { font-size: 1rem; }

.btn-service {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--pink); color: #fff!important;
  padding: 12px 20px; border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; font-size: 14px;
  transition: all .3s;
}
.btn-service:hover {
  background: var(--pink-dark);
  transform: translateY(-1px);
}

/* Machines Banner */
.machines-banner {
  background: linear-gradient(135deg, var(--dark) 0%, #3d1f1f 100%);
  border-radius: var(--radius);
  padding: 32px 36px;
  margin-top: 48px;
  color: #fff;
}
.machines-banner h4 {
  color: var(--gold-lt);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.machines-banner p {
  color: rgba(255,255,255,.8);
  font-size: .95rem;
  margin: 0;
}
.machines-banner strong { color: #fff; }

.btn-machines {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: #fff!important;
  padding: 12px 24px; border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; font-size: 14px;
  transition: all .3s;
}
.btn-machines:hover { background: #1fb958; transform: translateY(-2px); }

/* ============================================================
   RESULTS GALLERY
============================================================ */
.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.result-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--bg-gray);
}
.result-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
  display: block;
}
.result-item:hover img { transform: scale(1.05); }

.result-cta {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-lt) 100%);
}
.result-cta-inner { text-align: center; padding: 20px; }
.result-cta-inner p {
  color: #fff; font-weight: 700;
  font-size: 1.05rem; margin-bottom: 16px;
}
.result-cta-inner a {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; color: var(--pink)!important;
  padding: 10px 20px; border-radius: 50px;
  font-weight: 700; font-size: 14px;
  transition: all .3s;
}
.result-cta-inner a:hover { background: var(--dark); color: #fff!important; }

@media (max-width: 991px) {
  .results-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
  .results-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .result-cta { grid-column: span 2; aspect-ratio: 2/1; }
}

/* ============================================================
   ABOUT
============================================================ */
.about { background: var(--white); }

.about-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-wrapper img {
  width: 100%; display: block;
  border-radius: 20px;
}

.about-years-badge {
  position: absolute; bottom: 24px; right: 24px;
  background: var(--pink);
  color: #fff; border-radius: 14px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(199,37,101,.4);
}
.years-num {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 2.4rem; font-weight: 800;
  line-height: 1;
}
.years-label { font-size: 11px; font-weight: 600; opacity: .9; }

.about .section-tag { margin-bottom: 10px; display: inline-block; }
.about h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800; margin-bottom: 18px;
}

.about-lead {
  font-size: 1.1rem; color: var(--text);
  font-weight: 400; margin-bottom: 16px;
}
.about-lead strong { color: var(--pink); }

.about p { color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; font-size: .95rem; }
.about p strong { color: var(--text); }

.credentials-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin: 24px 0 28px;
}

.credential {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: .85rem; font-weight: 600; color: var(--text);
}
.credential i { color: var(--pink); font-size: 18px; flex-shrink: 0; }

.btn-about {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: #fff!important;
  padding: 14px 30px; border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 6px 24px rgba(37,211,102,.35);
  transition: all .3s;
}
.btn-about:hover { background: #1fb958; transform: translateY(-2px); }

/* ============================================================
   PRE-CARE
============================================================ */
.precare-item {
  background: var(--white);
  border-radius: 12px;
  padding: 18px 16px;
  display: flex; align-items: flex-start; gap: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  height: 100%;
  transition: box-shadow .3s;
}
.precare-item:hover { box-shadow: var(--shadow); }

.precare-icon {
  width: 36px; height: 36px;
  background: rgba(199,37,101,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.precare-icon .bi { color: var(--pink); font-size: 14px; font-weight: 900; }

.precare-item p {
  font-size: .9rem; color: var(--text-muted);
  margin: 0; line-height: 1.5;
}
.precare-item strong { color: var(--text); }

.precare-note {
  background: rgba(199,37,101,.06);
  border: 1px solid rgba(199,37,101,.2);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 28px;
  display: flex; align-items: center; gap: 12px;
}
.precare-note i { color: var(--pink); font-size: 20px; flex-shrink: 0; }
.precare-note p { margin: 0; font-size: .9rem; color: var(--text-muted); }
.precare-note a { color: var(--pink); font-weight: 700; }
.precare-note a:hover { color: var(--pink-dark); }

/* ============================================================
   FAQ
============================================================ */
.faq-sec { background: var(--white); }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(199,37,101,.12);
  padding: 0;
  overflow: hidden;
}

.faq-btn {
  width: 100%; text-align: left;
  background: none; border: none;
  padding: 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem; font-weight: 700;
  color: var(--dark);
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  transition: color .3s;
}
.faq-btn:hover { color: var(--pink); }
.faq-icon { font-size: 16px; color: var(--pink); transition: transform .3s; flex-shrink: 0; }

.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-item.active .faq-btn { color: var(--pink); }

.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease;
}
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p {
  padding: 0 0 20px;
  font-size: .93rem; color: var(--text-muted);
  line-height: 1.7; margin: 0;
}
.faq-answer strong { color: var(--text); }

/* ============================================================
   CONTACT
============================================================ */
.contact-info-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  height: 100%;
  display: flex; flex-direction: column; gap: 20px;
}

.contact-detail {
  display: flex; align-items: flex-start; gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(199,37,101,.08);
}
.contact-detail:last-of-type { border-bottom: none; padding-bottom: 0; }

.contact-icon {
  width: 44px; height: 44px;
  background: rgba(199,37,101,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-icon i { color: var(--pink); font-size: 18px; }

.contact-detail h5 {
  font-size: .85rem; font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .5px;
  margin: 0 0 4px;
}
.contact-detail p {
  font-size: .93rem; color: var(--text);
  margin: 0; line-height: 1.5;
}
.contact-note {
  font-size: .8rem!important;
  color: var(--pink)!important;
  font-weight: 600;
  margin-top: 4px!important;
}
.contact-note i { margin-right: 4px; }

.btn-contact {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: #fff!important;
  padding: 14px; border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 6px 20px rgba(37,211,102,.35);
  transition: all .3s; margin-top: auto;
}
.btn-contact:hover { background: #1fb958; transform: translateY(-2px); }

.parking-strip {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.parking-strip img { width: 100%; max-height: 160px; object-fit: cover; display: block; }
.parking-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(199,37,101,.85);
  color: #fff; padding: 8px 14px;
  font-size: 13px; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}

/* ============================================================
   FINAL CTA
============================================================ */
.final-cta {
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-lt) 100%);
  padding: 80px 0;
}
.final-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff; margin-bottom: 12px;
}
.final-cta p { color: rgba(255,255,255,.88); font-size: 1.05rem; margin-bottom: 32px; }

.btn-final {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--pink)!important;
  padding: 16px 36px; border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 800; font-size: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  transition: all .3s;
}
.btn-final:hover { background: var(--dark); color: #fff!important; transform: translateY(-3px); }
.btn-final i { font-size: 20px; color: #25D366; }

.final-sub {
  margin-top: 20px!important;
  font-size: 13px!important;
  color: rgba(255,255,255,.7)!important;
  margin-bottom: 0!important;
}

/* ============================================================
   WHATSAPP FLOAT BUTTON
============================================================ */
.btn-whatsapp-float {
  position: fixed;
  right: 12px;
  bottom: 70px;
  z-index: 1000;
  display: block;
  width: 200px;
  animation: pulsa 2.2s ease-in-out infinite;
}
.btn-whatsapp-float img { width: 100%; display: block; }

@keyframes pulsa {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* ============================================================
   MOBILE BOTTOM CTA BAR
============================================================ */
.mobile-cta-bar { display: none; }

@media (max-width:575px) {
  .mobile-cta-bar {
    display: block;
    position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 999;
    background: #fff;
    padding: 6px 8px 4px;
    border-top: 3px solid var(--pink);
    box-shadow: 0 -4px 20px rgba(0,0,0,.1);
  }
  .mobile-cta-bar p {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    text-align: center;
  }

  #footer { padding-bottom: 130px; }

  /* WhatsApp acima da barra mobile (~110px) + folga */
  .btn-whatsapp-float {
    width: 160px;
    right: 8px;
    bottom: 200px;
  }

  /* Back-to-top fica logo acima do WhatsApp */
  .back-to-top {
    bottom: 150px;
    right: 12px;
  }

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

/* ============================================================
   FOOTER
============================================================ */
#footer {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 14px;
}

.footer-top { padding: 60px 0 30px; }

.footer-brand img { margin-bottom: 16px; display: block; }
.footer-brand p { font-size: .9rem; line-height: 1.7; margin-bottom: 20px; }

.footer-brand .social-links { display: flex; gap: 10px; }
.footer-brand .social-links a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff!important; font-size: 18px;
  transition: background .3s;
}
.footer-brand .social-links a:hover { background: var(--pink); }

.footer-links h4,
.footer-contact-col h4 {
  color: #fff; font-size: 16px;
  font-weight: 700; margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(199,37,101,.4);
  display: inline-block;
}

.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links ul li {
  padding: 6px 0;
  display: flex; align-items: center;
}
.footer-links ul li i { color: var(--pink); margin-right: 6px; font-size: 16px; }
.footer-links ul a { color: rgba(255,255,255,.7); transition: color .3s; font-size: .9rem; }
.footer-links ul a:hover { color: var(--pink-lt); }

.footer-contact-col p {
  display: flex; align-items: flex-start; gap: 8px;
  color: rgba(255,255,255,.7); font-size: .9rem;
  margin-bottom: 8px; line-height: 1.5;
}
.footer-contact-col .bi { color: var(--pink); flex-shrink: 0; margin-top: 2px; }
.footer-contact-col small { color: rgba(255,255,255,.5); }

.footer-bottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,.5); }
.footer-bottom a { color: var(--pink-lt); }
.footer-bottom a:hover { color: #fff; }
.footer-bottom strong { color: rgba(255,255,255,.8); }

/* col spacing helpers */
.footer-links { margin-bottom: 30px; }
.footer-brand { margin-bottom: 30px; }
.footer-contact-col { margin-bottom: 30px; }

@media (max-width:575px) {
  .footer-bottom .col-md-6:last-child { text-align: left!important; }
}
