@font-face{
  font-family:"Yekan Bakh";
  src:url("../fonts/bookademy/yekan-bakh-fanum-variable.woff2") format("woff2-variations");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

@font-face{
  font-family:Peyda;
  src:url("../fonts/bookademy/peyda-semibold.woff2") format("woff2");
  font-style:normal;
  font-weight:600;
  font-display:swap;
}

@font-face{
  font-family:Peyda;
  src:url("../fonts/bookademy/peyda-bold.woff2") format("woff2");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}

@font-face{
  font-family:Peyda;
  src:url("../fonts/bookademy/peyda-extrabold.woff2") format("woff2");
  font-style:normal;
  font-weight:800;
  font-display:swap;
}

@font-face{
  font-family:Peyda;
  src:url("../fonts/bookademy/peyda-black.woff2") format("woff2");
  font-style:normal;
  font-weight:900;
  font-display:swap;
}

.bookademy-page{
  --font-body:"Yekan Bakh",Tahoma,Arial,sans-serif;
  --font-heading:Peyda,"Yekan Bakh",Tahoma,Arial,sans-serif;
  --bd-primary-50:#f3f8f9;
  --bd-primary-100:#e6f1f2;
  --bd-primary-200:#c7dee1;
  --bd-primary-300:#a7ced3;
  --bd-primary-500:#5fa8b0;
  --bd-primary-600:#136b76;
  --bd-primary-700:#0a4d56;
  --bd-primary-800:#08404a;
  --bd-primary-900:#062e33;
  --bd-primary-950:#03191d;
  --bd-accent-50:#fefaF0;
  --bd-accent-200:#f6e1b7;
  --bd-accent-400:#e8b560;
  --bd-accent-500:#d49b3a;
  --bd-accent-600:#c08a2e;
  --bd-ink:#0f172a;
  --bd-ink-soft:#334155;
  --bd-muted:#64748b;
  --bd-border:#e2e8f0;
  --bd-card:#ffffff;
  --bd-bg:#f3f8f9;
  --bd-shadow:0 16px 45px rgba(6,46,51,.08);
  --bd-shadow-soft:0 8px 26px rgba(6,46,51,.065);
  min-width:0;
  min-height:100vh;
  overflow:hidden;
  color:var(--bd-ink);
  background:var(--bd-bg);
  font-family:var(--font-body);
  -webkit-font-smoothing:antialiased;
  color-scheme:light;
}

html.dark .bookademy-page{
  --bd-ink:#f8fafc;
  --bd-ink-soft:#e2e8f0;
  --bd-muted:#a9bdc1;
  --bd-border:rgba(199,222,225,.14);
  --bd-card:#062e33;
  --bd-bg:#03191d;
  --bd-shadow:0 18px 48px rgba(0,0,0,.24);
  --bd-shadow-soft:0 10px 30px rgba(0,0,0,.18);
  color-scheme:dark;
}

.bookademy-page,
.bookademy-page div,
.bookademy-page span,
.bookademy-page p,
.bookademy-page a,
.bookademy-page input,
.bookademy-page textarea,
.bookademy-page button,
.bookademy-page label,
.bookademy-page li,
.bookademy-page small,
.bookademy-page form{
  font-family:var(--font-body);
}

.bookademy-page *,
.bookademy-page *::before,
.bookademy-page *::after{box-sizing:border-box}

.bookademy-page a{color:inherit;text-decoration:none}
.bookademy-page button,
.bookademy-page input{font:inherit}
.bookademy-page button{color:inherit}
.bookademy-page img{display:block;max-width:100%}
.bookademy-page h1,
.bookademy-page h2,
.bookademy-page h3,
.bookademy-page strong{font-family:var(--font-heading)!important}

.bd-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.bd-container{
  width:min(100% - 20px,1344px);
  margin-inline:auto;
}

.bd-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body.bd-menu-is-open{overflow:hidden}

.bd-icon-button{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(10,77,86,.15);
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 16px rgba(3,25,29,.06);
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.bd-icon-button svg{width:21px;height:21px;stroke-width:1.9}
.bd-icon-button:active{transform:scale(.96)}
.bd-icon-button:hover{border-color:rgba(212,155,58,.55)}
html.dark .bookademy-page .bd-icon-button{background:#062e33;border-color:rgba(199,222,225,.16);box-shadow:0 8px 24px rgba(0,0,0,.18)}

.bd-header{
  position:sticky;
  top:0;
  z-index:70;
  height:64px;
  background:rgba(243,248,249,.9);
  border-bottom:1px solid rgba(10,77,86,.1);
  -webkit-backdrop-filter:blur(12px) saturate(125%);
  backdrop-filter:blur(12px) saturate(125%);
}

html.dark .bookademy-page .bd-header{background:rgba(3,25,29,.9);border-color:rgba(199,222,225,.11)}

.bd-header-inner{
  width:min(100% - 24px,1320px);
  height:100%;
  margin-inline:auto;
  display:grid;
  grid-template-columns:44px 1fr 44px;
  align-items:center;
  gap:10px;
}

.bd-menu-trigger{grid-column:1;grid-row:1}
.bd-header-logo{grid-column:2;grid-row:1;justify-self:center;display:flex;align-items:center;min-width:0}
.bd-header-actions{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-end}
.bd-account-link,.bd-desktop-nav{display:none}

.bd-official-logo{
  position:relative;
  width:102px;
  height:40px;
  display:block;
  flex:0 0 auto;
}

.bd-official-logo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.bd-logo-dark{opacity:0}
html.dark .bookademy-page .bd-logo-light{opacity:0}
html.dark .bookademy-page .bd-logo-dark{opacity:1}

.bd-drawer-shell{
  position:fixed;
  inset:0;
  z-index:110;
  pointer-events:none;
  visibility:hidden;
  transition:visibility 0s linear .32s;
}

.bd-drawer-shell.is-open{pointer-events:auto;visibility:visible;transition-delay:0s}
.bd-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,25,29,.52);opacity:0;transition:opacity .28s ease;cursor:pointer}
.bd-drawer-shell.is-open .bd-drawer-backdrop{opacity:1}

.bd-drawer{
  position:absolute;
  inset-block:0;
  right:0;
  width:min(92vw,410px);
  padding:max(10px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));
  display:grid;
  grid-template-rows:58px 1fr auto;
  color:var(--bd-ink);
  background:var(--bd-bg);
  border-left:1px solid var(--bd-border);
  box-shadow:-24px 0 70px rgba(3,25,29,.22);
  transform:translateX(104%);
  transition:transform .32s cubic-bezier(.22,1,.36,1);
  overflow:hidden;
}

.bd-drawer-shell.is-open .bd-drawer{transform:translateX(0)}
.bd-drawer-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border-bottom:1px solid var(--bd-border)}
.bd-drawer-head .bd-official-logo{justify-self:center}
.bd-drawer-head-spacer{width:44px}
.bd-drawer-page{overflow-y:auto;padding:20px 2px 18px;animation:bd-page-in .25s ease both}
.bd-drawer-page h2{margin:0 8px 16px;font-size:24px;line-height:1.5;color:var(--bd-ink)}
.bd-drawer-page nav{display:grid;gap:8px}

.bd-drawer-row,
.bd-drawer-category{
  width:100%;
  min-height:54px;
  padding:8px 10px;
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  gap:10px;
  text-align:right;
  border:1px solid var(--bd-border);
  border-radius:15px;
  background:var(--bd-card);
  cursor:pointer;
}

.bd-drawer-row-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--bd-primary-700);background:var(--bd-primary-100)}
.bd-drawer-row-icon svg{width:21px;height:21px}
.bd-drawer-chevron{width:18px;height:18px;color:var(--bd-muted)}
.bd-drawer-category{grid-template-columns:1fr auto;padding-inline:16px;font-weight:700}
.bd-drawer-category svg{width:18px}
html.dark .bookademy-page .bd-drawer-row-icon{color:var(--bd-primary-200);background:var(--bd-primary-800)}

.bd-drawer-leaves{grid-template-columns:1fr 1fr!important;gap:8px!important}
.bd-drawer-leaves a{min-height:48px;padding:10px 12px;display:flex;align-items:center;border-radius:13px;background:var(--bd-card);border:1px solid var(--bd-border);font-size:13px;line-height:1.65}
.bd-drawer-leaves .bd-drawer-all{grid-column:1/-1;justify-content:space-between;color:var(--bd-primary-700);font-weight:800;background:var(--bd-primary-100)}
.bd-drawer-all svg{width:18px}
html.dark .bookademy-page .bd-drawer-leaves .bd-drawer-all{color:var(--bd-primary-200);background:var(--bd-primary-800)}

.bd-drawer-login{min-height:52px;padding:0 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--bd-accent-500),var(--bd-accent-600));font-weight:800;box-shadow:0 10px 26px rgba(192,138,46,.22)}
.bd-drawer-login svg{width:20px;height:20px}

@keyframes bd-page-in{from{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:none}}

.bd-hero-wrap{padding-top:14px}
.bd-hero{
  position:relative;
  isolation:isolate;
  min-height:428px;
  padding:26px 20px 18px;
  overflow:visible;
  color:#f8fafc;
  border:1px solid rgba(199,222,225,.13);
  border-radius:24px;
  background:
    radial-gradient(circle at 8% 18%,rgba(95,168,176,.19),transparent 31%),
    linear-gradient(145deg,#03191d 0%,#062e33 58%,#08404a 100%);
  box-shadow:0 18px 48px rgba(3,25,29,.2),inset 0 0 0 1px rgba(232,181,96,.08);
}

.bd-hero::after{content:"";position:absolute;inset:8px;border:1px solid rgba(232,181,96,.18);border-radius:18px;pointer-events:none;z-index:-1}
.bd-hero-glow{position:absolute;inset:auto -80px -130px auto;width:290px;height:290px;border-radius:50%;background:rgba(19,107,118,.28);filter:blur(3px);z-index:-1}
.bd-hero-copy{position:relative;z-index:3}
.bd-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.02em;color:var(--bd-accent-200)}
.bd-eyebrow svg{width:16px;height:16px;color:var(--bd-accent-400)}

.bd-hero h1{
  margin:10px 0 8px;
  max-width:560px;
  font-size:clamp(31px,9vw,40px);
  line-height:1.43;
  letter-spacing:-.025em;
  color:#fff;
}

.bd-hero h1 em{display:block;font-style:normal;color:var(--bd-accent-200);background:linear-gradient(90deg,#f0ce87,#e8b560 52%,#f28a3a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.bd-hero-copy>p{margin:0;max-width:590px;color:#c7dee1;font-size:13px;line-height:1.95}

.bd-search{
  position:relative;
  z-index:20;
  height:52px;
  margin-top:16px;
  display:grid;
  grid-template-columns:24px 1fr auto;
  align-items:center;
  gap:8px;
  padding:5px 6px 5px 13px;
  color:#0f172a;
  border:1px solid rgba(255,255,255,.62);
  border-radius:15px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease;
}

.bd-search:focus-within{border-color:var(--bd-accent-400);box-shadow:0 18px 44px rgba(0,0,0,.23),0 0 0 4px rgba(232,181,96,.12);transform:translateY(-2px)}
.bd-search>svg{width:21px;height:21px;color:var(--bd-primary-700)}
.bd-search input{width:100%;height:100%;min-width:0;border:0;outline:0;background:transparent;color:#0f172a;font-size:12px}
.bd-search input::placeholder{color:#718084}
.bd-search-submit{height:40px;padding:0 16px;border:0;border-radius:11px;color:#fff;background:var(--bd-primary-700);font-size:11px;font-weight:800;cursor:pointer;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}
html:not(.dark):not([data-theme="dark"]) .bookademy-page .bd-search-submit:hover,
html:not(.dark):not([data-theme="dark"]) .bookademy-page .bd-search-submit:focus-visible{
  color:#fff!important;
  -webkit-text-fill-color:#fff;
  background:#063b43!important;
  box-shadow:0 8px 20px rgba(3,25,29,.25);
  transform:translateY(-1px);
}
html:not(.dark):not([data-theme="dark"]) .bookademy-page .bd-search-submit:focus-visible{
  outline:3px solid rgba(232,181,96,.55);
  outline-offset:2px;
}
.bd-search-clear{position:absolute;left:78px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:9px;background:#eef4f4;color:#475569;cursor:pointer}
.bd-search-clear svg{width:15px;height:15px}
.bd-live-results{position:absolute;top:calc(100% + 8px);inset-inline:0;padding:8px;display:grid;gap:5px;border:1px solid #dbe4e5;border-radius:15px;color:#0f172a;background:#fff;box-shadow:0 20px 55px rgba(3,25,29,.25)}
.bd-live-results a{min-height:56px;padding:5px;display:grid;grid-template-columns:36px 1fr 20px;align-items:center;gap:9px;border-radius:10px;transition:background .18s ease}
.bd-live-results a:hover{background:#f3f8f9}
.bd-live-results img{width:34px;height:46px;object-fit:cover;border-radius:4px;box-shadow:0 3px 8px rgba(0,0,0,.15)}
.bd-live-results span{display:grid;text-align:right;min-width:0}
.bd-live-results strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bd-live-results small{font-size:10px;color:#64748b}
.bd-live-results svg{width:17px;color:#0a4d56}
.bd-live-results p{margin:0;padding:12px;font-size:12px;text-align:center;color:#64748b}

.bd-hero-facts{margin-top:14px;display:flex;align-items:center;gap:0;color:#a7ced3;font-size:10px}
.bd-hero-facts span{padding-inline:10px;border-left:1px solid rgba(199,222,225,.18);white-space:nowrap}
.bd-hero-facts span:first-child{padding-right:0}
.bd-hero-facts span:last-child{border-left:0;padding-left:0}
.bd-hero-facts b{margin-left:2px;color:#fff;font-size:13px}

.bd-hero-art{position:relative;z-index:1;width:210px;height:118px;margin:10px auto -4px;perspective:800px}
.bd-hero-cover{position:absolute;bottom:0;width:69px;aspect-ratio:2/3;object-fit:cover;border-radius:7px;box-shadow:0 13px 28px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.22)}
.bd-hero-cover-front{left:70px;z-index:3;transform:translateY(-5px) scale(1.14)}
.bd-hero-cover-back{left:18px;z-index:1;transform:rotate(-9deg) translateY(4px)}
.bd-hero-cover-side{right:15px;z-index:2;transform:rotate(9deg) translateY(3px)}
.bd-hero-mark{position:absolute;left:-9px;top:-4px;width:56px;height:44px;opacity:.32;background:var(--bd-accent-400);-webkit-mask:url("../images/bookademy-redesign/brand/arrow-mark.png") center/contain no-repeat;mask:url("../images/bookademy-redesign/brand/arrow-mark.png") center/contain no-repeat}
.bd-hero-orbit{position:absolute;border:1px solid rgba(232,181,96,.18);border-radius:50%}
.bd-hero-orbit-one{width:180px;height:180px;left:15px;top:3px}
.bd-hero-orbit-two{width:140px;height:140px;left:34px;top:24px}

.bd-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}
.bd-section-heading>div{min-width:0}
.bd-section-heading>div>span{display:block;margin-bottom:5px;color:var(--bd-primary-600);font-size:11px;font-weight:800}
.bd-section-heading h2{margin:0;color:var(--bd-ink);font-size:25px;line-height:1.55;letter-spacing:-.015em}
.bd-section-heading p{margin:5px 0 0;color:var(--bd-muted);font-size:12px;line-height:1.85}

.bd-goals{padding-block:46px 8px}
.bd-goal-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:7px}
.bd-goal-grid::-webkit-scrollbar{display:none}
.bd-goal-grid button{flex:0 0 82%;min-height:116px;padding:14px;display:grid;grid-template-columns:48px 1fr 24px;align-items:center;gap:12px;scroll-snap-align:start;text-align:right;border:1px solid var(--bd-border);border-radius:18px;color:var(--bd-ink);background:var(--bd-card);box-shadow:var(--bd-shadow-soft);cursor:pointer;transition:transform .2s ease,border-color .2s ease}
.bd-goal-grid button:active{transform:scale(.985)}
.bd-goal-icon{width:48px;height:56px;display:grid;place-items:center;border-radius:14px;color:var(--bd-primary-700);background:var(--bd-primary-100)}
.bd-goal-icon svg{width:25px;height:25px}
.bd-goal-grid button>span:nth-child(2){display:grid;gap:5px}
.bd-goal-grid strong{font-size:16px;line-height:1.5}
.bd-goal-grid small{color:var(--bd-muted);font-size:11px;line-height:1.65}
.bd-goal-grid button>svg{width:20px;color:var(--bd-primary-600)}
html.dark .bookademy-page .bd-goal-icon{color:var(--bd-primary-200);background:var(--bd-primary-800)}

.bd-featured{
  position:relative;
  margin-top:46px;
  padding:18px;
  display:grid;
  grid-template-columns:116px 1fr;
  align-items:center;
  gap:18px;
  overflow:hidden;
  border:1px solid rgba(212,155,58,.32);
  border-radius:22px;
  background:var(--bd-card);
  box-shadow:var(--bd-shadow);
}

.bd-featured::before{content:"";position:absolute;width:210px;height:210px;right:-90px;bottom:-130px;border-radius:50%;background:var(--bd-primary-100);opacity:.7;pointer-events:none}
html.dark .bookademy-page .bd-featured::before{background:var(--bd-primary-800);opacity:.45}
.bd-featured-cover{position:relative;z-index:1;width:116px;height:174px;display:grid;place-items:center}
.bd-featured-halo{position:absolute;inset:18px -8px -6px;border-radius:60px 60px 16px 16px;background:color-mix(in srgb,var(--book-accent) 18%,var(--bd-primary-100));opacity:.8}
.bd-featured-cover img{position:relative;z-index:2;width:100px;height:150px;object-fit:cover;object-position:center;transform:scale(var(--cover-zoom));border-radius:5px;box-shadow:0 15px 28px rgba(3,25,29,.24)}
.bd-featured-mark{position:absolute;z-index:3;left:-2px;bottom:3px;width:35px;height:28px;background:var(--bd-accent-500);-webkit-mask:url("../images/bookademy-redesign/brand/arrow-mark.png") center/contain no-repeat;mask:url("../images/bookademy-redesign/brand/arrow-mark.png") center/contain no-repeat}
.bd-featured-copy{position:relative;z-index:2;min-width:0}
.bd-featured-copy .bd-eyebrow{color:var(--bd-primary-600)}
html.dark .bookademy-page .bd-featured-copy .bd-eyebrow{color:var(--bd-primary-200)}
.bd-featured-copy h2{margin:6px 0 0;font-size:24px;line-height:1.5;color:var(--bd-ink)}
.bd-featured-author{color:var(--bd-accent-600);font-size:11px;font-weight:700}
.bd-featured-copy p{margin:8px 0 0;color:var(--bd-muted);font-size:11px;line-height:1.75}
.bd-featured-copy ul{display:none}
.bd-primary-action{width:max-content;min-height:42px;margin-top:12px;padding:0 15px;display:inline-flex;align-items:center;gap:8px;border-radius:12px;color:#fff!important;background:var(--bd-primary-700);font-size:11px;font-weight:800;box-shadow:0 8px 20px rgba(10,77,86,.18)}
.bd-primary-action svg{width:17px;height:17px}

.bd-latest-books{padding-block:48px 4px}
.bd-text-link{display:none;align-items:center;gap:7px;color:var(--bd-primary-700);font-size:12px;font-weight:800;white-space:nowrap}
.bd-text-link svg{width:18px}
html.dark .bookademy-page .bd-text-link{color:var(--bd-primary-200)}

.bd-topic-shelf{scroll-margin-top:78px;padding-block:44px 48px;border-block:1px solid rgba(10,77,86,.065)}
.bd-topic-shelf.is-personal{background:var(--bd-primary-100)}
.bd-topic-shelf.is-business{background:var(--bd-card)}
html.dark .bookademy-page .bd-topic-shelf.is-personal{background:#042429;border-color:rgba(199,222,225,.07)}
html.dark .bookademy-page .bd-topic-shelf.is-business{background:var(--bd-primary-900);border-color:rgba(199,222,225,.07)}
.bd-book-categories{margin:-2px 0 20px;display:flex;gap:7px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:2px 1px 5px}
.bd-book-categories::-webkit-scrollbar{display:none}
.bd-book-categories button{min-height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;border:0;border-radius:12px;color:var(--bd-ink-soft);background:var(--bd-card);font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s}
.bd-book-categories button svg{width:18px;height:18px;flex:0 0 auto;stroke-width:1.8;color:var(--bd-primary-600)}
.bd-topic-shelf.is-business .bd-book-categories button{background:var(--bd-primary-50)}
.bd-book-categories button:active{transform:scale(.98)}
.bd-book-categories button.is-active{color:#fff;background:var(--bd-primary-700)!important;box-shadow:0 8px 20px rgba(10,77,86,.17)}
.bd-book-categories button.is-active svg{color:var(--bd-accent-400)}
html.dark .bookademy-page .bd-book-categories button{color:var(--bd-ink-soft);background:var(--bd-primary-800)}
html.dark .bookademy-page .bd-book-categories button svg{color:var(--bd-primary-200)}
html.dark .bookademy-page .bd-book-categories button.is-active{color:#fff;background:var(--bd-primary-600)!important}

.bd-authors{padding-block:52px 56px}
.bd-author-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 8px}
.bd-author-rail::-webkit-scrollbar{display:none}
.bd-author-card{flex:0 0 86%;min-width:0;min-height:132px;padding:13px;display:grid;grid-template-columns:86px minmax(0,1fr) 30px;align-items:center;gap:13px;scroll-snap-align:start;border:1px solid var(--bd-border);border-radius:19px;color:var(--bd-ink);background:var(--bd-card);box-shadow:var(--bd-shadow-soft);transition:transform .2s ease,border-color .2s ease}
.bd-author-card:active{transform:scale(.985)}
.bd-author-portrait{position:relative;width:86px;aspect-ratio:1;display:block;overflow:hidden;border:1px solid var(--bd-border);border-radius:20px;background:var(--bd-primary-100);box-shadow:0 9px 19px rgba(3,25,29,.14)}
.bd-author-portrait::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.bd-author-portrait img{width:100%;height:100%;object-fit:cover}
.bd-author-portrait.is-fallback{display:grid;place-items:center;border-color:rgba(180,124,54,.3);background:linear-gradient(145deg,var(--bd-primary-800),var(--bd-primary-500))}
.bd-author-monogram{position:relative;z-index:1;color:#fff4d8;font-family:var(--font-peyda,"Peyda",sans-serif);font-size:39px;font-weight:900;line-height:1;text-shadow:0 3px 12px rgba(0,0,0,.18)}
.bd-author-portrait.is-fallback::before{content:"";position:absolute;width:54px;height:18px;inset:auto -8px 12px auto;border-block:4px solid rgba(255,244,216,.22);transform:rotate(-32deg);border-radius:99px}
.bd-author-copy{min-width:0;display:grid;gap:3px}
.bd-author-copy small{overflow:hidden;color:var(--bd-muted);font-size:9px;line-height:1.6;text-overflow:ellipsis;white-space:nowrap}
.bd-author-copy strong{font-size:17px;line-height:1.55;color:var(--bd-ink)}
.bd-author-copy span{display:-webkit-box;overflow:hidden;color:var(--bd-primary-600);font-size:10px;font-weight:800;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.bd-author-copy span em{padding-inline:2px;font-style:normal;opacity:.55}
html.dark .bookademy-page .bd-author-copy span{color:var(--bd-primary-200)}
.bd-author-card>svg{width:21px;height:21px;color:var(--bd-primary-600)}
html.dark .bookademy-page .bd-author-card>svg{color:var(--bd-primary-200)}
.bd-authors-mobile-link{width:max-content;min-height:42px;margin:13px auto 0;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--bd-primary-700);border:1px solid var(--bd-border);border-radius:12px;background:var(--bd-card);font-size:11px;font-weight:850;box-shadow:var(--bd-shadow-soft)}
.bd-authors-mobile-link svg{width:17px;height:17px}
html.dark .bookademy-page .bd-authors-mobile-link{color:var(--bd-primary-200)}

.bd-rail-shell{position:relative}
.bd-book-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;padding:2px 1px 7px}
.bd-book-rail::-webkit-scrollbar{display:none}
.bd-book-card{flex:0 0 calc((100% - 12px)/2.12);min-width:0;display:block;scroll-snap-align:start;color:var(--bd-ink);transition:transform .22s ease}
.bd-book-card:active{transform:scale(.985)}
.bd-book-cover-wrap{position:relative;width:100%;aspect-ratio:2/3;display:block;overflow:hidden;border:1px solid color-mix(in srgb,var(--book-accent) 30%,var(--bd-border));border-radius:9px;background:#fff;box-shadow:0 13px 25px rgba(3,25,29,.16),4px 0 0 color-mix(in srgb,var(--book-accent) 30%,#fff)}
.bd-book-cover-wrap::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28),inset -6px 0 10px rgba(0,0,0,.035)}
.bd-book-cover-wrap>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(var(--cover-zoom));transition:transform .35s ease}
.bd-book-card:hover .bd-book-cover-wrap>img{transform:scale(calc(var(--cover-zoom) + .025))}
.bd-book-badges{position:absolute;z-index:3;top:8px;right:8px;left:8px;display:flex;align-items:center;justify-content:space-between;gap:5px;pointer-events:none}
.bd-audio-badge{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(3,25,29,.82);box-shadow:0 4px 12px rgba(0,0,0,.18)}
.bd-audio-badge svg{width:16px;height:16px}
.bd-pro-badge{height:28px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.34);border-radius:9px;color:#fff4d5;background:linear-gradient(135deg,#74500f,#c08a2e);font-family:Montserrat,Arial,sans-serif;font-size:8px;font-weight:800;letter-spacing:.06em;box-shadow:0 5px 13px rgba(78,54,7,.24)}
.bd-pro-badge svg{width:12px;height:12px}
.bd-book-open{position:absolute;z-index:3;left:8px;bottom:8px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#fff;background:rgba(3,25,29,.8);opacity:0;transform:translateY(5px);transition:opacity .2s,transform .2s}
.bd-book-open svg{width:17px}
.bd-book-card:hover .bd-book-open,.bd-book-card:focus-visible .bd-book-open{opacity:1;transform:none}
.bd-book-copy{padding:11px 2px 0;display:grid;text-align:center;gap:2px}
.bd-book-copy strong{font-size:15px;line-height:1.55;color:var(--bd-ink)}
.bd-book-copy small{color:var(--bd-muted);font-size:11px;line-height:1.55}
.bd-rail-controls{display:none;margin-top:20px;align-items:center;justify-content:flex-end;gap:8px}
.bd-rail-controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--bd-border);border-radius:13px;color:var(--bd-primary-700);background:var(--bd-card);cursor:pointer}
.bd-rail-controls svg{width:19px}
html.dark .bookademy-page .bd-rail-controls button{color:var(--bd-primary-200)}
.bd-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--bd-muted);border:1px dashed var(--bd-border);border-radius:18px;background:var(--bd-card)}
.bd-empty svg{width:30px;height:30px}
.bd-empty p{margin:0;font-size:12px}

.bd-membership{position:relative;margin:52px auto;padding:25px 20px;display:grid;grid-template-columns:52px 1fr;gap:14px;overflow:hidden;color:#f8fafc;border:1px solid rgba(232,181,96,.3);border-radius:22px;background:#062e33;box-shadow:0 18px 42px rgba(3,25,29,.16)}
.bd-membership::after{content:"";position:absolute;left:-100px;top:-110px;width:250px;height:250px;border-radius:50%;border:45px solid rgba(232,181,96,.08)}
.bd-membership-icon{position:relative;z-index:1;width:52px;height:58px;display:grid;place-items:center;border:1px solid rgba(232,181,96,.34);border-radius:15px;color:var(--bd-accent-400);background:#08404a}
.bd-membership-icon svg{width:27px;height:27px}
.bd-membership>div:nth-child(2){position:relative;z-index:1}
.bd-membership span{color:var(--bd-accent-400);font-size:10px;font-weight:800}
.bd-membership h2{margin:3px 0 5px;font-size:21px;line-height:1.55;color:#fff}
.bd-membership p{margin:0;color:#c7dee1;font-size:11px;line-height:1.8}
.bd-membership>a{position:relative;z-index:1;grid-column:1/-1;min-height:46px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;color:#1f250f;background:linear-gradient(135deg,var(--bd-accent-400),var(--bd-accent-500));font-size:12px;font-weight:900;box-shadow:0 9px 22px rgba(192,138,46,.22)}
.bd-membership>a svg{width:18px}

.bd-newsletter{margin-bottom:36px;border-block:1px solid rgba(199,222,225,.13);color:#f8fafc;background:#03191d}
.bd-newsletter-inner{padding-block:30px}
.bd-newsletter-copy{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:12px}
.bd-newsletter-icon{width:46px;height:48px;display:grid;place-items:center;border:1px solid rgba(232,181,96,.28);border-radius:14px;color:var(--bd-accent-400);background:#062e33}
.bd-newsletter-icon svg{width:23px}
.bd-newsletter h2{margin:0;color:#fff;font-size:21px;line-height:1.55}
.bd-newsletter p{margin:3px 0 0;color:#a7ced3;font-size:11px}
.bd-newsletter form{margin-top:17px;display:grid;grid-template-columns:1fr;gap:8px}
.bd-newsletter input{width:100%;height:48px;padding:0 14px;border:1px solid rgba(199,222,225,.18);border-radius:13px;outline:0;color:#fff;background:#062e33;font-size:12px;transition:border .2s,box-shadow .2s}
.bd-newsletter input:focus{border-color:var(--bd-accent-400);box-shadow:0 0 0 4px rgba(232,181,96,.1)}
.bd-newsletter input::placeholder{color:#79999e}
.bd-newsletter form button{height:48px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;color:#202714;background:linear-gradient(135deg,var(--bd-accent-400),var(--bd-accent-500));font-size:12px;font-weight:900;cursor:pointer}
.bd-newsletter form button svg{width:17px}
.bd-newsletter-status{min-height:16px;margin-top:8px!important;text-align:center;color:#a7ced3!important}
.bd-newsletter-status.is-error{color:#ffb4ad!important}
.bd-newsletter-status.is-success{color:#9bd8b9!important}

.bd-footer{padding-bottom:94px!important;color:#c7dee1;background:#03191d!important}
.bd-footer-grid{padding-block:30px 24px;display:grid;gap:12px}
.bd-footer-brand{text-align:center;padding-bottom:14px}
.bd-footer-brand .bd-official-logo{width:128px;height:54px;margin:0 auto}
.bd-footer .bd-logo-light{opacity:0!important}
.bd-footer .bd-logo-dark{opacity:1!important}
.bd-footer-brand p{margin:7px 0 14px;color:#8fb2b8;font-size:11px}
.bd-socials{display:flex;justify-content:center;gap:8px}
.bd-socials a{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(199,222,225,.15);border-radius:12px;color:#c7dee1;background:#062e33;font-size:15px;font-weight:900;transition:color .2s,border-color .2s,transform .2s}
.bd-socials a:hover{color:var(--bd-accent-400);border-color:rgba(232,181,96,.4);transform:translateY(-2px)}
.bd-socials svg{width:18px;height:18px}
.bd-footer-group{border-bottom:1px solid rgba(199,222,225,.12)}
.bd-footer-group summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;list-style:none;color:#f8fafc;font-family:var(--font-heading);font-size:14px;font-weight:800;cursor:pointer}
.bd-footer-group summary::-webkit-details-marker{display:none}
.bd-footer-group summary svg{width:18px;transition:transform .2s}
.bd-footer-group[open] summary svg{transform:rotate(-90deg)}
.bd-footer-group>div{padding:0 2px 14px;display:grid;gap:9px}
.bd-footer-group a{color:#9eb8bc;font-size:11px;line-height:1.7}
.bd-footer-contact{padding-top:12px;display:grid;gap:8px;text-align:center}
.bd-footer-contact strong{color:#fff;font-size:14px}
.bd-footer-contact>a{color:#9eb8bc;font-size:11px}
.bd-footer-contact-button{min-height:44px;margin-top:5px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(232,181,96,.28);border-radius:12px;color:var(--bd-accent-400)!important}
.bd-footer-contact-button svg{width:17px}
.bd-footer-bottom{padding-block:18px;display:grid;gap:9px;text-align:center;border-top:1px solid rgba(199,222,225,.1);color:#718f94;font-size:10px}
.bd-footer-bottom>span:last-child{display:flex;justify-content:center;gap:16px}

.bd-bottom-nav{
  position:fixed;
  z-index:80;
  right:10px;
  left:10px;
  bottom:max(8px,env(safe-area-inset-bottom));
  height:70px;
  padding:6px 7px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  border:1px solid rgba(167,206,211,.26);
  border-radius:22px;
  background:rgba(255,255,255,.93);
  box-shadow:0 16px 45px rgba(3,25,29,.2);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}

html.dark .bookademy-page .bd-bottom-nav{background:rgba(6,46,51,.94);border-color:rgba(199,222,225,.14);box-shadow:0 18px 48px rgba(0,0,0,.35)}
.bd-bottom-nav a,.bd-bottom-nav button{position:relative;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:16px;color:var(--bd-muted);background:transparent;font-size:9px;cursor:pointer}
.bd-bottom-nav svg{width:20px;height:20px;stroke-width:1.8}
.bd-bottom-nav a.is-active{color:var(--bd-primary-700)}
html.dark .bookademy-page .bd-bottom-nav a.is-active{color:var(--bd-primary-200)}
.bd-bottom-nav .bd-discover{height:62px;margin-top:-19px;color:#1d2513;background:linear-gradient(145deg,var(--bd-accent-400),var(--bd-accent-500));box-shadow:0 9px 22px rgba(192,138,46,.28);border:3px solid var(--bd-bg);font-weight:900}
.bd-bottom-nav .bd-discover svg{width:24px;height:24px}

.bookademy-page :focus-visible{outline:3px solid color-mix(in srgb,var(--bd-accent-400) 75%,white);outline-offset:3px}

@media (min-width:601px){
  .bd-container{width:min(100% - 48px,1344px)}
  .bd-header-inner{width:min(100% - 48px,1344px)}
  .bd-hero{padding:38px 34px;min-height:430px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);align-items:center;gap:26px}
  .bd-hero h1{font-size:44px}
  .bd-hero-copy>p{font-size:14px}
  .bd-search{max-width:570px}
  .bd-hero-art{width:310px;height:280px;margin:0 auto}
  .bd-hero-cover{width:112px;border-radius:10px}
  .bd-hero-cover-front{left:100px;transform:translateY(-18px) scale(1.15)}
  .bd-hero-cover-back{left:13px;transform:rotate(-10deg) translateY(10px)}
  .bd-hero-cover-side{right:12px;transform:rotate(9deg) translateY(12px)}
  .bd-hero-mark{left:0;top:15px;width:82px;height:64px}
  .bd-hero-orbit-one{width:310px;height:310px;left:0;top:-10px}
  .bd-hero-orbit-two{width:250px;height:250px;left:30px;top:20px}
  .bd-goal-grid button{flex-basis:46%}
  .bd-featured{grid-template-columns:180px 1fr;padding:28px;gap:30px}
  .bd-featured-cover{width:180px;height:270px}
  .bd-featured-cover img{width:154px;height:231px}
  .bd-featured-copy h2{font-size:31px}
  .bd-featured-copy p{font-size:13px}
  .bd-featured-copy ul{margin:14px 0 0;padding:0;display:grid;gap:7px;list-style:none;color:var(--bd-ink-soft);font-size:11px}
  .bd-featured-copy li{display:flex;align-items:center;gap:7px}
  .bd-featured-copy li svg{width:16px;color:var(--bd-primary-600)}
  .bd-book-card{flex-basis:calc((100% - 36px)/3.35)}
  .bd-rail-controls{display:flex}
  .bd-author-card{flex-basis:48%}
  .bd-membership{grid-template-columns:64px 1fr auto;align-items:center;padding:30px}
  .bd-membership-icon{width:64px;height:70px}
  .bd-membership h2{font-size:27px}
  .bd-membership p{font-size:12px}
  .bd-membership>a{grid-column:auto;min-width:175px}
  .bd-newsletter form{grid-template-columns:1fr auto}
  .bd-newsletter form button{min-width:180px}
  .bd-newsletter-status{text-align:right}
}

@media (min-width:900px){
  .bd-bottom-nav{display:none}
  .bd-footer{padding-bottom:0!important}
  .bd-footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr;gap:42px;padding-block:48px 38px}
  .bd-footer-brand{text-align:right;padding:0}
  .bd-footer-brand .bd-official-logo{margin:0;width:145px;height:58px}
  .bd-socials{justify-content:flex-start}
  .bd-footer-group{border:0}
  .bd-footer-group summary{min-height:auto;margin-bottom:17px;pointer-events:none;font-size:15px}
  .bd-footer-group summary svg{display:none}
  .bd-footer-group>div,.bd-footer-group:not([open])>div{display:grid!important;padding:0;gap:10px}
  .bd-footer-group a{font-size:12px}
  .bd-footer-contact{padding:0;text-align:right;align-content:start}
  .bd-footer-contact strong{margin-bottom:9px;font-size:15px}
  .bd-footer-contact>a{font-size:12px}
  .bd-footer-contact-button{width:max-content;min-width:160px}
  .bd-footer-bottom{grid-template-columns:1fr 1fr;text-align:right}
  .bd-footer-bottom>span:last-child{justify-content:flex-end}
  .bd-newsletter{margin-bottom:0}
}

@media (min-width:1024px){
  .bd-header{height:76px}
  .bd-header-inner{width:min(1344px,calc(100% - 48px));grid-template-columns:145px 1fr auto;gap:28px}
  .bd-menu-trigger{display:none}
  .bd-header-logo{grid-column:1;justify-self:start}
  .bd-header-logo .bd-official-logo{width:128px;height:48px}
  .bd-desktop-nav{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.8vw,28px)}
  .bd-desktop-nav a{position:relative;min-height:44px;display:flex;align-items:center;color:var(--bd-ink-soft);font-size:12px;font-weight:700;white-space:nowrap}
  .bd-desktop-nav a::after{content:"";position:absolute;right:0;left:100%;bottom:5px;height:2px;border-radius:2px;background:var(--bd-accent-500);transition:left .22s ease}
  .bd-desktop-nav a:hover::after,.bd-desktop-nav a.is-active::after{left:0}
  .bd-desktop-nav a.is-active{color:var(--bd-primary-700)}
  html.dark .bookademy-page .bd-desktop-nav a.is-active{color:var(--bd-primary-200)}
  .bd-header-actions{grid-column:3;gap:9px}
  .bd-account-link{height:44px;padding:0 14px;display:flex;align-items:center;gap:7px;border:1px solid var(--bd-border);border-radius:13px;color:var(--bd-ink-soft);background:var(--bd-card);font-size:11px;font-weight:800}
  .bd-account-link svg{width:18px}
  .bd-drawer-shell{display:none}

  .bd-hero-wrap{padding-top:22px}
  .bd-hero{min-height:470px;padding:52px 58px;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);border-radius:30px}
  .bd-hero::after{inset:11px;border-radius:22px}
  .bd-hero h1{font-size:52px;line-height:1.38}
  .bd-hero h1 em{display:block}
  .bd-hero-copy>p{font-size:15px;line-height:2}
  .bd-search{height:58px;margin-top:22px;border-radius:17px}
  .bd-search-submit{height:46px;min-width:90px;font-size:12px}
  .bd-search input{font-size:13px}
  .bd-search-clear{left:103px}
  .bd-hero-facts{margin-top:18px;font-size:11px}
  .bd-hero-facts b{font-size:16px}
  .bd-hero-art{width:400px;height:335px}
  .bd-hero-cover{width:134px}
  .bd-hero-cover-front{left:133px}
  .bd-hero-cover-back{left:25px}
  .bd-hero-cover-side{right:20px}
  .bd-hero-mark{left:5px;top:5px;width:105px;height:82px}
  .bd-hero-orbit-one{width:380px;height:380px;left:10px;top:-24px}
  .bd-hero-orbit-two{width:302px;height:302px;left:49px;top:15px}

  .bd-section-heading{margin-bottom:24px}
  .bd-section-heading>div>span{font-size:12px}
  .bd-section-heading h2{font-size:32px}
  .bd-section-heading p{font-size:13px}
  .bd-goals{padding-block:64px 6px}
  .bd-goal-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;gap:14px}
  .bd-goal-grid button{min-height:126px;padding:18px;grid-template-columns:56px 1fr 26px}
  .bd-goal-icon{width:56px;height:64px}
  .bd-goal-icon svg{width:29px;height:29px}
  .bd-goal-grid strong{font-size:18px}
  .bd-goal-grid small{font-size:12px}
  .bd-goal-grid button:hover{transform:translateY(-4px);border-color:rgba(19,107,118,.25);box-shadow:0 18px 42px rgba(6,46,51,.1)}

  .bd-featured{margin-top:58px;padding:40px 70px;grid-template-columns:280px 1fr;gap:70px;border-radius:28px}
  .bd-featured-cover{width:280px;height:370px}
  .bd-featured-cover img{width:220px;height:330px}
  .bd-featured-halo{inset:36px 0 -15px;border-radius:120px 120px 22px 22px}
  .bd-featured-mark{left:12px;bottom:10px;width:56px;height:44px}
  .bd-featured-copy{max-width:610px}
  .bd-featured-copy h2{font-size:39px}
  .bd-featured-author{font-size:13px}
  .bd-featured-copy p{font-size:14px;line-height:2}
  .bd-featured-copy ul{font-size:13px;gap:10px}
  .bd-primary-action{min-height:48px;padding:0 20px;font-size:12px}

  .bd-latest-books{padding-block:72px 6px}
  .bd-text-link{display:flex}
  .bd-topic-shelf{scroll-margin-top:92px;padding-block:64px 68px}
  .bd-book-categories{margin-bottom:28px;flex-wrap:wrap;overflow:visible;gap:9px;padding:0}
  .bd-book-categories button{min-height:46px;padding-inline:17px;font-size:12px}
  .bd-book-rail{gap:18px;padding-bottom:10px}
  .bd-book-card{flex-basis:calc((100% - 72px)/5.32)}
  .bd-book-copy{padding-top:13px}
  .bd-book-copy strong{font-size:17px}
  .bd-book-copy small{font-size:12px}
  .bd-book-cover-wrap{border-radius:11px;box-shadow:0 17px 31px rgba(3,25,29,.17),5px 0 0 color-mix(in srgb,var(--book-accent) 28%,#fff)}

  .bd-authors{padding-block:72px 78px}
  .bd-author-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;overflow:visible;padding:0}
  .bd-author-featured-list{grid-template-columns:repeat(6,minmax(0,1fr))}
  .bd-author-featured-list>.bd-author-card{grid-column:span 2}
  .bd-author-featured-list>.bd-author-card:nth-child(4){grid-column:2/span 2}
  .bd-author-featured-list>.bd-author-card:nth-child(5){grid-column:4/span 2}
  .bd-author-card{min-height:150px;padding:15px;grid-template-columns:98px minmax(0,1fr) 32px;gap:15px}
  .bd-author-portrait{width:98px;border-radius:22px}
  .bd-author-copy small{font-size:10px}
  .bd-author-copy strong{font-size:19px}
  .bd-author-copy span{font-size:11px}
  .bd-author-card:hover{transform:translateY(-3px);border-color:rgba(19,107,118,.24)}
  .bd-authors-mobile-link{display:none}

  .bd-membership{margin:72px auto;padding:36px 42px;border-radius:26px;grid-template-columns:74px 1fr auto;gap:22px}
  .bd-membership-icon{width:74px;height:80px;border-radius:19px}
  .bd-membership-icon svg{width:34px;height:34px}
  .bd-membership h2{font-size:32px}
  .bd-membership p{font-size:13px}
  .bd-membership>a{min-height:50px;min-width:205px}
  .bd-newsletter-inner{min-height:155px;padding-block:30px;display:grid;grid-template-columns:1fr minmax(440px,.8fr);align-items:center;column-gap:60px}
  .bd-newsletter-copy{grid-template-columns:58px 1fr}
  .bd-newsletter-icon{width:58px;height:62px;border-radius:17px}
  .bd-newsletter h2{font-size:28px}
  .bd-newsletter p{font-size:12px}
  .bd-newsletter form{margin-top:0}
  .bd-newsletter-status{grid-column:2;margin-top:-20px!important}
}

@media (min-width:1280px){
  .bd-book-card{flex-basis:calc((100% - 90px)/5.45)}
}

@media (max-width:380px){
  .bd-container{width:min(100% - 20px,1344px)}
  .bd-hero{padding-inline:16px}
  .bd-hero h1{font-size:29px}
  .bd-hero-facts{font-size:9px}
  .bd-hero-facts span{padding-inline:7px}
  .bd-featured{grid-template-columns:102px 1fr;gap:13px;padding:15px}
  .bd-featured-cover{width:102px;height:153px}
  .bd-featured-cover img{width:90px;height:135px}
  .bd-featured-copy h2{font-size:21px}
  .bd-book-copy strong{font-size:14px}
  .bd-drawer-leaves{grid-template-columns:1fr!important}
}

@media (prefers-reduced-motion:reduce){
  .bookademy-page *,
  .bookademy-page *::before,
  .bookademy-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* WordPress integration: preserve the prototype geometry while using the live newsletter service. */
.bookademy-page .bd-newsletter .bf-form{
  margin-top:17px;
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}
.bookademy-page .bd-newsletter .bf-fields,
.bookademy-page .bd-newsletter .bf-field--email,
.bookademy-page .bd-newsletter .bf-form__actions{display:contents}
.bookademy-page .bd-newsletter .bf-field--hidden,
.bookademy-page .bd-newsletter .bf-honeypot,
.bookademy-page .bd-newsletter .bf-label,
.bookademy-page .bd-newsletter .bf-error{display:none!important}
.bookademy-page .bd-newsletter .bf-control{margin:0}
.bookademy-page .bd-newsletter .bf-submit{position:relative;margin:0}
.bookademy-page .bd-newsletter .bf-submit__label{display:inline-flex;align-items:center;gap:8px}
.bookademy-page .bd-newsletter .bf-submit__label::after{content:"←";font-size:17px;line-height:1}
.bookademy-page .bd-newsletter .bf-submit__loader{display:none}
.bookademy-page .bd-newsletter .bf-form__status{grid-column:1/-1;min-height:16px;margin:0!important;text-align:center;color:#a7ced3;font-size:11px}
.bookademy-page .bd-newsletter .bf-form__status.is-error{color:#ffb4ad}
.bookademy-page .bd-newsletter .bf-form__status.is-success{color:#9bd8b9}
.bookademy-page .bd-newsletter .bf-form.is-submitting .bf-submit{opacity:.72;cursor:wait}
.bookademy-page [hidden]{display:none!important}

@media (min-width:601px){
  .bookademy-page .bd-newsletter .bf-form{grid-template-columns:1fr auto}
  .bookademy-page .bd-newsletter .bf-submit{min-width:180px}
  .bookademy-page .bd-newsletter .bf-form__status{text-align:right}
}

@media (min-width:1024px){
  .bookademy-page .bd-newsletter .bf-form{margin-top:0}
  .bookademy-page .bd-newsletter .bf-form__status{margin-top:-20px!important}
}
