/*
Theme Name: Assis Business & Mall
Theme URI: https://assisbusinessmall.com.br
Author: Emisa Incorporadora
Description: Tema de landing page para captura de leads do Assis Business & Mall
Version: 1.0.0
License: All Rights Reserved
Text Domain: assis-theme
*/

/* ===== Reset & Base ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #c2882a;
  --gold-light: #d4a95a;
  --gold-dark: #8c5e14;
  --dark-surface: #141a24;
  --dark-surface-fg: #c8ced8;
  --background: #f3f4f6;
  --foreground: #171d28;
  --muted-fg: #636d7e;
  --border: #dcdfe4;
  --card: #ffffff;
  --shadow-luxury: 0 20px 60px -15px rgba(20, 26, 36, 0.25);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Raleway', sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--background);
  color: var(--foreground);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}

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

a {
  text-decoration: none;
  color: inherit;
}

/* ===== Utility Classes ===== */
.text-gold { color: var(--gold); }
.text-gold-light { color: var(--gold-light); }
.text-muted { color: var(--muted-fg); }
.text-dark-fg { color: var(--dark-surface-fg); }
.text-white { color: #ffffff; }
.bg-gold { background-color: var(--gold); }
.bg-dark { background-color: var(--dark-surface); }
.bg-light { background-color: var(--background); }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.text-center { text-align: center; }

.section-padding {
  padding: 6rem 1.5rem;
}

.section-dark {
  background-color: var(--dark-surface);
  color: var(--dark-surface-fg);
}

/* ===== Gold Divider ===== */
.gold-divider {
  height: 1px;
  width: 4rem;
  background-color: var(--gold);
  margin: 0 auto;
}

/* ===== Luxury Card ===== */
.luxury-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 2px;
  box-shadow: var(--shadow-luxury);
}

/* ===== Section Label ===== */
.section-label {
  color: var(--gold);
  font-family: var(--font-body);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-title--light {
  color: var(--foreground);
}

.section-title--dark {
  color: #ffffff;
}

/* ===== Hero Section ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 26, 36, 0.8),
    rgba(20, 26, 36, 0.6),
    rgba(20, 26, 36, 0.9)
  );
}

.hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

.hero__subtitle {
  color: var(--gold);
  font-family: var(--font-body);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hero__tagline {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold-light);
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}

.hero__description {
  color: var(--dark-surface-fg);
  font-family: var(--font-body);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}

.hero__cta {
  display: inline-block;
  background-color: var(--gold);
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  padding: 1rem 2.5rem;
  transition: background-color 0.3s;
}

.hero__cta:hover {
  background-color: var(--gold-dark);
}

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.hero__scroll-line {
  width: 1px;
  height: 3rem;
  background-color: rgba(194, 136, 42, 0.5);
  animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ===== About Section ===== */
.about__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.about__stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.about__stat-label {
  color: var(--muted-fg);
  font-family: var(--font-body);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ===== Details Section ===== */
.details__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.details__card {
  padding: 2rem;
  text-align: center;
}

.details__card-icon {
  width: 2rem;
  height: 2rem;
  color: var(--gold);
  margin: 0 auto 1rem;
}

.details__card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--foreground);
  margin-bottom: 0.25rem;
}

.details__card-sub {
  color: var(--muted-fg);
  font-family: var(--font-body);
  font-size: 0.875rem;
}

.details__bottom {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  text-align: center;
}

.details__bottom-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.25rem;
}

.details__bottom-desc {
  color: var(--muted-fg);
  font-family: var(--font-body);
  font-size: 0.875rem;
}

/* ===== Features Section ===== */
.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.features__item {
  position: relative;
  overflow: hidden;
}

.features__item-img-wrap {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.features__item-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.features__item:hover img {
  transform: scale(1.05);
}

.features__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 26, 36, 0.9), rgba(20, 26, 36, 0.2), transparent);
}

.features__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}

.features__item-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.features__item-desc {
  color: var(--dark-surface-fg);
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ===== Location Section ===== */
.location {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.location__divider {
  height: 1px;
  width: 4rem;
  background-color: var(--gold);
  margin-bottom: 1.5rem;
}

.location__title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.location__text {
  color: var(--dark-surface-fg);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.location__places {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.location__place {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--dark-surface-fg);
  font-family: var(--font-body);
  font-size: 0.875rem;
}

.location__place-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gold);
  flex-shrink: 0;
}

/* ===== Lead Form ===== */
.lead-form__card {
  padding: 2rem;
}

.lead-form__group {
  margin-bottom: 1.5rem;
}

.lead-form__label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--muted-fg);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.lead-form__input,
.lead-form__select,
.lead-form__textarea {
  width: 100%;
  background-color: var(--background);
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  color: var(--foreground);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s;
}

.lead-form__input:focus,
.lead-form__select:focus,
.lead-form__textarea:focus {
  border-color: var(--gold);
}

.lead-form__textarea {
  resize: none;
}

.lead-form__submit {
  width: 100%;
  background-color: var(--gold);
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  padding: 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.lead-form__submit:hover {
  background-color: var(--gold-dark);
}

.lead-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ===== Footer ===== */
.site-footer {
  background-color: var(--dark-surface);
  border-top: 1px solid rgba(194, 136, 42, 0.1);
  padding: 3rem 1.5rem;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.site-footer__logo {
  height: 2.5rem;
  opacity: 0.7;
}

.site-footer__address {
  color: var(--dark-surface-fg);
  font-family: var(--font-body);
  font-size: 0.875rem;
  text-align: center;
}

.site-footer__copy {
  color: rgba(200, 206, 216, 0.6);
  font-family: var(--font-body);
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* ===== Animations (scroll reveal via JS) ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-scale {
  transform: scaleX(0);
  transition: transform 0.6s ease;
}

.reveal-scale.visible {
  transform: scaleX(1);
}

/* ===== Responsive ===== */
@media (min-width: 640px) {
  .details__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .details__bottom {
    grid-template-columns: repeat(3, 1fr);
  }
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 5rem;
  }
  .hero__tagline {
    font-size: 1.75rem;
  }
  .section-title {
    font-size: 3rem;
  }
  .lead-form__card {
    padding: 2.5rem;
  }
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer__address {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 6rem;
  }
  .about__stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .details__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .location {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-title {
    font-size: 3rem;
  }
}
