:root{--p1: #f0a064;--p2: #ff6f4f;--d1: #40363a;--d2: #383329;--l1: #fbf6f0;--bg-hero: #fde8dd;--bg-stats: #fdefec;--stroke: #e6e6e6;--font-roboto: "Roboto", sans-serif;--font-devanagari: "IBM Plex Sans Devanagari", sans-serif;--font-inter: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-roboto);color:var(--d2);background-color:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:1440px;margin:0 auto}.flex-center{display:flex;align-items:center;justify-content:center}.hero{position:relative;width:100%;height:1117px;background:linear-gradient(180deg,#fbe0d2,#fff);overflow:hidden}.hero-layer{position:absolute;will-change:transform;pointer-events:none}.hero-background{top:0;left:0;width:100%;height:100%;z-index:1}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-right{top:163px;right:-290px;width:855px;z-index:2}.hero-right img{width:100%;height:auto}.hero-logo-container{position:absolute;z-index:15;will-change:width,left,top,transform}.hero-logo{width:100%;height:auto;display:block}.hero-text-content{position:absolute;top:100px;left:50%;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;will-change:opacity,transform}.hero-title{font-family:var(--font-devanagari);font-size:64px;font-weight:500;color:var(--d1);margin:0;line-height:1.1;white-space:nowrap}.hero-subtitle{font-family:var(--font-devanagari);font-size:64px;font-weight:500;background:linear-gradient(90deg,var(--p1) 0%,var(--p2) 50%,#9e2741 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 16px;line-height:1.1}.hero-description{font-family:var(--font-roboto);font-size:20px;color:var(--d2);width:100%;white-space:nowrap;margin-bottom:100px;line-height:1.5}.hero-cta-buttons{display:flex;gap:24px;will-change:opacity}.hero-cta-btn{display:flex;align-items:center;gap:12px;padding:16px 32px;border-radius:20px;font-family:var(--font-roboto);font-size:18px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f0a06480}.hero-cta-btn.play{background:var(--p2);color:#fff}.hero-cta-btn.app{background:var(--d1);color:var(--l1)}.hero-icon{width:24px;height:24px}.hero-person{z-index:5;will-change:width,left,top,transform}.hero-person img{width:100%;height:auto}.hero-bottom{bottom:-151px;left:-290px;width:calc(100% + 580px);z-index:20}.hero-bottom img{width:100%;height:auto;display:block}@media(max-width:1024px){.hero{height:800px}.hero-logo-container{width:400px!important}.hero-text-content{top:80px}.hero-title,.hero-subtitle{font-size:48px}.hero-description{font-size:18px;max-width:500px}.hero-person{width:400px!important}}@media(max-width:768px){.hero{height:600px}.hero-logo-container{width:200px!important;top:30px!important}.hero-text-content{top:60px;padding:0 20px}.hero-title,.hero-subtitle{font-size:32px}.hero-description{font-size:14px;max-width:100%}.hero-cta-buttons{flex-direction:column;gap:12px}.hero-cta-btn{padding:12px 24px;font-size:14px}.hero-person{width:280px!important;top:250px!important}.hero-right{display:none}}.what-section{padding:96px 90px;background-color:#fff}.what-header{text-align:center;margin-bottom:60px}.what-title{font-family:var(--font-devanagari);font-size:48px;font-weight:500;background:linear-gradient(90deg,var(--p1) 0%,var(--p2) 50%,#9e2741 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px}.what-desc{font-family:var(--font-roboto);font-size:24px;line-height:1.6;color:var(--d2);max-width:1200px;margin:0 auto}.what-desc p{margin:0}.what-desc-emphasis{margin-top:24px!important;font-style:italic}.what-cards{display:flex;justify-content:center;gap:36px;margin-top:60px}.pillar-card{position:relative;height:531px;border-radius:35px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;padding:60px 32px;transition:width .4s cubic-bezier(.4,0,.2,1);width:350px}.pillar-card.open{width:514px}.pillar-bg-container{position:absolute;inset:0;pointer-events:none}.pillar-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:35px}.pillar-gradient{position:absolute;inset:0;border-radius:35px;background:linear-gradient(to bottom,rgba(0,0,0,0) 4.426%,var(--gradient-color, #f0a064) 100%)}.pillar-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px;text-align:center}.pillar-title{font-family:var(--font-roboto);font-size:36px;font-weight:600;line-height:1.2;color:var(--l1);margin:0}.pillar-description{font-family:var(--font-roboto);font-size:20px;font-weight:400;line-height:1.4;color:var(--l1);margin:0;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pillar-card:not(.open):hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.pillar-card:not(.open){transition:width .4s cubic-bezier(.4,0,.2,1),transform .3s ease,box-shadow .3s ease}@media(max-width:1200px){.what-cards{flex-wrap:wrap}.pillar-card{width:300px}.pillar-card.open{width:400px}}@media(max-width:768px){.what-section{padding:60px 20px}.what-title{font-size:36px}.what-desc{font-size:18px}.what-cards{flex-direction:column;align-items:center;gap:20px}.pillar-card,.pillar-card.open{width:100%;max-width:350px;height:400px}.pillar-title{font-size:24px}.pillar-description{font-size:16px}}.stats-section{background-color:var(--bg-stats);padding:96px 60px;display:flex;justify-content:center}.stats-container{display:flex;gap:100px;align-items:center}.stat-item{text-align:center;display:flex;flex-direction:column;gap:8px}.stat-number{font-family:var(--font-devanagari);font-weight:700;font-size:64px;color:var(--d1)}.stat-label{font-family:var(--font-devanagari);font-size:32px;color:#383329b3}.stat-divider{width:1px;height:100px;background:var(--stroke)}@media(max-width:768px){.stats-section{padding:60px 20px}.stats-container{flex-direction:column;gap:40px}.stat-number{font-size:48px}.stat-label{font-size:24px}.stat-divider{width:100px;height:1px}}.features-section{padding:96px 60px;background:#fff}.features-header{text-align:center;margin-bottom:60px}.features-title{font-family:var(--font-devanagari);font-size:48px;font-weight:600;background:linear-gradient(90deg,var(--p1) 0%,var(--p2) 50%,#9e2741 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px}.features-subtitle{font-family:var(--font-roboto);font-size:24px;color:var(--d2);max-width:900px;margin:0 auto;line-height:1.5}.features-cards{display:flex;flex-direction:column;gap:40px;max-width:1400px;margin:0 auto}.feature-card{border:2px solid #ffb46e;border-radius:30px;padding:60px;overflow:hidden;background:linear-gradient(270deg,#ffc1aa,#ffdbbd);min-height:500px;display:flex;flex-direction:column;justify-content:space-between;position:relative;opacity:0;transform:translateY(60px);transition:opacity .8s ease-out,transform .8s ease-out}.feature-card.visible{opacity:1;transform:translateY(0)}.card-bg{position:absolute;inset:0;pointer-events:none;opacity:.2}.card-bg img{width:100%;height:100%;object-fit:cover;border-radius:30px}.card-text{position:relative;z-index:2}.card-text h3{font-family:var(--font-devanagari);font-size:60px;font-weight:600;color:var(--d1);margin:0 0 12px;line-height:1.3}.card-text p{font-family:var(--font-devanagari);font-size:36px;color:var(--d2);margin:0;line-height:1.3;max-width:800px}.card-content-horizontal{display:flex;gap:60px;align-items:flex-start;position:relative;z-index:2;height:100%}.card-content-horizontal .card-text{flex:1}.card-images{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;z-index:2}.card-1-images{margin-top:auto;gap:0}.card-1-images .comic-cover{width:auto;height:280px;max-width:100%;object-fit:cover;border-radius:20px;transition:transform .3s ease}.card-1-images .comic-cover.center{width:auto;height:310px;max-width:100%;z-index:2}.card-1-images .comic-cover:hover{transform:translateY(-10px)}.card-2-images{flex-shrink:0}.card-2-images .phone-screen{width:auto;max-width:320px;height:auto;max-height:500px;object-fit:contain;border-radius:16px;box-shadow:0 4px 20px #00000026}.card-3-images{margin-top:auto;gap:10px}.card-3-images .reel-screen{width:auto;height:280px;max-width:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease;border:none;background:none}.card-3-images .reel-screen.google-pixel-mockup{width:auto;height:320px;max-width:100%;z-index:2}.card-3-images .reel-screen:first-child,.card-3-images .reel-screen:last-child{height:240px}.card-3-images .reel-screen:hover{transform:scale(1.05)}.card-4-images .phone-screen-large{width:auto;max-width:360px;height:auto;max-height:550px;object-fit:contain;border-radius:25px;box-shadow:0 0 24px #0000001a}.card-5-images{margin-top:auto;gap:30px}.card-5-images .wisdom-card{width:auto;max-width:320px;height:auto;max-height:420px;object-fit:contain;border-radius:16px;box-shadow:0 4px 20px #0000001a}.card-6-images{flex-shrink:0;gap:30px}.card-6-images .ai-image{width:320px;height:auto;max-height:550px;object-fit:cover;border-radius:25px;box-shadow:0 4px 20px #00000026}.feelings-widget{width:320px;max-width:100%;height:550px;background:linear-gradient(180deg,#fff,#fff5eb);border-radius:40px;box-shadow:0 10px 30px #0000001a;padding:40px 24px;display:flex;flex-direction:column;position:relative;z-index:2;overflow:hidden}.feelings-widget:before{content:"✕";position:absolute;top:24px;left:24px;font-size:20px;color:#333;font-weight:700}.feelings-widget:after{content:"Vedapath";position:absolute;top:24px;left:50%;transform:translate(-50%);font-family:var(--font-devanagari);font-size:16px;color:#ddd;font-weight:700}.feelings-header{margin-top:40px;text-align:center;margin-bottom:30px}.feelings-title{font-family:var(--font-devanagari);font-size:24px;font-weight:700;color:#000;margin-bottom:12px}.feelings-subtitle{font-family:var(--font-roboto);font-size:14px;color:#666;line-height:1.4;padding:0 10px}.feelings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 10px;padding:0 10px}.feeling-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:transform .2s ease}.feeling-item:hover{transform:scale(1.05)}.feeling-emoji-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff8e7;box-shadow:0 4px 12px #0000000d}.feeling-emoji{font-size:32px}.feeling-label{font-family:var(--font-devanagari);font-size:13px;font-weight:600;color:#333}@media(max-width:1200px){.feature-card{padding:40px;min-height:450px}.card-text h3{font-size:48px}.card-text p{font-size:28px}.card-content-horizontal{flex-direction:column;gap:40px}.card-1-images .comic-cover{width:auto;height:210px}.card-1-images .comic-cover.center{width:auto;height:240px}.card-2-images .phone-screen{width:auto;max-width:250px;max-height:400px}.card-6-images .ai-image{width:250px;max-height:400px}.card-4-images .phone-screen-large{width:auto;max-width:280px;max-height:450px}.feelings-widget{width:280px;height:480px;padding:30px 20px}.feelings-header{margin-top:20px}.feeling-emoji-circle{width:50px;height:50px}.feeling-emoji{font-size:24px}.card-5-images .wisdom-card{width:auto;max-width:250px;max-height:340px}}@media(max-width:768px){.features-section{padding:60px 20px}.features-title{font-size:36px}.features-subtitle{font-size:18px}.features-cards{gap:24px}.feature-card{padding:30px;min-height:350px}.card-text h3{font-size:28px}.card-text p{font-size:18px}.card-images{flex-wrap:wrap;gap:10px}.card-1-images .comic-cover{width:auto;height:112px}.card-1-images .comic-cover.center{width:auto;height:126px}.card-3-images .reel-screen{width:auto;height:110px}.card-3-images .reel-screen.google-pixel-mockup{width:auto;height:130px}.card-3-images .reel-screen:first-child,.card-3-images .reel-screen:last-child{height:90px}.card-2-images .phone-screen,.card-4-images .phone-screen-large{width:auto;max-width:140px;max-height:280px}.feelings-widget{width:100%;max-width:260px;height:auto;aspect-ratio:9/16;padding:20px 15px}.feelings-title{font-size:20px}.feelings-subtitle{font-size:12px}.feelings-header{margin-top:15px;margin-bottom:20px}.feeling-emoji-circle{width:44px;height:44px}.feeling-emoji{font-size:20px}.card-6-images .ai-image{width:140px;max-height:280px}.card-5-images .wisdom-card{width:auto;max-width:100px;max-height:140px}}.sacred-texts-section{padding:96px 0;background:#fff;overflow:hidden}.sacred-texts-header{text-align:center;padding:0 120px;margin-bottom:60px}.sacred-texts-title{font-family:var(--font-devanagari);font-size:48px;font-weight:500;background:linear-gradient(90deg,var(--p1) 0%,var(--p2) 50%,#9e2741 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px;line-height:1.2}.sacred-texts-subtitle{font-family:var(--font-devanagari);font-size:32px;color:var(--d2);line-height:1.3}.sacred-texts-carousel{position:relative;display:flex;align-items:center}.carousel-arrow{position:absolute;z-index:10;width:60px;height:60px;border-radius:50%;background:#fff;box-shadow:0 6.67px 24px -6.67px #40363a33;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s}.carousel-arrow:hover{transform:scale(1.1);box-shadow:0 10px 30px -5px #40363a4d}.arrow-left{left:20px}.arrow-right{right:20px}.arrow-icon{width:40px;height:40px}.arrow-icon.left{transform:rotate(180deg)}.arrow-icon.right{transform:rotate(0)}.sacred-texts-scroll{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:0 80px}.sacred-texts-scroll::-webkit-scrollbar{display:none}.sacred-texts-cards{display:flex;gap:36px;padding:20px 0}.sacred-text-card{flex-shrink:0;width:500px;height:600px;border:3px solid var(--stroke);border-radius:45px;overflow:hidden;display:flex;flex-direction:column;position:relative;background:#fffdfb}.text-card-image{position:relative;height:300px;overflow:hidden}.text-card-image-blur{position:absolute;inset:-20px -20px 0;filter:blur(0)}.text-card-image-blur img{width:100%;height:100%;object-fit:cover}.text-card-info{position:absolute;bottom:0;left:0;right:0;background:#fff;border:1px solid var(--stroke);border-radius:35px;padding:40px;box-shadow:0 0 28px #40363a1a;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;margin:20px}.text-card-content{display:flex;flex-direction:column;gap:12px}.text-card-title{font-family:var(--font-devanagari);font-size:36px;font-weight:600;color:var(--d1);margin:0;line-height:1.2}.text-card-desc{font-family:var(--font-devanagari);font-size:24px;color:var(--d2);margin:0;line-height:1.4}.text-card-cta{margin-top:auto}.cta-available{display:flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(90deg,#ff6f4f,#ffb46e);border-radius:25px;color:#fff;font-family:var(--font-roboto);font-size:20px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.cta-available:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6f4f4d}.book-icon{width:24px;height:24px}.cta-coming-soon{padding:16px 32px;background:linear-gradient(90deg,#ff6f4f,#ffb46e);border-radius:25px;color:#fff;font-family:var(--font-roboto);font-size:20px;font-weight:600;opacity:.4;cursor:not-allowed}.view-all-link{display:block;text-align:center;margin-top:60px;font-family:var(--font-devanagari);font-size:28px;font-weight:700;color:var(--p2);text-decoration:none;border-bottom:1px dashed var(--p2);padding-bottom:6px;width:fit-content;margin-left:auto;margin-right:auto}.view-all-link:hover{opacity:.8}@media(max-width:1024px){.sacred-texts-header{padding:0 40px}.sacred-texts-title{font-size:40px}.sacred-texts-subtitle{font-size:24px}.sacred-text-card{width:400px;height:500px}.text-card-info{min-height:260px;padding:30px}.text-card-title{font-size:28px}.text-card-desc{font-size:18px}}@media(max-width:768px){.sacred-texts-section{padding:60px 0}.sacred-texts-header{padding:0 20px;margin-bottom:40px}.sacred-texts-title{font-size:32px}.sacred-texts-subtitle{font-size:18px}.carousel-arrow{width:44px;height:44px}.arrow-icon{width:28px;height:28px}.arrow-left{left:10px}.arrow-right{right:10px}.sacred-texts-scroll{padding:0 50px}.sacred-text-card{width:300px;height:400px}.text-card-image{height:180px}.text-card-info{min-height:200px;padding:20px;margin:10px;border-radius:25px}.text-card-title{font-size:22px}.text-card-desc{font-size:14px}.cta-available,.cta-coming-soon{padding:12px 20px;font-size:16px}.view-all-link{font-size:20px;margin-top:40px}}.reviews-section{padding:96px 0;background:var(--bg-stats);overflow:hidden}.reviews-title{text-align:center;font-family:var(--font-devanagari);font-size:48px;font-weight:500;background:linear-gradient(90deg,var(--p1) 0%,var(--p2) 50%,#9e2741 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:60px;line-height:1.3}.marquee-container{width:100%;overflow:hidden}.marquee-track{display:flex;gap:36px;animation:marquee 40s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{flex-shrink:0;width:540px;min-height:450px;background:#fff;border:3px solid var(--stroke);border-radius:40px;padding:42px 40px;display:flex;flex-direction:column;gap:24px}.quote-icon{width:60px;height:60px}.review-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.review-text{font-family:var(--font-roboto);font-size:24px;font-weight:400;line-height:1.75;color:var(--d2);margin:0}.review-footer{display:flex;flex-direction:column;gap:6px;margin-top:24px}.review-author{font-family:var(--font-roboto);font-size:28px;font-weight:700;color:var(--d2)}.star-rating{display:flex;gap:4px}.star{font-size:24px;color:#e6e6e6}.star.filled{color:var(--p1)}@media(max-width:768px){.reviews-section{padding:60px 0}.reviews-title{font-size:32px;padding:0 20px;margin-bottom:40px}.marquee-track{gap:20px}.review-card{width:320px;min-height:350px;padding:30px;border-radius:30px}.quote-icon{width:40px;height:40px}.review-text{font-size:16px;line-height:1.6}.review-author{font-size:20px}.star{font-size:18px}}.faq-section{padding:96px 120px;background:var(--bg-stats)}.faq-title{text-align:center;font-family:var(--font-devanagari);font-size:48px;font-weight:500;background:linear-gradient(90deg,var(--p1) 0%,var(--p2) 50%,#9e2741 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:60px;line-height:1.2}.faq-list{display:flex;flex-direction:column;gap:24px;max-width:1036px;margin:0 auto}@media(max-width:1024px){.faq-section{padding:80px 60px}.faq-question{font-size:22px}}@media(max-width:768px){.faq-section{padding:60px 20px}.faq-title{font-size:36px;margin-bottom:40px}.faq-list{gap:16px}.faq-header{padding:20px 24px;gap:20px}.faq-question{font-size:18px}.faq-chevron-btn{width:28px;height:28px}.faq-chevron{width:16px;height:16px}.faq-answer{padding:0 24px 20px}.faq-answer p{font-size:16px}}.cta-section{padding:120px 60px;text-align:center;background:linear-gradient(90deg,#fff 0% 100%),linear-gradient(270deg,rgba(251,246,240,0) 0%,var(--l1) 50%,rgba(251,246,240,0) 100%);display:flex;flex-direction:column;gap:60px;align-items:center}.cta-title{font-family:var(--font-devanagari);font-size:72px;background:linear-gradient(90deg,var(--p1),var(--p2) 50%,#9e2741);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;width:max-content;max-width:100%}.cta-desc{font-family:var(--font-devanagari);font-size:36px;max-width:1210px;line-height:1.3}.cta-buttons{display:flex;gap:24px}.cta-btn{padding:16px 32px;border-radius:20px;font-family:var(--font-roboto);font-size:18px;font-weight:600;display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f0a06480}.cta-btn.play{background:var(--p2);color:#fff}.cta-btn.app{background:var(--d1);color:var(--l1)}.cta-icon{width:24px;height:24px}@media(max-width:768px){.cta-section{padding:80px 20px;gap:40px}.cta-title{font-size:40px}.cta-desc{font-size:24px}.cta-buttons{flex-direction:column;gap:12px}.cta-btn{padding:12px 24px;font-size:14px}.cta-icon{width:24px;height:24px}}.header{background-color:transparent;display:flex;justify-content:space-between;align-items:center;padding:24px 36px;width:100%;position:fixed;top:0;left:0;z-index:1000;transition:background-color .3s ease,padding .3s ease,box-shadow .3s ease}.header.scrolled{background-color:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a;padding:16px 36px}.nav-links{display:flex;gap:120px;font-family:var(--font-roboto);font-weight:600;font-size:24px;line-height:36px;color:var(--color-d2)}.nav-links a{text-decoration:none;color:inherit}.login-btn{border:1px solid var(--color-p1);border-radius:25px;padding:12px 36px;font-family:var(--font-roboto);font-weight:600;font-size:24px;line-height:36px;color:var(--color-p1)}.footer{position:relative;padding:120px 120px 48px;overflow:hidden}.footer-bg{position:absolute;inset:0;pointer-events:none}.footer-bg-image{position:absolute;width:100%;height:227%;top:-93%;left:0;object-fit:cover}.footer-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#fff,#fff0)}.footer-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:144px}.footer-shloka{display:flex;flex-direction:column;gap:24px;text-align:center;color:var(--d2)}.shloka-row{display:flex;align-items:center;gap:30px}.shloka-sanskrit{font-family:var(--font-devanagari);font-size:36px;font-weight:500;line-height:1.4;letter-spacing:.9px;margin:0;text-align:left}.shloka-transliteration{font-family:var(--font-devanagari);font-size:24px;font-weight:400;line-height:1.4;margin:0;text-align:left}.shloka-meaning{font-family:var(--font-devanagari);font-size:24px;font-style:italic;margin:0;text-align:left}.footer-links-wrapper{display:flex;gap:60px}.footer-links-column{display:flex;flex-direction:column;gap:24px;align-items:flex-start;text-align:left}.footer-links-title{font-family:var(--font-roboto);font-size:24px;font-weight:700;color:var(--d1);margin:0}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links-list a{font-family:var(--font-roboto);font-size:20px;color:var(--d2);text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:var(--p1)}.footer-social-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-social-list a{display:flex;align-items:center;gap:12px;font-family:var(--font-roboto);font-size:20px;color:var(--d2);text-decoration:none;transition:color .2s}.footer-social-list a:hover{color:var(--p1)}.social-icon{width:24px;height:24px}.footer-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-inter);font-size:20px;color:#000;text-align:center}.footer-separator{color:var(--d2)}@media(max-width:1024px){.footer{padding:80px 60px 40px}.footer-content{flex-direction:column;gap:60px;margin-bottom:80px}.shloka-row{flex-direction:column;gap:24px}.shloka-sanskrit,.shloka-transliteration,.shloka-meaning{text-align:center}.footer-links-wrapper{width:100%;justify-content:center;gap:80px}}@media(max-width:768px){.footer{padding:60px 20px 30px}.footer-content{gap:40px;margin-bottom:60px}.shloka-sanskrit{font-size:28px}.shloka-transliteration,.shloka-meaning{font-size:18px}.footer-links-wrapper{flex-direction:column;align-items:center;gap:40px}.footer-links-column{align-items:center;text-align:center}.footer-bottom{flex-direction:column;gap:8px;font-size:16px}.footer-separator{display:none}}.navbar{position:sticky;top:0;z-index:1000;background-color:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:24px 36px;height:108px;width:100%}.navbar-logo{height:60px;width:auto}.navbar-links{display:flex;gap:120px;font-family:var(--font-roboto);font-weight:600;font-size:24px;line-height:36px;color:var(--d2)}.navbar-link{cursor:pointer;transition:color .3s}.navbar-link:hover{color:var(--p1)}.navbar-cta{border:1px solid var(--p1);padding:12px 36px;border-radius:25px;color:var(--p1);font-family:var(--font-roboto);font-weight:600;font-size:24px;line-height:36px;transition:all .3s}.navbar-cta:hover{background-color:var(--p1);color:#fff}@media(max-width:1024px){.navbar{padding:16px 24px;height:auto}.navbar-links{gap:60px;font-size:20px}.navbar-cta{padding:10px 24px;font-size:18px}}@media(max-width:768px){.navbar{padding:12px 16px}.navbar-logo{height:40px}.navbar-links{display:none}.navbar-cta{padding:8px 20px;font-size:16px;border-radius:20px}}:root{--l1: #fbf6f0;--d1: #40363a;--d2: #383329;--p1: #f0a064;--grey: #aba5a1;--stroke: #e6e6e6}.ramayana-page{font-family:IBM Plex Sans Devanagari,sans-serif;background-color:#fff;color:var(--d1);line-height:1.6}.navbar{display:flex;align-items:center;justify-content:space-between;padding:24px 36px;background:#fff9;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo img{height:60px;width:auto}.nav-links{display:flex;gap:120px;align-items:center}.nav-links a{font-family:IBM Plex Sans Devanagari,sans-serif;font-weight:600;font-size:24px;line-height:36px;color:var(--d2);text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:var(--p1)}.login-btn{border:1px solid var(--p1);border-radius:20px;padding:12px 36px;font-family:IBM Plex Sans Devanagari,sans-serif;font-weight:600;font-size:24px;line-height:36px;color:var(--p1);background:transparent;cursor:pointer;transition:all .3s ease}.login-btn:hover{background:var(--p1);color:var(--l1)}.ramayana-hero-section .breadcrumb{display:flex;gap:12px;align-items:center;padding:0;position:relative;z-index:2}.breadcrumb a,.breadcrumb span{font-size:18px;line-height:1.3;color:var(--grey);text-decoration:none}.breadcrumb .active{color:var(--p1);font-weight:700}.breadcrumb img{width:24px;height:24px;transform:rotate(90deg) scaleY(-1)}.ramayana-hero-section{position:relative;isolation:isolate;min-height:964px;display:flex;flex-direction:column;align-items:flex-start;gap:108px;padding:44px 90px}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 55%,#fff 100%),linear-gradient(90deg,var(--l1) 0%,transparent 67%)}.hero-content{max-width:746px;display:flex;flex-direction:column;gap:82px;padding-left:30px}.tags{display:flex;gap:24px;flex-wrap:wrap}.tag{background:#fbf6f066;border:1px solid #ffb46e;border-radius:100px;padding:18px 24px;font-size:18px;color:var(--d1)}.hero-text h1{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:96px;font-weight:700;color:var(--p1);line-height:1.1;margin-bottom:8px}.hero-text .hindi-title{font-size:48px;color:var(--d1);opacity:.8;margin-bottom:16px}.hero-text .subtitle{font-size:24px;color:var(--d1);opacity:.9;margin-bottom:24px}.hero-text .description{font-size:18px;color:var(--d1);line-height:1.5;max-width:600px}.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:20px 40px;background:linear-gradient(to left,#ffb46e,#ff6f4f);border:1px solid var(--stroke);border-radius:23px;font-family:IBM Plex Sans Devanagari,sans-serif;font-weight:600;font-size:23px;color:var(--l1);text-decoration:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-top:32px}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f0a0644d}.content-section{padding:90px 120px}.section-title{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:36px;font-weight:600;color:var(--p1);margin-bottom:24px}.section-text{font-size:18px;color:var(--d1);line-height:1.8;max-width:1488px}.organised-section{display:flex;flex-direction:column;gap:48px}.organised-container{background-color:var(--l1);border:1px solid #ffb46e;border-radius:20px;padding:36px 60px;display:inline-flex;gap:60px;align-items:center;justify-content:center;margin-top:48px;align-self:center;max-width:100%}.flow-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-family:IBM Plex Sans Devanagari,sans-serif}.flow-item h4{font-size:28px;font-weight:400;color:var(--d1);margin:0}.flow-item p{font-size:18px;color:var(--d1);margin:0}.flow-arrow{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.flow-arrow img{width:100%;height:100%}.features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:48px;max-width:1493px;margin-left:auto;margin-right:auto}.ram-feature-card{display:flex;align-items:center;gap:24px;padding:36px;border:1px solid #ffb46e;border-radius:35px;background:#fff;width:470px;min-height:114px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.ram-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #f0a06426}.ram-feature-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ram-feature-icon img{width:100%;height:100%;object-fit:contain}.ram-feature-card h4{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:24px;font-weight:600;color:var(--d2);line-height:1.3;margin:0}.ram-feature-card p{display:none}.kandas-section{padding:120px;border-top:1px solid var(--stroke)}.kandas-intro{font-size:28px;color:#383329;margin-bottom:48px;line-height:1.3;text-shadow:0px 4px 24px rgba(64,54,58,.1)}.kanda-card{display:flex;flex-direction:column;gap:48px;padding:44px 60px;margin-bottom:48px;background:#fffdfb;border:1px solid var(--stroke);border-radius:25px;box-shadow:0 4px 24px #40363a1a;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer}.kanda-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #40363a26;border-color:#ffb46e}.kanda-card .kanda-main{display:flex;gap:60px;align-items:flex-start}.kanda-card.reverse .kanda-main{flex-direction:row-reverse}.kanda-image{flex-shrink:0;width:260px;height:348px;border-radius:15px;overflow:hidden}.kanda-image img{width:100%;height:100%;object-fit:cover}.kanda-body{flex:1;display:flex;flex-direction:column;gap:48px}.kanda-content h3{font-size:36px;font-weight:700;color:#383329;line-height:1.3;margin:0}.kanda-subtitle{font-size:28px;font-weight:500;color:#383329;line-height:1.3;margin:0}.kanda-description{font-size:28px;font-weight:400;color:#383329;line-height:1.3;margin:0}.kanda-tags{display:flex;flex-wrap:wrap;gap:24px}.kanda-tag{display:flex;align-items:center;justify-content:center;padding:18px 24px;border:1px solid #ffb46e;border-radius:100px;background:#fbf6f066;font-family:IBM Plex Sans Devanagari,sans-serif;font-size:18px;color:var(--d2);line-height:1.5}.kanda-footer{display:flex;justify-content:space-between;align-items:center;font-size:28px;font-weight:600;color:var(--p1);line-height:1.3}.kanda-sargas{margin:0}.begin-reading{font-size:28px;color:var(--p1);text-decoration:none;font-weight:600;transition:opacity .3s ease;background:none;border:none;cursor:pointer}.begin-reading:hover{opacity:.8}.begin-reading:disabled{color:var(--grey);cursor:not-allowed}.related-texts{background:#fff;border-top:1px solid var(--stroke);padding:90px 120px;display:flex;flex-direction:column;gap:48px}.related-texts .section-title{font-size:36px;font-weight:600;color:var(--p1);margin-bottom:0}.related-ctas{display:flex;gap:36px;flex-wrap:wrap}.related-cta{background:var(--l1);border:1px solid #ffb46e;border-radius:25px;padding:24px 36px;font-family:IBM Plex Sans Devanagari,sans-serif;font-size:24px;font-weight:600;color:var(--p1);text-decoration:none;line-height:1.3;transition:all .3s ease}.related-cta:hover{background:var(--p1);color:var(--l1)}.footer{padding:90px 120px;text-align:center}.footer-message{font-size:20px;color:var(--d1);font-style:italic}@media(max-width:1200px){.nav-links{gap:60px}.ramayana-hero-section{padding:120px 60px}.hero-text h1{font-size:64px}.features-grid{grid-template-columns:repeat(2,1fr)}.kanda-card{flex-direction:column!important}.kanda-image{width:100%;height:300px}}@media(max-width:768px){.navbar{padding:16px 24px}.nav-links{display:none}.ramayana-hero-section{padding:80px 24px;min-height:600px}.hero-text h1{font-size:48px}.content-section,.kandas-section,.related-texts,.footer{padding:60px 24px}.features-grid{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg)}}.sarga-hero-content{position:relative;padding:0 64px 48px;gap:24px}.sarga-list-container{padding:0;border:none;max-width:1000px;margin:0 auto}.sarga-shloka-card{text-decoration:none;color:inherit;display:block;height:auto}.sarga-shloka-body{gap:16px}.sarga-shloka-subtitle{white-space:pre-line;margin-top:8px;font-family:IBM Plex Sans Devanagari,sans-serif}.sarga-shloka-description{font-size:20px;margin-top:0}.sarga-shloka-footer{margin-top:8px;padding:0;border:none}.verse-page-outer{background:#fff;min-height:100vh}.verse-hero{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:108px;padding:44px 90px 120px;background:linear-gradient(180deg,#fcf7f2,#fff);overflow:hidden}.hero-lotus-right{position:absolute;right:120px;top:186px;width:214px;height:439px;opacity:.1}.verse-breadcrumb{display:flex;align-items:center;gap:12px}.verse-breadcrumb a{text-decoration:none}.verse-breadcrumb span{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:18px;font-weight:400;color:#aba5a1;line-height:1.3}.verse-breadcrumb .active{color:#f0a064;font-weight:700}.breadcrumb-arrow{width:24px;height:24px;transform:rotate(-90deg)}.verse-nav-controls{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-btn-outline{display:flex;align-items:center;justify-content:center;gap:28px;width:300px;padding:12px 36px;border:1px solid #F0A064;border-radius:20px;background:transparent;text-decoration:none;transition:all .3s ease;cursor:pointer}.nav-btn-outline span{font-family:Roboto,sans-serif;font-size:24px;font-weight:600;color:#f0a064;line-height:36px}.nav-btn-outline .arrow{font-family:Roboto,sans-serif}.nav-btn-outline:hover{background:#f0a0641a}.nav-btn-solid{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 36px;background:#f0a064;border:1px solid #F0A064;border-radius:20px;text-decoration:none;transition:all .3s ease;cursor:pointer}.nav-btn-solid span{font-family:Roboto,sans-serif;font-size:24px;font-weight:600;color:#fbf6f0;line-height:36px}.nav-btn-solid .dropdown-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.nav-btn-solid:hover{background:#e09454}.shloka-header{display:flex;flex-direction:column;align-items:center;gap:36px;width:518px;align-self:center}.shloka-title{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:48px;font-weight:600;color:#f79132;line-height:1.3;margin:0}.shloka-subtitle{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:28px;font-weight:600;color:#383329;line-height:1.3;margin:0}.verse-body{position:relative;display:flex;flex-direction:column;align-items:center;padding:60px 120px 0;background:#fff}.body-lotus-left{position:absolute;left:120px;top:383px;width:177px;height:auto;opacity:.1}.body-content{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:900px;width:100%;z-index:1}.section-label{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:24px;font-weight:400;color:#f0a064;line-height:1.3;text-align:center;display:block;margin-bottom:0}.section-card{display:flex;flex-direction:column;align-items:center;gap:24px;padding:44px 60px;background:#fff;border-radius:25px;width:100%;box-shadow:0 0 #0000}.devanagari-card .devanagari-text{text-align:center}.devanagari-card .devanagari-text p{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:48px;font-weight:700;color:#383329;line-height:1.3;margin:0}.transliteration-card{background:transparent;padding:0;box-shadow:none}.transliteration-card .transliteration-text{text-align:center}.transliteration-card .transliteration-text p{font-family:IBM Plex Sans Devanagari,Noto Sans,sans-serif;font-size:36px;font-weight:400;color:#383329;line-height:1.3;margin:0}.translation-card .translation-text{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:36px;font-weight:400;color:#383329;line-height:1.3;text-align:center;margin:0}.context-card{background:transparent;padding:0;gap:24px}.context-card .context-text{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:36px;font-weight:400;color:#383329;line-height:1.3;text-align:center;margin:0}.section-divider{display:flex;justify-content:center;width:100%}.section-divider img{width:auto;height:auto}.word-section{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;margin-bottom:8px}.word-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.word-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 20px;background:#fff;border:1px solid #F0A064;border-radius:20px;min-width:130px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.word-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #f0a06433}.word-card.active{box-shadow:0 0 0 2px #f0a064,0 8px 24px #f0a0644d;z-index:20}.word-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);min-width:220px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 20px #00000026;border:1px solid #E6E6E6;z-index:10;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;text-align:left}.word-card.active .word-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(16px);pointer-events:auto}.tooltip-header{margin-bottom:4px}.tooltip-sanskrit{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:18px;font-weight:700;color:#383329}.tooltip-transliteration{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:14px;color:#666;margin-bottom:8px}.tooltip-divider{height:1px;background:#e6e6e6;margin:8px 0}.tooltip-row{display:flex;justify-content:space-between;margin-bottom:4px;font-size:14px}.tooltip-label{font-family:IBM Plex Sans Devanagari,sans-serif;font-weight:600;color:#f0a064}.tooltip-value{font-family:IBM Plex Sans Devanagari,sans-serif;color:#383329;text-align:right}.word-sanskrit{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:24px;font-weight:600;color:#383329;line-height:1.3}.word-english{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:18px;font-weight:400;color:#aba5a1;line-height:1.3}.characters-section{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.characters-grid{display:flex;justify-content:center;gap:48px}.character-item{display:flex;flex-direction:column;align-items:center;gap:12px}.character-image{width:100px;height:100px;border-radius:20px;overflow:hidden;border:2px solid #F0A064}.character-image img{width:100%;height:100%;object-fit:cover}.character-name{font-family:IBM Plex Sans Devanagari,sans-serif;font-size:24px;font-weight:400;color:#383329;line-height:1.3}.faq-section{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;background:#fff}.faq-list{display:flex;flex-direction:column;gap:24px;width:100%}.faq-item{background:#fff;border:1px solid var(--stroke);border-radius:25px;box-shadow:0 0 12px #40363a1a;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 0 20px #40363a26}.faq-item.open{border-color:var(--p1);box-shadow:0 0 20px #40363a26}.faq-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:36px;padding:26px 32px;cursor:pointer;background:transparent;text-align:left}.faq-question{font-family:var(--font-devanagari);font-size:24px;font-weight:600;color:var(--d1);line-height:1.5;flex:1}.faq-chevron-btn{width:34px;height:34px;border-radius:100px;box-shadow:0 2px 6px #4a3aff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}.faq-chevron{width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-chevron.rotated{transform:rotate(180deg)}.faq-answer-wrapper{height:0;overflow:hidden;transition:height .4s cubic-bezier(.4,0,.2,1)}.faq-answer{padding:0 32px 26px}.faq-answer p{font-family:var(--font-roboto);font-size:20px;color:var(--d2);line-height:1.6;margin:0}.lotus-bottom-container{display:flex;justify-content:center;width:100%;margin-top:-60px}.lotus-bottom{width:204px;height:auto;opacity:.1}.verse-footer{padding:0 90px 60px;margin-top:-30px;background:#fff;position:relative;z-index:2}.verse-footer .verse-nav-controls{max-width:1200px;margin:0 auto}@media(max-width:1200px){.verse-hero{padding:44px 60px 80px;gap:60px}.hero-lotus-right{right:60px;width:160px;height:auto}.nav-btn-outline{width:240px;padding:10px 24px}.nav-btn-outline span,.nav-btn-solid span{font-size:20px}.verse-body{padding:48px 60px 80px}.body-lotus-left{left:40px;width:140px}.section-card{padding:36px 48px}.devanagari-card .devanagari-text p,.transliteration-card .transliteration-text p,.translation-card .translation-text,.context-card .context-text{font-size:28px}}@media(max-width:768px){.verse-hero{padding:24px 24px 60px;gap:36px}.hero-lotus-right{display:none}.verse-nav-controls{flex-direction:column;gap:16px}.nav-btn-outline,.nav-btn-solid{width:100%}.shloka-header{width:100%;gap:24px}.shloka-title{font-size:36px}.shloka-subtitle{font-size:22px}.verse-body{padding:36px 24px 60px}.body-lotus-left{display:none}.section-card{padding:28px 24px;border-radius:16px}.section-label{font-size:20px}.devanagari-card .devanagari-text p,.transliteration-card .transliteration-text p,.translation-card .translation-text,.context-card .context-text{font-size:22px}.word-grid{gap:16px}.word-card{padding:16px 24px;min-width:100px}.word-sanskrit{font-size:20px}.word-english{font-size:16px}.faq-header{padding:20px 24px;gap:20px}.faq-question{font-size:18px}.faq-chevron-btn{width:28px;height:28px}.faq-chevron{width:16px;height:16px}.faq-answer{padding:0 24px 20px}.faq-answer p{font-size:16px}.verse-footer{padding:40px 24px}}.jump-dropdown-container{position:relative;display:flex;justify-content:center}button.nav-btn-solid{border:1px solid #F0A064;font-family:inherit;font-size:inherit;cursor:pointer;width:100%}.jump-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);width:300px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #F0A064;border-radius:20px;box-shadow:0 8px 24px #0000001a;z-index:100;padding:12px;display:flex;flex-direction:column;gap:8px}.jump-dropdown-item{padding:12px 16px;border-radius:12px;text-decoration:none;font-family:Roboto,sans-serif;font-size:18px;color:#383329;transition:all .2s ease;text-align:center;background:#fff}.jump-dropdown-item:hover{background:#f0a0641a;color:#f0a064}.jump-dropdown-item.active{background:#f0a064;color:#fff}.jump-dropdown-menu::-webkit-scrollbar{width:6px}.jump-dropdown-menu::-webkit-scrollbar-track{background:transparent}.jump-dropdown-menu::-webkit-scrollbar-thumb{background:#f0a064;border-radius:10px}@media(max-width:768px){.jump-dropdown-container{width:100%}}
