@keyframes styles_fadeIn__3PQ3F{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_float__HcGK3{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes styles_pulse__ZoCEf{0%{box-shadow:0 0 0 0 rgba(239,68,68,.4)}70%{box-shadow:0 0 0 15px rgba(239,68,68,0)}to{box-shadow:0 0 0 0 rgba(239,68,68,0)}}@keyframes styles_shimmer__2SL4B{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes styles_spin__HjJRi{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes styles_scaleIn___sIEA{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes styles_slideInRight__Qw6ba{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes styles_fadeInUp__2fVLs{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_gradientFlow__O5_ZL{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_borderGlow__QAwE0{0%{border-color:rgba(239,68,68,.2)}50%{border-color:rgba(239,68,68,.6)}to{border-color:rgba(239,68,68,.2)}}.styles_homeMain__3PitW{position:relative;z-index:20;min-height:100vh;width:100%;color:#333;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;scroll-behavior:smooth}.styles_heroCards__qwdWR{display:flex;flex-direction:column;gap:20px;padding:20px;max-width:1400px;margin:0 auto;animation:styles_fadeIn__3PQ3F .8s ease-out}@media (min-width:768px){.styles_heroCards__qwdWR{flex-direction:row;padding:40px}}.styles_heroCard__pD2MR{position:relative;flex:1;border-radius:20px;overflow:hidden;min-height:360px;max-height:380px;background-size:cover;background-position:50%;color:white;box-shadow:0 10px 30px rgba(0,0,0,.12);transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s ease}@media (max-width:767px){.styles_heroCard__pD2MR{width:100%;aspect-ratio:1/1;max-height:none}}.styles_heroCard__pD2MR:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.2)}.styles_heroCard__pD2MR:first-child{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),url(/images/header_image_1.jpg)}.styles_heroCard__pD2MR:last-child{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),url(/images/Header_Image_2.jpg)}.styles_heroCardContent__T2aDl{position:absolute;bottom:0;left:0;width:100%;padding:35px;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.2),transparent);display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease}.styles_heroCard__pD2MR:hover .styles_heroCardContent__T2aDl{padding-bottom:45px}.styles_heroCardContent__T2aDl h2{font-size:28px;font-weight:600;margin-bottom:10px;transition:transform .3s ease}.styles_heroCard__pD2MR:hover .styles_heroCardContent__T2aDl h2{transform:translateY(-5px)}.styles_heroCardContent__T2aDl p{font-size:16px;margin-bottom:20px;opacity:.9;max-width:90%;transition:transform .3s ease}.styles_heroCard__pD2MR:hover .styles_heroCardContent__T2aDl p{transform:translateY(-3px)}.styles_cardButton___T_UP{background-color:#e91e63;color:white;border:none;border-radius:30px;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 15px rgba(233,30,99,.3);position:relative;overflow:hidden}.styles_cardButton___T_UP:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.4);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.styles_cardButton___T_UP:hover:after{animation:styles_ripple__pTq82 1s ease-out}@keyframes styles_ripple__pTq82{0%{transform:scale(0);opacity:.5}to{transform:scale(50);opacity:0}}.styles_cardButton___T_UP:hover{background-color:#d81b60;transform:translateY(-4px) scale(1.05);box-shadow:0 10px 20px rgba(233,30,99,.4)}.styles_cardButton___T_UP:active{transform:translateY(0) scale(.98)}.styles_sectionContainer__TXhLe{padding:45px 20px;max-width:1400px;margin:0 auto;opacity:0;animation:styles_fadeIn__3PQ3F .8s ease-out forwards;animation-delay:.2s}.styles_sectionTitle__AmKuf{text-align:center;margin-bottom:45px}.styles_sectionTitle__AmKuf h2{font-size:32px;font-weight:600;margin-bottom:15px;color:#333;position:relative;display:inline-block}.styles_sectionTitle__AmKuf h2:after{content:"";position:absolute;bottom:-8px;left:50%;width:60px;height:3px;background:#e91e63;transform:translateX(-50%);border-radius:2px}.styles_sectionTitle__AmKuf p{font-size:17px;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.styles_categoriesGrid__9t5LL{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}@media (min-width:768px){.styles_categoriesGrid__9t5LL{grid-template-columns:repeat(6,1fr);gap:36px}}.styles_categoryCard__xVcnt{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.styles_categoryCard__xVcnt:hover{transform:translateY(-8px)}.styles_categoryImage__Pnea2{width:130px;height:130px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s ease;border:3px solid transparent}.styles_categoryCard__xVcnt:hover .styles_categoryImage__Pnea2{border-color:#e91e63;box-shadow:0 8px 25px rgba(233,30,99,.25)}.styles_categoryCard__xVcnt h3{font-size:15px;font-weight:600;margin-bottom:8px}.styles_textLink__3krDU{font-size:14px;color:#e91e63;text-decoration:none;position:relative;transition:all .3s ease}.styles_textLink__3krDU:after{content:"";position:absolute;width:0;height:1.5px;bottom:-2px;left:0;background-color:#e91e63;transition:width .3s ease}.styles_textLink__3krDU:hover:after{width:100%}.styles_textLink__3krDU:hover{color:#d81b60}.styles_centerButton__SUlgh{display:flex;justify-content:center;margin-top:35px}.styles_signUpButton__3HlMM{background-color:#e91e63;color:white;border:none;border-radius:30px;padding:15px 35px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 15px rgba(233,30,99,.2);position:relative;overflow:hidden}.styles_signUpButton__3HlMM:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.4);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.styles_signUpButton__3HlMM:hover:after{animation:styles_ripple__pTq82 1s ease-out}.styles_signUpButton__3HlMM:hover{background-color:#d81b60;transform:translateY(-4px);box-shadow:0 10px 20px rgba(233,30,99,.3)}.styles_signUpButton__3HlMM:active{transform:translateY(0) scale(.98)}.styles_secondaryButton__3KCpr{background-color:transparent;color:#333;border:1.5px solid #ddd;border-radius:30px;padding:12px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.styles_secondaryButton__3KCpr:hover{background-color:#f5f5f5;border-color:#999;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.05)}.styles_castingsGrid__lvKYa{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:25px;margin-bottom:40px}@media (min-width:768px){.styles_castingsGrid__lvKYa{grid-template-columns:repeat(4,1fr)}}.styles_castingCard__GNwPA{border-radius:18px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.165,.84,.44,1);height:100%;position:relative}.styles_castingCard__GNwPA:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.styles_featuredBadge__zBQsu{position:absolute;top:15px;right:15px;background-color:#e91e63;color:white;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;z-index:2;box-shadow:0 4px 10px rgba(233,30,99,.2);letter-spacing:.5px}.styles_castingImage__hdSuO{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.styles_castingCard__GNwPA:hover .styles_castingImage__hdSuO{transform:scale(1.05)}.styles_castingInfo__xtTLO{padding:20px;background-color:white}.styles_castingInfo__xtTLO h3{font-size:15px;font-weight:600;margin-bottom:10px;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.styles_castingCard__GNwPA:hover .styles_castingInfo__xtTLO h3{color:#e91e63}.styles_modelsTabs__ejXUN{display:flex;gap:1rem;padding:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.styles_modelsTabs__ejXUN::-webkit-scrollbar{display:none}@media (max-width:767px){.styles_modelsTabs__ejXUN{justify-content:flex-start;gap:8px;padding-left:10px;padding-right:10px}.styles_modelTab__o4EHS{min-width:110px;font-size:14px;padding:10px 12px;white-space:nowrap}}.styles_modelTab__o4EHS{padding:.75rem 1.5rem;border-radius:9999px;background:white;color:#4b5563;font-weight:500;transition:all .3s ease;border:2px solid transparent;white-space:nowrap}.styles_modelTab__o4EHS:hover{background:#f3f4f6;transform:translateY(-1px)}.styles_modelTab__o4EHS.styles_active__KuIRX{background:#e91e63;color:white;box-shadow:0 4px 6px rgba(233,30,99,.2)}.styles_modelsGrid__wm7VK{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-bottom:40px}@media (min-width:768px){.styles_modelsGrid__wm7VK{grid-template-columns:repeat(5,1fr)}}.styles_modelCardStyle__lmAce{position:relative;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;background-size:cover;background-position:50%;transition:all .4s ease;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1)}.styles_modelCardStyle__lmAce:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 15px rgba(0,0,0,.2)}.styles_modelCardStyle__lmAce:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));opacity:0;transition:opacity .3s ease}.styles_modelCardStyle__lmAce:hover:before{opacity:1}.styles_cardOverlay__z_zVC{position:absolute;inset:0;display:flex;align-items:flex-end;padding:2rem;opacity:0;transform:translateY(20px);transition:all .3s ease}.styles_modelCardStyle__lmAce:hover .styles_cardOverlay__z_zVC{opacity:1;transform:translateY(0)}.styles_cardTextBlock__brgJD{text-align:center;transform:translateY(20px);transition:transform .3s ease}.styles_modelCardStyle__lmAce:hover .styles_cardTextBlock__brgJD{transform:translateY(0)}.styles_cardTextBlock__brgJD h3{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:white}.styles_cardSubText__jqMUV{font-size:.85rem;color:rgba(255,255,255,.9);display:block;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}@media (max-width:900px){.styles_modelCardStyle__lmAce{aspect-ratio:1/1}}@media (max-width:600px){.styles_modelCardStyle__lmAce{aspect-ratio:1/1}}.styles_communitySection__29w3W{padding:40px 20px;text-align:center;position:relative;background-color:#fff}.styles_communitySection__29w3W h2{font-size:28px;font-weight:600;margin-bottom:25px;color:#000;position:relative;display:inline-block}.styles_statsContainer__219nf{display:flex;flex-direction:column;gap:15px;max-width:450px;margin:0 auto}@media (min-width:768px){.styles_statsContainer__219nf{flex-direction:row;justify-content:center;max-width:1000px}}.styles_statBox__on9Lp{background-color:#1a1a1a;border-radius:12px;padding:20px;text-align:center;flex:1;box-shadow:0 6px 16px rgba(0,0,0,.1);color:white;animation:styles_fadeInUp__2fVLs .6s ease forwards;opacity:0}.styles_statBox__on9Lp:first-child{animation-delay:.1s}.styles_statBox__on9Lp:nth-child(2){animation-delay:.3s}.styles_statBox__on9Lp:nth-child(3){animation-delay:.5s}.styles_statBox__on9Lp h3{font-size:32px;font-weight:700;margin-bottom:5px;color:#fff}.styles_statBox__on9Lp p{font-size:15px;color:#fff;margin:0;opacity:.9}.styles_safetySection__os8j6{padding:40px 20px;text-align:left;background-color:white;max-width:600px;margin:0 auto}.styles_safetySection__os8j6 h2{font-size:28px;font-weight:700;margin-bottom:20px;color:#000;text-align:left;animation:styles_fadeIn__3PQ3F .5s ease forwards}.styles_safetyFeatures__iNzNk{display:flex;flex-direction:column;gap:20px}.styles_safetyFeature__hts3C{display:flex;align-items:center;gap:15px;animation:styles_fadeInLeft__D4zJd .6s ease forwards;opacity:0}.styles_safetyFeature__hts3C:first-child{animation-delay:.2s}.styles_safetyFeature__hts3C:nth-child(2){animation-delay:.4s}.styles_safetyFeature__hts3C:nth-child(3){animation-delay:.6s}.styles_safetyIcon__2nBRR{width:50px;height:50px;border-radius:50%;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.styles_safetyIcon__2nBRR svg{width:22px;height:22px;color:white}.styles_safetyFeature__hts3C p{font-size:16px;color:#000;margin:0;line-height:1.4;font-weight:500}@keyframes styles_fadeInLeft__D4zJd{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.styles_caseStudiesGrid__causO{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1400px;margin:0 auto}.styles_caseStudyCard__wBex7{position:relative;border-radius:32px;overflow:hidden;background:none;box-shadow:none;min-height:380px;display:flex;flex-direction:column;transition:transform .18s cubic-bezier(.19,1,.22,1)}.styles_caseStudyCard__wBex7:hover{transform:translateY(-8px) scale(1.03)}.styles_caseStudyImageContainer__37GKV{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.styles_caseStudyImage__E7Jf_{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:32px;transition:transform .5s ease}.styles_caseStudyCard__wBex7:hover .styles_caseStudyImage__E7Jf_{transform:scale(1.05)}.styles_caseBrandLogo__Q1r7m{position:absolute;top:18px;left:18px;width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.35rem;color:#222;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:2}.styles_caseStudyInfo__9OoRw{position:absolute;left:0;bottom:0;width:100%;padding:28px 24px 22px;background:linear-gradient(0deg,rgba(0,0,0,.72) 80%,transparent);color:#fff;display:flex;flex-direction:column;align-items:flex-start;z-index:3}.styles_caseStudyInfo__9OoRw h3{font-size:1.18rem;font-weight:800;margin:0 0 8px;color:#fff;text-transform:uppercase;letter-spacing:.5px}.styles_caseStudyInfo__9OoRw p{font-size:1.08rem;font-weight:500;margin:0;color:#fff;line-height:1.4;text-shadow:0 2px 8px rgba(0,0,0,.18)}@media (max-width:1100px){.styles_caseStudiesGrid__causO{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:700px){.styles_caseStudiesGrid__causO{grid-template-columns:1fr;gap:16px}.styles_caseStudyImageContainer__37GKV{height:180px}.styles_caseStudyCard__wBex7{border-radius:18px}.styles_caseStudyImage__E7Jf_{border-radius:18px 18px 0 0}.styles_caseBrandLogo__Q1r7m{width:36px;height:36px;font-size:1rem;top:10px;left:10px}.styles_caseStudyInfo__9OoRw{padding:18px 12px 14px}}@media (max-width:600px){.styles_caseStudiesGrid__causO{grid-template-columns:1fr;gap:14px}.styles_caseStudyCard__wBex7{min-height:260px;border-radius:16px;position:relative;display:block;overflow:hidden;margin-left:8px;margin-right:8px}.styles_caseStudyImageContainer__37GKV{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.styles_caseStudyImage__E7Jf_{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.styles_caseBrandLogo__Q1r7m{width:32px;height:32px;font-size:.95rem;top:8px;left:8px;position:absolute;z-index:2}.styles_caseStudyInfo__9OoRw{padding:14px 10px 10px;position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.72) 80%,transparent);z-index:3}}.styles_successStoriesSection__F8zOj{padding:60px 20px;background-color:#f9f9f9;text-align:center;position:relative}.styles_successStory__smU5h{display:flex;flex-direction:column;max-width:1000px;margin:0 auto 40px;box-shadow:0 15px 40px rgba(0,0,0,.08);border-radius:20px;overflow:hidden}@media (min-width:768px){.styles_successStory__smU5h{flex-direction:row;height:400px}}.styles_successStoryImage__J0tFw{width:100%;height:300px;position:relative}@media (min-width:768px){.styles_successStoryImage__J0tFw{width:50%;height:auto}}.styles_storyImage__e4B8Y{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.styles_storyLogo__DhBqx{position:absolute;bottom:20px;left:20px;background-color:white;padding:10px 15px;border-radius:8px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.styles_successStoryContent__qBk26{padding:40px;display:flex;flex-direction:column;justify-content:center;text-align:left;background-color:white}.styles_quoteIcon__zLFBR{font-size:60px;color:#e91e63;opacity:.2;line-height:0;margin-bottom:20px;font-family:Georgia,serif}.styles_quote__SXRrx{font-size:22px;line-height:1.6;color:#333;margin-bottom:30px;font-weight:500;font-style:italic}.styles_storyDots__G9i_I{display:flex;justify-content:center;margin-bottom:40px;gap:8px}.styles_dot__8q2J9{width:10px;height:10px;border-radius:50%;background-color:#ddd;transition:all .3s ease;cursor:pointer}.styles_dot__8q2J9:hover{background-color:#aaa}.styles_dot__8q2J9.styles_active__KuIRX{background-color:#e91e63;transform:scale(1.2)}.styles_brandsSection__h4vfP{padding:60px 20px;text-align:center;background-color:#f9f9f9;position:relative}.styles_brandsSection__h4vfP h2{font-size:32px;font-weight:600;margin-bottom:40px;color:#333;position:relative;display:inline-block}.styles_brandsSection__h4vfP h2:after{content:"";position:absolute;bottom:-10px;left:50%;width:60px;height:3px;background:#e91e63;transform:translateX(-50%);border-radius:2px}.styles_brandsContainer__zWelc{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px;max-width:1200px;margin:0 auto;padding:20px 0}.styles_brandLogo__vOnJ8{opacity:.7;transition:all .3s ease;filter:grayscale(100%)}.styles_brandLogo__vOnJ8:hover{opacity:1;filter:grayscale(0);transform:scale(1.05)}@media (max-width:768px){.styles_brandsSection__h4vfP{padding:40px 15px}.styles_brandsSection__h4vfP h2{font-size:28px;margin-bottom:30px}.styles_brandsContainer__zWelc{gap:25px}}@media (max-width:480px){.styles_brandsContainer__zWelc{grid-template-columns:1fr;gap:20px}}.styles_getDiscoveredSection__BNcGa{padding:80px 20px;background-color:#e91e63;text-align:center;color:white;position:relative}.styles_getDiscoveredSection__BNcGa:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/pattern.svg);background-size:contain;opacity:.1;pointer-events:none}.styles_getDiscoveredSection__BNcGa h2{font-size:36px;font-weight:600;margin-bottom:40px;color:white;position:relative}.styles_getDiscoveredSection__BNcGa .styles_signUpButton__3HlMM{background-color:white;color:#e91e63;box-shadow:0 8px 25px rgba(0,0,0,.15)}.styles_getDiscoveredSection__BNcGa .styles_signUpButton__3HlMM:hover{background-color:#f5f5f5;transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.styles_loadingMessage__Vj21m{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:18px;color:#666;text-align:center;animation:styles_pulse__ZoCEf 1.5s infinite}.styles_loadingMessage__Vj21m:before{content:"";width:24px;height:24px;border:3px solid #e91e63;border-top-color:transparent;border-radius:50%;margin-right:12px;animation:styles_spin__HjJRi 1s linear infinite}.styles_noModelsMessage__TzRHy{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:18px;color:#666;text-align:center}.styles_modelCarouselContainer__QbX5S{position:relative;margin:40px 0}.styles_modelsCarousel__Q13Pm{width:100%;position:relative;overflow:hidden;border-radius:14px;perspective:1000px}.styles_modelsCarouselInner__sTAtU{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;transition:transform .5s cubic-bezier(.25,1,.5,1)}@media (min-width:768px){.styles_modelsCarouselInner__sTAtU{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.styles_modelsCarouselInner__sTAtU{display:flex;width:100%;transition:transform .5s cubic-bezier(.25,1,.5,1)}.styles_modelsCarousel__Q13Pm .styles_modelCard__KwVAL{flex:0 0 100%;max-width:100%;animation:styles_cardEntrance__IjF1I .5s ease-out forwards;opacity:0;transform:translateY(20px)}.styles_modelsCarousel__Q13Pm .styles_modelCard__KwVAL.styles_active__KuIRX{opacity:1;transform:translateY(0)}}.styles_carouselNavigation__Gxg9G{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:25px}.styles_carouselButton__l72Gj{width:40px;height:40px;border-radius:50%;border:none;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.05)}.styles_carouselButton__l72Gj:hover:not(.styles_disabled__iyVsM){background-color:#e91e63;transform:scale(1.1);box-shadow:0 6px 15px rgba(233,30,99,.2)}.styles_carouselButton__l72Gj:hover:not(.styles_disabled__iyVsM) svg path{stroke:white}.styles_carouselButton__l72Gj.styles_disabled__iyVsM{opacity:.5;cursor:not-allowed}.styles_carouselIndicators__es27i{display:flex;gap:8px}.styles_carouselIndicator__s39Nl{width:10px;height:10px;border-radius:50%;background-color:#ddd;border:none;padding:0;cursor:pointer;transition:all .3s ease}.styles_carouselIndicator__s39Nl:hover{background-color:#bbb}.styles_carouselIndicator__s39Nl.styles_active__KuIRX{background-color:#e91e63;transform:scale(1.3)}@keyframes styles_swipeHint__ISNeu{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}.styles_modelCard__KwVAL{position:relative;cursor:pointer}.styles_modelCard__KwVAL:active{transform:scale(.98);transition:transform .2s}@keyframes styles_cardEntrance__IjF1I{0%{opacity:0;transform:translateY(25px);filter:blur(5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.styles_modelCard__KwVAL{animation:styles_cardEntrance__IjF1I .8s cubic-bezier(.19,1,.22,1) both;animation-delay:calc(var(--card-index, 0) * .1s)}.styles_heroSectionSingle__b_n1J{position:relative;height:80vh;min-height:600px;overflow:hidden}.styles_heroImageWrapper__zSRif{position:relative;width:100%;height:100%}.styles_heroMainImage__sswYn{transition:transform .5s ease-out}.styles_heroImageWrapper__zSRif:hover .styles_heroMainImage__sswYn{transform:scale(1.05)}.styles_heroOverlay__lpOeC{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.7));display:flex;align-items:center;justify-content:center;padding:2rem}.styles_heroContentSingle__Lf4D8{max-width:800px;text-align:center;color:white;animation:styles_fadeInUp__2fVLs 1s ease-out}.styles_heroContentSingle__Lf4D8 h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(45deg,#fff,#f3f4f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:styles_gradientFlow__O5_ZL 8s ease infinite;background-size:200% 200%}.styles_heroContentSingle__Lf4D8 p{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.styles_heroButton__Dh4ax{display:inline-block;padding:1rem 2.5rem;background-color:#e91e63;color:white;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px rgba(233,30,99,.2);animation:styles_pulse__ZoCEf 2s infinite}.styles_heroButton__Dh4ax:hover{background-color:#d81b60;transform:translateY(-2px);box-shadow:0 6px 12px rgba(233,30,99,.3)}@media (max-width:900px){.styles_heroImageWrapper__zSRif,.styles_heroSectionSingle__b_n1J{min-height:280px;aspect-ratio:2/1;border-radius:18px}.styles_heroSectionSingle__b_n1J{margin-top:32px;padding-left:40px;padding-right:40px}.styles_heroContentSingle__Lf4D8 h1{font-size:2rem}.styles_heroContentSingle__Lf4D8 p{font-size:1.05rem}}@media (max-width:600px){.styles_heroImageWrapper__zSRif,.styles_heroSectionSingle__b_n1J{min-height:180px;aspect-ratio:1.2/1;border-radius:10px}.styles_heroSectionSingle__b_n1J{margin-top:18px;padding-left:16px;padding-right:16px}.styles_heroContentSingle__Lf4D8 h1{font-size:1.25rem}.styles_heroContentSingle__Lf4D8 p{font-size:.95rem}.styles_heroButton__Dh4ax{font-size:1rem;padding:12px 24px;background-color:#e91e63}}.styles_animate-fadeIn__Nq64h{animation:styles_fadeIn__3PQ3F .6s ease-out forwards}.styles_animate-scaleIn__e_JRE{animation:styles_scaleIn___sIEA .6s ease-out forwards}.styles_animate-slideInRight__g6u3U{animation:styles_slideInRight__Qw6ba .6s ease-out forwards}.styles_animate-fadeInUp__dEXaF{animation:styles_fadeInUp__2fVLs .6s ease-out forwards}.styles_animate-fadeInLeft__fOuqJ{animation:styles_fadeInLeft__D4zJd .6s ease-out forwards}.styles_mobile-section___2Am4{padding:2rem 1rem}.styles_mobile-mb-8__T8kgk{margin-bottom:2rem}.styles_mobile-signup-button__jiGQK{width:100%;max-width:300px}@media (max-width:768px){.styles_heroSectionSingle__b_n1J{height:60vh;min-height:400px}.styles_mobile-section___2Am4{padding:1.5rem 1rem}.styles_mobile-mb-8__T8kgk{margin-bottom:1.5rem}.styles_mobile-signup-button__jiGQK{width:100%}}@keyframes popularModels_cardHover__BVhN9{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}to{transform:translateY(-5px) scale(1.01)}}@keyframes popularModels_imageZoom__ikNgP{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes popularModels_textFadeIn__VndoH{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.popularModels_popularModelsRow__DS2Uh{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin:40px 0}.popularModels_modelCard__FB23D{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 15px rgba(0,0,0,.1);background:#fff;aspect-ratio:3/4}.popularModels_modelCard__FB23D:hover{animation:popularModels_cardHover__BVhN9 .6s ease forwards;box-shadow:0 8px 25px rgba(0,0,0,.15)}.popularModels_modelCard__FB23D:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.8));z-index:1;opacity:0;transition:opacity .4s ease}.popularModels_modelCard__FB23D:hover:before{opacity:1}.popularModels_modelImage__X1Jnw{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1);aspect-ratio:3/4}.popularModels_modelCard__FB23D:hover .popularModels_modelImage__X1Jnw{animation:popularModels_imageZoom__ikNgP .6s ease forwards}.popularModels_modelInfo__JNyTF{position:absolute;bottom:0;left:0;right:0;padding:20px;color:white;z-index:2;opacity:0;transform:translateY(10px);transition:all .4s ease}.popularModels_modelCard__FB23D:hover .popularModels_modelInfo__JNyTF{animation:popularModels_textFadeIn__VndoH .4s ease forwards}.popularModels_modelName__IiL65{font-size:1.25rem;font-weight:700;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.popularModels_modelLocation__2Stse{font-size:.95rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width:1100px){.popularModels_popularModelsRow__DS2Uh{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.popularModels_popularModelsRow__DS2Uh{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:480px){.popularModels_popularModelsRow__DS2Uh{grid-template-columns:1fr;gap:15px}.popularModels_modelCard__FB23D{aspect-ratio:3/4}}@media (max-width:768px){.mobile_mobileHeroWrapper__ypKrH{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;height:320px;overflow:hidden;display:flex;align-items:flex-end;background:#000}.mobile_mobileHeroImage__zwW4Z{width:100vw!important;height:320px!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block;position:absolute!important;left:0;top:0;z-index:1}.mobile_mobileHeroOverlay__VMGpl{position:absolute;left:0;top:0;width:100vw;height:320px;background:linear-gradient(180deg,rgba(0,0,0,.45) 60%,rgba(0,0,0,.7));z-index:2;display:flex;align-items:flex-end;justify-content:center;padding-bottom:2.5rem}.mobile_mobileHeroContent__zxLRG{position:relative;z-index:3;color:#fff;text-align:center;width:100%;padding:0 1.5rem}.mobile_mobileHeroContent__zxLRG h1{font-size:1.7rem;font-weight:800;margin-bottom:.7rem;line-height:1.2}.mobile_mobileHeroContent__zxLRG p{font-size:1.05rem;margin-bottom:1.2rem;line-height:1.5}.mobile_mobileHeroContent__zxLRG a{display:inline-block;background:#e91e63;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:2rem;padding:.8rem 2.2rem;box-shadow:0 2px 8px rgba(233,30,99,.08);cursor:pointer;transition:background .2s,box-shadow .2s;text-decoration:none}.mobile_mobileHeroContent__zxLRG a:hover{background:#d81b60}}