body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.screenshot-showcase{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb);overflow:hidden}.showcase-header{text-align:center;max-width:800px;margin:0 auto 4rem}.showcase-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.showcase-header p{font-size:1.25rem;color:#6b7280}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;perspective:1000px}.screenshot-card{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 50px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background:#fff;animation:fadeInUp .6s ease backwards}.screenshot-card[data-index="0"]{animation-delay:.1s}.screenshot-card[data-index="1"]{animation-delay:.2s}.screenshot-card[data-index="2"]{animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.screenshot-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000026}.screenshot-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.screenshot-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(3px) brightness(.95);transition:filter .5s ease,transform .5s ease;will-change:transform}.screenshot-card:hover .screenshot-image{filter:blur(2px) brightness(.9);transform:scale(1.02)}.screenshot-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#dc2626bf,#991b1bcc);display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .3s ease;z-index:1}.screenshot-card:hover .screenshot-overlay{opacity:.65}.overlay-content{text-align:center;color:#fff;padding:2rem;z-index:2}.overlay-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.overlay-content p{font-size:1rem;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.2)}.showcase-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item{text-align:center;padding:2rem 1rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.feature-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f2937,#111827);border-radius:12px;color:#fff;font-size:1.75rem;font-weight:600;box-shadow:0 4px 12px #00000026;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1);box-shadow:0 6px 20px #00000040}.feature-item h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-item p{font-size:.875rem;color:#6b7280}@media(max-width:768px){.screenshot-showcase{padding:4rem 0}.showcase-header h2{font-size:2rem}.showcase-header p{font-size:1rem}.screenshots-grid{grid-template-columns:1fr;gap:1.5rem}.showcase-features{grid-template-columns:repeat(2,1fr);gap:1rem}.overlay-content h3{font-size:1.25rem}.overlay-content p{font-size:.875rem}}@media(max-width:480px){.showcase-features{grid-template-columns:1fr}}@media(min-width:1024px){.screenshots-grid{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px;gap:0}.screenshot-card{position:absolute;width:400px;max-width:90%}.screenshot-card[data-index="0"]{transform:translate(-200px) translateY(-20px) rotate(-5deg);z-index:1}.screenshot-card[data-index="1"]{z-index:3}.screenshot-card[data-index="2"]{transform:translate(200px) translateY(-20px) rotate(5deg);z-index:2}.screenshot-card:hover{z-index:10!important;transform:scale(1.1) rotate(0)!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background:#fff;padding:1.5rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}header .container{display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-image{height:21px;width:auto;display:block}nav{display:flex;gap:2rem;align-items:center}nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}nav a:hover{color:#dc2626}.hero{min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#fffffff2,#ffffffd9);z-index:1}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background-image:url(/global.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-content{display:flex;align-items:center;justify-content:center;gap:4rem;padding:0;position:relative;z-index:2;width:100%}.hero-text{flex:1;width:100%;background:#fffffff2;padding:4rem 0;margin:0}.hero-text>*{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.25rem;color:#666;margin-bottom:2rem}.cta-button{display:inline-block;background:#dc2626;color:#fff;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:background .3s;border:none;cursor:pointer}.cta-button:hover{background:#b91c1c}.cta-button.secondary{background:#fff;color:#dc2626;border:2px solid #dc2626;margin-left:1rem}.cta-button.secondary:hover{background:#fef2f2}.contact-section{padding:4rem 0;min-height:80vh;display:flex;align-items:center}.contact-container{max-width:600px;margin:0 auto;width:100%}.contact-container h1{font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-container p{text-align:center;color:#666;margin-bottom:2rem;font-size:1.125rem}.contact-info{background:#f9fafb;padding:2rem;border-radius:.5rem;margin-bottom:2rem;text-align:center}.contact-info h2{font-size:1.5rem;margin-bottom:1rem}.contact-info a{color:#dc2626;text-decoration:none;font-size:1.25rem;font-weight:600}.contact-info a:hover{text-decoration:underline}.business-hours{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.business-hours h3{font-size:1.25rem;margin-bottom:1rem}.legal-page{min-height:100vh;background:#f9fafb;padding:4rem 0}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.legal-header{margin-bottom:2rem}.legal-header h1{font-size:2.5rem;margin-bottom:.5rem}.legal-header .date{color:#666;font-size:.875rem}.legal-content{line-height:1.8}.legal-content h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.legal-content h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem;color:#444}.legal-content ul,.legal-content ol{margin-left:2rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem;color:#444}.legal-content strong{font-weight:600;color:#333}.legal-content a{color:#dc2626;text-decoration:none}.legal-content a:hover{text-decoration:underline}.back-link{text-align:center;margin-top:2rem}.back-link a{color:#dc2626;text-decoration:none}.back-link a:hover{text-decoration:underline}footer{background:#1f2937;color:#fff;padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-section{flex:1;min-width:200px}.footer-section h3{margin-bottom:1rem;font-size:1.125rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;color:#9ca3af}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 10px #0000001a;padding:1.5rem;z-index:1000;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text p{margin-bottom:.5rem}.cookie-text a{color:#dc2626;text-decoration:underline}.cookie-buttons{display:flex;gap:1rem}.cookie-button{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;cursor:pointer;transition:all .3s;border:none;font-size:1rem}.cookie-button.accept{background:#dc2626;color:#fff}.cookie-button.accept:hover{background:#b91c1c}.cookie-button.decline{background:#e5e7eb;color:#333}.cookie-button.decline:hover{background:#d1d5db}@media(max-width:768px){.hero:after{height:50%}.hero-content{flex-direction:column;text-align:center}.hero-text{padding:3rem 0}.hero-text>*{padding-left:1.5rem;padding-right:1.5rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.cta-button.secondary{margin-left:0;margin-top:1rem}nav{flex-direction:column;gap:1rem}.footer-content{flex-direction:column}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{width:100%;justify-content:center}.legal-container{padding:1.5rem}}
