*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;-webkit-transition:background .3s;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}*{transition:color .2s ease,background-color .2s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#1a1a1a;min-height:100vh;overflow:hidden;position:relative}.app:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#667eea1a 0,#0000 70%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.container{height:100vh;overflow-y:auto;scroll-behavior:smooth;width:100%}.sidebar{animation:fadeIn .8s ease-out;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem;position:relative;z-index:1}.top{flex:1 1}@media (max-width:768px){.sidebar{padding:1.5rem}}.header{display:flex;gap:2rem;justify-content:space-between;margin-bottom:4rem}.header-left{flex:1 1}.logo{align-items:center;animation:slideInLeft .6s ease-out;cursor:pointer;display:flex;gap:.5rem;margin-bottom:1.5rem}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.logo:hover .logo-shape{animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.logo-shape{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 90px 90px 0;box-shadow:0 4px 15px #667eea66;height:25px;transition:all .3s ease;width:45px}.logo-icon{font-size:1.5rem}.description{-webkit-text-fill-color:#0000;animation:fadeIn .8s ease-out .2s backwards;animation:lightning 3s linear infinite,fadeIn .8s ease-out .2s backwards;background:linear-gradient(90deg,#4a4a4a,#4a4a4a 40%,#fff 50%,#4a4a4a 60%,#4a4a4a);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;color:#4a4a4a;font-size:2rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem;max-width:700px}@keyframes lightning{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.links{display:flex;flex-wrap:wrap;gap:1rem}.btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;overflow:hidden;padding:.65rem 1.25rem;position:relative;text-decoration:none;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn:hover{box-shadow:0 8px 25px #667eea80;transform:translateY(-2px) scale(1.05)}.btn:active{transform:translateY(0) scale(.98)}.elsewhere{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.title{color:#666;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}@media (max-width:768px){.header{flex-direction:column}.elsewhere{align-items:flex-start}}.product-grid-container{margin:2.5rem 0}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:100%}.product-grid>*{animation:slideUp .6s ease-out backwards}.product-grid>:first-child{animation-delay:.1s}.product-grid>:nth-child(2){animation-delay:.2s}.product-grid>:nth-child(3){animation-delay:.3s}.product-grid>:nth-child(4){animation-delay:.4s}.product-grid>:nth-child(5){animation-delay:.5s}.product-grid>:nth-child(6){animation-delay:.6s}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{border-radius:1rem;box-shadow:0 4px 20px #00000014;color:#1a1a1a;cursor:pointer;display:flex;flex-direction:column;min-height:280px;overflow:hidden;padding:1.5rem;position:relative;text-decoration:none;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.product-card:after{background:#fff6;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.product-card:hover:after{height:300px;width:300px}.product-card:hover{box-shadow:0 15px 40px #0003;transform:translateY(-8px) scale(1.02)}.video-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.video-placeholder{background:linear-gradient(180deg,#4a9fd8,#7ec5f0);height:100%;width:100%}.card-header{gap:.75rem;margin-bottom:auto;position:relative;z-index:1}.card-header,.icon{align-items:center;display:flex}.icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border-radius:.75rem;box-shadow:0 4px 15px #0000001a;font-size:2.5rem;height:3.5rem;justify-content:center;width:3.5rem}.card-info{display:flex;flex-direction:column;gap:.25rem}.name{font-size:1.25rem;font-weight:600}.year{font-size:.875rem;opacity:.7}.get-arrow{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border-radius:50%;box-shadow:0 2px 10px #0000001a;display:flex;font-size:1.25rem;height:2rem;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:2rem;z-index:1}.product-card:hover .get-arrow{background:#ffffffe6;box-shadow:0 4px 15px #0003;transform:scale(1.15) rotate(45deg)}.card-bottom{margin-top:auto;position:relative;z-index:1}.description{font-size:.875rem;line-height:1.5;margin-bottom:1rem;opacity:.9}.highlights{display:flex;flex-wrap:wrap;gap:.5rem}.highlight{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.375rem .75rem;transition:all .3s ease}.product-card:hover .highlight{background:#fff9;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.highlight-icon{font-size:1rem}.coming-soon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea4d;color:#fff;flex-direction:column;gap:2rem;justify-content:center}.coming-soon,.logo-animation{align-items:center;display:flex}.logo-animation{animation:blink 2s infinite;gap:.5rem}.eye{background:#fff;border-radius:50%;height:12px;width:12px}.beak{border-left:8px solid #0000;border-right:8px solid #0000;border-top:12px solid #fa0;height:0;width:0}.tag{animation:glow 2s ease-in-out infinite;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;padding:.5rem 1rem}@keyframes glow{0%,to{box-shadow:0 0 5px #ffffff80}50%{box-shadow:0 0 20px #fffc,0 0 30px #ffffff80}}@keyframes blink{0%,45%,55%,to{opacity:1}50%{opacity:.3}}.animated-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.animated-background .shape{animation:float-shapes 15s ease-in-out infinite;border-radius:50%;opacity:.3;position:absolute}.animated-background.car-rental{background:linear-gradient(135deg,#4facfe,#00f2fe)}.animated-background.car-rental .shape-1{animation:drive-1 8s ease-in-out infinite;background:linear-gradient(135deg,#fff6,#ffffff1a);height:150px;left:-50px;top:-50px;width:150px}.animated-background.car-rental .shape-2{animation:drive-2 10s ease-in-out infinite;background:linear-gradient(135deg,#ffc80066,#ffc8001a);height:100px;right:-30px;top:50%;width:100px}.animated-background.car-rental .shape-3{animation:drive-3 12s ease-in-out infinite;background:linear-gradient(135deg,#ffffff4d,#ffffff0d);bottom:-40px;height:120px;left:30%;width:120px}@keyframes drive-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(300px,100px) scale(1.2)}50%{transform:translate(200px,250px) scale(.8)}75%{transform:translate(-50px,150px) scale(1.1)}}@keyframes drive-2{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(-250px,-50px) rotate(120deg)}66%{transform:translate(-100px,100px) rotate(240deg)}}@keyframes drive-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(150px,-150px) scale(1.3)}}.animated-background.healthcare{background:linear-gradient(135deg,#a8edea,#fed6e3)}.animated-background.healthcare .shape-1{animation:pulse-heart-1 4s ease-in-out infinite;background:radial-gradient(circle,#fff6,#ff69b433);height:180px;right:-60px;top:-60px;width:180px}.animated-background.healthcare .shape-2{animation:pulse-heart-2 5s ease-in-out infinite;background:radial-gradient(circle,#64c8ff4d,#64c8ff1a);bottom:-40px;height:130px;left:-40px;width:130px}.animated-background.healthcare .shape-3{animation:pulse-heart-3 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff80,#ffffff1a);height:90px;left:50%;top:40%;width:90px}@keyframes pulse-heart-1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes pulse-heart-2{0%,to{opacity:.3;transform:scale(1) rotate(0deg)}50%{opacity:.6;transform:scale(1.4) rotate(180deg)}}@keyframes pulse-heart-3{0%,to{opacity:.2;transform:translate(-50%,-50%) scale(.8)}25%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}50%{opacity:.3;transform:translate(-50%,-50%) scale(.9)}75%{opacity:.5;transform:translate(-50%,-50%) scale(1.3)}}@keyframes float-shapes{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.footer{align-items:flex-end;border-top:1px solid #e0e0e0;display:flex;gap:2rem;justify-content:space-between;margin-top:3rem;padding-top:3rem}.footer-left{display:flex;flex-direction:column;gap:.75rem}.copyright{color:#666;font-size:.75rem}.legal{display:flex;gap:1rem}.legal a{color:#666;font-size:.75rem;padding-bottom:2px;position:relative;text-decoration:none;transition:all .3s ease}.legal a:after{background:linear-gradient(90deg,#667eea,#764ba2);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.legal a:hover{color:#667eea;transform:translateY(-2px)}.legal a:hover:after{width:100%}.pin{align-items:center;color:#666;display:flex;font-size:.875rem;gap:.5rem}.globe-icon{font-size:1.25rem}@media (max-width:768px){.footer{align-items:flex-start;flex-direction:column}.pin{align-self:flex-start}}
/*# sourceMappingURL=main.c75a6a83.css.map*/