.header{z-index:1000;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:24px 36px;transition:background-color .3s,padding .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff9;padding:16px 36px;box-shadow:0 4px 6px -1px #0000001a}.header.hide-header{transform:translateY(-100%)}.header .logo{z-index:1001;cursor:pointer;align-items:center;display:flex;position:relative}.header .logo img{width:auto;height:60px;display:block}.nav-links{font-family:var(--font-roboto);color:var(--color-d2);gap:120px;font-size:24px;font-weight:600;line-height:36px;display:flex}.nav-links a{color:inherit;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--p1)}.login-btn{border:1px solid var(--color-p1);font-family:var(--font-roboto);color:var(--color-p1);border-radius:25px;padding:12px 36px;font-size:24px;font-weight:600;line-height:36px}.header-actions{align-items:center;gap:16px;display:flex}.hamburger-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.hamburger-btn span{background-color:var(--d2);transform-origin:1px;border-radius:4px;width:100%;height:3px;transition:all .3s linear;position:relative}.hamburger-btn.open span:first-child{transform:rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0;transform:translate(20px)}.hamburger-btn.open span:nth-child(3){transform:rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999;opacity:0;pointer-events:none;background-color:#fffffff2;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100vh;padding-top:100px;transition:opacity .3s ease-in-out;display:flex;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;pointer-events:auto}.mobile-menu-content{flex-direction:column;align-items:center;gap:32px;display:flex}.mobile-menu-link{font-family:var(--font-roboto);color:var(--d2);font-size:24px;font-weight:600;text-decoration:none;transition:color .3s}.mobile-menu-link:hover{color:var(--p1)}@media (max-width:768px){.header{padding:16px 20px}.header .logo img{height:40px}.nav-links,.login-btn{display:none}.hamburger-btn{display:flex}}@media (max-width:480px){.header{padding:12px 16px}.header .logo img{height:32px}}
.hero{justify-content:center;width:100%;height:100vh;min-height:900px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;background-image:linear-gradient(#fff0 80%,#fff 100%),url(/images/hero-full.webp);background-position:bottom;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:1;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1728px;height:100%;padding:140px 120px 240px;display:flex;position:relative}.hero-text-block{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.hero-title{font-family:var(--font-devanagari);color:#000;flex-direction:column;align-items:center;margin:0;font-size:72px;font-weight:600;line-height:1.1;display:flex}.hero-subtitle{background:linear-gradient(90deg,var(--p1)0%,var(--p2)50%,#9e2741 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:#383329;opacity:.9;max-width:1300px;margin:0;font-family:Inter,sans-serif;font-size:24px;line-height:1.4}.hero-cta-block{justify-content:center;gap:140px;margin-top:auto;display:flex}.hero-cta-btn{cursor:pointer;border-radius:20px;justify-content:center;align-items:center;gap:12px;min-width:200px;padding:16px 32px;font-family:Inter,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f0a06480}.hero-cta-btn.play{color:#fff;background:#ff714f}.hero-cta-btn.app{color:#fff;background:#383329}.hero-icon{width:24px;height:24px}@media (max-width:1440px){.hero-container{padding:80px 80px 200px}.hero-title{font-size:64px}.hero-description{font-size:20px}}@media (max-width:1024px){.hero-title{font-size:52px}}@media (max-width:768px){.hero{height:auto;min-height:auto}.hero-background{height:calc(100% - 72px);top:72px}.hero-container{justify-content:flex-start;padding:100px 24px 60px}.hero-text-block{gap:16px}.hero-title{font-size:36px}.hero-description{font-size:14px}.hero-cta-block{flex-direction:column;align-items:center;gap:16px;margin-top:120px;margin-bottom:0}.hero-cta-btn{border-radius:16px;justify-content:center;width:fit-content;min-width:200px;padding:14px 28px;font-size:18px}}@media (max-width:480px){.hero-background{height:calc(100% - 56px);top:56px}.hero-container{padding:80px 16px 40px}.hero-title{font-size:28px}.hero-description{font-size:13px}.hero-cta-block{gap:12px;margin-top:100px}.hero-cta-btn{border-radius:14px;padding:12px 24px;font-size:16px}}
.what-section{background-color:#fff;padding:96px 90px}.what-header{text-align:center;margin-bottom:60px}.what-title{font-family:var(--font-devanagari);background:linear-gradient(90deg,var(--p1)0%,var(--p2)50%,#9e2741 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:48px;font-weight:500}.what-desc{font-family:var(--font-roboto);color:var(--d2);max-width:1200px;margin:0 auto;font-size:24px;line-height:1.6}.what-desc p{margin:0}.what-desc-emphasis{font-style:italic;margin-top:24px!important}.what-cards{justify-content:center;gap:36px;margin-top:60px;display:flex}.pillar-card{cursor:pointer;border-radius:35px;flex-direction:column;justify-content:flex-end;width:350px;height:531px;padding:60px 32px;transition:width .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.pillar-card.open{width:514px}.pillar-bg-container{pointer-events:none;position:absolute;inset:0}.pillar-bg{object-fit:cover;border-radius:35px;width:100%;height:100%;position:absolute;inset:0}.pillar-gradient{background:linear-gradient(to bottom,#0000 4.426%,var(--gradient-color,#f0a064)100%);border-radius:35px;position:absolute;inset:0}.pillar-content{z-index:2;text-align:center;flex-direction:column;gap:24px;display:flex;position:relative}.pillar-title{font-family:var(--font-roboto);color:var(--l1);margin:0;font-size:36px;font-weight:600;line-height:1.2}.pillar-description{font-family:var(--font-roboto);color:var(--l1);margin:0;font-size:20px;font-weight:400;line-height:1.4;animation:.3s ease-out fadeIn}@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,box-shadow .3s}@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:400px;height:380px}.pillar-title{font-size:24px}.pillar-description{font-size:16px}}@media (max-width:480px){.what-section{padding:48px 16px}.what-title{font-size:28px}.what-desc{font-size:15px}.what-cards{gap:16px;margin-top:40px}.pillar-card,.pillar-card.open{border-radius:24px;height:320px;padding:40px 24px}.pillar-title{font-size:20px}.pillar-description{font-size:14px}}
.stats-section{background-color:var(--bg-stats);justify-content:center;padding:96px 60px;display:flex}.stats-container{align-items:center;gap:100px;display:flex}.stat-item{text-align:center;flex-direction:column;gap:8px;display:flex}.stat-number{font-family:var(--font-devanagari);color:var(--d1);font-size:64px;font-weight:700}.stat-label{font-family:var(--font-devanagari);color:#383329b3;font-size:32px}.stat-divider{background:var(--stroke);width:1px;height:100px}@media (max-width:768px){.stats-section{padding:60px 20px}.stats-container{gap:40px}.stat-number{font-size:40px}.stat-label{font-size:20px}.stat-divider{width:1px;height:60px}}@media (max-width:480px){.stats-section{padding:48px 12px}.stats-container{gap:16px}.stat-number{font-size:28px}.stat-label{white-space:nowrap;font-size:14px}.stat-divider{width:1px;height:48px}}
.features-section{background:#fff;padding:96px 60px}.features-header{text-align:center;margin-bottom:60px}.features-title{font-family:var(--font-devanagari);background:linear-gradient(90deg,var(--p1)0%,var(--p2)50%,#9e2741 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:48px;font-weight:600}.features-subtitle{font-family:var(--font-roboto);color:var(--d2);max-width:900px;margin:0 auto;font-size:24px;line-height:1.5}.features-cards{flex-direction:column;gap:40px;max-width:1400px;margin:0 auto;display:flex}.feature-card{opacity:0;background:linear-gradient(270deg,#ffc1aa 0%,#ffdbbd 100%);border:2px solid #ffb46e;border-radius:30px;flex-direction:column;justify-content:space-between;min-height:500px;padding:60px;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:relative;overflow:hidden;transform:translateY(60px)}.feature-card.visible{opacity:1;transform:translateY(0)}.card-bg{pointer-events:none;opacity:.2;position:absolute;inset:0}.card-bg img{object-fit:cover;border-radius:30px;width:100%;height:100%}.card-text{z-index:2;position:relative}.card-text h3{font-family:var(--font-devanagari);color:var(--d1);margin:0 0 12px;font-size:60px;font-weight:600;line-height:1.3}.card-text p{font-family:var(--font-devanagari);color:var(--d2);max-width:800px;margin:0;font-size:36px;line-height:1.3}.card-content-horizontal{z-index:2;align-items:flex-start;gap:60px;height:100%;display:flex;position:relative}.card-content-horizontal .card-text{flex:1}.card-images{z-index:2;justify-content:center;align-items:center;gap:20px;display:flex;position:relative}.card-1-images{gap:0;margin-top:auto}.card-1-images .comic-cover{object-fit:cover;border-radius:20px;width:auto;max-width:100%;height:280px;transition:transform .3s}.card-1-images .comic-cover.center{z-index:2;width:auto;max-width:100%;height:310px}.card-1-images .comic-cover:hover{transform:translateY(-10px)}.card-2-images{flex-shrink:0}.card-2-images .phone-screen{object-fit:contain;border-radius:16px;width:auto;max-width:320px;height:auto;max-height:500px;box-shadow:0 4px 20px #00000026}.card-3-images{gap:10px;margin-top:auto}.card-3-images .reel-screen{object-fit:cover;background:0 0;border:none;border-radius:12px;width:auto;max-width:100%;height:280px;transition:transform .3s}.card-3-images .reel-screen.google-pixel-mockup{z-index:2;width:auto;max-width:100%;height:320px}.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{object-fit:contain;border-radius:25px;width:auto;max-width:360px;height:auto;max-height:550px;box-shadow:0 0 24px #0000001a}.card-5-images{gap:30px;margin-top:auto}.card-5-images .wisdom-card{object-fit:contain;border-radius:16px;width:auto;max-width:320px;height:auto;max-height:420px;box-shadow:0 4px 20px #0000001a}.card-6-images{flex-shrink:0;gap:30px}.card-6-images .ai-image{object-fit:cover;border-radius:25px;width:320px;height:auto;max-height:550px;box-shadow:0 4px 20px #00000026}.feelings-widget{z-index:2;background:linear-gradient(#fff 0%,#fff5eb 100%);border-radius:40px;flex-direction:column;width:320px;max-width:100%;height:550px;padding:40px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.feelings-widget:before{content:"✕";color:#333;font-size:20px;font-weight:700;position:absolute;top:24px;left:24px}.feelings-widget:after{content:"Vedapath";font-family:var(--font-devanagari);color:#ddd;font-size:16px;font-weight:700;position:absolute;top:24px;left:50%;transform:translate(-50%)}.feelings-header{text-align:center;margin-top:40px;margin-bottom:30px}.feelings-title{font-family:var(--font-devanagari);color:#000;margin-bottom:12px;font-size:24px;font-weight:700}.feelings-subtitle{font-family:var(--font-roboto);color:#666;padding:0 10px;font-size:14px;line-height:1.4}.feelings-grid{grid-template-columns:repeat(3,1fr);gap:20px 10px;padding:0 10px;display:grid}.feeling-item{cursor:pointer;flex-direction:column;align-items:center;gap:8px;transition:transform .2s;display:flex}.feeling-item:hover{transform:scale(1.05)}.feeling-emoji-circle{background-color:#fff8e7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 4px 12px #0000000d}.feeling-emoji{font-size:32px}.feeling-label{font-family:var(--font-devanagari);color:#333;font-size:13px;font-weight:600}@media (max-width:1200px){.feature-card{min-height:450px;padding:40px}.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{min-height:350px;padding:30px}.card-text h3{font-size:28px}.card-text p{font-size:18px}.card-content-horizontal{text-align:center;flex-direction:column;align-items:center;gap:30px;width:100%}.card-images{flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:0 auto}.card-1-images{flex-wrap:nowrap;justify-content:center;gap:-5px}.card-1-images .comic-cover{width:auto;height:112px;margin:0 -5px}.card-1-images .comic-cover.center{z-index:2;width:auto;height:140px}.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:125px;height:auto;max-height:250px}.feelings-widget{aspect-ratio:9/16;width:100%;max-width:200px;height:auto;padding:16px 12px}.feelings-widget:before{font-size:14px;top:12px;left:12px}.feelings-widget:after{font-size:12px;top:12px}.feelings-title{font-size:16px}.feelings-subtitle{font-size:10px}.feelings-header{margin-top:24px;margin-bottom:12px}.feelings-grid{gap:12px 6px}.feeling-emoji-circle{width:32px;height:32px}.feeling-emoji{font-size:16px}.card-6-images{justify-content:center;width:100%}.card-6-images .ai-image{width:auto;max-width:125px;height:auto;max-height:250px}.card-5-images .wisdom-card{width:auto;max-width:100px;max-height:140px}}@media (max-width:480px){.features-section{padding:48px 16px}.features-title{font-size:28px}.features-subtitle{font-size:15px}.features-cards{gap:16px}.feature-card{border-radius:20px;min-height:280px;padding:20px}.card-text h3{font-size:22px}.card-text p{font-size:15px}.card-images{gap:8px}.card-1-images{gap:-10px}.card-1-images .comic-cover{height:70px;margin:0 -8px}.card-1-images .comic-cover.center{z-index:2;height:90px}.card-3-images .reel-screen{height:80px}.card-3-images .reel-screen.google-pixel-mockup{height:100px}.card-3-images .reel-screen:first-child,.card-3-images .reel-screen:last-child{height:65px}.card-2-images .phone-screen,.card-4-images .phone-screen-large{max-width:100px;max-height:200px}.feelings-widget{max-width:160px;padding:12px 8px}.feelings-widget:before{font-size:12px;top:10px;left:10px}.feelings-widget:after{font-size:10px;top:10px}.feelings-title{font-size:14px}.feelings-subtitle{font-size:9px}.feelings-header{margin-top:20px;margin-bottom:10px}.feelings-grid{gap:10px 4px}.feeling-emoji-circle{width:28px;height:28px}.feeling-emoji{font-size:14px}.feeling-label{font-size:9px}.card-6-images{justify-content:center;width:100%}.card-6-images .ai-image{width:auto;max-width:100px;height:auto;max-height:200px}.card-5-images .wisdom-card{max-width:80px;max-height:110px}}
.sacred-texts-section{background:#fff;padding:96px 0;overflow:hidden}.sacred-texts-header{text-align:center;margin-bottom:60px;padding:0 120px}.sacred-texts-title{font-family:var(--font-devanagari);background:linear-gradient(90deg,var(--p1)0%,var(--p2)50%,#9e2741 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:48px;font-weight:500;line-height:1.2}.sacred-texts-subtitle{font-family:var(--font-devanagari);color:var(--d2);font-size:32px;line-height:1.3}.sacred-texts-carousel{align-items:center;display:flex;position:relative}.carousel-arrow{z-index:10;cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;box-shadow:0 6.67px 24px -6.67px #40363a33}.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{scrollbar-width:none;-ms-overflow-style:none;width:100%;padding:0 80px;overflow:auto hidden}.sacred-texts-scroll::-webkit-scrollbar{display:none}.sacred-texts-cards{gap:36px;padding:20px 0;display:flex}.sacred-text-card{border:3px solid var(--stroke);background:#fffdfb;border-radius:45px;flex-direction:column;flex-shrink:0;width:500px;height:600px;display:flex;position:relative;overflow:hidden}.text-card-image{height:300px;position:relative;overflow:hidden}.text-card-image:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0% 30%,#fffdfb33 50%,#fffdfb99 75%,#fffdfbe6 90%,#fffdfb 100%);position:absolute;inset:0}.text-card-image-blur{filter:blur();position:absolute;inset:-20px -20px 0}.text-card-image-blur img{object-fit:cover;width:100%;height:100%}.text-card-info{border:1px solid var(--stroke);background:#fff;border-radius:48px;flex-direction:column;justify-content:space-between;min-height:320px;margin:20px;padding:40px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 28px #40363a1a}.text-card-content{flex-direction:column;gap:12px;display:flex}.text-card-title{font-family:var(--font-devanagari);color:var(--d1);margin:0;font-size:36px;font-weight:600;line-height:1.2}.text-card-desc{font-family:var(--font-devanagari);color:var(--d2);margin:0;font-size:24px;line-height:1.4}.text-card-cta{margin-top:auto}.cta-available{color:#fff;font-family:var(--font-roboto);cursor:pointer;background:linear-gradient(90deg,#ff6f4f 0%,#ffb46e 100%);border-radius:25px;align-items:center;gap:12px;padding:16px 32px;font-size:20px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.cta-available:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6f4f4d}.book-icon{width:24px;height:24px}.cta-coming-soon{color:#fff;font-family:var(--font-roboto);opacity:.4;cursor:not-allowed;background:linear-gradient(90deg,#ff6f4f 0%,#ffb46e 100%);border-radius:25px;padding:16px 32px;font-size:20px;font-weight:600}.view-all-link{text-align:center;font-family:var(--font-devanagari);color:var(--p2);border-bottom:1px dashed var(--p2);width:fit-content;margin-top:60px;margin-left:auto;margin-right:auto;padding-bottom:6px;font-size:28px;font-weight:700;text-decoration:none;display:block}.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{margin-bottom:40px;padding:0 20px}.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{border-radius:36px;min-height:200px;margin:10px;padding:20px}.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{margin-top:40px;font-size:20px}}@media (max-width:480px){.sacred-texts-section{padding:48px 0}.sacred-texts-header{margin-bottom:32px;padding:0 16px}.sacred-texts-title{font-size:26px}.sacred-texts-subtitle{font-size:15px}.carousel-arrow{width:36px;height:36px}.arrow-icon{width:22px;height:22px}.arrow-left{left:6px}.arrow-right{right:6px}.sacred-texts-scroll{padding:0 40px}.sacred-text-card{width:260px;height:360px}.text-card-image{height:150px}.text-card-info{border-radius:28px;min-height:180px;margin:8px;padding:16px}.text-card-title{font-size:18px}.text-card-desc{font-size:12px}.cta-available,.cta-coming-soon{border-radius:20px;padding:10px 16px;font-size:14px}.view-all-link{margin-top:32px;font-size:18px}}
.reviews-section{background:var(--bg-stats);padding:96px 0;overflow:hidden}.reviews-title{text-align:center;font-family:var(--font-devanagari);background:linear-gradient(90deg,var(--p1)0%,var(--p2)50%,#9e2741 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:48px;font-weight:500;line-height:1.3}.marquee-container{width:100%;overflow:hidden}.marquee-track{gap:36px;width:max-content;animation:40s linear infinite marquee;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{border:3px solid var(--stroke);background:#fff;border-radius:40px;flex-direction:column;flex-shrink:0;gap:24px;width:540px;min-height:450px;padding:42px 40px;display:flex}.quote-icon{width:60px;height:60px}.review-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.review-text{font-family:var(--font-roboto);color:var(--d2);margin:0;font-size:24px;font-weight:400;line-height:1.75}.review-footer{flex-direction:column;gap:6px;margin-top:24px;display:flex}.review-author{font-family:var(--font-roboto);color:var(--d2);font-size:28px;font-weight:700}.star-rating{gap:4px;display:flex}.star{color:#e6e6e6;font-size:24px}.star.filled{color:var(--p1)}@media (max-width:768px){.reviews-section{padding:60px 0}.reviews-title{margin-bottom:40px;padding:0 20px;font-size:32px}.marquee-track{gap:20px}.review-card{border-radius:30px;width:320px;min-height:350px;padding: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}}@media (max-width:480px){.reviews-section{padding:48px 0}.reviews-title{margin-bottom:32px;font-size:26px}.marquee-track{gap:14px}.review-card{border-radius:24px;width:260px;min-height:300px;padding:24px}.quote-icon{width:32px;height:32px}.review-text{font-size:14px}.review-author,.star{font-size:16px}}
.faq-section{background:var(--bg-stats);padding:96px 120px}.faq-title{text-align:center;font-family:var(--font-devanagari);background:linear-gradient(90deg,var(--p1)0%,var(--p2)50%,#9e2741 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:48px;font-weight:500;line-height:1.2}.faq-list{flex-direction:column;gap:24px;max-width:1036px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--stroke);background:#fff;border-radius:25px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 0 12px #40363a1a}.faq-item:hover{box-shadow:0 0 20px #40363a26}.faq-item.open{border-color:var(--p1);box-shadow:0 0 20px #40363a26}.faq-header{cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:36px;width:100%;padding:26px 32px;display:flex}.faq-question{font-family:var(--font-devanagari);color:var(--d1);flex:1;font-size:24px;font-weight:600;line-height:1.5}.faq-chevron-btn{background:#fff;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 6px #4a3aff1a}.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;transition:height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer{padding:0 32px 26px}.faq-answer p{font-family:var(--font-roboto);color:var(--d2);margin:0;font-size:20px;line-height:1.6}@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{margin-bottom:40px;font-size:36px}.faq-list{gap:16px}.faq-header{gap:20px;padding:20px 24px}.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}}@media (max-width:480px){.faq-section{padding:48px 16px}.faq-title{margin-bottom:32px;font-size:28px}.faq-list{gap:12px}.faq-header{gap:16px;padding:16px 20px}.faq-question{font-size:16px}.faq-chevron-btn{width:24px;height:24px}.faq-chevron{width:14px;height:14px}.faq-answer{padding:0 20px 16px}.faq-answer p{font-size:14px}}
.cta-section{text-align:center;background:linear-gradient(90deg,#fff 0%,#fff 100%),linear-gradient(270deg,#fbf6f000 0%,var(--l1)50%,#fbf6f000 100%);flex-direction:column;align-items:center;gap:60px;padding:120px 60px;display:flex}.cta-title{font-family:var(--font-devanagari);background:linear-gradient(90deg,var(--p1),var(--p2)50%,#9e2741);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:max-content;max-width:100%;font-size:72px}.cta-desc{font-family:var(--font-devanagari);max-width:1210px;font-size:36px;line-height:1.3}.cta-buttons{gap:24px;display:flex}.cta-btn{font-family:var(--font-roboto);cursor:pointer;border-radius:20px;align-items:center;gap:12px;padding:16px 32px;font-size:18px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.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:1024px){.cta-section{padding:96px 40px}.cta-title{font-size:56px}.cta-desc{font-size:28px}}@media (max-width:768px){.cta-section{gap:40px;padding:80px 20px}.cta-title{font-size:40px}.cta-desc{font-size:22px}.cta-buttons{flex-direction:column;align-items:center;gap:12px;width:fit-content}.cta-btn{justify-content:center;width:fit-content;min-width:200px;padding:14px 28px;font-size:16px}.cta-icon{width:22px;height:22px}}@media (max-width:480px){.cta-section{gap:32px;padding:60px 16px}.cta-title{font-size:32px}.cta-desc{font-size:18px}.cta-btn{padding:12px 24px;font-size:15px}}
