/* =============================================
   THE DRAGONFLY HOME TEAM — Mai Nakli
   Northern Colorado Real Estate
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --azure-deep:   #092D4B;
  --azure-dark:   #053660;
  --gray-light:   #D9D9D9;
  --gray-blue:    #C0C2D1;
  --white:        #FFFFFF;
  --off-white:    #F4F5F7;
  --text-dark:    #092D4B;
  --text-muted:   #6B7280;
  --border:       rgba(9, 45, 75, 0.12);

  --serif:  'Cormorant Garamond', Georgia, serif;
  --sans:   'Jost', system-ui, sans-serif;

  --nav-h: 76px;
  --radius: 4px;
  --radius-lg: 10px;
  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 400;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* =============================================
   UTILITIES
   ============================================= */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-pad {
  padding: 96px 0;
}
.section-tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--azure-dark);
  margin-bottom: 16px;
  opacity: 0.6;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--azure-deep);
  margin-bottom: 20px;
}
.section-title em {
  font-style: italic;
  font-weight: 300;
}
.section-body {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 560px;
}
.divider {
  width: 48px;
  height: 2px;
  background: var(--azure-deep);
  margin-bottom: 28px;
  opacity: 0.25;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.btn-primary {
  background: var(--azure-deep);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--azure-dark);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--azure-deep);
  border: 1.5px solid var(--azure-deep);
}
.btn-outline:hover {
  background: var(--azure-deep);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-white {
  background: var(--white);
  color: var(--azure-deep);
}
.btn-white:hover {
  background: var(--gray-light);
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}

/* PLACEHOLDER BLOCKS */
.placeholder-img {
  background: var(--gray-light);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 13px;
  font-family: var(--sans);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.6;
}
.placeholder-text {
  background: var(--gray-light);
  border-radius: 3px;
  height: 14px;
  opacity: 0.4;
  margin-bottom: 10px;
}
.placeholder-text.short { width: 60%; }
.placeholder-text.medium { width: 80%; }
.placeholder-text.full { width: 100%; }

/* =============================================
   NAVIGATION
   ============================================= */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  transition: box-shadow var(--transition);
}
#navbar.scrolled {
  box-shadow: 0 2px 24px rgba(9,45,75,0.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo-img {
  width: 48px;
  height: 48px;
  background: var(--gray-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--sans);
  flex-shrink: 0;
}
.nav-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.nav-brand-name {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  color: var(--azure-deep);
  letter-spacing: -0.01em;
}
.nav-brand-sub {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 8px 12px;
  border-radius: var(--radius);
  transition: color var(--transition), background var(--transition);
}
.nav-links a:hover {
  color: var(--azure-deep);
  background: var(--off-white);
}
.nav-cta {
  margin-left: 12px;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--azure-deep);
  transition: var(--transition);
}

/* =============================================
   HERO
   ============================================= */
#home {
  padding-top: var(--nav-h);
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.hero-bg-accent {
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: var(--off-white);
  z-index: 0;
}
.hero-left {
  padding: 80px 60px 80px 40px;
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow-line {
  width: 32px;
  height: 1px;
  background: var(--azure-deep);
  opacity: 0.3;
}
.hero-eyebrow-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--azure-deep);
  opacity: 0.55;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--azure-deep);
  margin-bottom: 28px;
}
.hero-title em {
  font-style: italic;
}
.hero-desc {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 420px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-right {
  position: relative;
  z-index: 1;
  padding: 40px 40px 40px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.hero-img-main {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  border-radius: var(--radius-lg);
  display: block;
  margin: 0 auto;
}
.hero-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 4px;
}
.hero-stat {
  background: var(--white);
  padding: 18px 16px;
  text-align: center;
}
.hero-stat-num {
  font-family: var(--serif);
  font-size: clamp(14px, 1.8vw, 28px);
  font-weight: 300;
  color: var(--azure-deep);
  display: block;
  line-height: 1.1;
  margin-bottom: 4px;
}
.hero-stat-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* =============================================
   ABOUT
   ============================================= */
#about {
  background: var(--azure-deep);
  color: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-img {
  width: 100%;
  aspect-ratio: 3/4;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.about-content .section-title { color: var(--white); }
.about-content .section-tag { color: var(--gray-blue); opacity: 1; }
.about-content .divider { background: var(--gray-blue); opacity: 0.4; }
.about-content .section-body { color: rgba(255,255,255,0.65); max-width: 100%; }
.about-content .section-body p { margin-bottom: 16px; }
.about-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.credential-pill {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 6px 16px;
  border-radius: 100px;
}

/* =============================================
   BUYING
   ============================================= */
#buying {
  background: var(--white);
}
.buying-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.buying-steps {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.buying-step {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.buying-step:first-child { border-top: 1px solid var(--border); }
.step-num {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--gray-blue);
  line-height: 1;
  min-width: 40px;
  padding-top: 2px;
}
.step-info h4 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--azure-deep);
  margin-bottom: 6px;
}
.step-info p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}
.buying-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.buying-img-main {
  width: 100%;
  aspect-ratio: 4/3;
}
.buying-cta-card {
  background: var(--azure-deep);
  border-radius: var(--radius-lg);
  padding: 28px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.buying-cta-card p {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  max-width: 220px;
}

/* =============================================
   SELLING
   ============================================= */
#selling {
  background: var(--off-white);
}
.selling-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}
.selling-header-right {
  padding-bottom: 4px;
}
.selling-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.selling-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.selling-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(9,45,75,0.08);
}
.selling-card-icon {
  width: 44px;
  height: 44px;
  background: var(--off-white);
  border-radius: var(--radius);
  margin-bottom: 20px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.selling-card-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--azure-deep);
  fill: none;
  stroke-width: 1.5;
}
.selling-card h4 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--azure-deep);
  margin-bottom: 10px;
}
.selling-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.selling-card-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--azure-deep);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.7;
  transition: opacity var(--transition), gap var(--transition);
}
.selling-card-link:hover { opacity: 1; gap: 10px; }

/* =============================================
   COMMUNITIES
   ============================================= */
#communities {
  background: var(--white);
}
.communities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.community-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}
.community-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(9,45,75,0.1);
}
.community-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0;
}
.community-info {
  padding: 18px 20px;
  background: var(--white);
}
.community-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--azure-deep);
  margin-bottom: 4px;
}
.community-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* =============================================
   TESTIMONIALS
   ============================================= */
#testimonials {
  background: var(--azure-deep);
  color: var(--white);
}
.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}
.testimonials-header .section-title { color: var(--white); }
.testimonials-header .section-tag { color: var(--gray-blue); opacity: 1; }
.testimonials-header .divider { margin: 0 auto 28px; background: var(--gray-blue); opacity: 0.3; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial-stars {
  display: flex;
  gap: 3px;
}
.testimonial-stars span {
  color: #E8B84B;
  font-size: 14px;
}
.testimonial-quote {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  flex: 1;
}
.testimonial-author {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
}
.testimonial-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2px;
}
.testimonial-location {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.03em;
}

/* =============================================
   BLOG
   ============================================= */
#blog {
  background: var(--off-white);
}
.blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(9,45,75,0.08);
}
.blog-img {
  width: 100%;
  aspect-ratio: 16/9;
}
.blog-content {
  padding: 24px;
}
.blog-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--azure-dark);
  opacity: 0.6;
  margin-bottom: 10px;
}
.blog-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--azure-deep);
  margin-bottom: 10px;
}
.blog-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.blog-read-more {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--azure-deep);
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap var(--transition);
}
.blog-read-more:hover { gap: 8px; }

/* =============================================
   RESOURCES
   ============================================= */
#resources {
  background: var(--white);
}
.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.resource-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
  cursor: pointer;
}
.resource-item:hover {
  background: var(--off-white);
  border-color: var(--azure-deep);
  transform: translateX(4px);
}
.resource-icon {
  width: 48px;
  height: 48px;
  background: var(--off-white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.resource-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--azure-deep);
  fill: none;
  stroke-width: 1.5;
}
.resource-text h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--azure-deep);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.resource-text p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
.resource-arrow {
  margin-left: auto;
  font-size: 18px;
  color: var(--text-muted);
  transition: color var(--transition), transform var(--transition);
}
.resource-item:hover .resource-arrow {
  color: var(--azure-deep);
  transform: translateX(4px);
}

/* =============================================
   CONTACT STRIP
   ============================================= */
.contact-strip {
  background: var(--azure-deep);
  padding: 64px 0;
}
.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.contact-strip h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  max-width: 480px;
}
.contact-strip h2 em { font-style: italic; }
.contact-btns { display: flex; gap: 14px; flex-shrink: 0; }

/* =============================================
   FOOTER
   ============================================= */
footer {
  background: #051F35;
  color: rgba(255,255,255,0.5);
  padding: 48px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .nav-brand-name {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 12px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.75;
  max-width: 260px;
}
.footer-col h5 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 10px;
  transition: color var(--transition);
}
.footer-col a:hover { color: rgba(255,255,255,0.85); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
}
.footer-bottom-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  transition: color var(--transition);
}
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .container { padding: 0 28px; }
  .communities-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .container { padding: 0 20px; }
  .section-pad { padding: 64px 0; }

  #home { grid-template-columns: 1fr; min-height: auto; }
  .hero-bg-accent { display: none; }
  .hero-left { padding: 60px 20px 40px; max-width: 100%; margin: 0; }
  .hero-right { padding: 0 20px 60px; }

  .about-grid,
  .buying-grid,
  .selling-header { grid-template-columns: 1fr; gap: 40px; }

  .selling-cards,
  .testimonials-grid,
  .blog-grid { grid-template-columns: 1fr; }

  .communities-grid { grid-template-columns: 1fr 1fr; }
  .resources-grid { grid-template-columns: 1fr; }

  .contact-strip-inner { flex-direction: column; text-align: center; }
  .contact-btns { justify-content: center; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .blog-header { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* =============================================
   HERO DUAL LOGOS
   ============================================= */
.hero-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-logos img {
  height: 36px;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  filter: grayscale(20%);
  transition: opacity var(--transition);
}
.hero-logos img:hover { opacity: 1; }
.hero-logos-divider {
  width: 1px;
  height: 28px;
  background: var(--border);
  flex-shrink: 0;
}

/* =============================================
   ABOUT — EXPECTS LIST
   ============================================= */
.about-expects {
  margin: 28px 0;
}
.about-expects-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--azure-deep);
  opacity: 0.55;
  margin-bottom: 14px;
}
.about-expects-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-expects-list li {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  padding-left: 20px;
  position: relative;
}
.about-expects-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 1.5px;
  background: var(--azure-deep);
  opacity: 0.4;
}

/* =============================================
   COMMUNITY DETAIL PAGES
   ============================================= */
.community-hero {
  padding-top: var(--nav-h);
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.community-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.community-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,45,75,0.85) 0%, rgba(9,45,75,0.3) 60%, transparent 100%);
}
.community-hero-content {
  position: relative;
  z-index: 1;
  padding: 48px 40px;
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}
.community-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-bottom: 20px;
  transition: color var(--transition);
}
.community-back:hover { color: rgba(255,255,255,0.95); }
.community-hero-title {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 300;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 12px;
}
.community-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  max-width: 480px;
}

.community-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.market-snapshot {
  background: var(--azure-deep);
  border-radius: var(--radius-lg);
  padding: 40px 48px;
  margin: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.market-snapshot-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-blue);
  margin-bottom: 8px;
  opacity: 0.8;
}
.market-snapshot-value {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 6px;
}
.market-snapshot-note {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}
.market-snapshot-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.12);
  margin: 0 auto;
}

.community-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}
.community-section:last-child { border-bottom: none; }
.community-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
/* For non-reverse: text left, image right (HTML order: text, image) */
/* For reverse: image left, text right (HTML order: image, text — no reordering needed) */
.community-section-grid.reverse { direction: ltr; }
.community-section h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--azure-deep);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  line-height: 1.2;
}
.community-section h3 em { font-style: italic; }
.community-section p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.community-section p:last-child { margin-bottom: 0; }
.community-img-block {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.community-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.community-list {
  list-style: none;
  margin-top: 8px;
}
.community-list li {
  font-size: 14px;
  color: var(--text-muted);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.community-list li:first-child { border-top: 1px solid var(--border); }
.community-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 1.5px;
  background: var(--azure-deep);
  opacity: 0.35;
}
.community-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.community-why-item {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
}
.community-why-item h5 {
  font-size: 13px;
  font-weight: 600;
  color: var(--azure-deep);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.community-why-item p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.community-cta {
  background: var(--azure-deep);
  padding: 64px 0;
  text-align: center;
  margin-top: 0;
}
.community-cta h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 16px;
}
.community-cta h2 em { font-style: italic; }
.community-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
}
.community-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .market-snapshot { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
  .market-snapshot-divider { display: none; }
  .community-section-grid { grid-template-columns: 1fr; gap: 32px; }
  .community-section-grid.reverse { direction: ltr; }
  .community-why-grid { grid-template-columns: 1fr; }
  .community-hero-content { padding: 32px 20px; }
  .community-body { padding: 0 20px; }
}

/* Lokation logo in nav */
.nav-lokation {
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-left: 4px;
  border-left: 1px solid var(--border);
}

/* =============================================
   STRATEGIC PRICING — WIDE CARD
   ============================================= */
.selling-card-wide {
  grid-column: 1 / -1;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.selling-card-wide-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.pricing-pyramid-img {
  overflow: hidden;
  min-height: 360px;
}
.pricing-pyramid-content {
  padding: 36px 36px 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pricing-pyramid-content h4 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--azure-deep);
  margin: 12px 0 10px;
}
.pricing-pyramid-content > p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.pricing-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}
.pricing-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
}
.pricing-point-pct {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 100px;
  text-align: center;
}
.pricing-point-pct.danger  { background: #FCEBEB; color: #A32D2D; }
.pricing-point-pct.warning { background: #FAEEDA; color: #854F0B; }
.pricing-point-pct.good    { background: #EAF3DE; color: #3B6D11; }
.pricing-point-pct.best    { background: #E6F1FB; color: #185FA5; }
.pricing-takeaway {
  margin-top: 16px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
}
.pricing-takeaway strong {
  display: block;
  color: var(--azure-deep);
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .selling-card-wide-inner { grid-template-columns: 1fr; }
  .pricing-pyramid-img { min-height: 260px; }
  .pricing-pyramid-content { padding: 24px; }
}

/* =============================================
   EXPERT MARKETING — EXPANDED CARD
   ============================================= */
.selling-card-expanded {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.selling-card-expanded p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.marketing-features {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 4px 0 8px;
  border-top: 1px solid var(--border);
}
.marketing-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.marketing-feature-icon {
  width: 32px;
  height: 32px;
  background: var(--off-white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.marketing-feature-icon svg {
  width: 15px;
  height: 15px;
  stroke: var(--azure-deep);
}
.marketing-feature div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.marketing-feature strong {
  font-size: 13px;
  font-weight: 600;
  color: var(--azure-deep);
  letter-spacing: 0.01em;
}
.marketing-feature span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* =============================================
   BUYING — ADDED PROTECTION BLOCK
   ============================================= */
.buying-protection {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 4px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
}
.buying-protection-icon {
  width: 36px;
  height: 36px;
  background: var(--azure-deep);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.buying-protection-icon svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}
.buying-protection strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--azure-deep);
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.buying-protection p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* =============================================
   ABOUT — ENTRY SNIPPET
   ============================================= */
.about-snippet {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 16px;
}
.about-snippet-img {
  width: 80px;
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
}
.about-snippet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-snippet-text p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .about-snippet { flex-direction: row; }
  .about-snippet-img { width: 72px; }
}

/* =============================================
   SMART BUYER SECTION
   ============================================= */
.smart-rule {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 40px 48px;
  margin-bottom: 0;
}
.smart-rule-intro h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.smart-rule-intro p {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 28px;
}
.smart-rule-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.smart-rule-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
}
.smart-rule-card--mid {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
}
.smart-rule-pct {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 300;
  color: var(--white);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.smart-rule-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
}
.smart-rule-note {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}
.smart-dos-donts {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 48px;
  align-items: start;
}
.smart-col-divider {
  background: rgba(255,255,255,0.1);
  width: 1px;
  align-self: stretch;
}
.smart-col-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.smart-col-header h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
  color: var(--white);
  letter-spacing: -0.02em;
}
.smart-col-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.smart-col-icon--do {
  background: rgba(100,200,100,0.15);
  border: 1px solid rgba(100,200,100,0.25);
}
.smart-col-icon--do svg { stroke: #7DC67E; }
.smart-col-icon--dont {
  background: rgba(220,80,80,0.15);
  border: 1px solid rgba(220,80,80,0.25);
}
.smart-col-icon--dont svg { stroke: #E07070; }
.smart-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smart-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
.smart-list li:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.smart-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 1.5px;
  background: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .smart-rule { padding: 28px 24px; }
  .smart-rule-cards { grid-template-columns: 1fr; gap: 10px; }
  .smart-dos-donts { grid-template-columns: 1fr; gap: 40px; }
  .smart-col-divider { display: none; }
}

/* =============================================
   SOCIAL MEDIA FEEDS
   ============================================= */
.social-feeds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}
.social-feed-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.social-feed-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.social-feed-icon {
  width: 28px;
  height: 28px;
  stroke: var(--azure-deep);
  flex-shrink: 0;
}
.social-feed-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--azure-deep);
  margin-bottom: 2px;
}
.social-feed-handle {
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.social-feed-handle:hover { color: var(--azure-deep); }
.social-feed-embed {
  padding: 0;
  overflow: hidden;
}
.social-feed-embed .instagram-media {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.social-feed-embed .fb-page,
.social-feed-embed .fb-page span,
.social-feed-embed .fb-page span iframe {
  width: 100% !important;
  display: block;
}

@media (max-width: 768px) {
  .social-feeds-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .social-feeds-grid { grid-template-columns: 1fr 1fr; }
}

/* Facebook static card */
.fb-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background var(--transition);
}
.fb-card-link:hover { background: var(--off-white); }
.fb-card-body {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 24px 20px;
}
.fb-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--border);
}
.fb-card-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--azure-deep);
  margin-bottom: 4px;
}
.fb-card-title {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.fb-card-meta {
  font-size: 12px;
  color: var(--text-muted);
  opacity: 0.7;
}
.fb-card-action {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 24px 24px;
  padding: 12px 18px;
  background: #1877F2;
  color: #fff;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
  transition: background var(--transition);
}
.fb-card-action svg { stroke: #fff; }
.fb-card-link:hover .fb-card-action { background: #0d6adb; }

/* LinkedIn card hover */
.fb-card-link:hover .fb-card-action[style*="0A66C2"] { background: #084f99 !important; }
