.book-footer{background:#002b5e;color:#ffffff;padding:72px 20px 30px;overflow:hidden;position:relative}.book-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d49a2d,#efb51d 50%,#d49a2d)}.book-footer-container{width:min(100%,1400px);margin:0 auto}.book-footer-grid{display:grid;grid-template-columns:minmax(240px,2fr) minmax(140px,1fr) minmax(160px,1fr) minmax(260px,1.6fr);align-items:start;gap:54px;padding-bottom:50px}.book-footer-logo-col{min-width:0}.book-footer-logo-link{text-decoration:none;color:#ffffff;display:block}.book-footer-brand-img{width:90px;height:90px;object-fit:contain;margin-bottom:16px;border:3px solid rgba(255,255,255,.28);border-radius:50%;background:#ffffff}.book-footer-logo-link h2{font-size:clamp(28px,3vw,36px);font-weight:800;letter-spacing:-.02em;margin:0 0 4px;color:#ffffff}.book-footer-logo-link small{display:block;font-size:11px;font-weight:700;letter-spacing:.15em;color:#efb51d;text-transform:uppercase;margin-bottom:16px}.book-footer-desc{color:#cddbec;line-height:1.8;font-size:15px;margin:0}.book-footer-links-col{display:flex;flex-direction:column;min-width:0}.book-footer-links-col h4,.book-footer-newsletter-col h4{color:#efb51d;font-size:12px;font-weight:800;margin:0 0 18px;letter-spacing:1.1px;text-transform:uppercase;line-height:1.2}.book-footer-links-col a{width:fit-content;color:#ffffff;text-decoration:none;font-size:15px;line-height:1.5;margin-bottom:10px;transition:color .25s ease,transform .25s ease}.book-footer-bottom-links a:hover,.book-footer-links-col a:hover{color:#efb51d;transform:translateX(3px)}.book-footer-newsletter-col{min-width:0}.book-footer-newsletter-col p{color:#cddbec;margin:0 0 20px;line-height:1.7;font-size:15px}.book-newsletter-form{width:100%;max-width:380px;min-height:52px;display:flex;background:#ffffff;border-radius:50px;overflow:hidden;box-shadow:0 16px 30px rgba(0,0,0,.12)}.book-newsletter-form input{min-width:0;flex:1;border:none;outline:none;padding:15px 20px;font-size:14px;color:#002b5e}.book-newsletter-form input::placeholder{color:#728ca8}.book-newsletter-form button{width:58px;flex:0 0 58px;border:none;background:transparent;cursor:pointer;color:#002b5e;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,color .25s ease}.book-newsletter-form button:hover{background:#f1f5fa;color:#063d86}.book-newsletter-success{display:flex;align-items:center;gap:8px;padding:12px 18px;background:rgba(239,181,29,.15);border:1px solid #efb51d;border-radius:50px;color:#fce8bd;font-size:14px;font-weight:600}.book-footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:25px;display:flex;justify-content:space-between;align-items:center;gap:20px}.book-footer-bottom p{color:#cddbec;font-size:13px;margin:0}.book-footer-bottom-links{display:flex;gap:25px;flex-wrap:wrap}.book-footer-bottom-links a{color:#cddbec;font-size:13px;text-decoration:none;transition:color .25s ease}@media (max-width:1100px){.book-footer-grid{grid-template-columns:1.5fr 1fr;gap:42px 54px}.book-footer-newsletter-col{max-width:520px}}@media (max-width:768px){.book-footer-logo-link{display:flex;justify-content:center}.book-footer{padding:52px 18px 25px}.book-footer-grid{grid-template-columns:1fr;gap:34px;padding-bottom:38px}.book-newsletter-form{max-width:100%}.book-footer-bottom{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width:480px){.book-footer{padding:44px 14px 24px;text-align:center}.book-footer-grid{gap:30px}.book-footer-links-col{align-items:center}.book-footer-bottom-links a,.book-footer-links-col a{width:auto}.book-footer-bottom{align-items:center}.book-footer-bottom-links{justify-content:center}}.topBar{background:#063d86;text-align:center;padding:0 10px;min-height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.topBar p{font-size:14px;color:#fff;margin:0}.announcementText{width:100%;font-weight:600;line-height:1.4;animation:announcementSlide .55s ease both}@keyframes announcementSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-content:space-between;padding:10px 15px;max-width:1440px;margin:0 auto;position:relative}.logo h2{margin:0;color:#063d86;font-size:28px}.logo-nav{text-decoration:none}.logo span{font-size:11px;color:#c79a2f}.navLinks{display:flex;gap:30px;align-items:center}.navLinks a{text-decoration:none;color:#333;transition:.3s}.active{font-weight:700;color:#063d86!important;background:transparent!important}.actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.actionBtn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;position:relative;color:#1c2420;text-decoration:none;background:transparent;border-radius:50%;cursor:pointer;transition:color .25s ease,background-color .25s ease,box-shadow .25s ease,transform .25s ease}.actionBtn:after{content:"";position:absolute;inset:5px;border:1px solid rgba(6,61,134,.28);border-radius:50%;opacity:0;transform:scale(.65)}.actionBtn svg{position:relative;z-index:1;transition:transform .25s ease,stroke .25s ease}.actionBtn:focus-visible,.actionBtn:hover{color:#063d86;background:#edf4ff;box-shadow:0 8px 18px rgba(6,61,134,.15);outline:none;transform:translateY(-3px)}.actionBtn:focus-visible:after,.actionBtn:hover:after{animation:iconPulse .55s ease}.actionBtn:focus-visible svg,.actionBtn:hover svg{transform:scale(1.12) rotate(-4deg)}.actionBtn:nth-child(4):focus-visible svg,.actionBtn:nth-child(4):hover svg{animation:cartNudge .45s ease}.srOnly{width:1px;height:1px;padding:0;margin:-1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes iconPulse{0%{opacity:.45;transform:scale(.65)}to{opacity:0;transform:scale(1.45)}}@keyframes cartNudge{0%,to{transform:scale(1.12) rotate(-4deg)}45%{transform:scale(1.12) translateX(2px) rotate(5deg)}}.menuBtn{display:none;border:none;background:transparent;cursor:pointer;padding:0}@media (max-width:1200px){.navbar{padding:15px 20px}.navLinks{gap:22px}.actions{gap:10px}}@media (max-width:991px){.navbar{grid-template-columns:auto 1fr auto;gap:20px}.logo span{display:none}.navLinks{justify-content:center;gap:18px}}@media (max-width:768px){.topBar p{font-size:12px;line-height:1.5}.navbar{grid-template-columns:auto 1fr auto;padding:15px;gap:10px}.menuBtn{align-items:center;z-index:1001}.actions,.menuBtn{display:flex;justify-self:end}.actions{gap:6px}.actionBtn{width:34px;height:34px}.navLinks{position:absolute;top:calc(100% + 1px);left:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;gap:0;display:none;box-shadow:0 12px 30px rgba(0,0,0,.08);z-index:999}.navLinks.show{display:flex}.navLinks a{width:100%;padding:16px 20px;border-bottom:1px solid #eee}}@media (max-width:480px){.topBar{padding:8px 12px;min-height:42px}.topBar p{font-size:11px}.navbar{padding:12px}.logo h2{font-size:24px}.actions{gap:3px}.actionBtn{width:30px;height:30px}.navLinks a{font-size:15px;padding:15px 16px}}@media (prefers-reduced-motion:reduce){.actionBtn,.actionBtn svg,.actionBtn:after,.actionBtn:nth-child(4):focus-visible svg,.actionBtn:nth-child(4):hover svg,.announcementText{animation:none;transition:none}}.book-blogs-section{padding:clamp(64px,7vw,92px) 20px;background:#faf7f0}.book-blogs-container{max-width:1400px;margin:0 auto}.book-blogs-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:42px;gap:20px}.book-blogs-tag{display:inline-flex;align-items:center;gap:7px;color:#063d86;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.book-blogs-title{margin:0;color:#10213c;font-size:clamp(32px,4vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1.15}.book-blogs-desc{margin:12px 0 0;color:#5f6b7d;font-size:clamp(15px,1.5vw,17px);max-width:580px;line-height:1.6}.book-blogs-view-all{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;background:#ffffff;border:1.5px solid #dce3ec;color:#063d86;font-size:13px;font-weight:800;letter-spacing:.05em;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px rgba(16,33,60,.06);transition:all .25s ease;flex-shrink:0}.book-blogs-view-all:hover{background:#063d86;color:#ffffff;border-color:#063d86;transform:translateY(-2px);box-shadow:0 8px 24px rgba(6,61,134,.2)}.book-blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.book-blog-card{overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.book-blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(16,33,60,.12)}.book-blog-image{position:relative;width:100%;height:240px;overflow:hidden;background:#eef2f7;border-radius:15px}.book-blog-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.book-blog-card:hover .book-blog-img{transform:scale(1.05)}.book-blog-img-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#9aa8b8;background:linear-gradient(135deg,#e9edf4,#d8e0ec)}.book-blog-content{padding:24px 0;display:flex;flex-direction:column;flex:1}.book-blog-category{display:inline-block;color:#c8922c;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}.book-blog-content h4{margin:0 0 10px;color:#10213c;font-size:19px;font-weight:700;line-height:1.35;-webkit-line-clamp:2;line-clamp:2}.book-blog-content h4,.book-blog-content p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.book-blog-content p{margin:0 0 20px;color:#5f6b7d;font-size:14px;line-height:1.6;-webkit-line-clamp:3;line-clamp:3;flex:1}.book-blog-read-link{display:inline-flex;align-items:center;gap:6px;color:#063d86;font-size:13px;font-weight:700;text-decoration:none;margin-top:auto;transition:gap .2s ease,color .2s ease}.book-blog-read-link:hover{gap:10px;color:#1e6bd6}@media (max-width:992px){.book-blogs-grid{grid-template-columns:repeat(2,1fr);gap:20px}.book-blogs-header{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width:640px){.book-blogs-section{padding:48px 16px}.book-blogs-grid{grid-template-columns:1fr;gap:18px}.book-blog-image{height:200px}.book-blog-content{padding:18px}.book-blog-content h4{font-size:17px}}.book-store .container-fluid{padding-top:32px!important;background:#f7faff}.book-store .blog-section,.book-store .vjed-blog-page,.book-store .vjed-subject-book{background:#ffffff}.book-store .vjed-blog-page.blogsticy,.book-store .vjed-blog-page>.blog-section,.book-store .vjed-subject-book{border:1px solid #dce3ec;box-shadow:0 10px 28px rgba(6,61,134,.09)!important}.book-store .vjed-sub-links>a,.book-store .vjed-sub-links>div>div{color:#52637a!important}.book-store .vjed-sub-links>a:first-child{background:#063d86!important;color:#ffffff!important}.book-store .blog-top-cg h6,.book-store .latest-blog-item p,.book-store .vjed-blog-title{color:#10213c}.book-store .blog-post-read h6,.book-store .latest-blog-item small{color:#667386}.book-store .blog-post-read i{color:#c8922c}.book-store .blog-pagination .blog-page-nav,.book-store .blog-pagination .blog-page-number.active,.book-store .blog-read-more .read-btn{border-color:#063d86!important;background-color:#063d86!important;color:#ffffff!important}.book-store .blog-pagination .blog-page-nav:hover,.book-store .blog-read-more .read-btn:hover{border-color:#002b5e!important;background-color:#002b5e!important;color:#ffffff!important}.book-store .blog-pagination .blog-page-number{border-color:#cddbec;color:#063d86}.book-store .blog-pagination .blog-page-number:hover{border-color:#063d86;background:#edf4ff;color:#063d86}.book-store .blog-popular-tag-links a,.book-store .blog-top-cg-links a,.book-store .latest-blog-item a{color:#52637a;text-decoration-color:#c8922c}.book-store .blog-popular-tag-links a:hover,.book-store .blog-top-cg-links a:hover,.book-store .latest-blog-item a:hover{color:#063d86}@media (max-width:768px){.book-store .container-fluid{padding:16px 12px 0!important}}.book-store .blog-pagination{width:min(100%,760px);margin:28px auto 36px!important;padding:12px 16px!important;border:1px solid #dce3ec;border-radius:18px!important;background:#ffffff;box-shadow:0 8px 24px rgba(6,61,134,.08)!important}.book-store .blog-pagination-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px}.book-store .blog-page-center{min-width:0}.book-store .blog-page-numbers{gap:8px}.book-store .blog-pagination .btn-page{flex:none;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:10px;line-height:1;text-align:center;box-shadow:none;transform:none}.book-store .blog-pagination .blog-page-nav{min-width:104px;font-size:14px;font-weight:700;letter-spacing:0}.book-store .blog-pagination .blog-page-nav:disabled{border-color:#dce3ec!important;background-color:#edf2f7!important;color:#91a1b6!important;cursor:not-allowed}.book-store .blog-pagination .blog-page-number{width:42px;height:42px;padding:0;border-radius:10px;background:#ffffff;font-size:14px;font-weight:700}.book-store .blog-pagination .blog-page-number.active{box-shadow:0 5px 14px rgba(6,61,134,.24)}@media (max-width:640px){.book-store .blog-pagination{margin:20px auto 28px!important;padding:12px!important}.book-store .blog-pagination-wrap{grid-template-columns:1fr 1fr;gap:10px}.book-store .blog-page-center{grid-column:1/-1;grid-row:1}.book-store .blog-pagination .blog-page-nav{width:100%;min-width:0}.book-store .blog-pagination .blog-page-number{width:38px;height:38px;min-height:38px}}.book-store{--font-inter:"Inter",sans-serif;color:#1f2937;background-color:#ffffff}.book-store *{box-sizing:border-box}