@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #1a365d;--primary-dark: #0f2942;--secondary-color: #2c5282;--text-color: #2d3748;--text-light: #4a5568;--light-bg: #f7fafc;--white: #ffffff;--gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color))}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--light-bg);font-weight:400}#root,.app{width:100%;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.header{background-color:var(--white);border-bottom:1px solid rgba(0,0,0,.1);padding:1.5rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;width:100%}.header h1{font-family:Playfair Display,serif;color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.025em}.tagline{color:var(--text-light);font-size:1.1rem;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.hero{background:var(--gradient);color:var(--white);padding:6rem 0;text-align:center;position:relative;overflow:hidden;width:100%}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}.hero h2{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.025em;position:relative}.hero p{font-size:1.25rem;max-width:600px;margin:0 auto;position:relative;font-weight:400;opacity:.9}.products{padding:6rem 0;background-color:var(--white);width:100%}.products h2{font-family:Playfair Display,serif;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;color:var(--text-color);letter-spacing:-.025em}.product-card{background-color:var(--white);padding:3rem;display:flex;align-items:center;gap:3rem;max-width:900px;margin:0 auto;border:1px solid rgba(0,0,0,.1);transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-logo{width:160px;height:160px;transition:transform .3s ease;flex-shrink:0}.product-card:hover .product-logo{transform:scale(1.05)}.product-info{flex:1;min-width:0}.product-info h3{font-family:Playfair Display,serif;color:var(--primary-color);margin-bottom:1rem;font-size:2rem;font-weight:700}.product-info p{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem;font-weight:400}.app-store-link{display:inline-block;background:var(--primary-color);color:var(--white);padding:1rem 2rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;letter-spacing:.025em}.app-store-link:hover{background:var(--primary-dark);transform:translateY(-2px)}.company-info{padding:6rem 0;background-color:var(--light-bg);width:100%}.company-info h2{font-family:Playfair Display,serif;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;color:var(--text-color);letter-spacing:-.025em}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;width:100%}.info-item{background-color:var(--white);padding:2.5rem;border:1px solid rgba(0,0,0,.1);transition:transform .3s ease}.info-item:hover{transform:translateY(-5px)}.info-item h3{font-family:Playfair Display,serif;color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.info-item p{color:var(--text-light);margin-bottom:1rem;font-weight:400}.info-item address{font-style:normal;margin-top:1rem;color:var(--text-light);line-height:1.8;font-weight:400}.info-item .activities-list{list-style:none;margin-top:1rem}.info-item .activities-list li{color:var(--text-light);margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-weight:400}.info-item .activities-list li:before{content:"•";color:var(--primary-color);position:absolute;left:0;font-weight:700}.footer{background:var(--primary-color);color:var(--white);padding:3rem 0;text-align:center;width:100%}.footer p{margin:.5rem 0;font-size:1.1rem;font-weight:400;opacity:.9}@media (max-width: 768px){.hero h2{font-size:2.5rem}.product-card{flex-direction:column;text-align:center;padding:2rem}.product-logo{margin:0 auto}.info-grid{grid-template-columns:1fr}.header h1,.products h2,.company-info h2{font-size:2rem}}
