:root {
  --academy-blue: #0877ff;
  --academy-blue-deep: #045bda;
  --academy-orange: #ff6a13;
  --academy-ink: #1d1a14;
  --academy-muted: #686b72;
  --academy-line: #e5e7eb;
  --academy-soft: #f2f7ff;
  --academy-radius: 26px;
}

body.goody-modern {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--academy-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.goody-modern *,
.goody-modern *::before,
.goody-modern *::after {
  box-sizing: border-box;
}

.goody-modern a {
  text-decoration: none;
}

.goody-modern img {
  max-width: 100%;
}

.goody-modern .gc-shell {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.goody-modern-skip {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 9999;
  border-radius: 12px;
  background: #fff;
  color: var(--academy-ink);
  padding: 10px 16px;
  font-weight: 800;
}

.goody-modern-skip:focus {
  top: 10px;
}

.goody-modern-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 20px 20px 0;
}

.admin-bar .goody-modern-header {
  top: 32px;
}

.goody-modern-header__bar {
  width: min(1280px, 100%);
  min-height: 58px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 999px;
  background: #1d1a14;
  color: #fff;
  padding: 0 26px;
  box-shadow: 0 12px 32px rgba(14, 20, 28, .12);
}

.goody-modern-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.goody-modern-brand img {
  width: auto;
  height: 27px;
  object-fit: contain;
}

.goody-modern-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.65vw, 28px);
  margin-left: auto;
}

.goody-modern-nav a {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease;
}

.goody-modern-nav a:hover,
.goody-modern-nav a.is-active {
  color: #fff;
}

.goody-modern-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 8px;
  height: 3px;
  border-radius: 99px;
  background: var(--academy-orange);
}

.goody-modern-actions {
  display: flex;
  gap: 8px;
  margin-left: 4px;
}

.goody-modern-actions a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  padding: 0 14px;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}

.goody-modern-actions a:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .08);
}

.goody-modern-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: transparent;
  padding: 10px;
}

.goody-modern-menu-button span:not(.screen-reader-text) {
  width: 18px;
  height: 2px;
  display: block;
  margin: 2px auto;
  border-radius: 4px;
  background: #fff;
}

.goody-modern-mobile-nav {
  width: min(1280px, 100%);
  margin: 10px auto 0;
  border-radius: 24px;
  background: #1d1a14;
  padding: 12px;
  box-shadow: 0 18px 48px rgba(14, 20, 28, .22);
}

.goody-modern-mobile-nav[hidden] {
  display: none;
}

.goody-modern-mobile-nav a {
  display: block;
  border-radius: 14px;
  color: rgba(255, 255, 255, .78);
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 700;
}

.goody-modern-mobile-nav a:hover,
.goody-modern-mobile-nav a.is-active {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.goody-modern-mobile-nav .goody-modern-mobile-nav__cta {
  margin-top: 6px;
  background: var(--academy-blue);
  color: #fff;
  text-align: center;
}

.goody-modern-main {
  min-height: 60vh;
}

.goody-modern .page-hero {
  isolation: isolate;
  padding: 158px 0 82px;
  background:
    radial-gradient(circle at 80% 12%, rgba(50, 132, 255, .25), transparent 34%),
    linear-gradient(135deg, #f3f8ff 0%, #e8f2ff 55%, #dbeaff 100%);
  color: var(--academy-ink);
}

.goody-modern .page-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -42% 46%;
  height: 88%;
  border: 1px solid rgba(8, 119, 255, .18);
  border-radius: 50%;
  transform: rotate(-11deg);
  background: transparent;
  pointer-events: none;
}

.goody-modern .page-hero .gc-shell {
  max-width: 1200px;
}

.goody-modern .page-hero h1 {
  color: var(--academy-ink);
  font-size: clamp(40px, 5.2vw, 70px);
  line-height: 1.06;
  letter-spacing: -.055em;
}

.goody-modern .page-hero p {
  max-width: 690px;
  color: #5f6570;
  font-size: 17px;
  line-height: 1.85;
}

.goody-modern .academy-hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}

.goody-modern .academy-hero .service-hero-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(36px, 6vw, 84px);
}

.goody-modern .academy-hero__eyebrow,
.goody-modern .archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--academy-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.goody-modern .academy-hero__eyebrow::before,
.goody-modern .archive-hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--academy-orange);
}

.goody-modern .academy-hero__subtitle {
  max-width: 640px;
  margin: -4px 0 20px;
  color: var(--academy-ink);
  font-size: clamp(28px, 3.4vw, 45px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.goody-modern .academy-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.goody-modern .academy-hero__actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--academy-blue);
  border-radius: 999px;
  color: var(--academy-blue);
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
}

.goody-modern .academy-hero__actions a:first-child {
  background: var(--academy-blue);
  color: #fff;
}

.goody-modern .academy-hero .service-hero-image {
  aspect-ratio: 16 / 10;
  border: 0;
  border-radius: 34px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 30px 80px rgba(31, 102, 205, .18);
}

.goody-modern .section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.goody-modern .section-head h2,
.goody-modern .academy-side h2 {
  color: var(--academy-ink);
}

.goody-modern .section-head h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.goody-modern .section-head p {
  color: var(--academy-muted);
  line-height: 1.8;
}

.goody-modern .section-head--row {
  max-width: none;
  align-items: end;
}

.goody-modern .text-link {
  color: var(--academy-blue);
  white-space: nowrap;
}

.goody-modern .academy-series-section {
  padding: 96px 0 106px;
  background: #fff;
}

.goody-modern .academy-series-grid {
  gap: 0;
  border-top: 1px solid var(--academy-line);
  border-bottom: 1px solid var(--academy-line);
}

.goody-modern .academy-series-grid article {
  min-height: 280px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 42px 46px 44px 0;
}

.goody-modern .academy-series-grid article + article {
  border-left: 1px solid var(--academy-line);
  padding-right: 0;
  padding-left: 46px;
}

.goody-modern .academy-series-grid span {
  color: var(--academy-orange);
  letter-spacing: .08em;
}

.goody-modern .academy-series-grid h3 {
  color: var(--academy-ink);
  font-size: clamp(26px, 2.4vw, 36px);
  letter-spacing: -.03em;
}

.goody-modern .academy-series-grid p {
  max-width: 510px;
  color: var(--academy-muted);
  line-height: 1.8;
}

.goody-modern .academy-series-grid a {
  min-height: 36px;
  border: 1px solid #dce9fb;
  background: #f4f8ff;
  color: var(--academy-blue);
}

.goody-modern .academy-blog {
  padding: 94px 0 102px;
  background: #f7f9fc;
}

.goody-modern .academy-filter-bar {
  margin-bottom: 34px;
  gap: 8px;
}

.goody-modern .academy-filter-bar a {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #686c74;
  padding: 0 14px;
  font-weight: 700;
}

.goody-modern .academy-filter-bar a:hover {
  color: var(--academy-blue);
}

.goody-modern .academy-filter-bar a.is-active {
  background: var(--academy-blue);
  color: #fff;
}

.goody-modern .category-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.goody-modern .category-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: var(--academy-radius);
  background: #fff;
  padding: 30px;
  box-shadow: none;
}

.goody-modern .category-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -58px;
  top: -58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}

.goody-modern .category-card:nth-child(6n + 1) {
  background: linear-gradient(145deg, #0877ff, #075ed6);
}

.goody-modern .category-card:nth-child(6n + 2) {
  background: linear-gradient(145deg, #ff7a20, #ff5a0a);
}

.goody-modern .category-card:nth-child(6n + 3) {
  background: #f0eee9;
}

.goody-modern .category-card:nth-child(6n + 1),
.goody-modern .category-card:nth-child(6n + 2) {
  color: #fff;
}

.goody-modern .category-card > a,
.goody-modern .category-card ul,
.goody-modern .category-card__keywords {
  position: relative;
  z-index: 1;
}

.goody-modern .category-card span {
  color: currentColor;
  opacity: .75;
}

.goody-modern .category-card h2 {
  color: currentColor;
  font-size: 27px;
  letter-spacing: -.03em;
}

.goody-modern .category-card p {
  color: currentColor;
  opacity: .8;
  line-height: 1.75;
}

.goody-modern .category-card ul,
.goody-modern .category-card__keywords {
  margin-top: auto;
  border-top-color: rgba(127, 136, 148, .22);
}

.goody-modern .category-card li a {
  color: currentColor;
  opacity: .9;
}

.goody-modern .category-card__keywords a {
  background: rgba(255, 255, 255, .16);
  color: currentColor;
}

.goody-modern .category-card:nth-child(6n + 3) .category-card__keywords a {
  background: #fff;
  color: var(--academy-ink);
}

.goody-modern .academy-system-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, .2), transparent 28%),
    linear-gradient(120deg, #0567e8, #0877ff);
}

.goody-modern .academy-system-section::before {
  display: none;
}

.goody-modern .academy-system-section h2 {
  color: #fff;
  font-size: clamp(31px, 3.4vw, 46px);
}

.goody-modern .academy-system-section .panel-image {
  border-radius: 28px;
}

.goody-modern .academy-layout--blog {
  padding: 96px 0 110px;
  background: #fff;
}

.goody-modern .academy-grid {
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
}

.goody-modern .article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.goody-modern .article-list > .section-head,
.goody-modern .article-list > .academy-pagination,
.goody-modern .article-list > .academy-empty {
  grid-column: 1 / -1;
}

.goody-modern .article-row {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 60, 110, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.goody-modern .article-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(23, 60, 110, .13);
}

.goody-modern .article-row a,
.goody-modern .academy-article-row.has-thumb a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0;
}

.goody-modern .article-row__thumb {
  border: 0;
  border-radius: 0;
  background: #eaf2ff;
}

.goody-modern .article-row__thumb img,
.goody-modern .academy-article-row.has-thumb .article-row__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .3s ease;
}

.goody-modern .article-row:hover .article-row__thumb img {
  transform: scale(1.025);
}

.goody-modern .article-row > a > div {
  padding: 24px 26px 28px;
}

.goody-modern .article-row span,
.goody-modern .single-hero span,
.goody-modern .post-card__meta {
  color: var(--academy-blue);
  font-size: 12px;
  letter-spacing: .02em;
}

.goody-modern .article-row h2 {
  margin: 10px 0 11px;
  color: var(--academy-ink);
  font-size: 23px;
  line-height: 1.38;
  letter-spacing: -.03em;
}

.goody-modern .article-row p {
  margin: 0;
  color: var(--academy-muted);
  font-size: 14px;
  line-height: 1.8;
}

.goody-modern .academy-article-row.no-thumb {
  min-height: 260px;
  border: 1px solid var(--academy-line);
  box-shadow: none;
}

.goody-modern .academy-article-row.no-thumb > a {
  justify-content: flex-end;
}

.goody-modern .academy-side {
  position: sticky;
  top: 24px;
  border: 0;
  border-radius: 24px;
  background: #f5f7fa;
  padding: 26px;
  box-shadow: none;
}

.goody-modern .academy-side h2 {
  font-size: 22px;
}

.goody-modern .academy-side a {
  border-top-color: #dfe3e8;
  color: #34363a;
  font-size: 14px;
}

.goody-modern .academy-side a:hover {
  color: var(--academy-blue);
}

.goody-modern .academy-side--blog span {
  color: #9a9da3;
  font-size: 12px;
}

.goody-modern .academy-search-links h3 {
  color: var(--academy-ink);
}

.goody-modern .academy-pagination {
  gap: 10px;
  margin-top: 22px;
}

.goody-modern .academy-pagination .page-numbers {
  border: 0;
  background: #f3f5f8;
  color: #545860;
}

.goody-modern .academy-pagination .current {
  background: var(--academy-blue);
  color: #fff;
}

.goody-modern .scenario-section {
  padding: 94px 0;
  background: #f7f9fc;
}

.goody-modern .search-topic-links {
  gap: 10px;
}

.goody-modern .search-topic-links a {
  min-height: 46px;
  border: 1px solid #dce8f8;
  background: #fff;
  color: var(--academy-blue);
  padding: 0 18px;
}

.goody-modern .archive-category-strip {
  padding: 26px 0 0;
  background: #fff;
}

.goody-modern .archive-category-strip .academy-filter-bar {
  border-bottom: 1px solid var(--academy-line);
  padding-bottom: 22px;
  margin-bottom: 0;
}

.goody-modern .academy-archive-hero {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  padding: 142px 0 68px;
}

.goody-modern .academy-archive-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(40px, 4.6vw, 62px);
}

.goody-modern .academy-archive-hero__count {
  display: block;
  margin-bottom: 12px;
  color: var(--academy-ink);
  font-size: 15px;
  font-weight: 800;
}

.goody-modern .academy-layout--archive .article-list,
.goody-modern .academy-layout--search .article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.goody-modern .academy-layout--archive .article-row,
.goody-modern .academy-layout--search .article-row {
  border-bottom: 1px solid var(--academy-line);
  border-radius: 0;
  box-shadow: none;
}

.goody-modern .academy-layout--archive .article-row:hover,
.goody-modern .academy-layout--search .article-row:hover {
  transform: none;
  box-shadow: none;
}

.goody-modern .academy-layout--archive .article-row a,
.goody-modern .academy-layout--search .article-row a,
.goody-modern .academy-layout--archive .academy-article-row.has-thumb a,
.goody-modern .academy-layout--search .academy-article-row.has-thumb a {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 24px 0;
}

.goody-modern .academy-layout--archive .article-row__thumb,
.goody-modern .academy-layout--search .article-row__thumb {
  overflow: hidden;
  border-radius: 18px;
}

.goody-modern .academy-layout--archive .article-row > a > div,
.goody-modern .academy-layout--search .article-row > a > div {
  padding: 0;
}

.goody-modern .single-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 160px 0 80px;
  background:
    radial-gradient(circle at 82% 14%, rgba(8, 119, 255, .26), transparent 34%),
    linear-gradient(135deg, #f5f9ff 0%, #e8f2ff 64%, #dae9ff 100%);
  color: var(--academy-ink);
}

.goody-modern .single-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  right: 4%;
  bottom: -54%;
  border: 2px solid rgba(8, 119, 255, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(8, 119, 255, .05), 0 0 0 88px rgba(8, 119, 255, .025);
}

.goody-modern .single-hero .gc-shell {
  width: min(1120px, calc(100% - 40px));
}

.goody-modern .single-hero h1 {
  max-width: 980px;
  margin: 14px 0 0;
  color: var(--academy-ink);
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.17;
  letter-spacing: -.05em;
}

.goody-modern .single-meta-row {
  margin-top: 26px;
}

.goody-modern .single-meta-row a {
  min-height: 32px;
  border: 0;
  background: #fff;
  color: var(--academy-blue);
  padding: 0 13px;
  box-shadow: 0 6px 18px rgba(45, 99, 174, .08);
}

.goody-modern .single-layout {
  width: min(1260px, calc(100% - 40px));
  grid-template-columns: 200px minmax(0, 760px) 255px;
  justify-content: center;
  gap: 36px;
  padding: 78px 0 104px;
}

.goody-modern .single-left,
.goody-modern .single-right {
  top: 24px;
}

.goody-modern .single-toc,
.goody-modern .single-side-card {
  border: 0;
  border-radius: 22px;
  background: #f5f7fa;
  box-shadow: none;
}

.goody-modern .single-toc {
  padding: 23px;
}

.goody-modern .single-toc h2,
.goody-modern .single-side-card h2 {
  color: var(--academy-ink);
  font-size: 18px;
}

.goody-modern .single-toc a {
  color: #666b74;
  font-weight: 600;
}

.goody-modern .single-toc a:hover {
  color: var(--academy-blue);
}

.goody-modern .single-side-card {
  padding: 24px;
}

.goody-modern .single-side-card p {
  color: var(--academy-muted);
}

.goody-modern .single-side-card .btn--primary {
  width: 100%;
  border: 0;
  background: var(--academy-orange);
  color: #fff;
}

.goody-modern .single-side-card > a:not(.btn) {
  border-top-color: #dfe3e8;
  color: #34363a;
  font-weight: 700;
}

.goody-modern .single-side-card--blue {
  background: var(--academy-blue);
}

.goody-modern .single-side-card--blue h2,
.goody-modern .single-side-card--blue > a {
  color: #fff;
}

.goody-modern .single-content {
  max-width: 760px;
  color: #2d3035;
  font-size: 17px;
  line-height: 1.95;
}

.goody-modern .single-content p {
  color: #36393e;
  margin-bottom: 1.45em;
}

.goody-modern .single-content h2 {
  margin-top: 54px;
  color: var(--academy-ink);
  font-size: 30px;
  letter-spacing: -.03em;
}

.goody-modern .single-content h3 {
  margin-top: 34px;
  color: var(--academy-ink);
  font-size: 23px;
}

.goody-modern .single-content a {
  color: var(--academy-blue);
}

.goody-modern .single-content blockquote {
  margin: 32px 0;
  border-left: 4px solid var(--academy-orange);
  border-radius: 0 18px 18px 0;
  background: #f6f8fb;
  padding: 24px 28px;
}

.goody-modern .single-content img,
.goody-modern .single-featured img {
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

.goody-modern .single-featured {
  margin-bottom: 42px;
}

.goody-modern .related-posts {
  padding: 96px 0;
  background: #f7f9fc;
}

.goody-modern .related-grid {
  gap: 20px;
}

.goody-modern .post-card {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 60, 110, .08);
}

.goody-modern .post-card__thumb {
  border: 0;
}

.goody-modern .post-card h3 {
  color: var(--academy-ink);
}

.goody-modern .service-shortcuts-section {
  background: #1d1a14;
}

.goody-modern .service-shortcuts a {
  border-color: rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
}

.goody-modern .service-shortcuts span {
  color: var(--academy-orange);
}

.goody-modern .lead-block {
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 110%, rgba(255, 106, 19, .55), transparent 34%),
    radial-gradient(circle at 92% -10%, rgba(75, 157, 255, .68), transparent 34%),
    #0877ff;
}

.goody-modern .lead-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
}

.goody-modern .lead-copy h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  letter-spacing: -.04em;
}

.goody-modern .lead-form-card {
  border: 0;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0, 47, 119, .22);
}

.goody-modern .lead-form-card::before {
  display: none;
}

.goody-modern .lead-form-card__head span {
  background: #eaf3ff;
  color: var(--academy-blue);
}

.goody-modern .lead-form-card__head h3,
.goody-modern .lead-form-card__note > span {
  color: var(--academy-ink);
}

.goody-modern .lead-form-card button[type="submit"],
.goody-modern .lead-form-card .wpforms-submit {
  background: var(--academy-blue) !important;
}

.goody-modern-footer {
  background: #1d1a14;
  color: #fff;
  padding: 112px 24px 62px;
}

.goody-modern-footer__grid {
  width: min(1280px, 100%);
  display: grid;
  grid-template-columns: 1.35fr 3fr;
  gap: 64px;
  margin-inline: auto;
}

.goody-modern-footer__brand {
  border-right: 1px solid rgba(255, 255, 255, .14);
  padding-right: 62px;
}

.goody-modern-footer__logo {
  width: auto;
  height: 30px;
}

.goody-modern-footer__socials {
  display: flex;
  gap: 18px;
  margin-top: 44px;
}

.goody-modern-footer__socials img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: .78;
}

.goody-modern-footer__contacts {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.goody-modern-footer__contacts p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.goody-modern-footer__contacts img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.goody-modern-footer__copyright {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

.goody-modern-footer__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.goody-modern-footer h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 14px;
}

.goody-modern-footer__links a {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
}

.goody-modern-footer__links a:hover {
  color: #fff;
}

.goody-modern-floating {
  position: fixed;
  z-index: 900;
  right: 14px;
  top: 50%;
  display: grid;
  gap: 6px;
  transform: translateY(-50%);
}

.goody-modern-floating a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #1d1a14;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .18);
}

.goody-modern-floating a:hover {
  background: var(--academy-blue);
}

.goody-modern-floating img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .goody-modern-nav,
  .goody-modern-actions {
    display: none;
  }

  .goody-modern-menu-button {
    display: block;
    margin-left: auto;
  }

  .goody-modern-header__bar {
    padding-inline: 22px;
  }

  .goody-modern .single-layout {
    grid-template-columns: minmax(0, 760px) 255px;
  }

  .goody-modern .single-left {
    grid-column: 1 / -1;
    position: static;
  }

  .goody-modern .single-toc {
    width: min(760px, 100%);
  }
}

@media (max-width: 920px) {
  .goody-modern .academy-hero {
    min-height: auto;
  }

  .goody-modern .academy-hero .service-hero-grid,
  .goody-modern .lead-grid,
  .goody-modern .academy-grid {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-hero .service-hero-image {
    max-width: 760px;
  }

  .goody-modern .category-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goody-modern .academy-side {
    position: static;
  }

  .goody-modern .single-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .goody-modern .single-left,
  .goody-modern .single-right {
    position: static;
  }

  .goody-modern .single-right {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .goody-modern .single-side-card + .single-side-card {
    margin-top: 0;
  }

  .goody-modern-footer__grid {
    grid-template-columns: 1fr;
  }

  .goody-modern-footer__brand {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 0 0 48px;
  }
}

@media (max-width: 760px) {
  .admin-bar .goody-modern-header {
    top: 46px;
  }

  .goody-modern .gc-shell,
  .goody-modern .single-hero .gc-shell,
  .goody-modern .single-layout {
    width: min(100% - 32px, 1200px);
  }

  .goody-modern-header {
    padding: 14px 14px 0;
  }

  .goody-modern-header__bar {
    min-height: 54px;
    padding-inline: 18px 10px;
  }

  .goody-modern-brand img {
    height: 23px;
  }

  .goody-modern-menu-button {
    width: 38px;
    height: 38px;
  }

  .goody-modern .page-hero {
    padding: 126px 0 60px;
  }

  .goody-modern .academy-hero {
    padding-bottom: 68px;
  }

  .goody-modern .academy-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .goody-modern .academy-hero__subtitle {
    font-size: 29px;
  }

  .goody-modern .academy-hero p {
    font-size: 15px;
  }

  .goody-modern .academy-hero .service-hero-grid {
    gap: 34px;
  }

  .goody-modern .academy-hero__actions a {
    min-height: 44px;
    padding-inline: 17px;
  }

  .goody-modern .academy-series-section,
  .goody-modern .academy-blog,
  .goody-modern .academy-layout--blog,
  .goody-modern .scenario-section,
  .goody-modern .related-posts,
  .goody-modern .lead-block {
    padding: 68px 0;
  }

  .goody-modern .section-head--row {
    display: block;
  }

  .goody-modern .section-head--row .text-link {
    display: inline-flex;
    margin-top: 14px;
  }

  .goody-modern .academy-series-grid {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-series-grid article,
  .goody-modern .academy-series-grid article + article {
    min-height: 0;
    border-left: 0;
    padding: 32px 0;
  }

  .goody-modern .academy-series-grid article + article {
    border-top: 1px solid var(--academy-line);
  }

  .goody-modern .category-card-grid,
  .goody-modern .article-list {
    grid-template-columns: 1fr;
  }

  .goody-modern .category-card {
    min-height: 280px;
  }

  .goody-modern .academy-system-section {
    padding: 68px 0;
  }

  .goody-modern .academy-article-row.has-thumb a,
  .goody-modern .academy-layout--archive .article-row a,
  .goody-modern .academy-layout--search .article-row a,
  .goody-modern .academy-layout--archive .academy-article-row.has-thumb a,
  .goody-modern .academy-layout--search .academy-article-row.has-thumb a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .goody-modern .academy-layout--archive .article-row a,
  .goody-modern .academy-layout--search .article-row a,
  .goody-modern .academy-layout--archive .academy-article-row.has-thumb a,
  .goody-modern .academy-layout--search .academy-article-row.has-thumb a {
    padding: 22px 0;
  }

  .goody-modern .academy-layout--archive .article-row > a > div,
  .goody-modern .academy-layout--search .article-row > a > div {
    padding: 19px 0 0;
  }

  .goody-modern .academy-archive-hero {
    min-height: 360px;
    padding-top: 120px;
  }

  .goody-modern .single-hero {
    min-height: 430px;
    padding: 132px 0 58px;
  }

  .goody-modern .single-hero h1 {
    font-size: 36px;
  }

  .goody-modern .single-layout {
    gap: 26px;
    padding: 54px 0 68px;
  }

  .goody-modern .single-content {
    font-size: 16px;
    line-height: 1.9;
  }

  .goody-modern .single-content h2 {
    margin-top: 42px;
    font-size: 25px;
  }

  .goody-modern .single-right {
    grid-template-columns: 1fr;
  }

  .goody-modern-footer {
    padding: 72px 20px 44px;
  }

  .goody-modern-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .goody-modern-floating {
    display: none;
  }
}

@media (max-width: 480px) {
  .goody-modern .academy-hero__actions {
    display: grid;
  }

  .goody-modern .academy-hero__actions a {
    width: 100%;
  }

  .goody-modern .academy-filter-bar {
    flex-wrap: nowrap;
    margin-right: -16px;
    overflow-x: auto;
    padding-right: 16px;
    scrollbar-width: none;
  }

  .goody-modern .academy-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .goody-modern .academy-filter-bar a {
    flex: 0 0 auto;
  }

  .goody-modern .article-row h2 {
    font-size: 21px;
  }

  .goody-modern .lead-form-card {
    padding: 24px 20px;
  }
}

/* Marketing academy landing page — editorial v2 */
.goody-modern .academy-v2 {
  --av2-blue: #3478f6;
  --av2-orange: #ff8443;
  --av2-ink: #171714;
  --av2-paper: #f8f7f2;
  --av2-line: #d8d9d7;
  color: var(--av2-ink);
  background: #fff;
}

.goody-modern .academy-v2 h1,
.goody-modern .academy-v2 h2,
.goody-modern .academy-v2 h3,
.goody-modern .academy-v2 p {
  margin-top: 0;
}

.goody-modern .academy-v2-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 144px 0 72px;
  background:
    radial-gradient(circle at 90% 54%, rgba(52, 120, 246, .12), transparent 35%),
    linear-gradient(105deg, #fbfaf6 0%, #f7f6f1 63%, #f0f5ff 100%);
}

.goody-modern .academy-v2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
}

.goody-modern .academy-v2-eyebrow,
.goody-modern .academy-v2-heading > span,
.goody-modern .academy-v2-topics__head > div > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--av2-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.goody-modern .academy-v2-eyebrow::before,
.goody-modern .academy-v2-heading > span::before,
.goody-modern .academy-v2-topics__head > div > span::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 10px;
  background: var(--av2-orange);
}

.goody-modern .academy-v2-hero h1 {
  margin-bottom: 8px;
  color: var(--av2-ink);
  font-size: clamp(58px, 5.6vw, 82px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.075em;
}

.goody-modern .academy-v2-hero h2 {
  margin-bottom: 26px;
  color: var(--av2-ink);
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.055em;
}

.goody-modern .academy-v2-hero h2 em {
  position: relative;
  color: var(--av2-blue);
  font-style: normal;
}

.goody-modern .academy-v2-hero h2 em::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -4px;
  bottom: -9px;
  height: 4px;
  border-radius: 20px;
  background: var(--av2-orange);
  transform: rotate(-1deg);
}

.goody-modern .academy-v2-hero__copy > p {
  max-width: 570px;
  margin-bottom: 0;
  color: #565a61;
  font-size: 16px;
  line-height: 1.9;
}

.goody-modern .academy-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.goody-modern .academy-v2-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid var(--av2-ink);
  border-radius: 13px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
}

.goody-modern .academy-v2-button:hover {
  transform: translateY(-2px);
}

.goody-modern .academy-v2-button--primary {
  border-color: var(--av2-blue);
  background: var(--av2-blue);
  color: #fff;
  box-shadow: 0 14px 32px rgba(52, 120, 246, .18);
}

.goody-modern .academy-v2-button--secondary {
  color: var(--av2-ink);
  background: rgba(255, 255, 255, .58);
}

.goody-modern .academy-v2-covers {
  position: relative;
  min-height: 485px;
  perspective: 1200px;
}

.goody-modern .academy-v2-cover {
  position: absolute;
  top: 44px;
  width: 42%;
  height: 410px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 20, .08);
  background: #fff;
  padding: 38px 30px;
  box-shadow: 0 28px 60px rgba(31, 58, 96, .13);
}

.goody-modern .academy-v2-cover > span {
  display: block;
  margin-bottom: 30px;
  color: var(--av2-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.goody-modern .academy-v2-cover > span::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  margin-top: 8px;
  background: currentColor;
}

.goody-modern .academy-v2-cover > strong {
  display: block;
  color: var(--av2-ink);
  font-size: clamp(27px, 2.2vw, 37px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.05em;
}

.goody-modern .academy-v2-cover > p {
  margin-top: 22px;
  color: #5f6268;
  font-size: 12px;
  line-height: 1.7;
}

.goody-modern .academy-v2-cover--platform {
  left: 0;
  z-index: 1;
  background: #edf4ff;
  transform: rotate(-5deg) translateY(27px);
}

.goody-modern .academy-v2-cover--platform i {
  position: absolute;
  width: 220px;
  height: 220px;
  left: 38px;
  bottom: -82px;
  border: 2px solid rgba(52, 120, 246, .3);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(52, 120, 246, .32) 0 1px, transparent 2px 17px),
    linear-gradient(145deg, rgba(52, 120, 246, .85), rgba(110, 166, 255, .4));
}

.goody-modern .academy-v2-cover--strategy {
  left: 29%;
  top: 8px;
  z-index: 3;
  width: 45%;
}

.goody-modern .academy-v2-cover--strategy > span {
  color: var(--av2-orange);
}

.goody-modern .academy-v2-cover__target {
  position: absolute;
  right: 28px;
  bottom: 32px;
  width: 155px;
  height: 155px;
  border-radius: 50% 50% 8px 50%;
  background:
    radial-gradient(circle at 46% 54%, #fff 0 5px, transparent 6px),
    radial-gradient(circle at 46% 54%, transparent 0 28px, rgba(255, 255, 255, .9) 29px 31px, transparent 32px),
    radial-gradient(circle at 46% 54%, transparent 0 53px, rgba(255, 255, 255, .8) 54px 56px, transparent 57px),
    var(--av2-orange);
}

.goody-modern .academy-v2-cover__target::after {
  content: "↗";
  position: absolute;
  right: -13px;
  top: -32px;
  color: var(--av2-ink);
  font-size: 62px;
  font-weight: 400;
}

.goody-modern .academy-v2-cover--creative {
  right: 0;
  z-index: 2;
  background: #e9f1ff;
  transform: rotate(5deg) translateY(27px);
}

.goody-modern .academy-v2-cover__sheet {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -7px;
  height: 105px;
  border: 1px solid rgba(52, 120, 246, .28);
  background:
    linear-gradient(90deg, transparent 31%, rgba(52, 120, 246, .3) 31% 31.5%, transparent 31.5% 65%, rgba(52, 120, 246, .3) 65% 65.5%, transparent 65.5%),
    repeating-linear-gradient(0deg, transparent 0 21px, rgba(52, 120, 246, .24) 22px 23px),
    #fff;
}

.goody-modern .academy-v2-learning {
  padding: 128px 0 136px;
  background: #fff;
}

.goody-modern .academy-v2-heading {
  max-width: 900px;
  margin-bottom: 58px;
}

.goody-modern .academy-v2-heading > span {
  margin-bottom: 15px;
}

.goody-modern .academy-v2-heading h2 {
  margin-bottom: 0;
  color: var(--av2-ink);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.06em;
}

.goody-modern .academy-v2-learning__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 230px;
  border-top: 1px solid var(--av2-line);
  border-bottom: 1px solid var(--av2-line);
}

.goody-modern .academy-v2-path {
  min-width: 0;
  padding: 34px 36px 22px 0;
}

.goody-modern .academy-v2-path + .academy-v2-path {
  border-left: 1px solid var(--av2-line);
  padding-left: 36px;
}

.goody-modern .academy-v2-path--blue {
  background: linear-gradient(135deg, #f0f5ff, #e9f1ff);
  padding-right: 34px;
}

.goody-modern .academy-v2-path__head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

.goody-modern .academy-v2-path__number {
  color: var(--av2-ink);
  font-size: 104px;
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
}

.goody-modern .academy-v2-path--blue .academy-v2-path__number {
  color: var(--av2-blue);
}

.goody-modern .academy-v2-path h3 {
  margin-bottom: 9px;
  color: var(--av2-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.goody-modern .academy-v2-path__head strong {
  display: block;
  color: #32343a;
  font-size: 12px;
  font-weight: 700;
}

.goody-modern .academy-v2-path__head p {
  margin: 21px 0 17px;
  color: #666970;
  font-size: 13px;
  line-height: 1.75;
}

.goody-modern .academy-v2-path__head a,
.goody-modern .academy-v2-insight a {
  color: var(--av2-blue);
  font-size: 13px;
  font-weight: 900;
}

.goody-modern .academy-v2-lesson-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.goody-modern .academy-v2-lesson-list li {
  min-height: 74px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid rgba(23, 23, 20, .15);
}

.goody-modern .academy-v2-lesson-list span {
  color: var(--av2-blue);
  font-size: 19px;
  font-weight: 900;
}

.goody-modern .academy-v2-lesson-list a {
  overflow: hidden;
  color: var(--av2-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-overflow: ellipsis;
}

.goody-modern .academy-v2-insight {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--av2-line);
  padding: 42px 0 30px 34px;
}

.goody-modern .academy-v2-insight > span {
  color: var(--av2-orange);
  font-size: 34px;
}

.goody-modern .academy-v2-insight h3 {
  margin: 20px 0 12px;
  color: var(--av2-ink);
  font-size: 24px;
  font-weight: 900;
}

.goody-modern .academy-v2-insight > strong {
  display: block;
  color: var(--av2-orange);
  font-size: 62px;
  line-height: 1;
  letter-spacing: -.06em;
}

.goody-modern .academy-v2-insight > strong small {
  margin-left: 6px;
  color: var(--av2-ink);
  font-size: 15px;
}

.goody-modern .academy-v2-insight p {
  margin: 30px 0;
  color: #666970;
  font-size: 13px;
  line-height: 1.75;
}

.goody-modern .academy-v2-insight a {
  margin-top: auto;
  color: var(--av2-orange);
}

.goody-modern .academy-v2-latest {
  padding: 126px 0 134px;
  background: var(--av2-paper);
}

.goody-modern .academy-v2-latest__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.goody-modern .academy-v2-latest__top .academy-v2-heading {
  margin-bottom: 30px;
}

.goody-modern .academy-v2-latest__top > a {
  margin-bottom: 38px;
  color: var(--av2-blue);
  font-size: 13px;
  font-weight: 900;
}

.goody-modern .academy-v2-filter {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--av2-line);
  scrollbar-width: none;
}

.goody-modern .academy-v2-filter::-webkit-scrollbar {
  display: none;
}

.goody-modern .academy-v2-filter a {
  position: relative;
  flex: 0 0 auto;
  color: #52555b;
  padding: 0 25px 18px;
  font-size: 14px;
  font-weight: 700;
}

.goody-modern .academy-v2-filter a:first-child {
  padding-left: 0;
}

.goody-modern .academy-v2-filter a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background: var(--av2-line);
}

.goody-modern .academy-v2-filter a.is-active {
  color: var(--av2-blue);
}

.goody-modern .academy-v2-filter a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 25px;
  bottom: 0;
  height: 3px;
  background: var(--av2-blue);
}

.goody-modern .academy-v2-featured-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 46px;
  margin-top: 42px;
}

.goody-modern .academy-v2-featured {
  min-width: 0;
}

.goody-modern .academy-v2-featured > a {
  display: block;
  color: var(--av2-ink);
}

.goody-modern .academy-v2-featured figure,
.goody-modern .academy-v2-latest-list figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #e7f0ff;
}

.goody-modern .academy-v2-featured figure {
  aspect-ratio: 16 / 9.4;
  margin-bottom: 24px;
}

.goody-modern .academy-v2-featured figure img,
.goody-modern .academy-v2-latest-list figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}

.goody-modern .academy-v2-featured:hover figure img,
.goody-modern .academy-v2-latest-list article:hover figure img {
  transform: scale(1.025);
}

.goody-modern .academy-v2-thumb-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--av2-blue);
  background:
    radial-gradient(circle at 72% 40%, rgba(52, 120, 246, .18), transparent 25%),
    linear-gradient(135deg, #eef5ff, #dceaff);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.goody-modern .academy-v2-featured__meta,
.goody-modern .academy-v2-latest-list article span {
  color: var(--av2-blue);
  font-size: 12px;
  font-weight: 800;
}

.goody-modern .academy-v2-featured h3 {
  margin: 12px 0 14px;
  color: var(--av2-ink);
  font-size: clamp(27px, 2.8vw, 39px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.045em;
}

.goody-modern .academy-v2-featured p {
  color: #6a6c72;
  font-size: 14px;
  line-height: 1.8;
}

.goody-modern .academy-v2-featured > a > strong {
  display: inline-block;
  margin-top: 7px;
  color: var(--av2-blue);
  font-size: 14px;
}

.goody-modern .academy-v2-latest-list {
  border-left: 1px solid var(--av2-line);
  padding-left: 34px;
}

.goody-modern .academy-v2-latest-list article {
  border-bottom: 1px solid var(--av2-line);
  padding: 0 0 18px;
}

.goody-modern .academy-v2-latest-list article + article {
  padding-top: 18px;
}

.goody-modern .academy-v2-latest-list article a {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 20px;
  color: var(--av2-ink);
}

.goody-modern .academy-v2-latest-list figure {
  aspect-ratio: 1.42;
}

.goody-modern .academy-v2-latest-list h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--av2-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.goody-modern .academy-v2-latest-list article i {
  color: var(--av2-blue);
  font-size: 24px;
  font-style: normal;
}

.goody-modern .academy-v2-more {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 42px;
  margin-top: 100px;
  border-top: 1px solid var(--av2-ink);
  padding-top: 34px;
}

.goody-modern .academy-v2-more__head h2 {
  margin-bottom: 10px;
  color: var(--av2-ink);
  font-size: 27px;
  font-weight: 900;
}

.goody-modern .academy-v2-more__head p {
  color: #777a80;
  font-size: 13px;
  line-height: 1.7;
}

.goody-modern .academy-v2-more__list article {
  border-bottom: 1px solid var(--av2-line);
}

.goody-modern .academy-v2-more__list article a {
  min-height: 82px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 130px;
  align-items: center;
  gap: 18px;
  color: var(--av2-ink);
}

.goody-modern .academy-v2-more__list span,
.goody-modern .academy-v2-more__list em {
  color: #787b80;
  font-size: 12px;
  font-style: normal;
}

.goody-modern .academy-v2-more__list h3 {
  margin: 0;
  color: var(--av2-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.goody-modern .academy-v2-more__list em {
  color: var(--av2-blue);
  text-align: right;
}

.goody-modern .academy-v2-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 34px;
}

.goody-modern .academy-v2-pagination .page-numbers {
  min-width: 36px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--av2-line);
  border-radius: 8px;
  color: var(--av2-ink);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}

.goody-modern .academy-v2-pagination .current {
  border-color: var(--av2-blue);
  background: var(--av2-blue);
  color: #fff;
}

.goody-modern .academy-v2-empty {
  margin-top: 42px;
  border-top: 1px solid var(--av2-line);
  padding: 60px 0;
}

.goody-modern .academy-v2-topics {
  padding: 126px 0 98px;
  color: #fff;
  background: #080b0f;
}

.goody-modern .academy-v2-topics__head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.goody-modern .academy-v2-topics__head h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(47px, 5.6vw, 76px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.065em;
}

.goody-modern .academy-v2-topics__head h2 em {
  color: var(--av2-blue);
  font-style: normal;
}

.goody-modern .academy-v2-topics__head > p {
  max-width: 490px;
  border-left: 2px solid var(--av2-blue);
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .7);
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.8;
}

.goody-modern .academy-v2-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.goody-modern .academy-v2-topic-grid > a {
  min-height: 166px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  padding: 22px 28px 22px 0;
  transition: background .18s ease, padding .18s ease;
}

.goody-modern .academy-v2-topic-grid > a:not(:nth-child(3n + 1)) {
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding-left: 28px;
}

.goody-modern .academy-v2-topic-grid > a:hover {
  background: rgba(52, 120, 246, .09);
}

.goody-modern .academy-v2-topic-grid > a > span {
  color: var(--av2-blue);
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.goody-modern .academy-v2-topic-grid strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.goody-modern .academy-v2-topic-grid small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 9px;
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.goody-modern .academy-v2-topic-grid i {
  color: var(--av2-blue);
  font-size: 27px;
  font-style: normal;
}

.goody-modern .academy-v2-topic-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.goody-modern .academy-v2-topic-stats > div {
  min-height: 86px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 18px;
}

.goody-modern .academy-v2-topic-stats > div + div {
  border-left: 1px solid rgba(255, 255, 255, .32);
}

.goody-modern .academy-v2-topic-stats strong {
  color: var(--av2-blue);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.goody-modern .academy-v2-topic-stats strong em {
  color: var(--av2-orange);
  font-size: 25px;
  font-style: normal;
}

.goody-modern .academy-v2-topic-stats span {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 700;
}

.goody-modern .academy-v2 .lead-block {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background:
    radial-gradient(circle at 8% 100%, rgba(255, 132, 67, .42), transparent 25%),
    linear-gradient(135deg, #0c55e8, #063fd1 75%);
}

.goody-modern .academy-v2 .lead-copy h2 {
  max-width: 620px;
  font-size: clamp(45px, 5.5vw, 74px);
  line-height: 1.08;
  letter-spacing: -.065em;
}

.goody-modern .academy-v2 .lead-copy h2::after {
  content: "";
  width: min(430px, 90%);
  height: 5px;
  display: block;
  margin-top: 24px;
  border-radius: 100%;
  background: var(--av2-orange);
  transform: rotate(-2deg);
}

.goody-modern .academy-v2 .lead-copy p {
  max-width: 610px;
  font-size: 17px;
}

.goody-modern .academy-v2 .lead-form-card {
  border-radius: 12px;
}

@media (max-width: 1180px) {
  .goody-modern .academy-v2-hero__grid {
    grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
    gap: 40px;
  }

  .goody-modern .academy-v2-learning__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goody-modern .academy-v2-insight {
    grid-column: 1 / -1;
    min-height: 190px;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 30px;
    border-top: 1px solid var(--av2-line);
    border-left: 0;
    padding: 30px 0;
  }

  .goody-modern .academy-v2-insight h3,
  .goody-modern .academy-v2-insight p {
    margin: 0;
  }

  .goody-modern .academy-v2-insight a {
    margin-top: 0;
  }

  .goody-modern .academy-v2-topic-grid > a {
    grid-template-columns: 70px minmax(0, 1fr) 22px;
    gap: 14px;
    padding-right: 20px;
  }

  .goody-modern .academy-v2-topic-grid > a:not(:nth-child(3n + 1)) {
    padding-left: 20px;
  }

  .goody-modern .academy-v2-topic-grid > a > span {
    font-size: 50px;
  }
}

@media (max-width: 980px) {
  .goody-modern .academy-v2-hero {
    min-height: auto;
    padding-bottom: 86px;
  }

  .goody-modern .academy-v2-hero__grid {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-v2-hero__copy {
    max-width: 720px;
  }

  .goody-modern .academy-v2-covers {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .goody-modern .academy-v2-featured-grid {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-v2-latest-list {
    border-top: 1px solid var(--av2-line);
    border-left: 0;
    padding: 28px 0 0;
  }

  .goody-modern .academy-v2-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goody-modern .academy-v2-topic-grid > a:not(:nth-child(3n + 1)) {
    border-left: 0;
  }

  .goody-modern .academy-v2-topic-grid > a:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 24px;
  }
}

@media (max-width: 760px) {
  .goody-modern .academy-v2-hero {
    padding: 124px 0 62px;
  }

  .goody-modern .academy-v2-hero h1 {
    font-size: clamp(48px, 14vw, 65px);
  }

  .goody-modern .academy-v2-hero h2 {
    font-size: clamp(27px, 8.6vw, 39px);
  }

  .goody-modern .academy-v2-hero__copy > p {
    font-size: 15px;
  }

  .goody-modern .academy-v2-actions {
    display: grid;
  }

  .goody-modern .academy-v2-button {
    width: 100%;
  }

  .goody-modern .academy-v2-covers {
    min-height: 390px;
    margin-top: 18px;
  }

  .goody-modern .academy-v2-cover {
    top: 42px;
    height: 325px;
    padding: 24px 18px;
  }

  .goody-modern .academy-v2-cover > strong {
    font-size: clamp(20px, 6vw, 28px);
  }

  .goody-modern .academy-v2-cover > p {
    display: none;
  }

  .goody-modern .academy-v2-cover--strategy {
    top: 0;
  }

  .goody-modern .academy-v2-cover__target {
    width: 110px;
    height: 110px;
  }

  .goody-modern .academy-v2-cover__sheet {
    left: 14px;
    right: 14px;
  }

  .goody-modern .academy-v2-learning,
  .goody-modern .academy-v2-latest,
  .goody-modern .academy-v2-topics {
    padding: 82px 0;
  }

  .goody-modern .academy-v2-heading {
    margin-bottom: 38px;
  }

  .goody-modern .academy-v2-heading h2 {
    font-size: 37px;
  }

  .goody-modern .academy-v2-learning__grid {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-v2-path,
  .goody-modern .academy-v2-path + .academy-v2-path {
    border-left: 0;
    padding: 30px 0;
  }

  .goody-modern .academy-v2-path + .academy-v2-path {
    border-top: 1px solid var(--av2-line);
  }

  .goody-modern .academy-v2-path--blue {
    margin-inline: -16px;
    padding-inline: 16px !important;
  }

  .goody-modern .academy-v2-path__head {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
  }

  .goody-modern .academy-v2-path__number {
    font-size: 70px;
  }

  .goody-modern .academy-v2-insight {
    grid-column: auto;
    grid-template-columns: auto 1fr;
    min-height: 0;
    gap: 12px 22px;
  }

  .goody-modern .academy-v2-insight > span,
  .goody-modern .academy-v2-insight > strong {
    grid-row: span 2;
  }

  .goody-modern .academy-v2-insight p {
    grid-column: 2;
  }

  .goody-modern .academy-v2-insight a {
    grid-column: 2;
  }

  .goody-modern .academy-v2-latest__top {
    display: block;
  }

  .goody-modern .academy-v2-latest__top > a {
    display: inline-block;
    margin: -14px 0 30px;
  }

  .goody-modern .academy-v2-filter {
    margin-right: -16px;
    padding-right: 16px;
  }

  .goody-modern .academy-v2-featured h3 {
    font-size: 29px;
  }

  .goody-modern .academy-v2-latest-list article a {
    grid-template-columns: 118px minmax(0, 1fr) 18px;
    gap: 14px;
  }

  .goody-modern .academy-v2-latest-list h3 {
    font-size: 15px;
  }

  .goody-modern .academy-v2-more {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 70px;
  }

  .goody-modern .academy-v2-more__list article a {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 15px 0;
  }

  .goody-modern .academy-v2-more__list em {
    grid-column: 2;
    text-align: left;
  }

  .goody-modern .academy-v2-topics__head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .goody-modern .academy-v2-topics__head h2 {
    font-size: 49px;
  }

  .goody-modern .academy-v2-topics__head > p {
    font-size: 15px;
  }

  .goody-modern .academy-v2-topic-grid {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-v2-topic-grid > a,
  .goody-modern .academy-v2-topic-grid > a:not(:nth-child(3n + 1)),
  .goody-modern .academy-v2-topic-grid > a:nth-child(even) {
    min-height: 132px;
    border-left: 0;
    padding: 20px 0;
  }

  .goody-modern .academy-v2-topic-stats {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-v2-topic-stats > div {
    min-height: 70px;
  }

  .goody-modern .academy-v2-topic-stats > div + div {
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-left: 0;
  }

  .goody-modern .academy-v2 .lead-block {
    padding: 84px 0;
  }

  .goody-modern .academy-v2 .lead-copy h2 {
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  .goody-modern .academy-v2-eyebrow,
  .goody-modern .academy-v2-heading > span,
  .goody-modern .academy-v2-topics__head > div > span {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .goody-modern .academy-v2-cover {
    width: 45%;
  }

  .goody-modern .academy-v2-cover--platform {
    left: -3%;
  }

  .goody-modern .academy-v2-cover--strategy {
    left: 27.5%;
    width: 48%;
  }

  .goody-modern .academy-v2-cover--creative {
    right: -3%;
  }

  .goody-modern .academy-v2-path__head {
    grid-template-columns: 1fr;
  }

  .goody-modern .academy-v2-path__number {
    font-size: 58px;
  }

  .goody-modern .academy-v2-latest-list article a {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .goody-modern .academy-v2-latest-list article i {
    display: none;
  }

  .goody-modern .academy-v2-featured p {
    font-size: 13px;
  }

  .goody-modern .academy-v2-topic-grid > a {
    grid-template-columns: 64px minmax(0, 1fr) 20px !important;
  }

  .goody-modern .academy-v2-topic-grid > a > span {
    font-size: 45px;
  }
}
