html { scroll-behavior: smooth; }

@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
@keyframes play-pulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.15);opacity:.85} }

.lp-homeowner-agent {
  --navy:     #13172b;
  --navy-mid: #1a1f2e;
  --blue:     #3b5cde;
  --blue-lt:  #6c7ae0;
  --cyan:     #6c7ae0;
  --teal:     #20c472;
  --white:    #ffffff;
  --gray-bg:  #f6f7fb;
  --gray-mid: #ebecf1;
  --text-dk:  #202437;
  --text-md:  #515666;
  --text-lt:  #797e8b;
  --card-sh:  0 2px 10px rgba(0,0,0,.10);
  --card-sh-h:0 4px 20px rgba(0,0,0,.18);
  --radius:   24px;
  --radius-sm:16px;
  font-family: 'Manrope', sans-serif;
  color: var(--text-dk);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

.lp-homeowner-agent *, .lp-homeowner-agent *::before, .lp-homeowner-agent *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── TYPOGRAPHY ── */
.lp-homeowner-agent h1 { font-size: 40px; font-weight: 500; line-height: 1.2; }
.lp-homeowner-agent h2 { font-size: 34px; font-weight: 500; line-height: 1.24; letter-spacing: -0.02em; }
.lp-homeowner-agent h3 { font-size: 20px; font-weight: 600; line-height: 1.4; }
.lp-homeowner-agent p  { font-size: 1rem; line-height: 1.7; color: var(--text-md); }

/* ── LAYOUT ── */
.lp-homeowner-agent .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lp-homeowner-agent section { padding: 100px 0; }

/* ── BUTTONS ── */
.lp-homeowner-agent .btn-primary {
  background: #ffffff;
  color: var(--blue); font-weight: 700; font-size: 16px;
  padding: 0 32px; border-radius: 25px; text-decoration: none; border: none; cursor: pointer;
  height: 48px; display: inline-flex; align-items: center; justify-content: center;
  transition: background .25s, transform .25s;
  width: 250px;
}
.lp-homeowner-agent .btn-primary:hover { background: #f0f2ff; transform: translateY(-3px); }
.lp-homeowner-agent .btn-secondary {
  background: transparent; color: #fff; font-weight: 700; font-size: 16px;
  padding: 0 28px; border-radius: 25px; text-decoration: none; border: 2px solid #fff;
  height: 48px; display: inline-flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  transition: border-color .25s, color .25s, transform .25s;
  width: 250px;
}
.lp-homeowner-agent .btn-secondary::before {
  content: '';
  position: absolute; inset: 0;
  background: #fff; border-radius: inherit;
  transform: scaleX(0); transform-origin: center;
  transition: transform .3s cubic-bezier(.4,0,.2,1); z-index: 0;
}
.lp-homeowner-agent .btn-secondary:hover::before { transform: scaleX(1); }
.lp-homeowner-agent .btn-secondary:hover { color: var(--blue); transform: translateY(-3px); }
.lp-homeowner-agent .btn-secondary span { position: relative; z-index: 1; }

/* ── HERO ── */
.lp-homeowner-agent .hero {
  background: url('https://cdn.lofty.com/image/fs/servicetool/2026424/9/original_017cce91b7434578.png') center center / cover no-repeat;
  background-color: #2d38cc;
  padding: 100px 0 0;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-start;
}
.lp-homeowner-agent .hero .container { padding: 0; }
.lp-homeowner-agent .hero-inner {
  display: flex; justify-content: space-between; align-items: center;
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; width: 100%;
  gap: clamp(20px, 3.82vw, 55px);
  padding: 0 24px;
}
.lp-homeowner-agent .hero-content {
  text-align: left; flex: 1; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
}
.lp-homeowner-agent .hero h1 { color: #fff; margin-bottom: 20px; width: 600px; max-width: 100%; }
.lp-homeowner-agent .hero-sub { font-size: 18px; font-weight: 500; color: #ffffff; max-width: 600px; margin: 0 0 40px; line-height: 24px; }
.lp-homeowner-agent .hero-actions { display: flex; flex-direction: row; gap: 10px; flex-wrap: nowrap; }
.lp-homeowner-agent .hero-illustration { flex-shrink: 1; min-width: 0; max-width: 500px; display: flex; align-items: center; justify-content: center; }
.lp-homeowner-agent .hero-illustration img { width: 100%; max-width: 500px; height: auto; object-fit: contain; display: block; }

/* ── STATS STRIP (inside hero) ── */
.lp-homeowner-agent .stats-strip {
  background: #000F68; padding: 60px 24px;
  margin-top: 80px; position: relative; z-index: 1;
}
.lp-homeowner-agent .stats-strip .container {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; align-items: start;
}
.lp-homeowner-agent .stats-stat {
  text-align: center; opacity: 0; transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.lp-homeowner-agent .stats-stat.in-view { opacity: 1; transform: translateY(0); }
.lp-homeowner-agent .stats-stat:nth-child(2) { transition-delay: .12s; }
.lp-homeowner-agent .stats-stat:nth-child(3) { transition-delay: .24s; }
.lp-homeowner-agent .stats-stat .big-num { font-size: 45px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 15px; }
.lp-homeowner-agent .stats-stat .big-num sup { font-size: 2rem; vertical-align: baseline; }
.lp-homeowner-agent .stats-stat p { font-size: 18px; line-height: 30px; font-weight: 400; color: #ffffff; max-width: 100%; margin: 0 auto; }
.lp-homeowner-agent .stats-stat .stat-note { font-size: 18px; color: #ffffff; margin-top: 4px; display: block; }

/* ── SECTION LABELS ── */
.lp-homeowner-agent .section-label {
  font-size: 14px; line-height: 20px; font-weight: 500;
  color: var(--blue); margin-bottom: 20px; text-transform: uppercase;
}
.lp-homeowner-agent .section-heading { margin-bottom: 20px; }
.lp-homeowner-agent .section-sub { font-size: 15px; line-height: 23px; font-weight: 400; color: var(--text-md); max-width: 720px; margin-top: 20px; }
.lp-homeowner-agent .text-center { text-align: center; }
.lp-homeowner-agent .text-center .section-sub { margin: 0 auto; }

/* ── FEATURES ── */
.lp-homeowner-agent .features { background: #ffffff; padding: 100px 0; }
.lp-homeowner-agent .feature-flow {
  display: flex; align-items: flex-start;
  margin-top: 60px; position: relative;
}
.lp-homeowner-agent .flow-step {
  flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center;
  opacity: 0; transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.lp-homeowner-agent .flow-step.in-view { opacity: 1; transform: translateY(0); }
.lp-homeowner-agent .flow-step:nth-child(3) { transition-delay: .12s; }
.lp-homeowner-agent .flow-step:nth-child(5) { transition-delay: .24s; }
.lp-homeowner-agent .flow-icon {
  width: 72px; height: 72px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.lp-homeowner-agent .flow-icon.icon-purple { background: linear-gradient(135deg, #FC38FF 0%, #3714FF 100%); box-shadow: 0 10px 20px rgba(151,40,255,.2); }
.lp-homeowner-agent .flow-icon.icon-orange { background: linear-gradient(135deg, #FFD738 0%, #FF4400 100%); box-shadow: 0 10px 20px rgba(255,100,0,.2); }
.lp-homeowner-agent .flow-icon.icon-cyan   { background: linear-gradient(135deg, #6EFFF8 0%, #1B76FF 100%); box-shadow: 0 10px 20px rgba(27,118,255,.2); }
.lp-homeowner-agent .flow-connector {
  position: absolute; top: 36px;
  width: calc(33.33% - 72px);
  display: flex; align-items: center;
  padding: 0 30px;
}
.lp-homeowner-agent .flow-connector:nth-child(2) { left: calc(16.67% + 36px); }
.lp-homeowner-agent .flow-connector:nth-child(4) { left: calc(50% + 36px); }
.lp-homeowner-agent .flow-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.lp-homeowner-agent .flow-line { flex: 1; height: 1px; background-image: repeating-linear-gradient(90deg, #D8DEF8 0, #D8DEF8 5px, transparent 5px, transparent 10px); }
.lp-homeowner-agent .flow-step-label {
  font-size: 15px; line-height: 22px; font-weight: 500;
  text-transform: uppercase; color: #A0A3AF; margin-bottom: 10px;
}
.lp-homeowner-agent .flow-step-title { font-size: 20px; font-weight: 700; color: #202437; margin-bottom: 10px; }
.lp-homeowner-agent .flow-step-desc { font-size: 16px; color: #515666; line-height: 22px; max-width: 360px; margin: 0; }

/* ── HOW IT WORKS ── */
.lp-homeowner-agent .how-it-works {
  background: url('https://cdn.lofty.com/image/fs/servicetool/2026424/9/original_46e3d3d0e75d47e3.png') center center / cover no-repeat;
  background-color: #202437;
  padding-bottom: 0;
}
.lp-homeowner-agent .how-it-works .container { padding: 0; }
.lp-homeowner-agent .how-it-works .text-center { padding: 0 24px; }
.lp-homeowner-agent .how-it-works h2 { color: #fff; }
.lp-homeowner-agent .how-it-works .section-sub { color: #ffffff; }

/* Browser Mockup + Video */
.lp-homeowner-agent .video-reveal {
  opacity: 0;
  transform: perspective(1200px) rotateX(10deg) translateY(40px) scale(0.95);
  transform-origin: center center; will-change: transform, opacity;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.lp-homeowner-agent .video-reveal.in-view {
  opacity: 1; transform: perspective(1200px) rotateX(0deg) scale(1);
}
.lp-homeowner-agent .browser-mockup {
  margin-top: 48px; margin-bottom: -260px; width: 1200px; max-width: 100%;
  margin-left: auto; margin-right: auto;
  border-radius: 24px; overflow: hidden; position: relative; z-index: 2;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 48px rgba(0,0,0,.28);
}
.lp-homeowner-agent .browser-bar {
  background: #1c1f30; height: 44px;
  display: flex; align-items: center; padding: 0 16px; gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lp-homeowner-agent .browser-dots { display: flex; gap: 7px; flex-shrink: 0; }
.lp-homeowner-agent .browser-dots span { width: 12px; height: 12px; border-radius: 50%; display: block; }
.lp-homeowner-agent .browser-dots span:nth-child(1) { background: #ff5f57; }
.lp-homeowner-agent .browser-dots span:nth-child(2) { background: #febc2e; }
.lp-homeowner-agent .browser-dots span:nth-child(3) { background: #28c840; }
.lp-homeowner-agent .browser-address {
  flex: 1; max-width: 360px; margin: 0 auto;
  background: rgba(255,255,255,.07); border-radius: 6px; height: 26px;
  display: flex; align-items: center; padding: 0 12px;
  font-size: 12px; color: rgba(255,255,255,.45); font-family: 'Inter', sans-serif;
}
.lp-homeowner-agent .video-frame { width: 100%; height: 600px; overflow: hidden; position: relative; }
.lp-homeowner-agent .video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-homeowner-agent .play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.lp-homeowner-agent .play-overlay-bg {
  position: absolute; inset: 0;
  background: rgba(10,13,30,.35);
}
.lp-homeowner-agent .play-glow {
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  animation: play-pulse 2s ease-in-out infinite;
  cursor: pointer; transition: transform .2s ease;
  position: relative; z-index: 1;
}
.lp-homeowner-agent .play-glow:hover { animation-play-state: paused; transform: scale(1.12); }
.lp-homeowner-agent .play-inner {
  width: 60px; height: 60px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,.25);
}

/* ── BENEFITS ── */
.lp-homeowner-agent .benefits { background: #ffffff; padding-top: 360px; padding-bottom: 100px; }
.lp-homeowner-agent .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.lp-homeowner-agent .benefit-tile {
  background: var(--white); border-radius: 24px; padding: 30px;
  border: 1px solid #EBECF1;
  display: flex; flex-direction: column; gap: 16px; align-items: flex-start;
  opacity: 0; transform: translateY(30px);
  transition: opacity .5s ease, transform .5s ease;
}
.lp-homeowner-agent .benefit-tile.in-view { opacity: 1; transform: translateY(0); }
.lp-homeowner-agent .benefit-tile.in-view:hover { transform: translateY(-3px); }
.lp-homeowner-agent .benefit-tile:nth-child(1) { transition-delay: 0s; }
.lp-homeowner-agent .benefit-tile:nth-child(2) { transition-delay: .08s; }
.lp-homeowner-agent .benefit-tile:nth-child(3) { transition-delay: .16s; }
.lp-homeowner-agent .benefit-tile:nth-child(4) { transition-delay: .24s; }
.lp-homeowner-agent .benefit-tile:nth-child(5) { transition-delay: .32s; }
.lp-homeowner-agent .benefit-tile:nth-child(6) { transition-delay: .40s; }
.lp-homeowner-agent .benefit-icon-wrap {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 16px;
  background: rgba(59,92,222,.10);
  display: flex; align-items: center; justify-content: center;
}
.lp-homeowner-agent .benefit-tile h3 { font-size: 20px; font-weight: 600; line-height: 28px; color: #202437; margin-bottom: 0; }
.lp-homeowner-agent .benefit-tile p { font-size: 15px; color: #515666; line-height: 23px; }

/* ── TESTIMONIAL ── */
.lp-homeowner-agent .testi-section {
  background: linear-gradient(to top, rgba(235,239,252,0.20), rgba(235,239,252,0.90));
  padding: 100px 0 128px; display: block; width: 100%;
}
.lp-homeowner-agent .testi-inner { max-width: 1200px; margin: 0 auto; padding: 0; }
.lp-homeowner-agent .testi-headline { text-align: center; margin-bottom: 40px; padding: 0 24px; }
.lp-homeowner-agent .testi-h2 { font-size: 36px; font-weight: 500; line-height: 46px; color: #202437; margin: 0 0 10px; letter-spacing: -0.02em; }
.lp-homeowner-agent .testi-pct { color: var(--blue); font-weight: 800; font-size: 44px; }
.lp-homeowner-agent .testi-avg { font-size: 15px; color: #7a7f94; margin: 0; }
.lp-homeowner-agent .testi-wrap { position: relative; max-width: 1200px; margin: 0 auto; }
.lp-homeowner-agent .testi-peek {
  position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%);
  width: 90%; height: 40px;
  background: rgba(255,255,255,0.20); border-radius: 0 0 20px 20px;
  box-shadow: 0 5px 40px 0 rgba(32,36,55,0.08);
  opacity: 0; transition: opacity 0.6s ease 0.1s;
}
.lp-homeowner-agent .testi-peek.in-view { opacity: 1; }
.lp-homeowner-agent .testi-card {
  background: #fff; border-radius: 24px;
  box-shadow: 0 2px 20px 0 rgba(32,36,55,0.05);
  padding: 40px 108px; position: relative; text-align: center; overflow: hidden;
  opacity: 0; transform: scale(0.97);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.lp-homeowner-agent .testi-card.in-view { opacity: 1; transform: scale(1); }
.lp-homeowner-agent .testi-quote-icon {
  position: absolute; display: block;
  width: 53px; height: 44px; object-fit: contain; user-select: none;
}
.lp-homeowner-agent .testi-quote-icon.open  { left: 40px; top: 40px; }
.lp-homeowner-agent .testi-quote-icon.close { right: 40px; bottom: 118px; }
.lp-homeowner-agent .testi-quote {
  font-size: 20px; font-weight: 700; line-height: 1.65;
  color: #515666; margin: 0 0 36px; position: relative; z-index: 1;
}
.lp-homeowner-agent .testi-author {
  display: inline-flex; align-items: center; gap: 14px; position: relative; z-index: 1;
}
.lp-homeowner-agent .testi-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  flex-shrink: 0; display: block;
}
.lp-homeowner-agent .testi-author-name { font-size: 16px; font-weight: 500; color: #202437; line-height: 24px; text-align: left; }
.lp-homeowner-agent .testi-author-role { font-size: 14px; font-weight: 400; color: #797E8B; line-height: 22px; text-align: left; }

/* ── NATIVE VS STANDALONE ── */
.lp-homeowner-agent .native-section { background: var(--white); padding: 100px 0; }
.lp-homeowner-agent .native-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 56px; align-items: center;
}
.lp-homeowner-agent .compare-card {
  border-radius: var(--radius); padding: 30px;
  border: 1px solid var(--gray-mid);
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.lp-homeowner-agent .compare-card.in-view { opacity: 1; transform: translateY(0); }
.lp-homeowner-agent .compare-card.native { transition-delay: .15s; }
.lp-homeowner-agent .compare-card.standalone { background: #fff; }
.lp-homeowner-agent .compare-card.native {
  background: linear-gradient(135deg, #3714FF, #A021ED);
  border-color: transparent; box-shadow: var(--card-sh);
  position: relative; padding: 0; overflow: hidden;
  margin-left: -24px; z-index: 2;
}
.lp-homeowner-agent .compare-badge {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: transparent; color: #fff; font-size: 13px; line-height: 16px; font-weight: 700;
  padding: 10px 30px; text-align: center;
}
.lp-homeowner-agent .native-body { margin: 0 4px 4px 4px; padding: 30px; background: #fff; border-radius: 18px; }
.lp-homeowner-agent .compare-title {
  font-size: 15px; font-weight: 700; line-height: 22px; text-transform: uppercase;
  color: var(--text-lt); margin-bottom: 20px;
}
.lp-homeowner-agent .compare-card.native .compare-title { color: var(--blue); }
.lp-homeowner-agent .compare-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.lp-homeowner-agent .compare-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 15px; color: var(--text-md); line-height: 22px;
}
.lp-homeowner-agent .compare-list li .icon {
  flex-shrink: 0; margin-top: 2px;
  width: 18px; height: 18px; display: block;
  background: center / contain no-repeat;
  font-size: 0;
}
.lp-homeowner-agent .compare-list.bad li .icon {
  background-image: url('https://cdn.lofty.com/image/fs/servicetool/2026424/9/original_1b4e737616be4d20.png');
}
.lp-homeowner-agent .compare-list.good li { font-size: 16px; line-height: 24px; color: #202437; }
.lp-homeowner-agent .compare-list.good li .icon {
  background-image: url('https://cdn.lofty.com/image/fs/servicetool/2026424/9/original_6d7f0c4f02f744c6.png');
}

/* ── AOS STRIP ── */
.lp-homeowner-agent .aos-strip {
  display: flex; align-items: center;
  overflow: hidden; position: relative;
}
.lp-homeowner-agent .aos-strip::before {
  content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  background:
    radial-gradient(circle 220px at calc(100% + 100px) -100px, rgba(255,255,255,0.45) 0%, rgba(31,51,107,0) 100%),
    radial-gradient(circle 200px at -100px calc(100% + 100px), rgba(255,255,255,0.45) 0%, rgba(31,51,107,0) 100%),
    #000F68;
  z-index: 0;
}
.lp-homeowner-agent .aos-left {
  flex: 0 0 100%;
  padding: 100px max(24px, calc((100vw - 1200px) / 2));
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; position: relative; overflow: hidden; z-index: 1;
}
.lp-homeowner-agent .aos-left::before {
  content: ''; position: absolute; bottom: -109px; left: -79px;
  width: 158px; height: 218px; border-radius: 79px 79px 0 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(31,51,107,0) 35%);
  opacity: 0.15; z-index: 0; pointer-events: none;
}
.lp-homeowner-agent .aos-left::after {
  content: ''; position: absolute; top: -109px; right: -79px;
  width: 158px; height: 218px; border-radius: 0 0 79px 79px;
  background: linear-gradient(to top, #ffffff 0%, rgba(31,51,107,0) 35%);
  opacity: 0.15; z-index: 0; pointer-events: none;
}
.lp-homeowner-agent .aos-left > * { position: relative; z-index: 1; }
.lp-homeowner-agent .aos-left h2 { color: #fff; margin-bottom: 16px; }
.lp-homeowner-agent .aos-desc { color: #fff; font-size: 15px; line-height: 23px; margin-bottom: 24px; }
.lp-homeowner-agent .aos-tags {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 60px;
}
.lp-homeowner-agent .aos-tags a {
  display: inline-flex; align-items: center; text-decoration: none;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.15);
  color: #fff; font-size: 18px; font-weight: 500; line-height: 30px;
  height: 48px; padding: 0 22px; border-radius: 8px;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.lp-homeowner-agent .aos-tags a::after {
  content: ""; display: inline-block; width: 14px; height: 14px; margin-left: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'><path d='M19 11H37V29' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.5439 36.4559L36.9997 11' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  transition: transform .2s ease;
}
.lp-homeowner-agent .aos-tags a:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.lp-homeowner-agent .aos-tags a:hover::after { transform: translate(2px, -2px); }
.lp-homeowner-agent .aos-cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: none; color: var(--blue); font-weight: 700; font-size: 16px;
  height: 50px; border-radius: 25px; text-decoration: none; width: 300px;
  transition: opacity .2s, transform .25s;
}
.lp-homeowner-agent .aos-cta:hover { opacity: 0.9; transform: translateY(-2px); }

/* ── FAQ ── */
.lp-homeowner-agent .questions { background: var(--white); padding-bottom: 100px; }
.lp-homeowner-agent .ques_box { max-width: 1200px; margin: 48px auto 0; }
.lp-homeowner-agent .md-faq { list-style: none; border-top: 1px solid var(--gray-mid); }
.lp-homeowner-agent .faq-item { border-bottom: 1px solid var(--gray-mid); }
.lp-homeowner-agent .faq-question-wrap {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 76px; cursor: pointer; user-select: none; gap: 16px; padding: 16px 0;
}
.lp-homeowner-agent .faq-question-wrap:hover .faq-question { color: var(--blue); }
.lp-homeowner-agent .faq-question { font-size: 20px; font-weight: 700; color: #202437; line-height: 1.4; transition: color .2s; }
.lp-homeowner-agent .faq-operator {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  border: none; display: flex; align-items: center; justify-content: center;
  color: #202437; transition: background .2s;
}
.lp-homeowner-agent .faq-operator svg { width: 12px; height: 12px; display: block; }
.lp-homeowner-agent .faq-item.open .faq-operator { background: #ffffff; }
.lp-homeowner-agent .faq-operator .add { display: block; }
.lp-homeowner-agent .faq-operator .minus { display: none; }
.lp-homeowner-agent .faq-item.open .faq-operator .add { display: none; }
.lp-homeowner-agent .faq-item.open .faq-operator .minus { display: block; }
.lp-homeowner-agent .faq-answer { height: 0; overflow: hidden; transition: height .3s ease; }
.lp-homeowner-agent .faq-answer-inner { padding-bottom: 25px; }
.lp-homeowner-agent .faq-answer p { font-size: 15px; color: #515666; line-height: 1.65; margin: 0; }

/* ── FINAL CTA (mp-register-form) ── */
.lp-homeowner-agent .mp-register-form { background: #071A3A; padding: 0; overflow: hidden; }
.lp-homeowner-agent .mp-register-form .module-wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; min-height: 420px;
}
.lp-homeowner-agent .mrf-left {
  flex: 1; padding: 100px 48px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
}
.lp-homeowner-agent .mrf-title p {
  font-size: 34px; font-weight: 500; color: #fff;
  line-height: 42px; letter-spacing: -0.02em; margin-bottom: 10px;
}
.lp-homeowner-agent .mrf-description p {
  font-size: 15px; font-weight: 500; color: #ffffff !important; line-height: 23px; margin-bottom: 4px;
}
.lp-homeowner-agent .mrf-left .btns {
  display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; justify-content: center;
}
.lp-homeowner-agent .mrf-left .md-button {
  display: inline-flex; align-items: center; justify-content: center;
  height: 48px; width: 250px; padding: 0; border-radius: 25px;
  font-size: 16px; font-weight: 700; text-decoration: none;
  transition: background .2s, transform .2s; font-family: 'Manrope', sans-serif;
}
.lp-homeowner-agent .mrf-left .md-button:hover { transform: translateY(-2px); }
.lp-homeowner-agent .mrf-left .md-button.primary { background: #1E2CBF; color: #fff; border: 2px solid #fff; }
.lp-homeowner-agent .mrf-left .md-button.primary:hover { background: #1826a8; }
.lp-homeowner-agent .mrf-left .md-button.plain-white { background: transparent; color: #fff; border: 2px solid #fff; }
.lp-homeowner-agent .mrf-left .md-button.plain-white:hover { background: rgba(255,255,255,.12); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  /* 1. HERO — padding & illustration size */
  .lp-homeowner-agent .hero-inner { flex-direction: column; align-items: flex-start; gap: 40px; padding: 0 15px; }
  .lp-homeowner-agent .hero h1 { font-size: 36px; line-height: 40px; width: auto; }
  .lp-homeowner-agent .hero-sub { font-size: 16px; line-height: 28px; margin: 0 0 36px; }
  .lp-homeowner-agent .hero-actions { flex-direction: column; width: 100%; gap: 12px; }
  .lp-homeowner-agent .hero-actions .btn-primary,
  .lp-homeowner-agent .hero-actions .btn-secondary { width: 100%; font-size: 14px; }
  .lp-homeowner-agent .hero-illustration { width: 345px; max-width: 100%; }
  .lp-homeowner-agent .hero-illustration img { width: 100% !important; height: auto !important; }

  /* 2. STATS STRIP — gap */
  .lp-homeowner-agent .stats-strip { margin-top: 40px; padding: 40px 15px; }
  .lp-homeowner-agent .stats-strip .container { grid-template-columns: 1fr 1fr; gap: 30px; }
  .lp-homeowner-agent .stats-stat .big-num { font-size: 32px; line-height: 40px; }
  .lp-homeowner-agent .stats-stat p { font-size: 15px; line-height: 23px; }
  .lp-homeowner-agent .stats-stat .stat-note { font-size: 15px; width: auto; max-width: 100%; }

  /* GENERAL */
  .lp-homeowner-agent .container { padding: 50px 15px; }
  .lp-homeowner-agent .section-heading { font-size: 24px; line-height: 42px; max-width: 345px; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
  .lp-homeowner-agent .section-sub { max-width: 345px; }

  /* FEATURES */
  .lp-homeowner-agent .features { padding: 50px 15px; }
  .lp-homeowner-agent .feature-flow { flex-direction: column; align-items: center; gap: 40px; margin-top: 30px; }
  .lp-homeowner-agent .flow-connector { display: none; }
  .lp-homeowner-agent .flow-step-title { margin-bottom: 10px; }
  .lp-homeowner-agent .flow-step-desc { font-size: 15px; line-height: 23px; }
  .lp-homeowner-agent .flow-step-label { font-size: 14px; line-height: 20px; }

  /* BROWSER / VIDEO */
  .lp-homeowner-agent .browser-mockup { width: 345px; max-width: calc(100% - 30px); margin-top: 30px; margin-bottom: -60px; border-radius: 16px; }
  .lp-homeowner-agent .browser-bar { height: 36px; padding: 0 12px; gap: 8px; }
  .lp-homeowner-agent .browser-address { display: none; }
  .lp-homeowner-agent .video-frame { height: auto !important; aspect-ratio: 16 / 10; }
  .lp-homeowner-agent .play-glow { width: 72px !important; height: 72px !important; }
  .lp-homeowner-agent .play-inner { width: 40px !important; height: 40px !important; }
  .lp-homeowner-agent .play-inner svg { width: 14px !important; height: 14px !important; }

  /* BENEFITS */
  .lp-homeowner-agent .benefits { padding-top: 120px; }
  .lp-homeowner-agent .benefits-grid { grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; }
  .lp-homeowner-agent .benefit-tile h3 { font-size: 20px; line-height: 28px; margin-bottom: 10px; }
  .lp-homeowner-agent .benefit-icon-wrap { width: 60px; height: 60px; }
  .lp-homeowner-agent .benefit-icon-wrap svg { width: 26px !important; height: 26px !important; }

  /* 3. TESTIMONIAL — quote position & text alignment */
  .lp-homeowner-agent .testi-h2 { max-width: 345px; margin-left: auto !important; margin-right: auto !important; font-size: 24px !important; line-height: 42px !important; }
  .lp-homeowner-agent .testi-pct { font-size: 24px !important; line-height: 42px !important; }
  .lp-homeowner-agent .testi-card { width: 345px; max-width: 100%; margin-left: auto; margin-right: auto; padding: 30px 20px !important; text-align: left !important; }
  .lp-homeowner-agent .testi-quote { font-size: 20px !important; line-height: 30px !important; text-align: left !important; margin: 10px 0 !important; }
  .lp-homeowner-agent .testi-quote-icon { position: static !important; display: block !important; }
  .lp-homeowner-agent .testi-quote-icon.open  { margin: 0 0 16px 0 !important; width: 40px !important; height: 33px !important; }
  .lp-homeowner-agent .testi-quote-icon.close { margin: 0 0 15px auto !important; width: 40px !important; height: 33px !important; }
  .lp-homeowner-agent .testi-avatar { width: 40px !important; height: 40px !important; }
  .lp-homeowner-agent .testi-peek { width: 260px !important; }

  /* 4. DATABASE MINING — padding */
  .lp-homeowner-agent .native-section { padding: 50px 0; }
  .lp-homeowner-agent .native-inner { grid-template-columns: 1fr; margin-top: 30px; gap: 15px; }
  .lp-homeowner-agent .compare-card { padding: 15px; }
  .lp-homeowner-agent .compare-card.standalone { width: 345px; max-width: 100%; margin-left: auto; margin-right: auto; }
  .lp-homeowner-agent .compare-card.native { width: 345px; max-width: 100%; margin-left: auto; margin-right: auto; }
  .lp-homeowner-agent .native-body { padding: 15px; }
  .lp-homeowner-agent .compare-list { gap: 10px; }

  /* AOS STRIP */
  .lp-homeowner-agent .aos-left { padding: 50px 24px; }
  .lp-homeowner-agent .aos-desc { white-space: normal; }
  .lp-homeowner-agent .aos-tags { display: grid; grid-template-columns: 300px; justify-content: center; gap: 10px; margin-bottom: 30px; }
  .lp-homeowner-agent .aos-tags a { justify-content: center; }
  .lp-homeowner-agent .aos-cta { width: 345px; max-width: 100%; font-size: 16px; line-height: 24px; height: 48px; }

  /* 5. COMMON QUESTIONS — title & content padding */
  .lp-homeowner-agent .questions { padding-top: 50px; padding-bottom: 50px; }
  .lp-homeowner-agent .questions .container { padding-left: 15px; padding-right: 15px; }
  .lp-homeowner-agent .ques_box { margin-top: 30px; }
  .lp-homeowner-agent .faq-question-wrap { width: 345px; max-width: 100%; margin-left: auto; margin-right: auto; }
  .lp-homeowner-agent .faq-question { font-size: 18px; line-height: 28px; }
  .lp-homeowner-agent .faq-answer-inner { width: 345px; max-width: 100%; margin-left: auto; margin-right: auto; padding: 20px; }
  .lp-homeowner-agent .faq-answer p { font-size: 15px; line-height: 23px; }

  /* 6. FINAL CTA BUTTONS — width */
  .lp-homeowner-agent .mp-register-form .module-wrap { padding: 50px 15px; min-height: auto; }
  .lp-homeowner-agent .mrf-left { padding: 0; }
  .lp-homeowner-agent .mrf-left .btns { flex-direction: column; align-items: center; width: 100%; }
  .lp-homeowner-agent .mrf-left .md-button { width: 100%; max-width: 345px; }
}

@media (max-width: 560px) {
  .lp-homeowner-agent section { padding: 60px 0; }
  .lp-homeowner-agent .stats-strip .container { grid-template-columns: 1fr; }
  .lp-homeowner-agent .benefits-grid { grid-template-columns: 1fr; }
  .lp-homeowner-agent .benefit-tile { padding: 20px; }
  .lp-homeowner-agent .testi-section { padding: 60px 0 80px; }
}
