.landing-module__4hylja__container{background-color:var(--background);width:100%;min-height:100vh;color:var(--foreground);font-family:var(--font-sans);overflow-x:hidden}.landing-module__4hylja__headingDisplay{font-family:var(--font-bricolage);letter-spacing:-.03em;font-weight:400;line-height:1.1}.landing-module__4hylja__navbar{z-index:100;background:var(--background);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.landing-module__4hylja__navLinksLeft{flex:1;align-items:center;gap:2rem;display:flex}.landing-module__4hylja__navLink{color:var(--foreground);opacity:.7;align-items:center;gap:.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.landing-module__4hylja__navLink:hover{opacity:1}.landing-module__4hylja__logoContainer{justify-content:center;display:flex}.landing-module__4hylja__logo{font-family:var(--font-bricolage);letter-spacing:-.05em;font-size:1.5rem;font-weight:800}.landing-module__4hylja__navActionsRight{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.landing-module__4hylja__btnGhost{cursor:pointer;color:var(--foreground);opacity:.7;background:0 0;border:none;font-size:.95rem;font-weight:500;transition:opacity .2s}.landing-module__4hylja__btnGhost:hover{opacity:1}.landing-module__4hylja__btnPrimarySmall{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#000;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:opacity .2s}.landing-module__4hylja__btnPrimarySmall:hover{opacity:.8}.landing-module__4hylja__heroSection{text-align:center;z-index:10;flex-direction:column;align-items:center;gap:2.5rem;padding-top:18vh;padding-bottom:6rem;display:flex;position:relative}.landing-module__4hylja__heroTitle{font-size:clamp(4rem,8vw,7rem);font-family:var(--font-instrument);letter-spacing:-.02em;color:var(--foreground);max-width:900px;font-style:italic;font-weight:400;line-height:1}.landing-module__4hylja__heroSubtitle{color:var(--muted-foreground);max-width:500px;margin:0 auto;font-size:1.125rem;line-height:1.6}.landing-module__4hylja__heroActions{gap:1rem;margin-top:1rem;display:flex}.landing-module__4hylja__btnHeroPrimary{color:#fff;border-radius:var(--radius-lg);cursor:pointer;background:#000;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.landing-module__4hylja__btnHeroPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.landing-module__4hylja__btnHeroSecondary{color:var(--muted-foreground);border-radius:var(--radius-lg);cursor:pointer;background:0 0;border:1px solid #0000;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .2s}.landing-module__4hylja__btnHeroSecondary:hover{color:var(--foreground);border-color:var(--border)}.landing-module__4hylja__mobileMenuButton{cursor:pointer;color:var(--foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:none}@media (max-width:1024px){.landing-module__4hylja__mobileMenuButton{display:flex}}.landing-module__4hylja__mobileMenuButton:hover{opacity:.7}.landing-module__4hylja__mobileMenuButton:active{opacity:.5}.landing-module__4hylja__mobileMenuOverlay{z-index:1000;background:#00000080;justify-content:flex-end;animation:.2s landing-module__4hylja__fadeIn;display:flex;position:fixed;inset:0}@keyframes landing-module__4hylja__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes landing-module__4hylja__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.landing-module__4hylja__mobileMenuContent{background:var(--background);flex-direction:column;gap:.5rem;width:280px;max-width:85vw;height:100%;padding:2rem;animation:.3s landing-module__4hylja__slideIn;display:flex;box-shadow:-5px 0 15px #0000001a}.landing-module__4hylja__mobileMenuLink{border-radius:var(--radius-lg);text-align:center;background:var(--color-brand-cream);color:var(--foreground);padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.landing-module__4hylja__mobileMenuLink:hover,.landing-module__4hylja__mobileMenuLink:active{background:var(--color-brand-pink);color:#fff;transform:translate(-4px)}.landing-module__4hylja__carouselSection{z-index:20;width:100%;margin-top:-2rem;padding-bottom:6rem;position:relative}.landing-module__4hylja__carouselTrack{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:1.5rem;width:max-content;margin:-2rem;padding:6rem 4rem;display:flex;overflow-x:auto}.landing-module__4hylja__carouselTrack::-webkit-scrollbar{display:none}.landing-module__4hylja__card{border-radius:2rem;flex-shrink:0;width:280px;height:400px;transition:all .5s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.landing-module__4hylja__card:hover{box-shadow:0 15px 40px #00000026}.landing-module__4hylja__cardImage{object-fit:cover;width:100%;height:100%}.landing-module__4hylja__cardOverlay{background:linear-gradient(#0000 40%,#000c);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.landing-module__4hylja__cardContent{color:#000;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.5rem;display:flex}.landing-module__4hylja__cardName{font-size:1.1rem;font-weight:700}.landing-module__4hylja__cardRole{opacity:.9;font-size:.9rem;font-weight:400}.landing-module__4hylja__cardRed,.landing-module__4hylja__cardPink{background-color:var(--color-brand-pink)}.landing-module__4hylja__cardGreen{background-color:var(--color-brand-green);color:var(--foreground)}.landing-module__4hylja__cardBlue{background-color:var(--color-brand-blue)}@media (max-width:1024px){.landing-module__4hylja__navbar{padding:1rem 1.5rem}.landing-module__4hylja__navLinksLeft{flex:0}.landing-module__4hylja__logoContainer{flex:1;justify-content:flex-start}.landing-module__4hylja__navActionsRight{display:none}.landing-module__4hylja__heroTitle{padding:0 1rem;font-size:3.5rem}.landing-module__4hylja__carouselTrack{margin:0;padding:4rem 2rem}.landing-module__4hylja__card{width:240px;height:340px}}@media (max-width:640px){.landing-module__4hylja__heroTitle{font-size:3rem}.landing-module__4hylja__heroSection{padding-top:15vh}.landing-module__4hylja__card{width:220px;height:320px}}.landing-module__4hylja__quoteSection{background:0 0;justify-content:center;width:100%;padding:6rem 3rem;display:flex}.landing-module__4hylja__quoteContainer{background:0 0;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.landing-module__4hylja__quoteImageContainer{border-radius:2rem;flex:1;height:500px;position:relative;overflow:hidden}.landing-module__4hylja__quoteImage{object-fit:cover;width:100%;height:100%;display:block}.landing-module__4hylja__quoteContent{color:var(--foreground);background:0 0;flex-direction:column;flex:1;justify-content:center;padding:2rem;display:flex}.landing-module__4hylja__quoteText{font-family:var(--font-instrument);letter-spacing:-.02em;border:none;margin:0 0 3rem;padding:0;font-size:2.75rem;font-weight:400;line-height:1.2}.landing-module__4hylja__quoteText span{font-style:italic;font-family:var(--font-instrument)}.landing-module__4hylja__quoteAuthor{text-transform:uppercase;letter-spacing:.05em;opacity:.6;text-underline-offset:4px;font-size:.9rem;font-style:normal;text-decoration:underline}@media (max-width:1024px){.landing-module__4hylja__quoteText{font-size:2.25rem}}@media (max-width:768px){.landing-module__4hylja__quoteSection{padding:4rem 1.5rem}.landing-module__4hylja__quoteContainer{flex-direction:column;gap:2rem}.landing-module__4hylja__quoteImageContainer{width:100%;height:400px}.landing-module__4hylja__quoteContent{padding:0}.landing-module__4hylja__quoteText{font-size:1.75rem}}.landing-module__4hylja__finalCtaSection{text-align:center;background:0 0;flex-direction:column;align-items:center;width:100%;padding:8rem 1.5rem 6rem;display:flex;overflow:hidden}.landing-module__4hylja__avatarRow{justify-content:center;align-items:flex-end;gap:1rem;height:200px;margin-bottom:4rem;display:flex}.landing-module__4hylja__avatarContainer{border-radius:1.5rem;width:140px;height:180px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 20px #0000001a}.landing-module__4hylja__avatarContainer:hover{z-index:10;transform:scale(1.1)translateY(-10px)!important}.landing-module__4hylja__avatar{object-fit:cover;width:100%;height:100%}.landing-module__4hylja__pillTag{border:1px solid var(--border);color:var(--muted-foreground);background:#fff;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;box-shadow:0 2px 10px #0000000d}.landing-module__4hylja__finalHeadline{font-family:var(--font-instrument);letter-spacing:-.03em;max-width:900px;margin-bottom:3rem;font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:1.1;color:#000!important}.landing-module__4hylja__finalHeadline span{font-family:var(--font-instrument);padding-right:.1em;font-style:italic;color:#000!important}.landing-module__4hylja__finalCtaButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:999px;margin-bottom:1.5rem;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.landing-module__4hylja__finalCtaButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.landing-module__4hylja__finalCaption{color:var(--muted-foreground);opacity:.8;font-size:.95rem}@media (max-width:768px){.landing-module__4hylja__avatarRow{scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;gap:1rem;width:100%;padding:2rem;overflow-x:auto}.landing-module__4hylja__avatarRow::-webkit-scrollbar{display:none}.landing-module__4hylja__avatarContainer{flex-shrink:0;width:100px;height:140px;transform:none!important}}.landing-module__4hylja__featureSection{justify-content:center;width:100%;padding:4rem 1.5rem;display:flex}.landing-module__4hylja__featureCard{background-color:var(--color-brand-cream);border-radius:2.5rem;flex-direction:column;justify-content:center;width:100%;max-width:1200px;height:600px;padding:4rem;display:flex;position:relative;overflow:hidden}.landing-module__4hylja__featureImage{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.landing-module__4hylja__featureOverlay{z-index:2;background:linear-gradient(90deg,#0006 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.landing-module__4hylja__featureContent{z-index:10;color:#fff;max-width:600px;position:relative}.landing-module__4hylja__featureTitle{font-family:var(--font-instrument);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.landing-module__4hylja__featureSubtitle{opacity:.9;max-width:450px;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.landing-module__4hylja__featureCtaButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:999px;width:fit-content;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.landing-module__4hylja__featureCtaButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.landing-module__4hylja__plusButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;bottom:2rem;right:2rem}.landing-module__4hylja__plusButton:hover{background:#fff6}@media (max-width:768px){.landing-module__4hylja__featureCard{height:500px;padding:2rem}.landing-module__4hylja__featureTitle{font-size:2.5rem}}.landing-module__4hylja__faqSection{width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem 8rem}.landing-module__4hylja__faqHeader{font-family:var(--font-instrument);color:var(--foreground);letter-spacing:-.02em;margin-bottom:4rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400}.landing-module__4hylja__faqGrid{align-items:flex-start;gap:4rem;display:flex}.landing-module__4hylja__faqColumn{flex-direction:column;flex:1;display:flex}.landing-module__4hylja__faqItem{border-bottom:1px dashed var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.landing-module__4hylja__faqQuestion{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:1.1rem;font-weight:500;display:flex}.landing-module__4hylja__faqQuestion:hover{opacity:.8}.landing-module__4hylja__faqAnswer{color:var(--muted-foreground);max-width:90%;margin-top:1rem;font-size:.95rem;line-height:1.6}.landing-module__4hylja__faqIcon{color:var(--muted-foreground);transition:transform .3s}.landing-module__4hylja__faqIconOpen{transform:rotate(180deg)}@media (max-width:768px){.landing-module__4hylja__faqGrid{flex-direction:column;gap:1rem}}.landing-module__4hylja__footerSection{width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem 2rem}.landing-module__4hylja__footerTop{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:4rem;padding-bottom:2rem;display:flex}.landing-module__4hylja__footerLogo{font-family:var(--font-instrument);font-size:1.5rem;font-weight:600}.landing-module__4hylja__footerTagline{text-align:right;max-width:300px;font-size:1.5rem;line-height:1.4}.landing-module__4hylja__footerGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:6rem;display:grid}.landing-module__4hylja__footerColumn{flex-direction:column;gap:1rem;display:flex}.landing-module__4hylja__footerColumnTitle{margin-bottom:.5rem;font-size:.9rem;font-weight:600}.landing-module__4hylja__footerLink{color:var(--muted-foreground);font-size:.95rem;text-decoration:none;transition:color .2s}.landing-module__4hylja__footerLink:hover{color:var(--foreground)}.landing-module__4hylja__footerBottom{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.landing-module__4hylja__footerBottomLinks{gap:2rem;display:flex}.landing-module__4hylja__footerSocials{gap:1rem;display:flex}.landing-module__4hylja__footerCta{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:999px;width:fit-content;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}@media (max-width:768px){.landing-module__4hylja__footerTop{flex-direction:column;gap:2rem}.landing-module__4hylja__footerTagline{text-align:left}.landing-module__4hylja__footerGrid{grid-template-columns:1fr 1fr}.landing-module__4hylja__footerBottom{flex-direction:column;align-items:flex-start;gap:1.5rem}.landing-module__4hylja__footerBottomLinks{flex-direction:column;gap:.5rem}}.landing-module__4hylja__featureHighlightSection{justify-content:center;width:100%;padding:6rem 1.5rem;display:flex}.landing-module__4hylja__featureHighlightContainer{background-color:var(--color-brand-cream);border-radius:2.5rem;width:100%;max-width:1200px;height:600px;position:relative;overflow:hidden}.landing-module__4hylja__featureHighlightImage{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.landing-module__4hylja__featureHighlightOverlay{z-index:2;background:linear-gradient(90deg,#00000080 0%,#0000 60%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:3rem;display:flex;position:absolute;top:0;left:0}.landing-module__4hylja__featureHighlightContent{z-index:10;color:#fff;max-width:550px;position:relative}.landing-module__4hylja__featureHighlightTitle{font-family:var(--font-instrument);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.landing-module__4hylja__featureHighlightSubtitle{opacity:.95;max-width:450px;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.landing-module__4hylja__featureHighlightCta{color:#000;cursor:pointer;background:#fff;border:none;border-radius:999px;width:fit-content;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.landing-module__4hylja__featureHighlightCta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.landing-module__4hylja__featureHighlightPlusButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:background .2s;display:flex;position:absolute;bottom:3rem;right:3rem}.landing-module__4hylja__featureHighlightPlusButton:hover{background:#ffffff59}@media (max-width:768px){.landing-module__4hylja__featureHighlightContainer{height:500px}.landing-module__4hylja__featureHighlightOverlay{padding:2rem}.landing-module__4hylja__featureHighlightTitle{font-size:2.25rem}.landing-module__4hylja__featureHighlightSubtitle{font-size:1rem}.landing-module__4hylja__featureHighlightPlusButton{width:3rem;height:3rem;bottom:2rem;right:2rem}}
