.elementor-12054 .elementor-element.elementor-element-b6a8ef0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12054 .elementor-element.elementor-element-f7cd052.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-12054 .elementor-element.elementor-element-93ebd7e{--display:flex;}.elementor-12054 .elementor-element.elementor-element-d93714d.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-f7cd052 *//* ================================================
   Crimson Realty — Gabrielle Bjelland / Magnolia TX
   WHERE TO PASTE: Elementor gear icon > Advanced > Custom CSS
   ================================================ */

/* =============================================
   Crimson Realty — Gabrielle Bjelland / Magnolia TX
   ============================================= */
:root {
  --crimson: #912b46;
  --crimson-dark: #7d243c;
  --crimson-light: #9e4257;
  --white: #ffffff;
  --off-white: #faf8f6;
  --light-gray: #f2eeeb;
  --mid-gray: #e2ddd9;
  --text-dark: #1a1714;
  --text-body: #3d3733;
  --text-muted: #7a726c;
}

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

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

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

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block !important;
  background: var(--crimson) !important;
  color: var(--white) !important;
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 16px 36px !important;
  border-radius: 3px !important;
  border: 2px solid var(--crimson) !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 10 !important;
}
.btn-primary:hover {
  background: var(--crimson-dark) !important;
  border-color: var(--crimson-dark) !important;
  color: var(--white) !important;
}

.btn-outline {
  display: inline-block !important;
  background: transparent !important;
  color: var(--white) !important;
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 14px 34px !important;
  border-radius: 3px !important;
  border: 2px solid var(--white) !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 10 !important;
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12) !important;
  color: var(--white) !important;
}

/* Elementor click-through fix */
.elementor-html a,
.elementor-widget-html a {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 10 !important;
  cursor: pointer !important;
}
.elementor-widget-html,
.elementor-widget-container {
  pointer-events: auto !important;
}

/* ---- HERO ---- */
.hero {
  background: linear-gradient(155deg, var(--crimson-dark) 0%, #5a1a2c 55%, #2e0d16 100%);
  padding: 88px 32px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 2px;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,0.18);
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 22px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.hero h1 em {
  font-style: italic;
  color: #e8a0b0;
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  max-width: 580px;
  margin: 0 auto 40px;
  line-height: 1.75;
  font-weight: 300;
}
.hero-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-agent {
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero-agent-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
}
.hero-agent-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-agent-info {
  text-align: left;
}
.hero-agent-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}
.hero-agent-title {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 3px;
}

/* ---- TRUST BAR ---- */
.trust-bar {
  background: var(--text-dark);
  padding: 18px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--crimson-light);
  flex-shrink: 0;
}

/* ---- SECTION DEFAULTS ---- */
section { padding: 80px 32px; }

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-intro {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.75;
}

/* ---- MAGNOLIA MARKET ---- */
.market-section {
  background: var(--off-white);
}
.market-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.market-content p {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 18px;
}
.market-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.highlight-card {
  background: var(--white);
  border-left: 3px solid var(--crimson);
  padding: 20px 24px;
  border-radius: 0 4px 4px 0;
}
.highlight-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.highlight-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ---- WHAT YOU GET ---- */
.services-section {
  background: var(--white);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.service-card {
  background: var(--light-gray);
  padding: 32px 28px;
  border-radius: 4px;
  border-top: 3px solid var(--crimson);
}
.service-icon {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---- WHY GABRIELLE ---- */
.why-section {
  background: var(--crimson-dark);
}
.why-section .section-label { color: rgba(255,255,255,0.55); }
.why-section .section-title { color: var(--white); }
.why-section .section-intro { color: rgba(255,255,255,0.72); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.why-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 28px 28px;
  border-radius: 4px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.why-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.75rem;
  color: var(--white);
}
.why-item-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.why-item-content p {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
}

/* ---- NEIGHBORHOODS ---- */
.neighborhoods-section {
  background: var(--off-white);
}
.neighborhoods-intro { max-width: 680px; }
.neighborhood-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 40px;
}
.neighborhood-tag {
  background: var(--white);
  border: 1px solid var(--mid-gray);
  padding: 14px 20px;
  border-radius: 3px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dark);
  text-align: center;
  letter-spacing: 0.02em;
}

/* ---- FAQ ---- */
.faq-section {
  background: var(--white);
}
.faq-list {
  max-width: 760px;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-bottom: 1px solid var(--mid-gray);
  padding: 28px 0;
}
.faq-item:first-child { border-top: 1px solid var(--mid-gray); }
.faq-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.3;
}
.faq-item p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.75;
}

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, var(--crimson) 0%, var(--crimson-dark) 100%);
  text-align: center;
  padding: 96px 40px;
}
.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 700;
}
.cta-section p {
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.75;
  font-weight: 300;
}
.cta-section .btn-outline {
  border-color: var(--white) !important;
  color: var(--white) !important;
}

/* ---- ANIMATIONS ---- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  section { padding: 56px 18px !important; }
  .hero { padding: 64px 20px 52px !important; }
  .hero h1 { font-size: 2.3rem !important; }
  .hero-ctas { flex-direction: column; align-items: center; gap: 12px; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-outline {
    width: auto !important;
    max-width: 300px !important;
    display: inline-block !important;
    text-align: center;
  }
  .hero-agent { flex-direction: column; text-align: center; }
  .hero-agent-info { text-align: center; }
  .trust-bar { padding: 14px 16px !important; gap: 16px !important; }
  .market-inner { grid-template-columns: 1fr !important; gap: 36px !important; }
  .services-grid { grid-template-columns: 1fr !important; }
  .why-grid { grid-template-columns: 1fr !important; }
  .neighborhood-list { grid-template-columns: 1fr 1fr !important; }
  .section-title { font-size: 1.8rem !important; }
  .cta-section { padding: 64px 20px !important; }
  .cta-section .btn-outline {
    display: inline-block !important;
    width: auto !important;
    max-width: 300px !important;
    padding: 16px 24px !important;
    color: var(--white) !important;
  }
  .faq-list { max-width: 100% !important; }
}/* End custom CSS */