@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}.body{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff7b7b,#ffb86c);font-family:Poppins,sans-serif;color:#fff}.container{text-align:center;animation:fadeIn 1.5s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center}.flower{width:150px;height:auto;margin-bottom:20px;animation:spin 10s linear infinite}h1{font-size:3rem;letter-spacing:2px}h2{margin-top:10px;font-size:1.5rem;opacity:.9}.link{margin-top:30px;display:flex;flex-direction:row;gap:15px;align-items:center}.link-btn{display:inline-block;padding:10px 20px;background-color:#fff3;color:#fff;text-decoration:none;border-radius:25px;font-size:1rem;font-weight:700;transition:background-color .3s ease,transform .3s ease}.link-btn:hover{background-color:#fff6;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:1.2rem}.link-btn{padding:8px 16px;font-size:.9rem}}:root{--font-size: 16px;--background: #ffffff;--foreground: #000000;--card: #ffffff;--card-foreground: #000000;--popover: #ffffff;--popover-foreground: #000000;--primary: #030213;--primary-foreground: #ffffff;--secondary: #f8f9fa;--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: #999999;--chart-1: #ff6b35;--chart-2: #4ecdc4;--chart-3: #45b7d1;--chart-4: #96ceb4;--chart-5: #ffeaa7;--radius: .625rem;--sidebar: #f8f9fa;--sidebar-foreground: #000000;--sidebar-primary: #030213;--sidebar-primary-foreground: #f8f9fa;--sidebar-accent: #ffffff;--sidebar-accent-foreground: #333333;--sidebar-border: #dee2e6;--sidebar-ring: #999999}html{font-size:var(--font-size);font-family:Inter,sans-serif}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif}.bg-gray-50{background-color:#f9fafb!important}.bg-gray-100{background-color:#f3f4f6!important}.bg-gray-200{background-color:#e5e7eb!important}.bg-gray-600{background-color:#4b5563!important}.bg-gray-700{background-color:#374151!important}.bg-gray-800{background-color:#1f2937!important}.bg-gray-900{background-color:#111827!important}.text-gray-500{color:#6b7280!important}.text-gray-600{color:#4b5563!important}.text-gray-700{color:#374151!important}.text-gray-800{color:#1f2937!important}.text-gray-900{color:#111827!important}.border-gray-100{border-color:#f3f4f6!important}.border-gray-200{border-color:#e5e7eb!important}.border-gray-300{border-color:#d1d5db!important}.min-h-screen{min-height:100vh}.inset-0{inset:0}.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.bg-white-95{background-color:#fffffff2}.bg-black-50{background-color:#00000080}.bg-white-50{background-color:#ffffff80}.object-cover{object-fit:cover}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-phone{border-radius:2.5rem!important}.rounded-phone-inner{border-radius:2rem!important}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-4>*+*{margin-top:1rem}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.transition-colors{transition:color .15s ease-in-out}.transition-all{transition:all .3s ease-in-out}.hover-text-black:hover{color:#000!important}.hover-bg-gray-100:hover{background-color:#f3f4f6!important}.hover-bg-gray-700:hover{background-color:#374151!important}.hover-bg-gray-800:hover{background-color:#1f2937!important}.hover-bg-gray-50:hover{background-color:#f9fafb!important}.phone-container{width:15rem;height:30rem}.phone-container-lg{width:18rem;height:36.25rem}.phone-container-mobile{width:16rem;height:31.25rem}.phone-container-mobile-lg{width:20rem;height:38.75rem}@media(min-width:640px){.phone-container{width:18rem;height:36.25rem}.phone-container-mobile{width:20rem;height:38.75rem}}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.transform-center{transform:translate(-50%,-50%)}.transform-center-x{transform:translate(-50%)}.transform-center-y{transform:translateY(-50%)}.feature-phone-active{width:16rem;height:32.5rem}.feature-phone-inactive{width:12rem;height:24.375rem}.feature-phone-tablet,.feature-phone-mobile{width:14rem;height:28.125rem}.animate-fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slideUp .5s ease-in-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-custom-black{background-color:#000;border-color:#000;color:#fff;padding:.75rem 2rem;border-radius:.75rem;font-weight:500;transition:all .2s ease-in-out}.btn-custom-black:hover{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-custom-white{background-color:#fff;border-color:#fff;color:#000;padding:.75rem 2rem;border-radius:.75rem;font-weight:500;transition:all .2s ease-in-out}.btn-custom-white:hover{background-color:#f3f4f6;border-color:#f3f4f6;color:#000}.btn-custom-gray{background-color:#4b5563;border-color:#4b5563;color:#fff;padding:.75rem 2rem;border-radius:.75rem;font-weight:500;transition:all .2s ease-in-out}.btn-custom-gray:hover{background-color:#374151;border-color:#374151;color:#fff}.btn-outline-custom{background-color:transparent;border:1px solid #e5e7eb;color:#374151;border-radius:.5rem;padding:.5rem;transition:all .2s ease-in-out}.btn-outline-custom:hover{background-color:#f9fafb;border-color:#d1d5db}.dot-indicator{width:.5rem;height:.5rem;border-radius:50%;transition:background-color .2s ease-in-out;border:none;cursor:pointer}.dot-indicator.active{background-color:#000}.dot-indicator.inactive{background-color:#d1d5db}.dot-indicator-white.active{background-color:#fff}.dot-indicator-white.inactive{background-color:#ffffff80}.text-custom-gray{color:#999!important}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}@media(min-width:640px){.sm-text-5xl{font-size:3rem;line-height:1}.sm-text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1024px){.lg-text-6xl{font-size:3.75rem;line-height:1}}.hover-shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.btn:focus{box-shadow:none}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:none}.loader10{width:60px;height:60px;border:8px solid #3498db;border-radius:50%;border-top:8px solid transparent;animation:loop 1.5s linear infinite;box-shadow:0 0 20px #3498db99;display:flex;align-items:center;justify-content:center}.loaderWrapper{z-index:1500}@keyframes loop{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.height{background:#8e8b8b9c;height:100vh}
