.Hero-module__PgAKtG__hero{padding-top:var(--nav-h);flex-direction:column;justify-content:center;max-height:900px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__hero:before{content:"";filter:blur(6px);z-index:0;background-image:url(/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;inset:-20px}.Hero-module__PgAKtG__hero:after{content:"";z-index:1;background-image:linear-gradient(#fff,#fff9);position:absolute;inset:0}.Hero-module__PgAKtG__gridContainer{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:64px;width:100%;padding-top:56px;padding-bottom:80px;display:grid;position:relative}.Hero-module__PgAKtG__leftCol{flex-direction:column;animation:.7s cubic-bezier(.4,0,.2,1) both Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__rightCol{flex-direction:column;gap:16px;width:100%;animation:.9s cubic-bezier(.4,0,.2,1) both Hero-module__PgAKtG__fadeUp;display:flex;position:relative}.Hero-module__PgAKtG__eyebrow{color:var(--c-gold);letter-spacing:.04em;border-radius:var(--r-pill);background:#e8e7e61f;border:1px solid #b5cae158;align-items:center;gap:8px;width:fit-content;margin-bottom:28px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.Hero-module__PgAKtG__eyebrowDot{background:var(--c-gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Hero-module__PgAKtG__headline{letter-spacing:-.035em;color:var(--c-ink);margin-bottom:20px;font-size:clamp(2.5rem,6vw,4.2rem);font-weight:800;line-height:1.12}.Hero-module__PgAKtG__accent{color:var(--c-gold)}.Hero-module__PgAKtG__sub{color:#1a1a2ecc;max-width:560px;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.Hero-module__PgAKtG__searchWrap{margin-bottom:24px}.Hero-module__PgAKtG__searchBar{border-radius:var(--r-pill);max-width:580px;box-shadow:var(--sh-l);border:1px solid var(--c-border);background:#fffffff7;align-items:center;gap:12px;padding:6px 6px 6px 20px;display:flex}.Hero-module__PgAKtG__searchIcon{opacity:.5;flex-shrink:0;font-size:1rem}.Hero-module__PgAKtG__searchInput{color:var(--c-ink);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.Hero-module__PgAKtG__searchInput::placeholder{color:var(--c-muted)}.Hero-module__PgAKtG__searchBtn{border-radius:var(--r-pill);background:var(--c-ink);color:#fff;white-space:nowrap;transition:background var(--ease), transform var(--ease);flex-shrink:0;padding:11px 24px;font-size:.9rem;font-weight:600}.Hero-module__PgAKtG__searchBtn:hover{background:var(--c-gold);transform:translateY(-1px)}.Hero-module__PgAKtG__pills{flex-wrap:wrap;gap:8px;margin-bottom:48px;display:flex}.Hero-module__PgAKtG__pill{border-radius:var(--r-pill);color:var(--c-gold);border:1px solid var(--c-border);transition:all var(--ease);background:#e4edf73b;border-color:#6e77c866;padding:7px 16px;font-size:.85rem;font-weight:500}.Hero-module__PgAKtG__pill:hover{color:var(--c-ink);background:#1a1a2e0d}.Hero-module__PgAKtG__pillActive{color:var(--c-gold);background:#e4edf73b;border-color:#6e77c866}.Hero-module__PgAKtG__quickStats{gap:40px;display:flex}.Hero-module__PgAKtG__qs{flex-direction:column;gap:2px;display:flex}.Hero-module__PgAKtG__qsNum{color:var(--c-gold);letter-spacing:-.03em;font-size:1.6rem;font-weight:800}.Hero-module__PgAKtG__qsLabel{color:var(--c-muted);font-size:.8rem;font-weight:500}.Hero-module__PgAKtG__scrollHint{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollDot{background:#1a1a2e33;border-radius:3px;width:6px;height:28px;position:relative;overflow:hidden}.Hero-module__PgAKtG__scrollDot:after{content:"";background:var(--c-gold);border-radius:3px;height:50%;animation:1.8s ease-in-out infinite Hero-module__PgAKtG__scrollBounce;position:absolute;top:0;left:0;right:0}@keyframes Hero-module__PgAKtG__scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(100%)}}.Hero-module__PgAKtG__marqueeTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted);align-items:center;gap:8px;margin-bottom:4px;font-size:.8rem;font-weight:700;display:flex}.Hero-module__PgAKtG__marqueeTitleDot{background:var(--c-gold);border-radius:50%;width:6px;height:6px}.Hero-module__PgAKtG__marqueeContainer{height:660px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%)}.Hero-module__PgAKtG__marqueeTrack{flex-direction:column;gap:16px;padding-block:20px;animation:30s linear infinite Hero-module__PgAKtG__marqueeVertical;display:flex}.Hero-module__PgAKtG__marqueeTrack:hover{animation-play-state:paused}@keyframes Hero-module__PgAKtG__marqueeVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.Hero-module__PgAKtG__marqueeCard{border-radius:var(--r-m);color:#fff;flex-direction:column;gap:10px;padding:24px;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s;display:flex;box-shadow:0 10px 25px #1a1a2e26}.Hero-module__PgAKtG__marqueeCard:hover{transform:scale(1.03);box-shadow:0 16px 36px #1a1a2e40}.Hero-module__PgAKtG__cardHeader{justify-content:space-between;align-items:center;display:flex}.Hero-module__PgAKtG__cardType{text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-radius:4px;padding:4px 8px;font-size:.68rem;font-weight:700}.Hero-module__PgAKtG__cardBadge{color:var(--c-ink);border-radius:var(--r-pill);background:#fff;padding:4px 10px;font-size:.68rem;font-weight:700}.Hero-module__PgAKtG__cardTitle{letter-spacing:-.02em;margin-top:4px;font-size:1.3rem;font-weight:800}.Hero-module__PgAKtG__cardLocation{opacity:.85;font-size:.85rem}.Hero-module__PgAKtG__cardFooter{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;display:flex}.Hero-module__PgAKtG__cardSpecs{opacity:.95;font-size:.8rem;font-weight:500}.Hero-module__PgAKtG__cardPrice{color:#fff;font-size:1.25rem;font-weight:800}@media (max-width:950px){.Hero-module__PgAKtG__gridContainer{grid-template-columns:minmax(0,1fr);gap:48px;padding-top:32px;padding-bottom:48px}.Hero-module__PgAKtG__leftCol,.Hero-module__PgAKtG__rightCol{min-width:0;max-width:100%}.Hero-module__PgAKtG__marqueeContainer{height:440px}}@media (max-width:700px){.Hero-module__PgAKtG__hero{justify-content:flex-start;min-height:auto;max-height:none;padding-top:50px;padding-bottom:12px}.Hero-module__PgAKtG__gridContainer{grid-template-columns:minmax(0,1fr);gap:16px;width:100%;padding-top:8px;padding-bottom:8px;overflow:hidden;padding-left:0!important;padding-right:0!important}.Hero-module__PgAKtG__leftCol{width:100%;min-width:0;padding-inline:16px;overflow:hidden}.Hero-module__PgAKtG__rightCol{width:100%;min-width:0;padding-inline:0;overflow:hidden}.Hero-module__PgAKtG__circle1,.Hero-module__PgAKtG__circle2{display:none}.Hero-module__PgAKtG__eyebrow{margin-bottom:12px;margin-left:-5px;padding:4px 10px;font-size:.55rem}.Hero-module__PgAKtG__headline{max-width:320px;margin-bottom:12px;font-size:1.6rem;line-height:1.2}.Hero-module__PgAKtG__headline br{display:none}.Hero-module__PgAKtG__sub{max-width:100%;margin-bottom:16px;font-size:.75rem;line-height:1.5}.Hero-module__PgAKtG__searchInput{width:0;min-width:0;font-size:12px}.Hero-module__PgAKtG__searchWrap{margin-bottom:16px}.Hero-module__PgAKtG__searchBar{gap:6px;width:100%;max-width:100%;padding:4px 4px 4px 12px}.Hero-module__PgAKtG__searchBtn{padding:6px 14px;font-size:11px}.Hero-module__PgAKtG__pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;justify-content:space-between;gap:8px;width:calc(100% + 32px);margin-bottom:20px;margin-left:-16px;margin-right:-16px;padding-inline:16px;display:flex;overflow-x:auto}.Hero-module__PgAKtG__pills::-webkit-scrollbar{display:none}.Hero-module__PgAKtG__pill{flex-shrink:0;padding:5px 12px;font-size:.58rem}.Hero-module__PgAKtG__quickStats{gap:20px}.Hero-module__PgAKtG__qsNum{font-size:1.3rem}.Hero-module__PgAKtG__qsLabel{font-size:.72rem}.Hero-module__PgAKtG__rightCol{gap:12px}.Hero-module__PgAKtG__marqueeTitle{display:none!important}.Hero-module__PgAKtG__marqueeContainer{width:100%;height:auto;margin-top:4px;margin-bottom:0;position:relative;overflow:hidden}.Hero-module__PgAKtG__marqueeTrack{flex-direction:row;gap:12px;width:max-content;padding-block:8px;animation:22s linear infinite Hero-module__PgAKtG__marqueeHorizontal;display:flex}.Hero-module__PgAKtG__marqueeCard{border-radius:var(--r-m);flex-shrink:0;gap:4px;width:285px;padding:10px 12px}.Hero-module__PgAKtG__cardTitle{margin-top:2px;font-size:.7rem}.Hero-module__PgAKtG__cardPrice{font-size:.82rem}.Hero-module__PgAKtG__cardLocation,.Hero-module__PgAKtG__cardSpecs{font-size:.55rem}.Hero-module__PgAKtG__cardType,.Hero-module__PgAKtG__cardBadge{padding:2px 5px;font-size:.4rem}.Hero-module__PgAKtG__cardFooter{margin-top:3px;padding-top:6px}.Hero-module__PgAKtG__scrollHint{display:none}}@keyframes Hero-module__PgAKtG__marqueeHorizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}
.StatsBar-module__eUy94a__bar{background:var(--c-card);border-bottom:1px solid var(--c-border)}.StatsBar-module__eUy94a__inner{justify-content:space-between;display:flex}.StatsBar-module__eUy94a__stat{flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:32px 0;display:flex;position:relative}.StatsBar-module__eUy94a__stat:not(:last-child):after{content:"";background:var(--c-border);width:1px;height:50%;position:absolute;top:25%;right:0}.StatsBar-module__eUy94a__value{letter-spacing:-.04em;color:var(--c-gold);font-size:2.2rem;font-weight:800;line-height:1}.StatsBar-module__eUy94a__label{color:var(--c-muted);font-size:.85rem;font-weight:500}.StatsBar-module__eUy94a__desktopStats{justify-content:space-between;width:100%;display:flex}.StatsBar-module__eUy94a__mobileMarquee{display:none}@media (max-width:700px){.StatsBar-module__eUy94a__desktopStats{display:none}.StatsBar-module__eUy94a__mobileMarquee{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;display:block;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.StatsBar-module__eUy94a__marqueeTrack{flex-direction:row;gap:32px;width:max-content;padding-block:8px;animation:22s linear infinite StatsBar-module__eUy94a__marqueeStatsRight;display:flex}.StatsBar-module__eUy94a__stat{flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:150px;padding:12px 8px;display:flex}.StatsBar-module__eUy94a__stat:after{display:none!important}.StatsBar-module__eUy94a__value{font-size:1rem}.StatsBar-module__eUy94a__label{text-align:center;font-size:.78rem}}@keyframes StatsBar-module__eUy94a__marqueeStatsRight{0%{transform:translate(-50%)}to{transform:translate(0)}}
.FeaturedProperties-module__g2wKZa__section{padding:var(--sec-py) 0;background:var(--c-bg)}.FeaturedProperties-module__g2wKZa__top{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.FeaturedProperties-module__g2wKZa__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold);margin-bottom:8px;font-size:.78rem;font-weight:700}.FeaturedProperties-module__g2wKZa__heading{font-size:var(--main-heading-size);letter-spacing:-.03em;color:var(--c-ink);font-weight:800}.FeaturedProperties-module__g2wKZa__viewAll{border-radius:var(--r-pill);border:1.5px solid var(--c-border);color:var(--c-ink);white-space:nowrap;transition:all var(--ease);flex-shrink:0;padding:9px 20px;font-size:.875rem;font-weight:600}.FeaturedProperties-module__g2wKZa__viewAll:hover{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}.FeaturedProperties-module__g2wKZa__filterWrap{margin-bottom:36px}.FeaturedProperties-module__g2wKZa__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.FeaturedProperties-module__g2wKZa__empty{text-align:center;color:var(--c-muted);padding:80px 0}.FeaturedProperties-module__g2wKZa__empty button{color:var(--c-gold);cursor:pointer;font-weight:600;text-decoration:underline}@media (max-width:700px){.FeaturedProperties-module__g2wKZa__section{padding:1rem 0}.FeaturedProperties-module__g2wKZa__top{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.FeaturedProperties-module__g2wKZa__eyebrow{margin-bottom:0;font-size:.6rem}.FeaturedProperties-module__g2wKZa__heading{font-size:1rem}.FeaturedProperties-module__g2wKZa__viewAll{padding:7px 14px;font-size:.58rem}.FeaturedProperties-module__g2wKZa__filterWrap{margin-bottom:24px}.FeaturedProperties-module__g2wKZa__grid{grid-template-columns:1fr;gap:16px}}
.NewLaunches-module__rlrQLq__section{padding:var(--sec-py) 0;background:var(--c-card);border-bottom:1px solid var(--c-border)}.NewLaunches-module__rlrQLq__top{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:36px;display:flex}.NewLaunches-module__rlrQLq__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold);margin-bottom:8px;font-size:.78rem;font-weight:700}.NewLaunches-module__rlrQLq__heading{font-size:var(--main-heading-size);letter-spacing:-.03em;color:var(--c-ink);font-weight:800}.NewLaunches-module__rlrQLq__viewAll{border-radius:var(--r-pill);border:1.5px solid var(--c-border);color:var(--c-ink);white-space:nowrap;transition:all var(--ease);flex-shrink:0;padding:9px 20px;font-size:.875rem;font-weight:600}.NewLaunches-module__rlrQLq__viewAll:hover{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}.NewLaunches-module__rlrQLq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:700px){.NewLaunches-module__rlrQLq__section{padding:1rem 0}.NewLaunches-module__rlrQLq__top{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.NewLaunches-module__rlrQLq__eyebrow{margin-bottom:0;font-size:.6rem}.NewLaunches-module__rlrQLq__heading{font-size:1rem}.NewLaunches-module__rlrQLq__viewAll{padding:7px 14px;font-size:.58rem}.NewLaunches-module__rlrQLq__grid{grid-template-columns:1fr;gap:16px}}
.AboutSection-module__f4kMfG__section{padding:var(--sec-py) 0;background:var(--c-card)}.AboutSection-module__f4kMfG__inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.AboutSection-module__f4kMfG__visual{position:relative}.AboutSection-module__f4kMfG__visualCard{background:var(--c-ink);border-radius:var(--r-l);align-items:flex-end;min-height:550px;padding:48px;display:flex;position:relative;overflow:hidden}.AboutSection-module__f4kMfG__visualAccent{background:radial-gradient(circle,#c8a96e33 0%,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;top:-60px;right:-60px}.AboutSection-module__f4kMfG__visualInner{z-index:1;position:relative}.AboutSection-module__f4kMfG__visualNum{color:#fff;letter-spacing:-.04em;margin-bottom:4px;font-size:4rem;font-weight:800;line-height:1;display:block}.AboutSection-module__f4kMfG__visualLabel{color:#ffffff80;margin-bottom:20px;font-size:.9rem;font-weight:500;display:block}.AboutSection-module__f4kMfG__visualBar{background:var(--c-gold);border-radius:2px;width:40px;height:3px;margin-bottom:20px}.AboutSection-module__f4kMfG__visualText{color:#ffffffa6;max-width:260px;font-size:.95rem;line-height:1.6}.AboutSection-module__f4kMfG__visualBadge1,.AboutSection-module__f4kMfG__visualBadge2,.AboutSection-module__f4kMfG__visualBadge3{background:var(--c-card);border-radius:var(--r-m);box-shadow:var(--sh-m);border:1px solid var(--c-border);transition:transform var(--ease);align-items:center;gap:8px;padding:10px 16px;display:flex;position:absolute}.AboutSection-module__f4kMfG__visualBadge1:hover,.AboutSection-module__f4kMfG__visualBadge2:hover,.AboutSection-module__f4kMfG__visualBadge3:hover{transform:translateY(-2px)}.AboutSection-module__f4kMfG__visualBadge1{top:28px;right:-24px}.AboutSection-module__f4kMfG__visualBadge2{bottom:330px;left:-24px}.AboutSection-module__f4kMfG__visualBadge3{bottom:-16px;right:28px}.AboutSection-module__f4kMfG__badgeIcon{color:var(--c-gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutSection-module__f4kMfG__badgeText{color:var(--c-ink);white-space:nowrap;font-size:.8rem;font-weight:700}.AboutSection-module__f4kMfG__visualBadgeText{color:var(--c-ink);white-space:nowrap;font-size:.85rem;font-weight:600}.AboutSection-module__f4kMfG__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold);margin-bottom:12px;font-size:.78rem;font-weight:700}.AboutSection-module__f4kMfG__heading{font-size:var(--main-heading-size);letter-spacing:-.03em;color:var(--c-ink);margin-bottom:20px;font-weight:800;line-height:1.2}.AboutSection-module__f4kMfG__body{color:var(--c-muted);margin-bottom:16px;font-size:.97rem;line-height:1.75}.AboutSection-module__f4kMfG__pillars{grid-template-columns:1fr 1fr;gap:16px;margin-block:28px;display:grid}.AboutSection-module__f4kMfG__pillar{align-items:flex-start;gap:12px;display:flex}.AboutSection-module__f4kMfG__pillarIcon{width:28px;height:28px;color:var(--c-gold);background:#c8a96e1f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.AboutSection-module__f4kMfG__pillarLabel{color:var(--c-ink);margin-bottom:2px;font-size:.9rem;font-weight:700}.AboutSection-module__f4kMfG__pillarDesc{color:var(--c-muted);font-size:.82rem;line-height:1.5}.AboutSection-module__f4kMfG__cta{border-radius:var(--r-pill);background:var(--c-ink);color:#fff;transition:background var(--ease), transform var(--ease);align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;display:inline-flex}.AboutSection-module__f4kMfG__cta:hover{background:var(--c-gold);transform:translateY(-2px)}@media (max-width:700px){.AboutSection-module__f4kMfG__inner{grid-template-columns:1fr;gap:40px}.AboutSection-module__f4kMfG__visualCard{min-height:400px}.AboutSection-module__f4kMfG__visualBadge1{top:12px;right:12px}.AboutSection-module__f4kMfG__visualBadge2{bottom:60px;left:12px}.AboutSection-module__f4kMfG__visualBadge3{bottom:-10px;right:12px}.AboutSection-module__f4kMfG__pillars{grid-template-columns:1fr;gap:12px}}
.PreLaunchSection-module__iIlXKa__section{padding:var(--sec-py) 0;background:var(--c-bg);border-bottom:1px solid var(--c-border)}.PreLaunchSection-module__iIlXKa__top{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:36px;display:flex}.PreLaunchSection-module__iIlXKa__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold);margin-bottom:8px;font-size:.78rem;font-weight:700}.PreLaunchSection-module__iIlXKa__heading{font-size:var(--main-heading-size);letter-spacing:-.03em;color:var(--c-ink);font-weight:800}.PreLaunchSection-module__iIlXKa__viewAll{border-radius:var(--r-pill);border:1.5px solid var(--c-border);color:var(--c-ink);white-space:nowrap;transition:all var(--ease);flex-shrink:0;padding:9px 20px;font-size:.875rem;font-weight:600}.PreLaunchSection-module__iIlXKa__viewAll:hover{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}.PreLaunchSection-module__iIlXKa__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:700px){.PreLaunchSection-module__iIlXKa__section{padding:1rem 0}.PreLaunchSection-module__iIlXKa__top{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.PreLaunchSection-module__iIlXKa__eyebrow{margin-bottom:0;font-size:.5rem}.PreLaunchSection-module__iIlXKa__heading{font-size:.9rem}.PreLaunchSection-module__iIlXKa__viewAll{padding:7px 14px;font-size:.58rem}.PreLaunchSection-module__iIlXKa__grid{grid-template-columns:1fr;gap:16px}}
.TestimonialsSection-module__iQcbOG__section{padding:var(--sec-py) 0;padding-top:var(--sec-py);background:#fffffc;overflow:hidden}.TestimonialsSection-module__iQcbOG__top{text-align:center;max-width:560px;margin:0 auto 52px}.TestimonialsSection-module__iQcbOG__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold);margin-bottom:12px;font-size:.78rem;font-weight:700}.TestimonialsSection-module__iQcbOG__heading{font-size:var(--main-heading-size);letter-spacing:-.03em;color:var(--c-ink);margin-bottom:12px;font-weight:800}.TestimonialsSection-module__iQcbOG__sub{color:var(--c-muted);font-size:.97rem;line-height:1.7}.TestimonialsSection-module__iQcbOG__marqueeContainer{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:10px 0;position:relative;left:50%;right:50%;overflow:hidden}.TestimonialsSection-module__iQcbOG__fadeLeft,.TestimonialsSection-module__iQcbOG__fadeRight{z-index:10;pointer-events:none;width:200px;position:absolute;top:0;bottom:0}.TestimonialsSection-module__iQcbOG__fadeLeft{background:linear-gradient(to right, var(--c-bg) 0%, #f8f6f200 100%);left:0}.TestimonialsSection-module__iQcbOG__fadeRight{background:linear-gradient(to left, var(--c-bg) 0%, #f8f6f200 100%);right:0}.TestimonialsSection-module__iQcbOG__marqueeRow{width:100%;margin-bottom:24px;display:flex;overflow:hidden}.TestimonialsSection-module__iQcbOG__marqueeRow:last-child{margin-bottom:0}.TestimonialsSection-module__iQcbOG__marqueeTrackLeft,.TestimonialsSection-module__iQcbOG__marqueeTrackRight{gap:24px;width:max-content;display:flex}@keyframes TestimonialsSection-module__iQcbOG__marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes TestimonialsSection-module__iQcbOG__marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.TestimonialsSection-module__iQcbOG__marqueeTrackLeft{animation:32s linear infinite TestimonialsSection-module__iQcbOG__marqueeLeft}.TestimonialsSection-module__iQcbOG__marqueeTrackRight{animation:32s linear infinite TestimonialsSection-module__iQcbOG__marqueeRight}.TestimonialsSection-module__iQcbOG__marqueeTrackLeft:hover,.TestimonialsSection-module__iQcbOG__marqueeTrackRight:hover{animation-play-state:paused}.TestimonialsSection-module__iQcbOG__card{background:var(--c-card);border-radius:var(--r-m);border:1px solid var(--c-border);box-shadow:var(--sh-s);width:400px;transition:border-color var(--ease), box-shadow var(--ease), transform var(--ease);flex-direction:column;flex-shrink:0;gap:8px;padding:16px 20px;display:flex}.TestimonialsSection-module__iQcbOG__card:hover{border-color:var(--c-gold);box-shadow:var(--sh-m)}.TestimonialsSection-module__iQcbOG__stars{color:var(--c-gold);gap:2px;display:flex}.TestimonialsSection-module__iQcbOG__quote{color:var(--c-ink);flex:1;font-size:.8rem;font-style:normal;font-weight:500;line-height:1.6}.TestimonialsSection-module__iQcbOG__author{border-top:1px solid var(--c-border);align-items:center;gap:10px;padding-top:10px;display:flex}.TestimonialsSection-module__iQcbOG__avatar{object-fit:cover;border:1.5px solid var(--c-border);width:30px;height:30px;box-shadow:var(--sh-s);border-radius:50%}.TestimonialsSection-module__iQcbOG__name{color:var(--c-ink);font-size:.78rem;font-style:normal;font-weight:700;display:block}.TestimonialsSection-module__iQcbOG__role{color:var(--c-muted);font-size:.68rem;font-weight:500;display:block}.TestimonialsSection-module__iQcbOG__readMoreBtn{display:none}@media (max-width:768px){.TestimonialsSection-module__iQcbOG__section{padding:1rem 0}.TestimonialsSection-module__iQcbOG__top{margin-bottom:16px}.TestimonialsSection-module__iQcbOG__eyebrow{margin-bottom:0;font-size:.45rem}.TestimonialsSection-module__iQcbOG__heading{margin-bottom:4px;font-size:.85rem}.TestimonialsSection-module__iQcbOG__sub{font-size:.65rem;line-height:1.4}.TestimonialsSection-module__iQcbOG__card{border-radius:var(--r-s);gap:4px;width:190px;padding:8px 10px}.TestimonialsSection-module__iQcbOG__stars svg{width:9px!important;height:9px!important}.TestimonialsSection-module__iQcbOG__quote{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.52rem;line-height:1.4;display:-webkit-box;overflow:hidden}.TestimonialsSection-module__iQcbOG__cardExpanded .TestimonialsSection-module__iQcbOG__quote{-webkit-line-clamp:unset;display:block;overflow:visible}.TestimonialsSection-module__iQcbOG__readMoreBtn{color:var(--c-gold);cursor:pointer;text-align:left;background:0 0;border:none;align-self:flex-start;margin-top:-3px;padding:0;font-size:.45rem;font-weight:700;display:inline-block}.TestimonialsSection-module__iQcbOG__author{gap:6px;padding-top:6px}.TestimonialsSection-module__iQcbOG__avatar{width:18px;height:18px}.TestimonialsSection-module__iQcbOG__name{font-size:.6rem}.TestimonialsSection-module__iQcbOG__role{font-size:.5rem}.TestimonialsSection-module__iQcbOG__marqueeRow{margin-bottom:12px}.TestimonialsSection-module__iQcbOG__marqueeTrackLeft,.TestimonialsSection-module__iQcbOG__marqueeTrackRight{gap:10px}.TestimonialsSection-module__iQcbOG__fadeLeft,.TestimonialsSection-module__iQcbOG__fadeRight{width:25px}}
