.homepage{width:100%;min-height:100vh;overflow-x:hidden}.homepage .hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative}.homepage .hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(99,102,241,.1),transparent 50%);pointer-events:none}.homepage .hero-section .hero-content{max-width:1000px;width:100%;padding-top:3rem;z-index:1}.homepage .hero-section .hero-content h1{font-size:clamp(3.5rem,8vw,6rem);font-weight:800;margin-bottom:1.5rem;color:#fff;line-height:1.1;letter-spacing:-.03em;min-height:1.2em;width:100%;display:block;text-align:center}.homepage .hero-section .hero-content h1 .typing-cursor{color:#fff9;animation:blink 1s infinite;margin-left:.05em;font-weight:300;font-size:.9em}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.homepage .hero-section .hero-content p{font-size:clamp(1.1rem,2vw,1.35rem);color:#fff9;margin-bottom:2.5rem;line-height:1.6;font-weight:400}.homepage .hero-section .hero-content .hero-features{display:flex;justify-content:center;gap:2.5rem;margin-bottom:3rem;flex-wrap:wrap}.homepage .hero-section .hero-content .hero-features .feature-item{display:flex;align-items:center;gap:.75rem}.homepage .hero-section .hero-content .hero-features .feature-item .feature-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.2);border-radius:.75rem;backdrop-filter:blur(10px);flex-shrink:0;color:#8b5cf6e6;font-weight:600}.homepage .hero-section .hero-content .hero-features .feature-item .feature-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.homepage .hero-section .hero-content .hero-features .feature-item .feature-text .feature-title{font-size:1rem;font-weight:600;color:#fff;line-height:1.2}.homepage .hero-section .hero-content .hero-features .feature-item .feature-text .feature-desc{font-size:.875rem;color:#ffffff80;line-height:1.2}.homepage .hero-section .hero-content .hero-buttons{display:flex;justify-content:center;width:100%}.homepage .hero-section .hero-content .hero-buttons .button{padding:1.1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1.05rem;text-decoration:none;display:inline-flex;align-items:center;gap:.65rem;transition:all .3s ease;cursor:pointer;background:#fff;color:#000;border:none;max-width:240px;width:auto;white-space:nowrap}.homepage .hero-section .hero-content .hero-buttons .button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.homepage .hero-section .hero-content .hero-buttons .button svg{width:1.15rem;height:1.15rem}.homepage .hero-section .hero-content .scroll-indicator{position:absolute;bottom:3vh;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:.6}.homepage .hero-section .hero-content .scroll-indicator .mouse{width:28px;height:48px;border:2px solid rgba(255,255,255,.3);border-radius:15px;position:relative}.homepage .hero-section .hero-content .scroll-indicator .mouse .wheel{width:4px;height:8px;background:#ffffff80;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 1.5s ease-in-out infinite}.homepage .hero-section .hero-content .scroll-indicator p{font-size:.875rem;color:#fff6;margin:0}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}.homepage .products-container{padding:4rem 2rem;text-align:center}.homepage .products-container .error-message{color:#f44;margin-bottom:1rem}.homepage .products-container .retry-button{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s ease}.homepage .products-container .retry-button:hover{background-color:#0056b3}.homepage .products-list{display:block;visibility:visible;opacity:1}.homepage .product-showcase{display:flex;align-items:center;justify-content:center;min-height:80vh;width:100%;position:relative;padding:1.5rem 0;opacity:1;visibility:visible}.homepage .product-showcase .showcase-content{display:flex;align-items:center;justify-content:center;gap:3.5rem;width:100%}.homepage .product-showcase.odd .showcase-content{flex-direction:row-reverse}.homepage .product-showcase.even .showcase-content{flex-direction:row}.homepage .product-showcase .product-details{display:flex;flex-direction:column;align-items:center;gap:1.25rem;color:#fff;width:28%}.homepage .product-showcase .product-details h2{font-size:3.5rem;font-weight:700;margin:0;line-height:1;letter-spacing:-.02em;text-align:center}.homepage .product-showcase .product-details .product-subtitle{font-size:1.125rem;font-weight:400;line-height:1.5;text-align:center;margin:0;color:#ffffffb3}.homepage .product-showcase .product-details .product-frameworks{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.25rem}.homepage .product-showcase .product-details .product-frameworks .framework-tag{font-size:.8rem;font-weight:500;color:#ffffffb3;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem .875rem;border-radius:.5rem;backdrop-filter:blur(10px);transition:all .2s ease}.homepage .product-showcase .product-details .product-frameworks .framework-tag:hover{background:#ffffff14;border-color:#ffffff26}.homepage .product-showcase .product-details .product-actions{display:flex;justify-content:center;margin-top:.5rem}.homepage .product-showcase .product-details .product-actions .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;border-radius:.5rem;border:none;background:#fff;color:#000;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.homepage .product-showcase .product-details .product-actions .button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.homepage .product-showcase .product-image{position:relative;width:22%}.homepage .product-showcase .product-image img{width:100%;height:100%;object-fit:contain}.homepage .product-showcase .product-image .placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2120414d,#2c273980);border-radius:.75rem;border:1px solid rgba(255,255,255,.05)}.homepage .product-showcase .product-image .placeholder-image span{font-size:1.25rem;font-weight:600;color:#ffffff4d;text-align:center;padding:1.5rem}.homepage .product-showcase.even .product-image{mask-image:linear-gradient(-130deg,#c4c4c4 32.42%,#c4c4c400 90%)}.homepage .product-showcase.odd .product-image{mask-image:linear-gradient(45deg,#c4c4c4 32.42%,#c4c4c400 90%)}.homepage .cta-section{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem;text-align:center}.homepage .cta-section .cta-content{max-width:900px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.homepage .cta-section .cta-content h2{font-size:clamp(3.5rem,8vw,6rem);font-weight:800;color:#fff;line-height:1;margin:0;letter-spacing:-.02em}.homepage .cta-section .cta-content .cta-button{padding:1rem 3rem;border-radius:.75rem;font-weight:600;font-size:1.125rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6;color:#000;border:none;transition:all .3s ease;cursor:pointer}.homepage .cta-section .cta-content .cta-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}@media (max-width: 768px){.homepage .hero-section .hero-content h1{font-size:clamp(2.5rem,9vw,4rem);margin-bottom:1rem;min-height:1.3em}.homepage .hero-section .hero-content h1 .typing-cursor{font-size:.85em;font-weight:300}.homepage .hero-section .hero-content p{font-size:1rem;margin-bottom:2rem}.homepage .hero-section .hero-content p br{display:none}.homepage .hero-section .hero-content .hero-features{gap:1.5rem;margin-bottom:2rem}.homepage .hero-section .hero-content .hero-features .feature-item{flex-direction:column;text-align:center}.homepage .hero-section .hero-content .hero-features .feature-item .feature-icon{width:2.25rem;height:2.25rem;font-size:1.1rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.2);color:#8b5cf6e6}.homepage .hero-section .hero-content .hero-features .feature-item .feature-text{align-items:center}.homepage .hero-section .hero-content .hero-features .feature-item .feature-text .feature-title{font-size:.9rem}.homepage .hero-section .hero-content .hero-features .feature-item .feature-text .feature-desc{font-size:.75rem}.homepage .hero-section .hero-content .hero-buttons .button{padding:1rem 2rem;font-size:1rem}.homepage .hero-section .hero-content .scroll-indicator{display:none}.homepage .product-showcase{opacity:1!important;visibility:visible!important;display:flex!important}.homepage .product-showcase .product-details{width:85%}.homepage .product-showcase .product-details h2{font-size:2.5rem}.homepage .product-showcase .product-details .product-subtitle{font-size:1rem}.homepage .product-showcase .product-details .product-frameworks .framework-tag{font-size:.7rem}.homepage .product-showcase .product-image{display:none}.homepage #products{display:block!important;visibility:visible!important;opacity:1!important}.homepage .cta-section{min-height:60vh;padding:5rem 2rem}.homepage .cta-section .cta-content{gap:2rem}.homepage .cta-section .cta-content h2{font-size:clamp(2.5rem,10vw,4rem)}.homepage .cta-section .cta-content .cta-button{padding:.9rem 2.5rem;font-size:1rem}}
