.history-item,.notification,.suggestion-card{border-inline-start:4px solid var(--gold)}.counter-number,body{font-family:Vazirmatn,sans-serif}:root{--navy-blue:#1e3a5f;--light-navy:#2c4d7a;--light-gray:#f8f9fa;--medium-gray:#e9ecef;--dark-gray:#2c3e50;--text-gray:#6c757d;--gold:#d4af37;--light-gold:#f0e6d2;--white:#ffffff;--success:#28a745;--warning:#ffc107;--danger:#dc3545}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-feature-settings:"ss01";background-color:var(--light-gray);color:var(--dark-gray);line-height:1.7;margin:0;overflow-x:hidden;background-image: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='%23e9ecef' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");display:flex;flex-direction:column;min-height:100vh}.mobile-nav,.question-step,.section-container{display:none}.credit-badge,.navbar-brand{font-weight:700;display:flex}.section-container.active{display:block;animation:.6s ease-in-out fadeInUp}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-8px)}20%,40%,60%,80%{transform:translateX(8px)}}@keyframes pop-in{0%{transform:scale(.5);opacity:0}80%{transform:scale(1.1);opacity:1}100%{transform:scale(1)}}@keyframes pulse-gold{0%{box-shadow:0 0 0 0 rgba(212,175,55,.7)}70%{box-shadow:0 0 0 10px rgba(212,175,55,0)}100%{box-shadow:0 0 0 0 rgba(212,175,55,0)}}.hover-card{transition:transform .3s,box-shadow .3s}.hover-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)!important}.pulse-anim{animation:2s infinite pulse-gold}.pulse-anim-fast{animation:1s ease-in-out infinite pulse}.navbar{background-color:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.07);padding:.8rem 0;position:sticky;top:0;z-index:1000}.navbar-brand{font-size:1.4rem;color:var(--navy-blue)!important;align-items:center;padding:.5rem 0}.navbar-brand i{color:var(--gold);margin-inline-end:.5rem;transition:transform .3s}.navbar-brand:hover i{transform:rotate(15deg) scale(1.1)}.navbrandsub{font-size:.6rem;opacity:.8}.modal-step,.notification{opacity:0;visibility:hidden}.navbrandmain{padding:0;margin:0}.navbar-toggler{border:none}.navbar-toggler:focus{box-shadow:none}.navbar-nav .nav-link{color:var(--dark-gray)!important;font-weight:500;margin:0 .5rem;padding:.5rem 1rem!important;border-radius:.5rem;transition:.3s;position:relative}.avatar-stack .avatar-more,.avatar-stack img{margin-left:-15px;height:45px;position:relative}.navbar-nav .nav-link::after{content:'';position:absolute;bottom:-2px;inset-inline:0.5rem;height:3px;background-color:var(--gold);border-radius:2px;transform:scaleX(0);transition:transform .3s ease-in-out}.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover,[data-theme=dark] .nav-link.active,[data-theme=dark] .nav-link:hover,[data-theme=dark] .text-navy-blue{color:var(--navy-blue)!important}.navbar-nav .nav-link.active::after,.navbar-nav .nav-link:hover::after{transform:scaleX(1)}.header-action-icon{font-size:1.5rem;color:var(--dark-gray);cursor:pointer;padding:.5rem;transition:color .3s}.credit-badge,.footer-links-minimal a:hover,.header-action-icon:hover{color:var(--navy-blue)}.credit-badge{background-color:var(--light-gray);border-radius:1.5rem;padding:.5rem 1rem;box-shadow:0 2px 5px rgba(0,0,0,.05);align-items:center;font-size:.9rem}.credit-badge i{margin-inline-end:.4rem;color:var(--gold)}.theme-toggle-btn{background:0 0;border:none;color:var(--dark-gray);font-size:1.2rem;cursor:pointer;transition:transform .3s}.theme-toggle-btn:hover{color:var(--gold);transform:rotate(20deg)}@media (max-width:991px){.mobile-nav{display:block;position:fixed;bottom:0;left:0;right:0;width:100%;background-color:rgba(255,255,255,.9);backdrop-filter:blur(10px);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:9999;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #eee}.mobile-nav-items{list-style:none;padding:0;margin:0;display:flex;justify-content:space-around;align-items:center;height:65px}.mobile-nav-item{flex:1;text-align:center}.mobile-nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#6c757d;font-size:.8rem;transition:.3s}.mobile-nav-link i{font-size:1.2rem;margin-bottom:4px}.mobile-nav-link.active{color:#d4af37;font-weight:700}}.card,.section-title{margin-bottom:1.5rem}.main-container{padding:1.5rem 0;flex:1}.btn,.icon-circle{align-items:center}.card{border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.08);border:none;transition:transform .3s,box-shadow .3s;background-color:var(--white);overflow:hidden}.btn-primary,.card-header{background:linear-gradient(135deg,var(--navy-blue),var(--light-navy))}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn-gold:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.15)}.card-header{border-radius:1rem 1rem 0 0!important;color:var(--white);font-weight:600;padding:1rem 1.25rem;border-bottom:2px solid var(--gold)}.card-body,.insight-body{padding:1.5rem}.card-header.bg-success{background:linear-gradient(135deg,#28a745,#218838);border-bottom-color:#fff}.card-header.bg-warning{background:linear-gradient(135deg,#ffc107,#e0a800);border-bottom-color:#fff}.section-title{color:var(--navy-blue);font-weight:700;padding-bottom:.75rem;border-bottom:2px solid var(--gold);display:inline-block}.btn{border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600;transition:.3s;border:none;display:inline-flex;justify-content:center}.btn-primary{color:#fff}.btn-primary:hover{background:linear-gradient(135deg,var(--light-navy),var(--navy-blue));color:#fff}.btn-gold{background:linear-gradient(135deg,var(--gold),#b8941f);color:var(--navy-blue)}.btn-gold:hover{background:linear-gradient(135deg,#b8941f,var(--gold));color:var(--navy-blue)}.btn-outline-secondary{border-width:2px}.btn-outline-light{border:1px solid rgba(255,255,255,.2);color:#fff}.btn-outline-light:hover{background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.4)}.notification{position:fixed;top:90px;inset-inline:1rem;max-width:400px;margin:0 auto;padding:1rem 1.25rem;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1090;transform:translateY(-20px);transition:.3s;background-color:var(--white)}.notification.show{opacity:1;transform:translateY(0);visibility:visible}.notification.success{border-inline-start-color:var(--success)}.history-item.locked,.notification.error{border-inline-start-color:var(--danger)}.notification.warning{border-inline-start-color:var(--warning)}.blog-card-read-more:hover,.blog-card-title a:hover,.text-gold{color:var(--gold)}.text-justify{text-align:justify;text-justify:inter-word}.text-navy-blue{color:#1e3a5f}.welcome-section{background:linear-gradient(135deg,rgba(30,58,95,.95),rgba(44,77,122,.95)),url('/assets/images/cubes.png');color:var(--white);border-radius:1.25rem;padding:3rem 2rem;margin-bottom:2.5rem;text-align:center;box-shadow:0 8px 25px rgba(30,58,95,.2)}.questionnaire-card{background-color:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.08);border-top:4px solid var(--gold)}.questionnaire-progress .progress{height:8px;border-radius:8px}.questionnaire-progress .progress-bar{background-color:var(--gold);transition:width .4s ease-in-out}.question-counter{background-color:var(--light-gray);color:var(--navy-blue);border-radius:1.5rem;padding:.5rem 1.25rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.credit-option,.history-item,.option-btn{background-color:var(--white);transition:.3s}.option-btn,.question-text{color:var(--dark-gray);user-select:none}.question-step.active{display:block;animation:.5s fadeIn}.question-text{font-weight:600;margin-bottom:1.25rem;font-size:1.2rem}.option-btn{display:block;width:100%;padding:1rem 1.25rem;margin-bottom:.75rem;text-align:right;border:2px solid var(--medium-gray);border-radius:.75rem;cursor:pointer}.credit-amount,.option-btn.selected,.popular-badge{font-weight:700;color:var(--navy-blue)}.option-btn:hover{border-color:var(--navy-blue);background-color:rgba(30,58,95,.05);transform:translateX(5px)}.option-btn.selected{border-color:var(--gold);background-color:var(--light-gold);box-shadow:0 2px 8px rgba(212,175,55,.2)}.question-navigation{display:flex;justify-content:space-between;margin-top:2rem;gap:.75rem}.history-item{padding:1.5rem;margin-bottom:1.25rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.history-item:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.credit-option.selected,.credit-option:hover{border-color:var(--gold);transform:translateY(-5px)}.credit-option{border:2px solid var(--medium-gray);border-radius:1rem;padding:1.5rem 1.25rem;text-align:center;height:100%;cursor:pointer;position:relative;overflow:hidden}.credit-option:hover{box-shadow:0 6px 20px rgba(212,175,55,.2)}.credit-option.selected{background-color:var(--light-gold);box-shadow:0 6px 20px rgba(212,175,55,.3)}.credit-option.selected::after{content:'\f00c';font-family:'Font Awesome 7 Free';font-weight:900;position:absolute;top:10px;inset-inline-start:10px;color:var(--gold);font-size:1.2rem}.popular-badge{position:absolute;top:-1px;inset-inline-end:-1px;background:linear-gradient(135deg,var(--gold),#b8941f);padding:.3rem 1.5rem .5rem;font-size:.8rem;border-radius:0 .9rem;box-shadow:0 2px 5px rgba(0,0,0,.1)}.credit-amount{font-size:1.75rem;margin:1rem 0}.credit-price{font-size:1.4rem;font-weight:600;color:var(--gold)}.guarantee-card{background:#fff;border:1px solid #e9ecef;border-right:5px solid #d4af37;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:.3s;position:relative;overflow:hidden}.guarantee-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(212,175,55,.15);border-color:#d4af37}.guarantee-title{color:#1e3a5f;font-size:1.25rem}.guarantee-icon-box{position:relative;flex-shrink:0}.icon-circle{width:80px;height:80px;background-color:rgba(212,175,55,.1);border-radius:50%;display:flex;justify-content:center}.percent-badge{position:absolute;bottom:-5px;left:-5px;background-color:#1e3a5f;color:#fff;font-size:.8rem;font-weight:700;padding:4px 8px;border-radius:20px;border:2px solid #fff;box-shadow:0 2px 5px rgba(0,0,0,.2)}.social-proof-strip{background:linear-gradient(to bottom,#fff,#f8f9fa);border-bottom:1px solid #e9ecef}.avatar-stack{direction:ltr}.avatar-stack img{width:45px;border-radius:50%;border:3px solid #fff;object-fit:cover;transition:transform .3s;z-index:1}.avatar-stack .avatar-more{width:45px;border-radius:50%;background-color:#1e3a5f;color:#fff;border:3px solid #fff;display:flex;align-items:center;justify-content:center;z-index:2}.avatar-stack:hover .avatar-more,.avatar-stack:hover img{margin-left:-5px;transform:scale(1.1)}.counter-number{font-size:1.6rem;font-weight:900;display:inline-block;min-width:80px}.social-proof-text{line-height:1.6}.bg-light-soft{background-color:#f8f9fa}.custom-accordion .accordion-item,.custom-faq-accordion .accordion-item{border:1px solid var(--medium-gray);border-radius:1rem!important;margin-bottom:1rem;overflow:hidden;background-color:var(--white);transition:.3s;box-shadow:0 2px 5px rgba(0,0,0,.03)}.custom-accordion .accordion-item:hover,.custom-faq-accordion .accordion-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(30,58,95,.1);border-color:var(--gold)}.custom-accordion .accordion-button{font-weight:700;font-size:1.1rem;color:var(--navy-blue);background-color:var(--white);padding:1.25rem 1.5rem;transition:.3s;box-shadow:none!important;text-align:right}.custom-accordion .accordion-button:hover,.custom-faq-accordion .accordion-button:hover{background-color:rgba(212,175,55,.05)}.custom-accordion .accordion-button:not(.collapsed),.custom-faq-accordion .accordion-button:not(.collapsed){background-color:var(--light-gold);color:var(--navy-blue)}.custom-accordion .accordion-button:not(.collapsed) i,.custom-faq-accordion .accordion-button:not(.collapsed) i{transform:rotate(90deg)}.custom-accordion .accordion-button::after,.custom-faq-accordion .accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e3a5f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transition:transform .3s;margin-left:0;margin-right:auto}.custom-accordion .accordion-button::before,.custom-faq-accordion .accordion-button::before{content:'\f059';font-family:"Font Awesome 7 Free";font-weight:900;color:var(--gold);font-size:1.25rem;margin-left:12px;display:flex;align-items:center;justify-content:center;transition:.4s}.custom-accordion .accordion-button:not(.collapsed)::before,.custom-faq-accordion .accordion-button:not(.collapsed)::before{content:'\f058';color:var(--navy-blue);transform:rotate(360deg) scale(1.1)}.custom-accordion .accordion-body,.custom-faq-accordion .accordion-body{padding:1.5rem;font-size:1rem;line-height:1.9;color:var(--dark-gray);background-color:#fff;border-top:1px solid rgba(0,0,0,.05)}.custom-accordion .accordion-body strong,.custom-faq-accordion .accordion-body strong{color:var(--navy-blue);font-weight:800}.result-intro-card{background:linear-gradient(135deg,rgba(30,58,95,.9),rgba(44,77,122,.9)),url('https://www.transparenttextures.com/patterns/cubes.png');color:var(--white);border-radius:1rem;padding:2.5rem 2rem;margin-bottom:2.5rem;text-align:center;border:1px solid var(--gold);box-shadow:0 8px 25px rgba(30,58,95,.2)}.result-intro-card h4{font-weight:700;color:var(--gold)}.result-intro-card p{font-size:1.15rem;line-height:1.9;font-weight:400;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);max-width:900px;margin:1rem auto 0}.insight-card{background-color:var(--white);border-radius:1rem;border:1px solid var(--medium-gray);margin-bottom:2rem;overflow:hidden;transition:.3s}.insight-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1);border-color:var(--gold)}.insight-header{display:flex;align-items:center;padding:1.25rem 1.5rem;background-color:var(--light-gray);border-bottom:1px solid var(--medium-gray)}.insight-icon{font-size:1.8rem;color:var(--navy-blue);margin-inline-end:1rem}.insight-title{font-weight:800;font-size:1.4rem;letter-spacing:-.5px;color:var(--navy-blue);margin:0}.dimension-icon,.item-icon,.suggestion-icon{margin-inline-end:1rem}.insight-subsection{margin-bottom:1.5rem}.insight-subsection:last-child{margin-bottom:0}.insight-subsection h6{font-size:1.1rem;font-weight:700;color:var(--navy-blue);margin-bottom:.75rem;display:flex;align-items:center}.insight-subsection h6 i{font-size:.9rem;color:var(--gold);margin-inline-end:.5rem}.insight-subsection p{color:#333;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify;padding-inline-start:1.5rem;border-inline-start:3px solid var(--light-gold)}.dimension-card{background-color:var(--white);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--medium-gray);border-top:4px solid var(--navy-blue);transition:.3s}.dimension-icon,.dimension-score,.suggestion-card{background-color:var(--light-gray)}.dimension-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-top-color:var(--gold)}.dimension-header{display:flex;align-items:center;margin-bottom:1rem}.dimension-icon{font-size:1.8rem;color:var(--navy-blue);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center}.dimension-title{font-weight:800;color:var(--navy-blue);font-size:1.25rem;margin-bottom:0}.dimension-score{font-weight:600;color:var(--text-gray);font-size:1.1rem;padding:2px 10px;border-radius:8px}.dimension-progress .progress{height:6px;border-radius:6px}.dimension-progress .progress-bar{background-color:var(--gold)}.dimension-card p.text-muted{color:#495057!important;font-size:.95rem;line-height:1.6;margin-top:.8rem}.suggestion-card{display:flex;align-items:flex-start;border-radius:.75rem;padding:1.25rem;margin-bottom:1rem}.suggestion-icon{font-size:1.5rem;color:var(--gold);margin-top:.25rem}.suggestion-content h6{color:var(--navy-blue);font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.suggestion-content p{margin-bottom:0;color:#212529;font-size:1rem;line-height:1.7}.growth-item,.strength-item{display:flex;align-items:center;padding:1rem;border-radius:.75rem;margin-bottom:.75rem;transition:.3s}.strength-item{background-color:#eaf6ec;border-inline-start:4px solid var(--success)}.growth-item{background-color:#fff8e6;border-inline-start:4px solid var(--warning)}.growth-item:hover,.strength-item:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.form-control:focus,.otp-inputs input:focus{box-shadow:0 0 0 .25rem rgba(212,175,55,.25)}.item-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.blog-card,.testimonial-card{display:flex;flex-direction:column}.strength-item .item-icon{background-color:var(--success);color:var(--white)}.growth-item .item-icon{background-color:var(--warning);color:var(--dark-gray)}.item-text{font-weight:600;color:#2c3e50;font-size:1.05rem}.team-member-name,.testimonial-author{font-weight:700;color:var(--navy-blue)}.testimonials-section{padding:3rem 0;background-color:var(--white);margin-top:2rem;border-radius:1rem}.testimonial-card{background-color:var(--light-gray);border-radius:1rem;padding:2.5rem;border:1px solid var(--medium-gray);text-align:center;height:100%;justify-content:center}.testimonial-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid var(--gold);box-shadow:0 4px 10px rgba(0,0,0,.1)}.testimonial-text{color:var(--dark-gray);font-style:italic;margin-bottom:1.5rem}.carousel-indicators [data-bs-target]{background-color:var(--gold);width:12px;height:12px;border-radius:50%;border:none;margin:0 5px}.carousel-control-next-icon,.carousel-control-prev-icon{filter:invert(1) grayscale(100%) sepia(100%) saturate(1000%) hue-rotate(30deg)}.about-story-card,.science-card{background-color:var(--white);border-radius:1rem;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08);border-top:4px solid var(--gold)}.team-member-card{text-align:center;transition:transform .3s}.team-member-card:hover{transform:translateY(-5px)}.team-member-img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid var(--light-gold)}.team-member-name{margin-bottom:.25rem}.team-member-role{font-size:.9rem;color:var(--gold);font-weight:600}.big-five-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.big-five-icon{font-size:1.8rem;color:var(--gold);background-color:var(--light-gold);min-width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-inline-end:1rem}.gift-cta-section,.viewer-cta-section{background:linear-gradient(135deg,rgba(30,58,95,.95),rgba(44,77,122,.95)),url('/assets/images/binding-dark.png');color:var(--white);border-radius:1.25rem;padding:2.5rem 2rem;margin-top:3rem;text-align:center;box-shadow:0 8px 25px rgba(30,58,95,.2);border-top:3px solid var(--gold)}.custom-pagination .page-item.active .page-link,.modal-header{background:linear-gradient(135deg,var(--navy-blue),var(--light-navy))}.gift-cta-section .gift-icon,.viewer-cta-section .viewer-cta-icon{font-size:3.5rem;color:var(--gold);margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:block;animation:2s ease-in-out infinite pulse}.gift-cta-section h3,.viewer-cta-section h3{font-weight:700}.gift-cta-section p,.viewer-cta-section p{max-width:600px;margin:1rem auto 1.5rem;opacity:.9}.unlock-cta-overlay{position:relative;text-align:center;padding-bottom:2rem}.unlock-cta-overlay::after{content:'';position:absolute;bottom:6rem;left:0;right:0;height:80px;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--white));pointer-events:none}.unlock-cta-button{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:2;width:calc(100% - 3rem)}.modal-body{min-height:350px;position:relative;overflow:hidden}.modal-step{position:absolute;top:0;left:0;right:0;width:100%;padding:1.5rem;transform:translateX(-30px);transition:opacity .4s,visibility .4s,transform .4s}.modal-step.active{opacity:1;visibility:visible;transform:translateX(0)}.modal-header{color:var(--white);border-bottom:2px solid var(--gold)}.form-control:focus{border-color:var(--gold)}.otp-inputs{display:flex;flex-direction:row-reverse;justify-content:center;gap:10px;margin-bottom:1.5rem}.otp-inputs input{width:45px;height:50px;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid var(--medium-gray);border-radius:.5rem;transition:border-color .3s,transform .2s}.otp-inputs.shake{animation:.5s ease-in-out shake}.otp-inputs input:focus{border-color:var(--gold);outline:0;transform:scale(1.05)}#edit-mobile-btn,#resend-otp-btn{text-decoration:none;font-weight:600;color:var(--navy-blue);cursor:pointer}#resend-otp-btn.disabled{color:var(--text-gray);pointer-events:none}#otp-timer{font-weight:600;color:var(--danger)}.success-checkmark{width:100px;height:100px;border-radius:50%;display:flex;margin:0 auto 1.5rem;background-color:rgba(40,167,69,.1);align-items:center;justify-content:center}.success-checkmark i{font-size:3rem;color:var(--success);animation:.5s ease-out pop-in}.success-checkmark-compact{width:80px;height:80px;margin:0 auto 1rem}.success-checkmark-compact i{font-size:2.5rem}.social-share-btn{padding:.6rem 1rem;font-size:.9rem;border-radius:.5rem}.btn-whatsapp{background-color:#25d366;color:#fff}.btn-whatsapp:hover{background-color:#1da851;color:#fff}.btn-telegram{background-color:#08c;color:#fff}.blog-card,.blog-post-section{background-color:var(--white)}.btn-telegram:hover{background-color:#0077b5;color:#fff}.blog-section{padding:3rem 0}.blog-card{border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid var(--medium-gray);overflow:hidden;transition:.4s;height:100%}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(30,58,95,.15);border-color:var(--gold)}.blog-card-footer,.post-footer{border-top:1px solid var(--medium-gray)}.blog-card-img-wrapper{display:block;overflow:hidden;position:relative;height:220px}.blog-card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card-img-wrapper img{transform:scale(1.05)}.blog-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-card-title{font-weight:700;font-size:1.25rem;color:var(--navy-blue);margin-bottom:.75rem}.blog-card-title a{text-decoration:none;color:inherit;transition:color .3s}.blog-card-excerpt{color:var(--text-gray);font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:auto}.blog-card-meta{font-size:.85rem;color:var(--text-gray);font-weight:500}.blog-card-meta i{color:var(--gold);margin-left:.3rem}.blog-card-read-more{font-weight:600;text-decoration:none;color:var(--navy-blue);transition:.3s}.blog-card-read-more i{transition:transform .3s;margin-right:.25rem}.blog-card-read-more:hover i{transform:translateX(-4px)}.blog-post-section{border-radius:1rem;padding:2rem;box-shadow:0 8px 25px rgba(0,0,0,.1)}@media (min-width:768px){.main-container{padding:2rem 0}.blog-post-section{padding:3rem 4rem}}.blog-post-header .lead{color:var(--text-gray);font-size:1.1rem;margin-bottom:1.5rem}.post-meta{font-size:.9rem;color:var(--text-gray);margin-bottom:2rem}.post-meta span{margin-left:1.5rem}.post-meta i{color:var(--gold);margin-left:.5rem}.post-feature-image{width:100%;height:auto;max-height:450px;object-fit:cover;border-radius:1rem;margin-bottom:2.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.blog-post-content{font-size:1.15rem;line-height:2.1;color:#2c3e50;text-align:justify;text-justify:inter-word}.blog-post-content p{margin-bottom:1.8rem}.blog-post-content .lead{font-size:1.3rem;line-height:1.8;font-weight:500;color:var(--navy-blue);margin-bottom:2.5rem;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:2rem}.blog-post-content h2:not(.accordion-header),.blog-post-content h3:not(.accordion-header){color:var(--navy-blue);font-weight:800;margin-top:3.5rem;margin-bottom:1.5rem;position:relative;line-height:1.4}.blog-post-content h2:not(.accordion-header)::before{content:'';display:inline-block;width:8px;height:8px;background-color:var(--gold);border-radius:50%;margin-left:10px;vertical-align:middle}.blog-post-content ol,.blog-post-content ul{margin-bottom:2.5rem;padding-right:2rem}.blog-post-content li{margin-bottom:.8rem;padding-left:1rem}.blog-post-content ul li::marker{color:var(--gold);font-size:1.2em}.blog-post-content ol li::marker{color:var(--navy-blue);font-weight:700;font-family:Vazirmatn,sans-serif}.blog-post-content blockquote{background:linear-gradient(to left,rgba(248,249,250,.5),#fff);border-right:5px solid var(--gold);padding:1.5rem 2rem 1.5rem 1.5rem;margin:3rem 0;font-size:1.2rem;font-style:normal;font-weight:500;color:var(--navy-blue);border-radius:0 10px 10px 0;position:relative;box-shadow:0 5px 15px rgba(0,0,0,.03)}.blog-post-content blockquote::before{content:'\f10e';font-family:"Font Awesome 7 Free";font-weight:900;position:absolute;top:-15px;right:15px;font-size:2rem;color:var(--gold);background:#fff;padding:0 10px}.blog-post-content strong{color:var(--navy-blue);font-weight:800;background:linear-gradient(to top,rgba(212,175,55,.15) 50%,transparent 50%)}.blog-post-content hr{border:0;height:1px;background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(212,175,55,.75),rgba(0,0,0,0));margin:4rem 0;opacity:1}.post-footer{margin-top:4rem;padding-top:2rem}.post-cta-section{background:linear-gradient(135deg,var(--light-gold),#fdfaf2);border-radius:1rem;padding:2.5rem 2rem;margin-top:3rem;text-align:center;border:1px solid var(--gold)}.author-bio-box,.share-box{padding:1.5rem;margin-bottom:2rem;display:flex}.post-cta-section h4{color:var(--navy-blue);font-weight:700}.share-box{align-items:center;justify-content:space-between;flex-wrap:wrap;background-color:#fcfcfc;border:1px dashed var(--medium-gray);border-radius:1rem}.share-title{font-weight:700;color:var(--dark-gray)}.share-buttons{display:flex;gap:.8rem}.social-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:.3s;font-size:1.1rem}.social-btn:hover{transform:scale(1.15) rotate(10deg);color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.15)}.btn-telegram{background:linear-gradient(45deg,#2aabee,#229ed9)}.btn-linkedin{background:linear-gradient(45deg,#0077b5,#005582)}.btn-back-blog:hover,.btn-copy{background-color:var(--navy-blue)}.btn-copy{cursor:pointer;border:none}.author-bio-box{align-items:center;background-color:var(--white);border-inline-start:4px solid var(--gold);border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.author-img{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-inline-end:1.2rem;border:2px solid var(--light-gold);padding:2px}.author-details h6{margin:0 0 .3rem;font-weight:700;color:var(--navy-blue)}.author-details p{margin:0;font-size:.9rem;color:var(--text-gray);line-height:1.6}.footer-nav-btn{display:flex;justify-content:center;margin-top:2rem}.btn-back-blog{border:2px solid var(--navy-blue);color:var(--navy-blue);padding:.6rem 2rem;border-radius:50px;font-weight:600}.btn-back-blog:hover{color:var(--white);transform:translateX(5px)}.custom-pagination{--pagination-btn-size:48px;display:flex;gap:.5rem}.custom-pagination .page-item{margin:0!important}.custom-pagination .page-link{display:flex;align-items:center;justify-content:center;width:var(--pagination-btn-size);height:var(--pagination-btn-size);border-radius:.75rem;border:1px solid var(--medium-gray);background-color:var(--white);color:var(--navy-blue);font-weight:600;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:.3s}.custom-pagination .page-item:not(.disabled) .page-link:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(30,58,95,.1);background-color:var(--light-gold);border-color:var(--gold)}.custom-pagination .page-item.active .page-link{color:var(--white);border-color:var(--gold);box-shadow:0 4px 12px rgba(30,58,95,.2);transform:translateY(-2px)}.custom-pagination .page-item.disabled .page-link{background-color:var(--medium-gray);color:#adb5bd;box-shadow:none}.custom-faq-accordion .accordion-button{font-weight:700;font-size:1.1rem;color:var(--navy-blue);background-color:var(--white);padding:1.25rem 1.5rem;transition:.3s;box-shadow:none!important}.references-section{background-color:#fdfdfd;border:1px solid var(--medium-gray);border-right:5px solid var(--gold);border-radius:.8rem;padding:2rem 2.5rem;margin-top:4rem;margin-bottom:2rem;position:relative;box-shadow:0 5px 15px rgba(0,0,0,.03);transition:transform .3s}.references-section:hover{box-shadow:0 8px 20px rgba(30,58,95,.08)}.references-section h5{color:var(--navy-blue);font-weight:800;font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px dashed var(--medium-gray);position:relative;display:flex;align-items:center}.references-section h5::before{content:'\f02d';font-family:"Font Awesome 7 Free";font-weight:900;margin-left:10px;color:var(--gold);font-size:1.4rem}.references-section ol{padding-right:1rem;margin-bottom:0}.references-section li{color:var(--dark-gray)!important;font-size:.95rem!important;margin-bottom:1rem;line-height:1.8;transition:.2s}.references-section li::marker{color:var(--gold);font-weight:700;font-size:1.1em}.references-section li:hover{transform:translateX(-5px)}.references-section li em{font-style:normal;font-weight:600;color:var(--navy-blue);background-color:rgba(212,175,55,.1);padding:0 4px;border-radius:4px;margin:0 2px}.site-footer{background-color:var(--medium-gray);padding:2.5rem 1rem;margin-top:auto;text-align:center;flex-shrink:0}.footer-links-minimal{list-style:none;padding:0;margin:0 0 1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem 2rem}.footer-links-minimal a{color:var(--text-gray);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s}.footer-copyright{font-size:.85rem;color:#9098a0}@media (max-width:576px){body{padding:0 0 65px}.footer-links-minimal{gap:.75rem;margin-bottom:1.5rem}.references-section{padding:1.5rem;border-right-width:4px}.share-box{flex-direction:column;text-align:center;gap:1.5rem;padding:1.25rem}.share-title{width:100%;margin-bottom:.5rem}.share-buttons{width:100%;justify-content:center;gap:1.2rem}.social-btn{width:50px;height:50px;font-size:1.4rem}}@media (max-width:768px){.blog-post-content{font-size:1.05rem;line-height:1.9}.blog-post-content h2:not(.accordion-header){font-size:1.5rem;margin-top:2.5rem}.guarantee-card{flex-direction:column;text-align:center;padding:1.5rem!important;border-right:1px solid #e9ecef;border-top:5px solid #d4af37}.guarantee-icon-box{margin-left:0!important;margin-bottom:1rem}.guarantee-content{text-align:center!important}.small-on-mobile{font-size:.9rem}.result-intro-card{padding:1.5rem}.result-intro-card p{font-size:1rem;line-height:1.7;text-align:justify}.insight-card{border-radius:.75rem}.insight-body{padding:1.25rem}.insight-title{font-size:1.25rem}.insight-subsection p{font-size:1rem;line-height:1.75;padding-inline-start:1rem;border-inline-start-width:3px}}#ai-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(30,58,95,.95);backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-content{width:90%;max-width:500px}.custom-progress{height:10px;background-color:rgba(255,255,255,.1);border-radius:20px;overflow:hidden}.did-you-know-box{background:rgba(255,255,255,.1);padding:20px;border-radius:15px;border:1px solid rgba(255,255,255,.2);transition:opacity .5s}[data-theme=dark]{--navy-blue:#8ab4f8;--light-navy:#aecbfa;--light-gray:#121212;--medium-gray:#2c2c2c;--dark-gray:#e8eaed;--text-gray:#b0b3b8;--white:#1e1e1e;--light-gold:#3e3418;scrollbar-width:thin;scrollbar-color:#444 #121212}[data-theme=dark] body{background-image: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='%232c2c2c' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}[data-theme=dark] .mobile-nav,[data-theme=dark] .navbar{background-color:#1e1e1e;border-bottom:1px solid #333}[data-theme=dark] .about-story-card,[data-theme=dark] .blog-card,[data-theme=dark] .blog-post-section,[data-theme=dark] .card,[data-theme=dark] .credit-option,[data-theme=dark] .dimension-card,[data-theme=dark] .history-item,[data-theme=dark] .insight-card,[data-theme=dark] .modal-content,[data-theme=dark] .questionnaire-card,[data-theme=dark] .science-card{background-color:#1e1e1e;border-color:#333;color:var(--dark-gray)}[data-theme=dark] .form-control{background-color:#2c2c2c;border-color:#444;color:#fff}[data-theme=dark] .form-control:focus{background-color:#333;color:#fff}[data-theme=dark] .option-btn{background-color:#2c2c2c;border-color:#444;color:var(--dark-gray)}[data-theme=dark] .option-btn:hover{background-color:#3a3a3a}[data-theme=dark] .custom-pagination .page-item:not(.disabled) .page-link:hover,[data-theme=dark] .option-btn.selected{background-color:#3e3418;color:gold;border-color:gold}[data-theme=dark] .breadcrumb-item.active,[data-theme=dark] .text-muted{color:#9ca3af!important}[data-theme=dark] .badge,[data-theme=dark] .btn-primary,[data-theme=dark] .card-header,[data-theme=dark] .credit-badge,[data-theme=dark] .gift-cta-section,[data-theme=dark] .guarantee-content .text-dark,[data-theme=dark] .modal-header,[data-theme=dark] .navbar-brand,[data-theme=dark] .result-intro-card,[data-theme=dark] .viewer-cta-section,[data-theme=dark] .welcome-section{color:#fff!important}[data-theme=dark] .nav-link,[data-theme=dark] .social-proof-text,[data-theme=dark] .text-dark{color:#e0e0e0!important}[data-theme=dark] .insight-header{background-color:#252525;border-bottom-color:#333}[data-theme=dark] .suggestion-card{background-color:#252525}[data-theme=dark] .strength-item{background-color:rgba(40,167,69,.15)}[data-theme=dark] .growth-item{background-color:rgba(255,193,7,.15)}[data-theme=dark] .gift-cta-section .text-muted,[data-theme=dark] .result-intro-card .text-muted,[data-theme=dark] .viewer-cta-section .text-muted,[data-theme=dark] .welcome-section .text-muted{color:rgba(255,255,255,.8)!important}[data-theme=dark] .btn-outline-light{color:#fff;border-color:rgba(255,255,255,.7)}[data-theme=dark] .btn-outline-light:hover{color:#000;background-color:#fff;border-color:#fff}[data-theme=dark] .card-header,[data-theme=dark] .modal-header{background:linear-gradient(135deg,#535353,#4a4a4a);border-bottom-color:gold}[data-theme=dark] .btn-gold{color:var(--bs-dark)}[data-theme=dark] .bg-light{background:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}[data-theme=dark] .list-group-item{background-color:#252525;border-color:#333;color:var(--dark-gray)}[data-theme=dark] .btn-close{filter:invert(1) grayscale(100%) brightness(200%)}[data-theme=dark] ::-webkit-scrollbar{width:12px}[data-theme=dark] ::-webkit-scrollbar-track{background:#121212}[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#444;border-radius:6px;border:3px solid #121212}[data-theme=dark] .notification{background-color:#252525;color:#e0e0e0;box-shadow:0 4px 15px rgba(0,0,0,.5)}[data-theme=dark] .otp-inputs input{background-color:#2c2c2c;color:#fff;border-color:#444}[data-theme=dark] .text-gold{color:gold!important}[data-theme=dark] .blog-post-content,[data-theme=dark] .share-title{color:#e0e0e0}[data-theme=dark] .blog-post-content .lead{color:#aecbfa;border-bottom-color:#444}[data-theme=dark] .blog-post-content h2:not(.accordion-header),[data-theme=dark] .blog-post-content h3:not(.accordion-header){color:#fff;border-bottom-color:#3e3418}[data-theme=dark] .blog-post-content strong{color:gold;background:linear-gradient(to top,rgba(212,175,55,.3) 50%,transparent 50%)}[data-theme=dark] .blog-post-content blockquote{background:linear-gradient(to left,#2c2c2c,#1e1e1e);color:#e0e0e0}[data-theme=dark] .blog-post-content blockquote::before{background-color:#1e1e1e;color:gold}[data-theme=dark] .post-cta-section{background:linear-gradient(135deg,#3e3418,#1e1e1e);border-color:gold}[data-theme=dark] .author-details h6,[data-theme=dark] .post-cta-section h4{color:#fff}[data-theme=dark] .post-footer{border-top-color:#444}[data-theme=dark] .references-section,[data-theme=dark] .share-box{background-color:#252525;border-color:#444}[data-theme=dark] .author-bio-box{background-color:#252525;border-right-color:gold}[data-theme=dark] .author-img{border-color:#3e3418}[data-theme=dark] .btn-back-blog{border-color:#8ab4f8;color:#8ab4f8}[data-theme=dark] .btn-back-blog:hover{background-color:#8ab4f8;color:#1e1e1e}[data-theme=dark] .references-section h5{color:gold;border-bottom-color:#555}[data-theme=dark] .dimension-card p.text-muted,[data-theme=dark] .guarantee-content .text-muted,[data-theme=dark] .references-section li{color:#b0b3b8!important}[data-theme=dark] .references-section li em{color:#aecbfa;background-color:rgba(255,255,255,.1)}[data-theme=dark] .custom-pagination .page-link{background-color:#2c2c2c;border-color:#444;color:#e0e0e0}[data-theme=dark] .custom-pagination .page-item.active .page-link{background:linear-gradient(135deg,#3e3418,#2c2c2c);border-color:gold;color:gold}[data-theme=dark] .custom-pagination .page-item.disabled .page-link{background-color:#1a1a1a;border-color:#333;color:#555}[data-theme=dark] .bg-light-soft{background-color:#121212!important;border-top:1px solid #333;border-bottom:1px solid #333}[data-theme=dark] .custom-faq-accordion .accordion-item{background-color:#1e1e1e!important;border:1px solid #333;box-shadow:0 4px 10px rgba(0,0,0,.4)}[data-theme=dark] .custom-faq-accordion .accordion-button{background-color:#1e1e1e!important;color:#e0e0e0;box-shadow:none!important}[data-theme=dark] .custom-faq-accordion .accordion-button:not(.collapsed){background-color:#3e3418!important;color:gold!important;border-bottom:1px solid #444}[data-theme=dark] .custom-faq-accordion .accordion-body{background-color:#1e1e1e!important;color:#b0b3b8;border-top:none}[data-theme=dark] .custom-faq-accordion .accordion-button::before,[data-theme=dark] .guarantee-title{color:gold}[data-theme=dark] .custom-faq-accordion .accordion-button::after{filter:brightness(0) invert(1);opacity:.7}[data-theme=dark] .custom-faq-accordion .accordion-button:not(.collapsed)::after{filter:none}[data-theme=dark] .custom-faq-accordion .accordion-item:hover{border-color:gold;transform:translateY(-2px)}[data-theme=dark] .guarantee-card{border-right-color:gold;background:linear-gradient(135deg,#2c2c2c,#252525)}[data-theme=dark] .icon-circle{background-color:rgba(255,215,0,.15)}[data-theme=dark] .percent-badge{background-color:gold;color:#000;border-color:#444}[data-theme=dark] .social-proof-strip{background:linear-gradient(to bottom,#1e1e1e,#121212);border-bottom:1px solid #333}[data-theme=dark] .avatar-stack .avatar-more,[data-theme=dark] .avatar-stack img{border-color:#1e1e1e}[data-theme=dark] .question-counter{background-color:#2c2c2c;color:gold}[data-theme=dark] .dimension-icon{background-color:#2c2c2c;color:#8ab4f8}[data-theme=dark] .insight-subsection p{color:#e0e0e0;border-inline-start-color:#ffd700}[data-theme=dark] .insight-card{border-color:#333}[data-theme=dark] .breadcrumb-item a{color:#aecbfa!important}[data-theme=dark] .breadcrumb-item+.breadcrumb-item::before{color:#666}[data-theme=dark] .suggestion-content p{color:#d1d5db}[data-theme=dark] .result-intro-card p{color:#f8f9fa;text-shadow:none}[data-theme=dark] .item-text{color:#f8f9fa}