.Card_basicCard__Dp1WS{width:100%;max-width:300px;border:1px solid var(--border-color,#e2e8f0);border-radius:var(--radius-md,8px);overflow:hidden;box-shadow:var(--shadow-md,0 4px 6px rgba(0,0,0,.1));background-color:var(--card-bg,white);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.Card_withGradientLine__gFKEk{position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.Card_withGradientLine__gFKEk:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:height .3s ease;border-radius:var(--radius-sm,2px) var(--radius-sm,2px) 0 0;z-index:1}.Card_withGradientLine__gFKEk:hover{transform:scale(1.02) translateY(-5px);box-shadow:var(--shadow-lg,0 12px 20px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05))}.Card_withGradientLine__gFKEk:hover:before{height:6px}.Card_cardContent__anJLm{padding:16px}.Card_cardImage__XVe2g{width:100%;height:200px}.Card_cardImageImg__mi6kn,.Card_cardImage__XVe2g img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-md,8px)}.Card_cardTitle__0DUqp{font-size:var(--text-lg,1.25rem);font-weight:700;margin-top:12px;color:var(--foreground,#2d3748);transition:color .3s ease}.Card_cardDescription__afhcn{font-size:var(--text-md,1rem);color:var(--secondary,#4a5568);margin-top:8px;transition:color .3s ease}.Card_clickableCard__n40Xc{cursor:pointer;outline:none}.Card_clickableCard__n40Xc:focus-visible{outline:2px solid var(--primary,#3182ce);outline-offset:2px}html.dark-mode .Card_basicCard__Dp1WS,html.dark-mode-override .Card_basicCard__Dp1WS{background-color:var(--card-bg,#1e1e1e);box-shadow:0 4px 6px rgba(0,0,0,.3);border-color:var(--border-color,#4a5568)}html.dark-mode .Card_withGradientLine__gFKEk:hover,html.dark-mode-override .Card_withGradientLine__gFKEk:hover{box-shadow:0 12px 20px rgba(0,0,0,.35)}html.dark-mode .Card_cardTitle__0DUqp,html.dark-mode-override .Card_cardTitle__0DUqp{color:var(--foreground,#e5e7eb)}html.dark-mode .Card_cardDescription__afhcn,html.dark-mode-override .Card_cardDescription__afhcn{color:var(--secondary,#9ca3af)}.CardCarousel_carouselContainer__cMgm1{width:100%;margin:2rem 0}.CardCarousel_carouselWrapper__Vgq0T{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.CardCarousel_carouselContent__2YP3t{flex:1 1;max-width:1000px;overflow:hidden;border-radius:.5rem}.CardCarousel_carouselTrack__WCFyz{display:flex;transition:transform .3s ease;gap:1rem}.CardCarousel_carouselContainer__cMgm1.CardCarousel_singleCard__y_bvQ .CardCarousel_carouselContent__2YP3t{display:flex;justify-content:center}.CardCarousel_carouselContainer__cMgm1.CardCarousel_singleCard__y_bvQ .CardCarousel_carouselTrack__WCFyz{width:auto;justify-content:center}.CardCarousel_carouselContainer__cMgm1.CardCarousel_centeredCards__FjGMV .CardCarousel_carouselContent__2YP3t{display:flex;justify-content:center}.CardCarousel_carouselContainer__cMgm1.CardCarousel_centeredCards__FjGMV .CardCarousel_carouselTrack__WCFyz{justify-content:center;width:auto;transform:none!important}.CardCarousel_carouselSlide__fvQ5N{flex-shrink:0}.CardCarousel_carouselButton__g4_uL{background:#007bff;color:white;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,123,255,.3)}.CardCarousel_carouselButton__g4_uL:hover:not(:disabled){background:#0056b3;transform:scale(1.1)}.CardCarousel_carouselButton__g4_uL:disabled{background:#6c757d;cursor:not-allowed;opacity:.5;transform:none}.CardCarousel_carouselContainer__cMgm1.CardCarousel_centeredCards__FjGMV .CardCarousel_carouselButton__g4_uL,.CardCarousel_carouselContainer__cMgm1.CardCarousel_singleCard__y_bvQ .CardCarousel_carouselButton__g4_uL{visibility:hidden}.CardCarousel_carouselDots__iRaVE{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.CardCarousel_carouselDot__vszM8{width:8px;height:8px;border-radius:50%;border:none;background:#dee2e6;cursor:pointer;transition:all .3s ease}.CardCarousel_carouselDot__vszM8:hover{background:#adb5bd}.CardCarousel_activeDot__HCFxV{background:#007bff;transform:scale(1.2)}.CardCarousel_clickableCard__npeXq{cursor:pointer;transition:all .3s ease}.CardCarousel_clickableCard__npeXq:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.CardCarousel_selectedCard__kcupy{border:2px solid #007bff;box-shadow:0 8px 25px rgba(0,123,255,.3)}@media (max-width:768px){.CardCarousel_carouselWrapper__Vgq0T{gap:.5rem}.CardCarousel_carouselButton__g4_uL{width:35px;height:35px;font-size:1.2rem}.CardCarousel_carouselTrack__WCFyz{gap:.5rem}}.Home_mainContainer__8hcDv{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;width:100%;background-color:var(--background,#ffffff);color:var(--foreground,#1f2937);transition:background-color .3s ease,color .3s ease}.Home_section__y2JKn{width:100%;padding:3rem 1rem;border-bottom:1px solid var(--border,#e5e7eb);transition:border-color .3s ease,background-color .3s ease}.Home_section__y2JKn:last-child{border-bottom:none}.Home_section__y2JKn:nth-child(odd){background-color:var(--background)}.Home_section__y2JKn:nth-child(2n){background-color:var(--card-bg)}.Home_sectionContent__W__a1{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:1rem}.Home_sectionTitle__NU4Sm{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--foreground,#1f2937);text-align:center;transition:color .3s ease;position:relative;margin-bottom:0}.Home_sectionTitle__NU4Sm:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--primary,#3b82f6),var(--accent,#8b5cf6));margin:.5rem auto 0;border-radius:var(--radius-sm,4px);transition:width .3s ease}.Home_sectionTitle__NU4Sm:hover:after{width:80px}.Home_description__z98hd{font-size:1rem;color:var(--muted-foreground,#6b7280);text-align:center;margin-bottom:1rem;transition:color .3s ease}.Home_carouselWrapper__n_F_h{width:100%;max-width:900px;margin:0 auto}.Home_sectionContent__W__a1 .card{min-width:280px!important;max-width:320px!important;flex-shrink:0}@media (max-width:640px){.Home_sectionContent__W__a1 .card{min-width:240px!important;max-width:280px!important}}html.dark-mode .Home_mainContainer__8hcDv,html.dark-mode-override .Home_mainContainer__8hcDv{background-color:var(--background,#0f172a);color:var(--foreground,#f1f5f9)}html.dark-mode .Home_section__y2JKn,html.dark-mode-override .Home_section__y2JKn{border-bottom-color:var(--border,#374151)}html.dark-mode .Home_section__y2JKn:nth-child(odd),html.dark-mode-override .Home_section__y2JKn:nth-child(odd){background-color:var(--background)}html.dark-mode .Home_section__y2JKn:nth-child(2n),html.dark-mode-override .Home_section__y2JKn:nth-child(2n){background-color:var(--card-bg)}html.dark-mode .Home_sectionTitle__NU4Sm,html.dark-mode-override .Home_sectionTitle__NU4Sm{color:var(--foreground,#f1f5f9)}html.dark-mode .Home_description__z98hd,html.dark-mode-override .Home_description__z98hd{color:var(--muted-foreground,#9ca3af)}@media (max-width:768px){.Home_section__y2JKn{padding:2rem 1rem}.Home_description__z98hd{font-size:.875rem}.Home_carouselWrapper__n_F_h{max-width:700px}}@media (max-width:640px){.Home_section__y2JKn{padding:1.5rem .75rem}.Home_sectionTitle__NU4Sm:after{width:40px;height:2px}.Home_sectionTitle__NU4Sm:hover:after{width:60px}.Home_description__z98hd{font-size:.8rem}.Home_carouselWrapper__n_F_h{max-width:100%}}@media (max-width:480px){.Home_section__y2JKn{padding:1rem .5rem}}