:root{--blue-primary: #0077B6;--blue-light: #00B4D8;--blue-dark: #005A8C;--red-primary: #C62828;--red-light: #E53935;--red-dark: #8B1E3F;--white: #FFFFFF;--off-white: #F8FAFC;--gray-50: #F1F5F9;--gray-100: #E2E8F0;--gray-200: #CBD5E1;--gray-400: #94A3B8;--gray-600: #475569;--gray-900: #1E293B;--gradient-blue: linear-gradient(135deg, var(--blue-light) 0%, var(--blue-primary) 100%);--gradient-red: linear-gradient(135deg, var(--red-light) 0%, var(--red-dark) 100%);--gradient-mixed: linear-gradient(135deg, var(--blue-light) 0%, var(--blue-primary) 40%, var(--red-primary) 60%, var(--red-dark) 100%);--shadow-blue: 0 4px 20px rgba(0, 119, 182, .25);--shadow-red: 0 4px 20px rgba(198, 40, 40, .25);--shadow-mixed: 0 8px 30px rgba(0, 119, 182, .2), 0 8px 30px rgba(198, 40, 40, .15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,body{overflow-x:hidden;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--white);color:var(--gray-600);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}::selection{background-color:var(--blue-primary);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-50)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--blue-primary) 0%,var(--red-primary) 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--blue-dark) 0%,var(--red-dark) 100%)}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--white) 0%,var(--off-white) 100%)}.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;mix-blend-mode:overlay}.mouse-glow{position:fixed;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,180,216,.08) 0%,rgba(198,40,40,.04) 40%,transparent 70%);pointer-events:none;z-index:2;transform:translate(-50%,-50%);filter:blur(40px);transition:opacity .3s ease}@media(max-width:768px){.mouse-glow{display:none}}.glass-card{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #0077b614,0 2px 8px #c628280a,inset 0 1px #fffc}.particles-container{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;border-radius:50%}.particle-blue{background:var(--blue-primary);opacity:.05}.particle-red{background:var(--red-primary);opacity:.04}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1;min-height:calc(100vh - 80px)}.hero-content{text-align:center;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:2rem}.logo-container{display:flex;flex-direction:column;align-items:center;gap:.25rem}.logo-wrapper{position:relative;overflow:hidden;border-radius:20px}.logo{width:180px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,119,182,.15)) drop-shadow(0 10px 30px rgba(198,40,40,.1));display:block}.logo-shimmer{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);transform:skew(-20deg);pointer-events:none}.logo-wrapper:hover .logo-shimmer{animation:shimmer .8s ease-in-out}@keyframes shimmer{0%{left:-100%}to{left:200%}}.brand-name{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1.1}.brand-ayuvo{font-size:2rem;font-weight:700;letter-spacing:.1em;background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-light) 50%,var(--red-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-health{font-size:1.1rem;font-weight:400;letter-spacing:.3em;color:var(--gray-600);text-transform:lowercase}.cross-container{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center;margin:.5rem 0;border-radius:50%;padding:10px}.pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;opacity:0}.pulse-ring-blue{border:2px solid var(--blue-primary);animation:pulse 3s ease-out infinite}.pulse-ring-red{border:2px solid var(--red-primary);animation:pulse 3s ease-out infinite .5s}.pulse-ring:nth-child(3){border:2px solid var(--blue-light);animation:pulse 3s ease-out infinite 1s}.pulse-ring:nth-child(4){border:2px solid var(--red-light);animation:pulse 3s ease-out infinite 1.5s}@keyframes pulse{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.8);opacity:0}}.cross-glow{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(0,180,216,.2) 0%,rgba(198,40,40,.1) 50%,transparent 70%);border-radius:50%;filter:blur(15px);animation:glow 4s ease-in-out infinite}@keyframes glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.cross{position:relative;width:70px;height:70px;display:flex;align-items:center;justify-content:center}.cross-vertical,.cross-horizontal{position:absolute;border-radius:6px;box-shadow:var(--shadow-mixed)}.cross-vertical{width:20px;height:70px;background:var(--gradient-blue)}.cross-horizontal{width:70px;height:20px;background:var(--gradient-red)}.coming-soon-wrapper{position:relative;padding:2px;border-radius:100px;background:linear-gradient(90deg,var(--blue-light),var(--blue-primary),var(--red-primary),var(--red-light),var(--blue-light));background-size:300% 100%;animation:borderGradient 4s linear infinite}@keyframes borderGradient{0%{background-position:0% 50%}to{background-position:300% 50%}}.coming-soon-wrapper:before{content:"";position:absolute;inset:2px;background:var(--white);border-radius:100px;z-index:0}.coming-soon{position:relative;z-index:1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;background:linear-gradient(135deg,var(--blue-primary) 0%,var(--red-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:.5rem 1.25rem}.headline-wrapper{padding:1.5rem 2.5rem;border-radius:20px}.headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;background:var(--gradient-mixed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1.1;margin:0}.tagline{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;color:var(--gray-600);max-width:500px;line-height:1.5}.tagline-highlight{background:linear-gradient(135deg,var(--blue-primary) 0%,var(--red-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.email-form{display:flex;gap:.75rem;margin-top:1rem;width:100%;max-width:440px}.email-input{flex:1;padding:1rem 1.25rem;font-size:1rem;font-family:inherit;border:2px solid var(--gray-100);border-radius:12px;background:var(--white);color:var(--gray-600);transition:all .3s ease;outline:none}.email-input::placeholder{color:var(--gray-400)}.email-input:focus{border-color:var(--blue-primary);box-shadow:0 0 0 4px #0077b61a}.notify-btn{padding:1rem 1.75rem;font-size:1rem;font-weight:600;font-family:inherit;color:var(--white);background:var(--gradient-mixed);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden;background-size:200% 200%;animation:gradientShift 5s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.notify-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--red-primary) 0%,var(--blue-primary) 100%);opacity:0;transition:opacity .3s ease}.notify-btn span{position:relative;z-index:1}.notify-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-mixed)}.notify-btn:hover:before{opacity:1}.notify-btn:active{transform:translateY(0)}.footer{padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.social-links{display:flex;gap:1rem}.social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:14px;color:var(--blue-primary);transition:all .3s ease;text-decoration:none}.social-link:hover{background:var(--gradient-mixed);color:var(--white);border-color:transparent;transform:translateY(-4px) scale(1.05);box-shadow:0 12px 30px #0077b640,0 8px 20px #c6282826}.social-link svg{width:20px;height:20px}.copyright{font-size:.875rem;color:var(--gray-400)}.copyright a{background:linear-gradient(135deg,var(--blue-primary) 0%,var(--red-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;font-weight:500}@media(max-width:1024px){.hero-content{max-width:700px}.logo{width:160px}.brand-ayuvo{font-size:1.8rem}.headline-wrapper{padding:1.25rem 2rem}.cross-container{width:140px;height:140px}.cross{width:60px;height:60px}.cross-vertical{width:18px;height:60px}.cross-horizontal{width:60px;height:18px}.cross-glow{width:85px;height:85px}}@media(max-width:768px){.hero{padding:1.5rem;min-height:calc(100vh - 100px)}.hero-content{gap:1.75rem;max-width:90%}.logo{width:150px}.brand-ayuvo{font-size:1.6rem}.brand-health{font-size:1rem;letter-spacing:.25em}.headline-wrapper{padding:1rem 1.5rem;border-radius:16px}.cross-container{width:130px;height:130px}.cross{width:55px;height:55px}.cross-vertical{width:16px;height:55px}.cross-horizontal{width:55px;height:16px}.cross-glow{width:75px;height:75px}.tagline{max-width:100%;padding:0 1rem}.footer{padding:1.5rem;gap:1.25rem}.social-link{width:48px;height:48px}.social-link svg{width:22px;height:22px}}@media(max-width:640px){.hero{padding:1.25rem;min-height:calc(100vh - 90px)}.hero-content{gap:1.5rem}.logo{width:130px}.brand-ayuvo{font-size:1.4rem}.brand-health{font-size:.85rem;letter-spacing:.2em}.coming-soon{font-size:.75rem;padding:.4rem 1rem;letter-spacing:.15em}.headline-wrapper{padding:.875rem 1.25rem;border-radius:14px}.cross-container{width:110px;height:110px}.cross{width:48px;height:48px}.cross-vertical{width:14px;height:48px;border-radius:4px}.cross-horizontal{width:48px;height:14px;border-radius:4px}.cross-glow{width:65px;height:65px}.tagline{padding:0 .5rem}.footer{padding:1.25rem;gap:1rem}.copyright{font-size:.8rem}}@media(max-width:480px){.hero{padding:1rem;min-height:calc(100vh - 80px)}.hero-content{gap:1.25rem}.logo{width:110px}.brand-ayuvo{font-size:1.25rem}.brand-health{font-size:.75rem;letter-spacing:.15em}.coming-soon{font-size:.7rem;padding:.35rem .85rem}.headline-wrapper{padding:.75rem 1rem;border-radius:12px}.headline{font-size:1.5rem}.cross-container{width:90px;height:90px;margin:.25rem 0}.cross{width:40px;height:40px}.cross-vertical{width:12px;height:40px}.cross-horizontal{width:40px;height:12px}.cross-glow{width:55px;height:55px}.tagline{font-size:.95rem;line-height:1.6}.footer{padding:1rem}.social-link{width:44px;height:44px}.social-link svg{width:20px;height:20px}.copyright{font-size:.75rem;text-align:center}}@media(max-width:360px){.hero{padding:.75rem}.hero-content{gap:1rem}.logo{width:90px}.brand-ayuvo{font-size:1.1rem}.brand-health{font-size:.65rem}.headline-wrapper{padding:.6rem .875rem;border-radius:10px}.headline{font-size:1.25rem}.cross-container{width:75px;height:75px}.cross{width:34px;height:34px}.cross-vertical{width:10px;height:34px}.cross-horizontal{width:34px;height:10px}.cross-glow{width:45px;height:45px}.tagline{font-size:.875rem}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:1rem 2rem}.hero-content{gap:.75rem}.logo{width:70px}.brand-ayuvo{font-size:.9rem}.brand-health{font-size:.55rem}.headline-wrapper{padding:.5rem 1rem;border-radius:10px}.headline{font-size:1.25rem}.cross-container{width:60px;height:60px;margin:0}.cross{width:26px;height:26px}.cross-vertical{width:8px;height:26px}.cross-horizontal{width:26px;height:8px}.cross-glow{width:35px;height:35px}.tagline{font-size:.8rem}.footer{padding:.5rem;gap:.4rem}.social-link{width:32px;height:32px}.social-link svg{width:14px;height:14px}.copyright{font-size:.65rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.logo{image-rendering:-webkit-optimize-contrast}}.grid-bg{position:fixed;inset:0;background-image:linear-gradient(rgba(0,119,182,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(198,40,40,.015) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}
