/* ============================================================
   LS PERÍCIA — Modern Professional Layout
   ============================================================ */

:root {
  --primary:       #590338;
  --primary-dark:  #3D0227;
  --primary-light: #850547;
  --accent:        #590338;
  --accent-light:  #F5E8EE;
  --bg-light:      #F5F7FA;
  --bg-cream:      #EFE4DF;
  --text-dark:     #1C1C2E;
  --text-body:     #4A4A6A;
  --text-muted:    #888;
  --white:         #FFFFFF;
  --shadow-sm:     0 2px 15px rgba(89,3,56,.08);
  --shadow-md:     0 8px 40px rgba(89,3,56,.12);
  --shadow-lg:     0 20px 60px rgba(89,3,56,.18);
  --radius:        12px;
  --radius-sm:     8px;
  --transition:    all .3s ease;
  --font-heading:  'Playfair Display', Georgia, serif;
  --font-body:     'Inter', -apple-system, sans-serif;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-body);
  background: var(--white);
}

h1,h2,h3,h4,h5 { font-family: var(--font-heading); color: var(--text-dark); line-height: 1.3; }
a { color: var(--primary); transition: var(--transition); text-decoration: none; }
a:hover { color: var(--primary-light); text-decoration: none; }
img { max-width: 100%; }

/* === Sections === */
.ls-section { padding: 100px 0; }
.ls-section-sm { padding: 60px 0; }

.ls-section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  position: relative;
}
.ls-section-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: var(--primary);
  margin-top: 14px;
}
.ls-section-title.text-center::after { margin-left: auto; margin-right: auto; }

.ls-section-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 50px;
}

/* === Buttons === */
.btn-ls-primary {
  display: inline-block;
  background: #590338;
  color: var(--white);
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .93rem;
  letter-spacing: .05em;
  border: 2px solid #590338;
  transition: var(--transition);
}
.btn-ls-primary:hover {
  background: var(--white);
  color: #590338;
  border-color: #590338;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(89,3,56,.3);
}
.btn-ls-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .93rem;
  letter-spacing: .05em;
  border: 2px solid rgba(255,255,255,.7);
  transition: var(--transition);
}
.btn-ls-outline:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-ls-send {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}
.btn-ls-send:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(89,3,56,.35);
}
.btn-ls-send:disabled {
  opacity: .7;
  cursor: not-allowed;
  transform: none;
}

/* === WhatsApp Float === */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 36px;
  right: 36px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  z-index: 1050;
  transition: var(--transition);
}
.whatsapp-float:hover {
  background: #1ebe5d;
  color: var(--white);
  transform: scale(1.1);
}

/* === Top Info Bar === */
.ls-top-bar {
  background: var(--primary-dark);
  color: rgba(255,255,255,.75);
  font-size: .81rem;
  padding: 8px 0;
}
.ls-top-bar a { color: rgba(255,255,255,.75); }
.ls-top-bar a:hover { color: var(--white); }
.ls-top-bar .info-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 22px;
}
.ls-top-bar .top-socials a {
  display: inline-flex;
  width: 26px; height: 26px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  margin-left: 5px;
  font-size: .72rem;
  transition: var(--transition);
}
.ls-top-bar .top-socials a:hover { background: var(--accent); color: var(--white); }

/* === Navbar === */
.ls-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  padding: 10px 0;
  transition: var(--transition);
  z-index: 1000;
}
.ls-navbar .navbar-brand img { height: 60px; width: auto; }
.ls-navbar .nav-link {
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--primary) !important;
  padding: 8px 16px !important;
  transition: var(--transition);
  position: relative;
}
.ls-navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 16px; right: 16px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform .3s ease;
}
.ls-navbar .nav-link:hover::after,
.ls-navbar .nav-link.active::after { transform: scaleX(1); }
.ls-navbar .nav-link:hover { color: var(--accent) !important; }

/* === Hero === */
.ls-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
.ls-hero-overlay {
  position: absolute;
  inset: 0;
  background: none;
}
.ls-hero-content {
  position: relative;
  z-index: 1;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ls-hero-badge {
  display: inline-block;
  background: #590338;
  border: 1px solid #590338;
  color: var(--white);
  padding: 6px 22px;
  border-radius: 50px;
  font-size: .78rem;
  font-family: var(--font-body);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ls-hero-title {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.ls-hero-title .typed-words { color: var(--white); }
.ls-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255,255,255,.92);
  max-width: 560px;
  margin-bottom: 40px;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
  line-height: 1.8;
}
.ls-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

.ls-hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.55);
  text-align: center;
  z-index: 1;
  animation: ls-bounce 2s infinite;
}
@keyframes ls-bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-10px); }
}

/* === Stats Bar === */
.ls-stats-bar {
  background: #590338;
  padding: 48px 0;
}
.ls-stat-item {
  text-align: center;
  padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.ls-stat-item:last-child { border-right: none; }
.ls-stat-number {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.ls-stat-label {
  font-size: .8rem;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* === About === */
.ls-about { background: #EFE4DF; }

.ls-about-photo-wrap { position: relative; }
.ls-about-photo {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: block;
}
.ls-about-badge {
  position: absolute;
  bottom: 28px;
  left: -24px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 28px;
  box-shadow: var(--shadow-md);
  text-align: center;
  min-width: 130px;
}
.ls-about-badge .badge-num {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
  line-height: 1;
}
.ls-about-badge .badge-lbl {
  font-size: .72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px;
}

.ls-value-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--accent);
  margin-bottom: 18px;
  transition: var(--transition);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ls-value-card:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow-md);
}
.ls-value-card .vc-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.ls-value-card .vc-body h4 {
  color: var(--primary);
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.ls-value-card .vc-body p {
  margin: 0;
  font-size: .9rem;
  color: var(--text-body);
  line-height: 1.6;
}

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

.ls-service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(89,3,56,.07);
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.ls-service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.ls-service-card:hover::before { transform: scaleX(1); }
.ls-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.ls-service-icon {
  width: 72px;
  height: 72px;
  background: var(--bg-cream);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.ls-service-icon img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}
.ls-service-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.35;
}
.ls-service-card p {
  font-size: .9rem;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

/* === Calculator === */
.ls-calculator { background: #F5F7FA; }

/* === Reviews === */
.ls-reviews { background: var(--white); }

/* === Contact === */
.ls-contact { background: #F5F7FA; }

.ls-contact-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 48px 44px;
  box-shadow: var(--shadow-md);
}
.ls-contact-form .form-label {
  font-weight: 600;
  font-size: .82rem;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}
.ls-contact-form .form-control {
  border: 2px solid #EBEBEB !important;
  border-radius: var(--radius-sm) !important;
  height: auto !important;
  padding: 12px 16px !important;
  font-size: .95rem;
  font-family: var(--font-body);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.ls-contact-form .form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(89,3,56,.12) !important;
  outline: none;
}
.ls-contact-form textarea.form-control { height: auto !important; resize: vertical; }
.ls-contact-form #result-message { margin-top: 16px; border-radius: var(--radius-sm); }

.ls-contact-info {
  background: var(--primary);
  border-radius: var(--radius);
  padding: 48px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ls-contact-info h3 {
  color: var(--white);
  font-size: 1.9rem;
  margin-bottom: 6px;
}
.ls-contact-info .ci-sub {
  color: rgba(255,255,255,.65);
  margin-bottom: 36px;
  font-size: .92rem;
}

.ls-ci-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.ls-ci-icon {
  width: 44px; height: 44px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  flex-shrink: 0;
}
.ls-ci-text strong { color: var(--white); display: block; font-size: .88rem; margin-bottom: 2px; }
.ls-ci-text p { margin: 0; color: rgba(255,255,255,.75); font-size: .88rem; }

.ls-contact-socials {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
}
.ls-contact-socials a {
  width: 44px; height: 44px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  transition: var(--transition);
}
.ls-contact-socials a:hover {
  background: var(--accent);
  color: var(--white);
  transform: translateY(-3px);
}

/* === Footer === */
.ls-footer {
  background: var(--primary-dark);
  color: rgba(255,255,255,.55);
  padding: 26px 0;
  text-align: center;
  font-size: .85rem;
}
.ls-footer strong { color: var(--white); font-weight: 600; }
.ls-footer a { color: rgba(255,255,255,.55); }
.ls-footer a:hover { color: var(--white); }

/* === Divider === */
.ls-divider {
  width: 100%;
  height: 1px;
  background: rgba(89,3,56,.08);
}

/* === Responsive === */
@media (max-width: 991px) {
  .ls-hero-title { font-size: 2.6rem; }
  .ls-section { padding: 70px 0; }
  .ls-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
  .ls-stat-item:last-child { border-bottom: none; }
  .ls-about-badge { left: 0; }
  .ls-contact-form { padding: 36px 28px; }
  .ls-contact-info { padding: 36px 28px; margin-top: 24px; }
}
@media (max-width: 767px) {
  .ls-hero-title { font-size: 2rem; }
  .ls-hero { background-attachment: scroll; }
  .ls-section-title { font-size: 1.9rem; }
  .ls-hero-cta { justify-content: center; }
  .ls-about-photo { height: 380px; }
  .ls-top-bar .ls-top-bar-inner { flex-direction: column; gap: 4px; }
}
@media (max-width: 575px) {
  .ls-hero-title { font-size: 1.75rem; }
  .ls-contact-form { padding: 28px 20px; }
}
