/*
Theme Name: Morcode
Theme URI: https://morcode.pt/
Author: Morcode
Author URI: https://morcode.pt/
Description: Morcode
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Morcode
*/
/* Morcode Landing (Imobiliário) */
html {
  scroll-behavior: smooth;
}

.morcode-landing {
  background: #ffffff;
  position: relative;
}

.landing-logo {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 200px;
  text-align: center;
  pointer-events: none;
}

.landing-logo img {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}

.morcode-hero {
  height: 100vh;
  min-height: 640px;
}

.morcode-hero .carousel-item {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}

.morcode-hero .carousel-inner {
  height: 100%;
}

.morcode-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.morcode-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--morcode-overlay, rgba(0, 0, 0, 0.55));
}

.morcode-hero__caption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.morcode-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 600;
}

.morcode-block {
  padding: 84px 0;
}

.morcode-h2 {
  font-weight: 800;
}

.morcode-media-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f8f9fa;
}

.morcode-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.morcode-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-section--center .morcode-media-frame {
  margin: 0 auto;
}

.morcode-stat {
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.95);
}

.morcode-form-section {
  padding: 94px 0;
}

.morcode-form-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  padding: 28px;
}

.morcode-feature-list li {
  font-size: 1.03rem;
}

.last-section {
  padding-bottom: 24px;
}