.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,107,53,.1);position:sticky;top:0;z-index:100;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;display:flex;flex-direction:column;align-items:flex-start}.logo-text{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.logo-subtitle{font-size:.75rem;color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:-2px}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--primary-orange)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:var(--bg-gradient);transition:width .3s ease}.nav-link:hover:after{width:100%}@media (max-width: 768px){.nav-links{gap:1.5rem}.nav-link{font-size:.9rem}}.footer{background:var(--bg-warm);border-top:1px solid rgba(255,107,53,.1);padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.footer-brand .logo-text{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.footer-brand .logo-subtitle{font-size:.7rem;color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:-2px}.footer-description{color:var(--text-light);font-size:.95rem;line-height:1.6;max-width:400px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-section h4{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.footer-link{display:block;color:var(--text-light);text-decoration:none;font-size:.9rem;margin-bottom:.5rem;transition:color .3s ease}.footer-link:hover{color:var(--primary-orange)}.footer-bottom{border-top:1px solid rgba(255,107,53,.1);padding-top:1rem;text-align:center}.footer-bottom p{color:var(--text-light);font-size:.85rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}}.hero{background:linear-gradient(135deg,#fff8f0,#fef5f0,#fff8f0);padding:6rem 0;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff6b35' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1}.highlight{position:relative;display:inline-block}.highlight:after{content:"";position:absolute;bottom:.2em;left:0;right:0;height:.3em;background:linear-gradient(90deg,#ff6b354d,#ff99334d);z-index:-1;border-radius:2px}.hero-description{font-size:1.2rem;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.spiritual-symbol{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center}.om-symbol{font-size:4rem;color:var(--primary-orange);font-weight:700;z-index:3;position:relative;animation:glow 3s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,107,53,.3)}to{text-shadow:0 0 30px rgba(255,107,53,.6)}}.lotus-petals{position:absolute;width:100%;height:100%}.petal{position:absolute;width:60px;height:120px;background:linear-gradient(45deg,#ff6b3533,#f933);border-radius:50%/60% 60% 40% 40%;transform-origin:center bottom;animation:float 4s ease-in-out infinite}.petal-1{transform:rotate(0) translateY(-80px);animation-delay:0s}.petal-2{transform:rotate(60deg) translateY(-80px);animation-delay:.5s}.petal-3{transform:rotate(120deg) translateY(-80px);animation-delay:1s}.petal-4{transform:rotate(180deg) translateY(-80px);animation-delay:1.5s}.petal-5{transform:rotate(240deg) translateY(-80px);animation-delay:2s}.petal-6{transform:rotate(300deg) translateY(-80px);animation-delay:2.5s}@keyframes float{0%,to{transform:rotate(var(--rotation, 0deg)) translateY(-80px) scale(1)}50%{transform:rotate(var(--rotation, 0deg)) translateY(-85px) scale(1.05)}}.featured-app{padding:6rem 0;background:var(--bg-light)}.section-header{margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.app-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.phone-mockup{background:linear-gradient(145deg,#f0f0f0,#fff);border-radius:30px;padding:20px;box-shadow:0 20px 40px #0000001a,inset 0 1px #fffc;max-width:300px;margin:0 auto}.phone-screen{background:#000;border-radius:20px;padding:2px;overflow:hidden}.app-interface{background:linear-gradient(135deg,#fff8f0,#fff);border-radius:18px;padding:2rem 1.5rem;min-height:500px}.app-header{text-align:center;margin-bottom:2rem;border-bottom:1px solid rgba(255,107,53,.1);padding-bottom:1rem}.app-header h3{color:var(--primary-orange);font-size:1.5rem;margin-bottom:.5rem}.app-subtitle{color:var(--text-light);font-size:.9rem}.verse-card{background:#ff6b350d;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border-left:4px solid var(--primary-orange)}.verse-sanskrit{font-size:1rem;color:var(--primary-orange);font-weight:500;margin-bottom:1rem;text-align:center;font-family:serif}.verse-translation{font-size:.9rem;color:var(--text-dark);font-style:italic;line-height:1.5;margin-bottom:1rem}.verse-chapter{font-size:.8rem;color:var(--text-light);text-align:right}.app-features{display:grid;grid-template-columns:1fr;gap:.5rem}.feature-item{background:#ff99331a;padding:.5rem;border-radius:6px;font-size:.8rem;text-align:center;color:var(--text-dark)}.app-details h3{margin-bottom:1.5rem}.app-features-list{margin:2rem 0}.feature{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.feature-icon{font-size:1.5rem;flex-shrink:0}.feature-content h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-content p{font-size:.95rem;color:var(--text-light)}.coming-soon{background:var(--bg-warm);border-radius:12px;padding:1.5rem;text-align:center;border:1px solid rgba(255,107,53,.2)}.status-badge{display:inline-block;background:var(--bg-gradient);color:var(--text-white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:1rem}.about{padding:6rem 0;background:var(--bg-warm)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.values{margin-top:2rem}.value{margin-bottom:1.5rem}.value h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-dark)}.value p{font-size:.95rem;color:var(--text-light)}.about-visual{display:flex;justify-content:center;align-items:center}.meditation-circle{width:250px;height:250px;border-radius:50%;background:linear-gradient(135deg,#ff6b351a,#ff99331a);display:flex;justify-content:center;align-items:center;animation:rotate 20s linear infinite}.inner-circle{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#ff6b3533,#f933);display:flex;justify-content:center;align-items:center;animation:rotate 15s linear infinite reverse}.chakra-symbol{font-size:3rem;animation:pulse 2s ease-in-out infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.cta{padding:4rem 0;background:var(--bg-gradient);color:var(--text-white)}.cta h2{color:var(--text-white);margin-bottom:1rem}.cta p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background:var(--text-white);color:var(--primary-orange)}.cta .btn-primary:hover{background:#ffffffe6}.cta .btn-secondary{border-color:var(--text-white);color:var(--text-white)}.cta .btn-secondary:hover{background:var(--text-white);color:var(--primary-orange)}@media (max-width: 768px){.hero{padding:4rem 0}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.app-showcase,.about-content{grid-template-columns:1fr;gap:3rem}.spiritual-symbol{width:200px;height:200px}.om-symbol{font-size:2.5rem}.petal{width:40px;height:80px}.meditation-circle{width:200px;height:200px}.inner-circle{width:120px;height:120px}.chakra-symbol{font-size:2rem}}.privacy-page{padding:2rem 0 4rem;min-height:100vh;background:var(--bg-light)}.privacy-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,107,53,.1)}.breadcrumb{margin-bottom:1rem;font-size:.9rem}.breadcrumb-link{color:var(--primary-orange);text-decoration:none;transition:color .3s ease}.breadcrumb-link:hover{color:var(--primary-deep-orange)}.breadcrumb-separator{margin:0 .5rem;color:var(--text-light)}.breadcrumb-current{color:var(--text-light)}.privacy-header h1{font-size:3rem;margin-bottom:.5rem;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:var(--text-light);font-size:.95rem;font-style:italic}.privacy-content{max-width:800px;line-height:1.7}.privacy-intro{background:var(--bg-warm);padding:2rem;border-radius:12px;margin-bottom:3rem;border-left:4px solid var(--primary-orange)}.privacy-intro p{font-size:1.1rem;color:var(--text-dark);margin:0}.privacy-section{margin-bottom:3rem}.privacy-section h2{color:var(--text-dark);font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,107,53,.2)}.privacy-section h3{color:var(--primary-orange);font-size:1.3rem;margin-bottom:1rem;margin-top:2rem}.privacy-section h4{color:var(--text-dark);font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.privacy-section p{margin-bottom:1rem;color:var(--text-dark)}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem;color:var(--text-dark)}.subsection{margin-bottom:2rem;padding:1.5rem;background:#ff6b3505;border-radius:8px;border-left:3px solid var(--primary-orange)}.security-features{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.security-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--bg-warm);border-radius:8px}.security-icon{font-size:1.5rem;flex-shrink:0}.security-item h4{margin-bottom:.25rem;color:var(--text-dark)}.security-item p{margin:0;font-size:.95rem;color:var(--text-light)}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.right-item{padding:1.5rem;background:var(--bg-warm);border-radius:8px;border-top:3px solid var(--primary-orange);text-align:center}.right-item h4{color:var(--primary-orange);margin-bottom:.5rem;font-size:1.1rem}.right-item p{margin:0;font-size:.9rem;color:var(--text-light)}.contact-info{background:var(--bg-warm);padding:1.5rem;border-radius:8px;margin:1.5rem 0}.contact-item{margin-bottom:.5rem;color:var(--text-dark)}.contact-item:last-child{margin-bottom:0}.spiritual-note{background:linear-gradient(135deg,#ff6b350d,#ff99330d);padding:2rem;border-radius:12px;text-align:center;margin-top:2rem;border:1px solid rgba(255,107,53,.1)}.note-icon{font-size:2rem;margin-bottom:1rem}.spiritual-note p{margin:0;font-size:1.05rem;color:var(--primary-orange);font-weight:500}.spiritual-note em{font-style:normal}@media (max-width: 768px){.privacy-page{padding:1rem 0 3rem}.privacy-header h1{font-size:2.5rem}.privacy-section h2{font-size:1.75rem}.rights-grid,.security-features{grid-template-columns:1fr}.subsection{padding:1rem}.privacy-intro,.spiritual-note{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange: #ff6b35;--primary-deep-orange: #e55a2b;--secondary-gold: #ffd700;--accent-saffron: #ff9933;--text-dark: #2c3e50;--text-light: #7f8c8d;--text-white: #ffffff;--bg-light: #fefefe;--bg-warm: #fff8f0;--bg-gradient: linear-gradient(135deg, #ff6b35 0%, #ff9933 100%);--shadow-soft: 0 10px 30px rgba(255, 107, 53, .1);--shadow-medium: 0 15px 40px rgba(255, 107, 53, .15)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background:var(--bg-gradient);color:var(--text-white);box-shadow:var(--shadow-soft)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.btn-secondary{background:transparent;color:var(--primary-orange);border:2px solid var(--primary-orange)}.btn-secondary:hover{background:var(--primary-orange);color:var(--text-white)}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:2.5rem;color:var(--text-dark)}h3{font-size:1.75rem;color:var(--text-dark)}p{color:var(--text-light);font-size:1.1rem;line-height:1.7}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1.5rem}}
