.landing-module__dqYw5a__container{background:var(--color-bg);flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.landing-module__dqYw5a__hero{min-height:calc(100vh - var(--header-height));justify-content:center;align-items:center;padding:clamp(4rem,10vw,8rem) clamp(1.5rem,5vw,3rem);display:flex;position:relative;overflow:hidden}.landing-module__dqYw5a__heroBackground{z-index:0;position:absolute;inset:0;overflow:hidden}.landing-module__dqYw5a__heroGradient{background:radial-gradient(ellipse 80% 50% at 50% 0%,var(--color-accent-soft)0%,transparent 70%);opacity:.8;width:150%;height:100%;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.landing-module__dqYw5a__heroGrid{background-image:linear-gradient(var(--color-border)1px,transparent 1px),linear-gradient(90deg,var(--color-border)1px,transparent 1px);opacity:.3;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 40%,#000 30%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 40%,#000 30%,#0000 70%)}.landing-module__dqYw5a__heroContent{z-index:1;text-align:center;max-width:900px;animation:.8s ease-out landing-module__dqYw5a__fadeInUp;position:relative}@keyframes landing-module__dqYw5a__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-module__dqYw5a__heroBadge{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:.8s ease-out .1s backwards landing-module__dqYw5a__fadeInUp;display:inline-flex}.landing-module__dqYw5a__heroBadgeDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite landing-module__dqYw5a__pulse}@keyframes landing-module__dqYw5a__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.landing-module__dqYw5a__heroTitle{letter-spacing:-.04em;color:var(--color-text);margin-bottom:1.5rem;font-size:clamp(2.75rem,7vw,4.5rem);font-weight:800;line-height:1.08;animation:.8s ease-out .2s backwards landing-module__dqYw5a__fadeInUp}.landing-module__dqYw5a__heroHighlight{background:linear-gradient(135deg,var(--color-accent)0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__dqYw5a__heroSubtitle{color:var(--color-text-muted);max-width:680px;margin:0 auto 2rem;font-size:clamp(1.125rem,2.5vw,1.375rem);line-height:1.7;animation:.8s ease-out .3s backwards landing-module__dqYw5a__fadeInUp}.landing-module__dqYw5a__heroSearchWrapper{max-width:640px;margin:0 auto 2.5rem;animation:.8s ease-out .35s backwards landing-module__dqYw5a__fadeInUp}.landing-module__dqYw5a__heroSearchBar{background:var(--color-card);border:1px solid var(--color-border);cursor:pointer;border-radius:16px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .25s;display:flex;box-shadow:0 8px 30px #0000000f}.landing-module__dqYw5a__heroSearchBar:hover{border-color:var(--color-border-strong);box-shadow:0 12px 40px #0000001a}.landing-module__dqYw5a__heroSearchIcon{color:var(--color-text-muted);flex-shrink:0}.landing-module__dqYw5a__heroSearchInput{color:var(--color-text);cursor:pointer;background:0 0;border:none;outline:none;flex:1;font-size:1rem}.landing-module__dqYw5a__heroSearchInput::placeholder{color:var(--color-text-soft)}.landing-module__dqYw5a__heroSearchButton{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .25s}.landing-module__dqYw5a__heroSearchButton:hover{background:var(--color-accent-hover)}.landing-module__dqYw5a__comingSoonOverlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out landing-module__dqYw5a__fadeIn;display:flex;position:fixed;inset:0}@keyframes landing-module__dqYw5a__fadeIn{0%{opacity:0}to{opacity:1}}.landing-module__dqYw5a__comingSoonModal{background:var(--color-card);text-align:center;border-radius:20px;width:90%;max-width:400px;padding:2.5rem;animation:.3s cubic-bezier(.34,1.56,.64,1) landing-module__dqYw5a__scaleIn;box-shadow:0 25px 60px #00000040}@keyframes landing-module__dqYw5a__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.landing-module__dqYw5a__comingSoonIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.landing-module__dqYw5a__comingSoonTitle{color:var(--color-text);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.landing-module__dqYw5a__comingSoonText{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.landing-module__dqYw5a__comingSoonClose{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;border-radius:10px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.landing-module__dqYw5a__comingSoonClose:hover{background:var(--color-surface-hover);border-color:var(--color-border-strong)}.landing-module__dqYw5a__heroCTAs{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s ease-out .4s backwards landing-module__dqYw5a__fadeInUp;display:flex}.landing-module__dqYw5a__ctaPrimary{background:var(--color-accent);color:#fff;box-shadow:0 4px 20px var(--color-accent-soft);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.landing-module__dqYw5a__ctaPrimary:hover{background:var(--color-accent-hover);box-shadow:0 8px 30px var(--color-accent-soft);transform:translateY(-2px)}.landing-module__dqYw5a__ctaPrimary svg{transition:transform .25s}.landing-module__dqYw5a__ctaPrimary:hover svg{transform:translate(4px)}.landing-module__dqYw5a__ctaConsumer{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 20px #10b9814d}.landing-module__dqYw5a__ctaConsumer:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 8px 30px #10b98166}.landing-module__dqYw5a__ctaConsumer svg{transition:transform .25s}.landing-module__dqYw5a__ctaConsumer:hover svg{transform:translate(4px)}.landing-module__dqYw5a__ctaAgent{background:var(--color-accent);color:#fff;box-shadow:0 4px 20px var(--color-accent-soft);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.landing-module__dqYw5a__ctaAgent:hover{background:var(--color-accent-hover);box-shadow:0 8px 30px var(--color-accent-soft);transform:translateY(-2px)}.landing-module__dqYw5a__ctaAgent svg{transition:transform .25s}.landing-module__dqYw5a__ctaAgent:hover svg{transform:translate(4px)}.landing-module__dqYw5a__ctaSecondary{color:var(--color-text);border:1px solid var(--color-border);background:0 0;border-radius:12px;align-items:center;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-module__dqYw5a__ctaSecondary:hover{background:var(--color-surface);border-color:var(--color-border-strong)}.landing-module__dqYw5a__socialProofStrip{z-index:2;opacity:0;margin-top:-2rem;padding:0 clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;position:relative;transform:translateY(20px)}.landing-module__dqYw5a__socialProofStrip.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__socialProofGrid{background:var(--color-card);border:1px solid var(--color-border);border-radius:20px;justify-content:center;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;padding:2rem 2.5rem;display:flex;box-shadow:0 20px 60px #00000014}.landing-module__dqYw5a__socialProofItem{text-align:center;flex:1;max-width:200px}.landing-module__dqYw5a__socialProofNumber{letter-spacing:-.03em;color:var(--color-accent);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.1;display:block}.landing-module__dqYw5a__socialProofLabel{color:var(--color-text-muted);margin-top:.375rem;font-size:.875rem;font-weight:500;display:block}.landing-module__dqYw5a__socialProofDivider{background:var(--color-border);flex-shrink:0;width:1px;height:48px}@media (max-width:900px){.landing-module__dqYw5a__socialProofGrid{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.landing-module__dqYw5a__socialProofItem{flex:calc(50% - 1rem);max-width:none}.landing-module__dqYw5a__socialProofDivider{display:none}}@media (max-width:480px){.landing-module__dqYw5a__socialProofItem{flex:100%}}.landing-module__dqYw5a__buyersSection{background:linear-gradient(180deg,var(--color-bg)0%,#f0fdf4 100%);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__buyersSection.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__buyersContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__sectionHeaderGreen{text-align:center;margin-bottom:4rem}.landing-module__dqYw5a__sectionLabelGreen{text-transform:uppercase;letter-spacing:.1em;color:#10b981;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.landing-module__dqYw5a__buyersStepsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:768px){.landing-module__dqYw5a__buyersStepsGrid{grid-template-columns:1fr;gap:1.5rem}}.landing-module__dqYw5a__buyersStepCard{background:var(--color-card);border:1px solid var(--color-border);text-align:center;border-radius:20px;padding:2.5rem 2rem;transition:all .3s;position:relative}.landing-module__dqYw5a__buyersStepCard:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 16px 50px #10b9811a}.landing-module__dqYw5a__buyersStepNumber{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:700;display:flex}.landing-module__dqYw5a__buyersStepIcon{color:#10b981;background:#10b9811a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;transition:all .3s;display:flex}.landing-module__dqYw5a__buyersStepCard:hover .landing-module__dqYw5a__buyersStepIcon{color:#fff;background:#10b981}.landing-module__dqYw5a__buyersStepTitle{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-module__dqYw5a__buyersStepText{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.landing-module__dqYw5a__buyersCTA{text-align:center}.landing-module__dqYw5a__featuredSection{background:var(--color-surface);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__featuredSection.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__featuredContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__featuredHeader{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.landing-module__dqYw5a__comingSoonBadge{text-transform:uppercase;letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:100px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.landing-module__dqYw5a__featuredGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__featuredGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-module__dqYw5a__featuredGrid{grid-template-columns:1fr}}.landing-module__dqYw5a__propertyCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.landing-module__dqYw5a__propertyCard:hover{transform:translateY(-4px);box-shadow:0 16px 50px #00000014}.landing-module__dqYw5a__propertyImageWrapper{aspect-ratio:4/3;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);position:relative;overflow:hidden}.landing-module__dqYw5a__propertyPlaceholder{color:var(--color-text-soft);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.landing-module__dqYw5a__propertyPlaceholderIcon{opacity:.5;width:48px;height:48px;margin-bottom:.5rem}.landing-module__dqYw5a__propertyPlaceholderText{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.landing-module__dqYw5a__propertyDetails{padding:1.25rem}.landing-module__dqYw5a__propertyPrice{color:var(--color-text);margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.landing-module__dqYw5a__propertyAddress{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.875rem}.landing-module__dqYw5a__propertyFeatures{color:var(--color-text-soft);gap:1rem;font-size:.8125rem;display:flex}.landing-module__dqYw5a__propertyFeature{align-items:center;gap:.25rem;display:flex}.landing-module__dqYw5a__featuredMessage{text-align:center;background:var(--color-bg);border:1px dashed var(--color-border);border-radius:16px;padding:2rem}.landing-module__dqYw5a__featuredMessageIcon{color:#10b981;margin-bottom:1rem}.landing-module__dqYw5a__featuredMessageTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.landing-module__dqYw5a__featuredMessageText{color:var(--color-text-muted);font-size:.9375rem}.landing-module__dqYw5a__agentsSection{background:var(--color-bg);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__agentsSection.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__agentsContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__agentsIntro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:900px){.landing-module__dqYw5a__agentsIntro{grid-template-columns:1fr;gap:2.5rem}}.landing-module__dqYw5a__agentsIntroText{max-width:520px}.landing-module__dqYw5a__agentsIntroTitle{letter-spacing:-.03em;color:var(--color-text);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.landing-module__dqYw5a__agentsIntroSubtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.landing-module__dqYw5a__agentsBenefitsList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.landing-module__dqYw5a__agentsBenefitsList li{color:var(--color-text);align-items:center;gap:.75rem;font-size:1rem;display:flex}.landing-module__dqYw5a__agentsBenefitsList svg{color:var(--color-accent);flex-shrink:0}.landing-module__dqYw5a__agentsHighlightCard{background:linear-gradient(135deg,var(--color-accent-soft)0%,#2563eb0d 100%);border:1px solid var(--color-border);text-align:center;border-radius:24px;padding:3rem}.landing-module__dqYw5a__agentsHighlightIcon{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2rem;font-weight:800;display:flex}.landing-module__dqYw5a__agentsHighlightTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.landing-module__dqYw5a__agentsHighlightText{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.landing-module__dqYw5a__sectionHeader{text-align:center;margin-bottom:4rem}.landing-module__dqYw5a__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.landing-module__dqYw5a__sectionTitle{letter-spacing:-.03em;color:var(--color-text);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.landing-module__dqYw5a__sectionSubtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.landing-module__dqYw5a__sectionHeaderDark{text-align:center;margin-bottom:4rem}.landing-module__dqYw5a__sectionLabelDark{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.landing-module__dqYw5a__sectionTitleDark{letter-spacing:-.03em;color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.landing-module__dqYw5a__sectionSubtitleDark{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.landing-module__dqYw5a__stats{z-index:2;opacity:0;margin-top:-3rem;padding:0 clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;position:relative;transform:translateY(20px)}.landing-module__dqYw5a__stats.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__statsGrid{background:var(--color-card);border:1px solid var(--color-border);border-radius:20px;justify-content:center;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;padding:3rem 2rem;display:flex;box-shadow:0 20px 60px #00000014}.landing-module__dqYw5a__statCard{text-align:center;flex:1;max-width:220px}.landing-module__dqYw5a__statNumber{letter-spacing:-.03em;color:var(--color-accent);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;display:block}.landing-module__dqYw5a__statLabel{color:var(--color-text);margin-top:.5rem;font-size:1rem;font-weight:600;display:block}.landing-module__dqYw5a__statDescription{color:var(--color-text-muted);margin-top:.25rem;font-size:.875rem;display:block}.landing-module__dqYw5a__statDivider{background:var(--color-border);flex-shrink:0;width:1px;height:60px}@media (max-width:768px){.landing-module__dqYw5a__statsGrid{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.landing-module__dqYw5a__statDivider{width:60px;height:1px}}.landing-module__dqYw5a__benefits{background:var(--color-bg);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__benefits.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__benefitsContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__benefitsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-module__dqYw5a__benefitsGrid{grid-template-columns:1fr}}.landing-module__dqYw5a__benefitCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:all .3s}.landing-module__dqYw5a__benefitCard:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.landing-module__dqYw5a__benefitIcon{background:var(--color-accent-soft);width:56px;height:56px;color:var(--color-accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:flex}.landing-module__dqYw5a__benefitCard:hover .landing-module__dqYw5a__benefitIcon{background:var(--color-accent);color:#fff}.landing-module__dqYw5a__benefitTitle{color:var(--color-text);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-module__dqYw5a__benefitText{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.landing-module__dqYw5a__pricing{background:var(--color-surface);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__pricing.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__pricingContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__pricingGrid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.landing-module__dqYw5a__pricingCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:20px;padding:2.5rem;transition:all .3s;position:relative}.landing-module__dqYw5a__pricingCard:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000014}.landing-module__dqYw5a__pricingCardFeatured{border:2px solid var(--color-accent);background:var(--color-card);box-shadow:0 25px 60px var(--color-accent-soft);transform:scale(1.02)}.landing-module__dqYw5a__pricingCardFeatured:hover{transform:scale(1.02)translateY(-4px)}@media (max-width:1024px){.landing-module__dqYw5a__pricingCardFeatured{order:-1;transform:none}.landing-module__dqYw5a__pricingCardFeatured:hover{transform:translateY(-4px)}}.landing-module__dqYw5a__pricingBadge{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:100px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-module__dqYw5a__pricingCardHeader{margin-bottom:1.5rem}.landing-module__dqYw5a__pricingName{color:var(--color-text);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.landing-module__dqYw5a__pricingTagline{color:var(--color-text-muted);font-size:.9375rem}.landing-module__dqYw5a__pricingPriceWrapper{align-items:baseline;gap:.125rem;margin-bottom:.5rem;display:flex}.landing-module__dqYw5a__pricingCurrency{color:var(--color-text);font-size:1.5rem;font-weight:600}.landing-module__dqYw5a__pricingAmount{letter-spacing:-.04em;color:var(--color-text);font-size:4rem;font-weight:800;line-height:1}.landing-module__dqYw5a__pricingPeriod{color:var(--color-text-muted);margin-left:.25rem;font-size:1rem;font-weight:500}.landing-module__dqYw5a__pricingSubtext{color:var(--color-accent);margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.landing-module__dqYw5a__pricingFeatures{border-top:1px solid var(--color-border);margin:2rem 0;padding:2rem 0 0;list-style:none}.landing-module__dqYw5a__pricingFeatures li{color:var(--color-text-muted);align-items:flex-start;gap:.75rem;padding:.625rem 0;font-size:.9375rem;line-height:1.4;display:flex}.landing-module__dqYw5a__pricingFeatures svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.landing-module__dqYw5a__pricingButton,.landing-module__dqYw5a__pricingButtonFeatured{text-align:center;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.landing-module__dqYw5a__pricingButton{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.landing-module__dqYw5a__pricingButton:hover{background:var(--color-surface-hover);border-color:var(--color-border-strong)}.landing-module__dqYw5a__pricingButtonFeatured{background:var(--color-accent);color:#fff;box-shadow:0 4px 16px var(--color-accent-soft);border:none}.landing-module__dqYw5a__pricingButtonFeatured:hover{background:var(--color-accent-hover);box-shadow:0 6px 20px var(--color-accent-soft);transform:translateY(-1px)}.landing-module__dqYw5a__pricingDisclaimer{text-align:center;color:var(--color-text-soft);max-width:700px;margin-top:3rem;margin-left:auto;margin-right:auto;font-size:.875rem}.landing-module__dqYw5a__testimonialsSection{background:var(--color-bg);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__testimonialsSection.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__testimonialsContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-module__dqYw5a__testimonialsGrid{grid-template-columns:1fr}}.landing-module__dqYw5a__testimonialCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:20px;padding:2rem;transition:all .3s}.landing-module__dqYw5a__testimonialCard:hover{transform:translateY(-4px);box-shadow:0 16px 50px #00000014}.landing-module__dqYw5a__testimonialCardConsumer{border-top:3px solid #10b981}.landing-module__dqYw5a__testimonialCardAgent{border-top:3px solid var(--color-accent)}.landing-module__dqYw5a__testimonialType{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.landing-module__dqYw5a__testimonialTypeConsumer{color:#059669;background:#10b9811a}.landing-module__dqYw5a__testimonialTypeAgent{background:var(--color-accent-soft);color:var(--color-accent)}.landing-module__dqYw5a__testimonialStars{color:#fbbf24;gap:.25rem;margin-bottom:1rem;display:flex}.landing-module__dqYw5a__testimonialQuote{color:var(--color-text);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.landing-module__dqYw5a__testimonialAuthor{align-items:center;gap:.75rem;display:flex}.landing-module__dqYw5a__testimonialAvatar{background:var(--color-surface);width:48px;height:48px;color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.landing-module__dqYw5a__testimonialAvatarConsumer{color:#059669;background:#10b9811a}.landing-module__dqYw5a__testimonialAvatarAgent{background:var(--color-accent-soft);color:var(--color-accent)}.landing-module__dqYw5a__testimonialAuthorInfo h4{color:var(--color-text);margin:0 0 .125rem;font-size:.9375rem;font-weight:600}.landing-module__dqYw5a__testimonialAuthorInfo p{color:var(--color-text-muted);margin:0;font-size:.8125rem}.landing-module__dqYw5a__marketInsightsSection{background:var(--color-surface);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__marketInsightsSection.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__marketInsightsContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__marketInsightsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__marketInsightsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-module__dqYw5a__marketInsightsGrid{grid-template-columns:1fr}}.landing-module__dqYw5a__marketCard{background:var(--color-card);border:1px solid var(--color-border);text-align:center;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.landing-module__dqYw5a__marketCard:hover{transform:translateY(-4px);box-shadow:0 16px 50px #00000014}.landing-module__dqYw5a__marketCardOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffc;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.landing-module__dqYw5a__marketCardOverlayBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:100px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.landing-module__dqYw5a__marketCardIcon{background:var(--color-accent-soft);width:56px;height:56px;color:var(--color-accent);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.landing-module__dqYw5a__marketCardCity{color:var(--color-text);margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.landing-module__dqYw5a__marketCardState{color:var(--color-text-muted);margin-bottom:1rem;font-size:.875rem}.landing-module__dqYw5a__marketCardStats{border-top:1px solid var(--color-border);grid-template-columns:1fr 1fr;gap:.75rem;padding-top:1rem;display:grid}.landing-module__dqYw5a__marketCardStat{text-align:center}.landing-module__dqYw5a__marketCardStatValue{color:var(--color-text);font-size:1rem;font-weight:700}.landing-module__dqYw5a__marketCardStatLabel{color:var(--color-text-soft);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem}.landing-module__dqYw5a__marketInsightsMessage{text-align:center;background:var(--color-bg);border:1px dashed var(--color-border);border-radius:16px;padding:1.5rem}.landing-module__dqYw5a__marketInsightsMessageText{color:var(--color-text-muted);font-size:.9375rem}.landing-module__dqYw5a__services{background:var(--color-bg);opacity:0;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;transform:translateY(30px)}.landing-module__dqYw5a__services.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__servicesContent{max-width:1200px;margin:0 auto}.landing-module__dqYw5a__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-module__dqYw5a__servicesGrid{grid-template-columns:1fr}}.landing-module__dqYw5a__serviceCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;padding:1.75rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.landing-module__dqYw5a__serviceCard:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.landing-module__dqYw5a__serviceCard:hover .landing-module__dqYw5a__serviceArrow{opacity:1;transform:translate(0)}.landing-module__dqYw5a__serviceCard:hover .landing-module__dqYw5a__serviceIcon{background:var(--color-accent);color:#fff}.landing-module__dqYw5a__serviceIcon{background:var(--color-accent-soft);width:48px;height:48px;color:var(--color-accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:flex}.landing-module__dqYw5a__serviceTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.landing-module__dqYw5a__serviceText{color:var(--color-text-muted);flex-grow:1;font-size:.875rem;line-height:1.5}.landing-module__dqYw5a__serviceArrow{color:var(--color-accent);opacity:0;transition:all .3s;position:absolute;top:1.75rem;right:1.75rem;transform:translate(-8px)}.landing-module__dqYw5a__servicesMore{text-align:center;margin-top:3rem}.landing-module__dqYw5a__servicesMoreLink{color:var(--color-accent);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-module__dqYw5a__servicesMoreLink:hover{gap:.75rem}.landing-module__dqYw5a__aiSection{opacity:0;background:#050810;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);transition:all .6s ease-out;position:relative;overflow:hidden;transform:translateY(30px)}.landing-module__dqYw5a__aiSection.landing-module__dqYw5a__visible{opacity:1;transform:translateY(0)}.landing-module__dqYw5a__aiBackground{position:absolute;inset:0;overflow:hidden}.landing-module__dqYw5a__aiGlow{background:radial-gradient(60% 40% at 50% 30%,#2563eb40 0%,#0000 60%);width:150%;height:100%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.landing-module__dqYw5a__aiContent{z-index:1;max-width:1200px;margin:0 auto;position:relative}.landing-module__dqYw5a__aiGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.landing-module__dqYw5a__aiGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-module__dqYw5a__aiGrid{grid-template-columns:1fr}}.landing-module__dqYw5a__aiCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:all .3s}.landing-module__dqYw5a__aiCard:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-4px)}.landing-module__dqYw5a__aiCardIcon{color:#ffffffe6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:all .3s;display:flex}.landing-module__dqYw5a__aiCard:hover .landing-module__dqYw5a__aiCardIcon{background:var(--color-accent);border-color:var(--color-accent)}.landing-module__dqYw5a__aiCardTitle{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-module__dqYw5a__aiCardText{color:#fff9;font-size:.9375rem;line-height:1.6}.landing-module__dqYw5a__partnerServices{background:var(--color-surface);padding:clamp(5rem,10vw,7rem) clamp(1.5rem,5vw,3rem)}.landing-module__dqYw5a__partnerServicesContent{max-width:1100px;margin:0 auto}.landing-module__dqYw5a__serviceTypesGrid{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.landing-module__dqYw5a__serviceTypeCard{background:var(--color-card);border:1px solid var(--color-border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;min-width:180px;padding:1.5rem 2rem;transition:all .3s;display:flex}.landing-module__dqYw5a__serviceTypeCard:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.landing-module__dqYw5a__serviceTypeIcon{background:var(--color-accent-soft);width:52px;height:52px;color:var(--color-accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;transition:all .3s;display:flex}.landing-module__dqYw5a__serviceTypeCard:hover .landing-module__dqYw5a__serviceTypeIcon{background:var(--color-accent);color:#fff}.landing-module__dqYw5a__serviceTypeCard h3{color:var(--color-text);margin:0;font-size:1rem;font-weight:600}.landing-module__dqYw5a__serviceTypeNote{color:var(--color-text-soft);margin-top:.5rem;font-size:.75rem}.landing-module__dqYw5a__partnerServicesDisclaimer{text-align:center;color:var(--color-text-soft);max-width:600px;margin-top:2.5rem;margin-left:auto;margin-right:auto;font-size:.875rem}.landing-module__dqYw5a__accountExecutives{background:linear-gradient(135deg,var(--color-accent)0%,#1e40af 100%);padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem);overflow:hidden}.landing-module__dqYw5a__aeContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.landing-module__dqYw5a__aeContent{grid-template-columns:1fr;gap:3rem}}.landing-module__dqYw5a__aeText{color:#fff}.landing-module__dqYw5a__sectionLabelLight{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.landing-module__dqYw5a__aeTitleLarge{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.landing-module__dqYw5a__aeDescription{color:#ffffffd9;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.landing-module__dqYw5a__aeList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.landing-module__dqYw5a__aeList li{color:#ffffffe6;align-items:center;gap:.75rem;font-size:1rem;display:flex}.landing-module__dqYw5a__aeList svg{color:#fffc;flex-shrink:0}.landing-module__dqYw5a__aeVisual{justify-content:center;display:flex}.landing-module__dqYw5a__aeCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;max-width:320px;padding:3rem}.landing-module__dqYw5a__aeCardIcon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.landing-module__dqYw5a__aeCardContent h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-module__dqYw5a__aeCardContent p{color:#ffffffbf;font-size:.9375rem;line-height:1.5}.landing-module__dqYw5a__faq{background:var(--color-bg);padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem)}.landing-module__dqYw5a__faqContent{max-width:800px;margin:0 auto}.landing-module__dqYw5a__faqList{flex-direction:column;gap:.75rem;display:flex}.landing-module__dqYw5a__faqItem{background:var(--color-card);border:1px solid var(--color-border);border-radius:14px;transition:all .3s;overflow:hidden}.landing-module__dqYw5a__faqItem:hover{border-color:var(--color-border-strong)}.landing-module__dqYw5a__faqItemOpen{border-color:var(--color-accent);box-shadow:0 4px 20px #0000000f}.landing-module__dqYw5a__faqQuestion{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.landing-module__dqYw5a__faqQuestion:hover{color:var(--color-accent)}.landing-module__dqYw5a__faqChevron{color:var(--color-text-muted);flex-shrink:0;transition:transform .3s}.landing-module__dqYw5a__faqItemOpen .landing-module__dqYw5a__faqChevron{color:var(--color-accent);transform:rotate(180deg)}.landing-module__dqYw5a__faqAnswerWrapper{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.landing-module__dqYw5a__faqItemOpen .landing-module__dqYw5a__faqAnswerWrapper{grid-template-rows:1fr}.landing-module__dqYw5a__faqAnswer{color:var(--color-text-muted);margin:0;padding:0 1.5rem;font-size:.9375rem;line-height:1.7;overflow:hidden}.landing-module__dqYw5a__faqItemOpen .landing-module__dqYw5a__faqAnswer{padding-bottom:1.5rem}.landing-module__dqYw5a__ctaSection{padding:clamp(6rem,12vw,10rem) clamp(1.5rem,5vw,3rem);position:relative;overflow:hidden}.landing-module__dqYw5a__ctaBackground{position:absolute;inset:0}.landing-module__dqYw5a__ctaGradient{background:linear-gradient(135deg,var(--color-surface)0%,var(--color-surface-alt)50%,var(--color-surface)100%);position:absolute;inset:0}.landing-module__dqYw5a__ctaContent{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.landing-module__dqYw5a__ctaTitle{letter-spacing:-.03em;color:var(--color-text);margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.landing-module__dqYw5a__ctaText{color:var(--color-text-muted);max-width:640px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.landing-module__dqYw5a__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-module__dqYw5a__ctaPrimaryLarge{background:var(--color-accent);color:#fff;box-shadow:0 8px 30px var(--color-accent-soft);border-radius:12px;align-items:center;gap:.75rem;padding:1.125rem 2.25rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.landing-module__dqYw5a__ctaPrimaryLarge:hover{background:var(--color-accent-hover);box-shadow:0 12px 40px var(--color-accent-soft);transform:translateY(-2px)}.landing-module__dqYw5a__ctaPrimaryLarge svg{transition:transform .25s}.landing-module__dqYw5a__ctaPrimaryLarge:hover svg{transform:translate(4px)}.landing-module__dqYw5a__ctaConsumerLarge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;align-items:center;gap:.75rem;padding:1.125rem 2.25rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 30px #10b9814d}.landing-module__dqYw5a__ctaConsumerLarge:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 12px 40px #10b98166}.landing-module__dqYw5a__ctaConsumerLarge svg{transition:transform .25s}.landing-module__dqYw5a__ctaConsumerLarge:hover svg{transform:translate(4px)}.landing-module__dqYw5a__ctaSecondaryLarge{color:var(--color-text);border:1px solid var(--color-border);background:0 0;border-radius:12px;align-items:center;padding:1.125rem 2.25rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-module__dqYw5a__ctaSecondaryLarge:hover{background:var(--color-card);border-color:var(--color-border-strong)}.landing-module__dqYw5a__ctaNote{color:var(--color-text-soft);margin-top:1.5rem;font-size:.875rem;font-weight:500}@media (max-width:640px){.landing-module__dqYw5a__heroCTAs{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.landing-module__dqYw5a__ctaPrimary,.landing-module__dqYw5a__ctaSecondary,.landing-module__dqYw5a__ctaConsumer,.landing-module__dqYw5a__ctaAgent{justify-content:center;width:100%}.landing-module__dqYw5a__ctaButtons{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.landing-module__dqYw5a__ctaPrimaryLarge,.landing-module__dqYw5a__ctaSecondaryLarge,.landing-module__dqYw5a__ctaConsumerLarge{justify-content:center;width:100%}}
/*# sourceMappingURL=e968710e686fa246.css.map*/