.landing{font-family:var(--font-family,"Inter",sans-serif);display:flex;flex-direction:column;min-height:100vh;color:#1f2937}.landing__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f0f4ff;box-shadow:0 1px 4px rgba(0,0,0,.05)}.landing__header .landing__logo-wrapper .landing__logo{display:flex;align-items:center;gap:.5rem}.landing__header .landing__logo-wrapper .landing__logo img{height:35px}@media screen and (max-width:768px){.landing__header .landing__logo-wrapper .landing__logo img{height:50px}}.landing__header .landing__logo-wrapper .landing__tagline{font-style:italic}.landing__logo h1{font-size:2rem;margin:0;color:#2196f3}.landing__tagline{font-size:.875rem;color:#6b7280}.landing__hero{display:grid;grid-template-columns:2fr 3fr;align-items:center;padding:0 2rem 4rem;gap:3rem;background:#f0f4ff}.landing__hero .landing__heroText .landing__heroText-pretitle{font-size:1.5rem;font-style:italic;font-weight:300}.landing__hero .landing__heroText .landing__heroText-title{font-weight:500;font-size:3rem}.landing__hero .landing__heroText .landing__heroText-subtitle{font-size:1.5rem;font-weight:300}.landing__heroText h2{font-size:2.25rem;margin-bottom:1rem;color:#111827}.landing__heroText p{font-size:1.125rem;margin-bottom:2rem}.landing__heroMockup img{width:100%;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}.landing__hiw{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;row-gap:2rem;width:50%;text-align:center;margin:0 auto}.landing__hiw .landing__hiw-title{font-size:3rem}@media screen and (max-width:768px){.landing__hiw{width:100%}}.landing__hiw .landing__hiw-bloc{display:flex;flex-direction:column;align-items:center;gap:1rem}.landing__hiw .landing__hiw-bloc .landing__hiw-counter{height:5rem}.landing__hiw .landing__hiw-bloc .landing__hiw-bloc-title{font-size:2rem;font-weight:300}.landing__hiw .landing__hiw-bloc .landing__hiw-illu{width:70%}@media screen and (max-width:768px){.landing__hiw .landing__hiw-bloc .landing__hiw-illu{width:100%}}.landing__hiw .landing__hiw-summary{margin:5rem 0;padding:2rem;font-size:1.5rem;background:#2196f3;color:#fff;font-weight:700;border-radius:1rem}.landing__hiw .landing__hiw-summary .landing__hiw-summary-img{height:7rem}.landing__cta{padding:4rem 2rem;text-align:center;background:#2196f3;color:#fff}.landing__cta .landing__features{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:4rem 2rem}.landing__cta .landing__features .landing__featureCard{flex:1 1 280px;max-width:320px;text-align:center;padding:2rem;border-radius:10px}.landing__cta .landing__features .landing__featureCard .p-card-content{padding-bottom:0}.landing__cta .landing__features .landing__featureCard p{margin-top:1rem;line-height:1.5}.landing__cta .landing__features .landing__featureCard-icon-wrapper{display:flex;justify-content:center;gap:.5rem}.landing__cta .landing__features .landing__featureCard-icon-wrapper img{height:7rem}.landing__cta .landing__features .landing__featureCard-icon-wrapper.social img{margin-top:.5rem;height:5.5rem}.landing__cta h2{font-size:2rem;margin-bottom:2rem;color:#fff}.landing__footer{margin-top:auto;padding:1.5rem 2rem;text-align:center;background:#111827;color:#d1d5db}.landing__footer p{margin:0;font-size:.875rem}.landing__heroMockup{position:relative;display:flex;align-items:center;justify-content:center}.landing__heroMockup .play-button{position:absolute}@media(max-width:768px){.landing__hero{grid-template-columns:1fr;text-align:center}.landing__heroMockup{order:-1}}