@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";:root{--primary:#6c5ce7;--secondary:#ff7675;--accent:#fdcb6e;--success:#55e6c1;--bg-light:#f9f9ff;--text-main:#2d3436;--text-muted:#636e72;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-full:100px;--shadow-card:0 10px 30px #6c5ce714;--shadow-hover:0 20px 40px #6c5ce726;--container-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Fredoka,sans-serif;line-height:1.6;overflow-x:hidden}.mesh-bg{z-index:-1;background:radial-gradient(circle at 10% 10%,#6c5ce70d 0%,#0000 40%),radial-gradient(circle at 90% 90%,#ff76750d 0%,#0000 40%);width:100%;height:100%;position:fixed;top:0;left:0}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}h1{margin-bottom:24px;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1}h2{text-align:center;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.text-gradient{background:linear-gradient(135deg, var(--primary), #8e44ad);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn-base{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;padding:18px 36px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}@media (width<=768px){.btn-base{width:100%;padding:20px 32px;font-size:1.2rem}}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 10px 20px #6c5ce74d}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 15px 30px #6c5ce766}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#fff}.btn-outline:hover{background-color:var(--primary);color:#fff}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fffc;border:1px solid #fff6;padding:20px}section{padding:100px 0}@media (width<=768px){section{padding:60px 0}.container{padding:0 20px}}.app-root{min-height:100vh;padding-top:80px;overflow-x:hidden}.navbar{width:calc(100% - 30px);max-width:var(--container-width);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#fffc;border:1px solid #ffffff80;border-radius:100px;height:64px;position:fixed;top:15px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000000d}.nav-content{justify-content:space-between;align-items:center;height:100%;padding:0 24px;display:flex}.logo{align-items:center;height:100%;display:flex;background:0 0!important}.logo-img{object-fit:contain;mix-blend-mode:multiply;width:auto;height:40px}.hero{background:radial-gradient(circle at 10% 10%,#6c5ce70d 0%,#0000 40%);overflow:hidden}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;min-height:70vh;display:grid}.hero-title{margin-bottom:24px}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:40px;font-size:1.25rem}.hero-actions{gap:16px;display:flex}@media (width<=768px){.hero-actions{flex-direction:column;gap:20px;width:100%}}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-image{filter:drop-shadow(0 20px 40px #0000001a);width:100%;max-width:500px}.floating-prop{z-index:10;font-size:3rem;position:absolute}.p1{font-size:4rem;top:10%;left:-10%}.p2{font-size:3.5rem;top:-5%;right:5%}.p3{font-size:3rem;bottom:15%;left:0%}.p4{font-size:4rem;bottom:-10%;right:20%}.p5{font-size:2.5rem;top:40%;right:-15%}.p6{opacity:.6;font-size:2rem;top:20%;right:30%}.p7{opacity:.5;font-size:1.5rem;bottom:30%;left:40%}.animal-showcase{background-color:#f0edff;border-radius:60px;margin:0 20px 20px;position:relative;overflow:hidden}.animal-showcase:after{content:"";background:#ff76751a;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.showcase-flex{justify-content:space-between;align-items:center;gap:80px;padding:60px 0;display:flex}.showcase-text{flex:1}.showcase-bubbles{flex-wrap:wrap;flex:1.5;justify-content:center;gap:30px;display:flex;position:relative}.animal-bubble{flex-direction:column;align-items:center;gap:12px;display:flex}.bubble-content{border:8px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;transition:transform .3s;display:flex;box-shadow:0 15px 35px #0000001a}.bubble-emoji{font-size:5rem}.bubble-name{color:var(--text-main);background:#fff;border-radius:100px;padding:4px 16px;font-size:1.2rem;font-weight:700;box-shadow:0 4px 10px #0000000d}.description-highlight{border-left:4px solid var(--secondary);padding-left:20px;font-style:italic;color:var(--text-main)!important}.policy-page .navbar{background:#ffffffe6}.policy-text h3{color:var(--primary);margin:32px 0 16px;font-size:1.5rem}.policy-text p{color:var(--text-muted);margin-bottom:16px;font-size:1.1rem}.animal-bubble:nth-child(2n){transform:translateY(40px)}.animal-bubble:nth-child(odd){transform:translateY(-20px)}#features{background-color:#fff;background-image:radial-gradient(#6c5ce70d 1.5px,#0000 1.5px);background-size:30px 30px;padding:100px 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.feature-item{text-align:center;padding:40px}.icon-wrap{width:64px;height:64px;color:var(--primary);background:#6c5ce71a;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.cta-section{background:linear-gradient(135deg, var(--primary), #8e44ad);padding:100px 0}.cta-card{color:var(--text-main);border-radius:var(--radius-lg);text-align:center;background:#fff;padding:80px 40px;box-shadow:0 20px 50px #0000001a}.cta-card h2{color:var(--primary)}.cta-card .cta-subtitle{color:var(--text-muted);margin-bottom:48px}.cta-card .cta-actions{justify-content:center;gap:16px;display:flex}@media (width<=768px){.cta-card .cta-actions{flex-direction:column;width:100%}}.main-footer{border-top:1px solid #0000000d;padding:60px 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-logo-img{height:60px;margin-bottom:8px}.copyright{opacity:.6;margin-top:8px;font-size:.85rem}.footer-nav{gap:24px;display:flex}.footer-nav a{color:var(--text-muted);font-size:.9rem;text-decoration:none}.btn-nav{height:44px;padding:10px 24px;font-size:.95rem}.mobile-sticky-cta{z-index:1001;background:linear-gradient(#fff0,#fff 20%);width:100%;padding:10px 20px 25px;display:none;position:fixed;bottom:0;left:0}@media (width<=768px){.mobile-sticky-cta{display:block}}@media (width<=1024px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 40px}.hero-visual{order:-1;margin-bottom:40px}.showcase-flex{text-align:center;flex-direction:column;gap:40px}.showcase-bubbles{width:100%}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-image{max-width:320px}.hero-title{font-size:2.5rem}.bubble-content{border-width:6px;width:110px;height:110px}.bubble-emoji{font-size:3.5rem}.animal-bubble:nth-child(2n),.animal-bubble:nth-child(odd){transform:none}.features-grid{grid-template-columns:1fr}.footer-content{text-align:center;flex-direction:column;gap:32px}.btn-nav{display:none}.nav-content{justify-content:center}.main-footer{padding-bottom:120px}}@media (width>=769px){.md\:hidden{display:none!important}}.badge{color:var(--primary);background:#6c5ce71a;border-radius:100px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-block}.mr-2{margin-right:8px}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}
