.journal-page {
  background: #fff;
  color: #071f3d;
}

.journal-page main {
  overflow: hidden;
  background: #fff;
}

.journal-page img {
  display: block;
  max-width: 100%;
}

.journal-hero {
  position: relative;
  overflow: hidden;
  min-height: 438px;
  background:
    radial-gradient(circle at 86% 34%, rgba(255, 255, 255, .25), transparent 20%),
    linear-gradient(180deg, #4dc8ff 0%, #26b6f3 64%, #57c9fb 100%);
}

.journal-hero::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 92px;
  width: 470px;
  height: 235px;
  opacity: .38;
  background-image: radial-gradient(#fff 1px, transparent 1.5px);
  background-size: 13px 13px;
  clip-path: ellipse(48% 40% at 50% 50%);
}

.journal-hero::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 88px;
  width: 178px;
  height: 160px;
  border: 2px dashed rgba(255, 255, 255, .64);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 100px 0 0;
  transform: rotate(26deg);
}

.journal-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 438px;
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(640px, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 46px 0 44px;
}

.journal-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #071f3d;
  font-size: 48px;
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: 0;
}

.journal-hero__copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #12375d;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.journal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.journal-hero__actions .btn,
.journal-newsletter button {
  min-height: 50px;
  padding: 0 32px;
  border-radius: 8px;
}

.journal-stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 26px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .92);
  font-size: 11px;
  font-weight: 800;
}

.journal-stats b {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.journal-hero__visual {
  position: relative;
  min-height: 350px;
}

.journal-note,
.journal-phone,
.journal-featured-grid,
.journal-tabs,
.journal-latest-grid article,
.journal-digest,
.journal-review-grid article,
.journal-explainer-list article,
.journal-mini-strip,
.journal-press,
.journal-topic-grid article,
.journal-picks-grid article,
.journal-newsletter,
.journal-faq details {
  border: 1px solid #dbe9f6;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 47, 82, .07);
}

.journal-note {
  position: absolute;
  width: 174px;
  padding: 18px;
  border-radius: 10px;
}

.journal-note strong,
.journal-latest-grid span,
.journal-review-grid span,
.journal-picks-grid span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 9px;
  padding: 6px 9px;
  border-radius: 6px;
  background: #eaf5ff;
  color: #1687e8;
  font-size: 10px;
  font-weight: 900;
}

.journal-note h2 {
  margin: 0 0 8px;
  color: #102b52;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.journal-note p {
  margin: 0 0 12px;
  color: #60758e;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.journal-note a {
  color: #1687e8;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.journal-note--research {
  left: 0;
  top: 42px;
}

.journal-note--press {
  left: 0;
  top: 198px;
}

.journal-note--story {
  right: 14px;
  top: 36px;
  width: 232px;
  min-height: 118px;
  background:
    linear-gradient(90deg, #fff 0 58%, rgba(255, 255, 255, .68)),
    url("/assets/lang-arabic-photo.jpg") right center / 42% 100% no-repeat;
}

.journal-note--impact {
  right: 14px;
  top: 196px;
  width: 232px;
  min-height: 116px;
  background:
    linear-gradient(90deg, #fff 0 58%, rgba(255, 255, 255, .7)),
    url("/assets/hero-sky-school.svg") right bottom / 45% auto no-repeat;
}

.journal-note--story strong {
  background: #fff3e8;
  color: #ff742f;
}

.journal-note--impact strong {
  background: #e8fbf5;
  color: #28b87a;
}

.journal-phone {
  position: absolute;
  left: 214px;
  top: 14px;
  width: 182px;
  min-height: 320px;
  padding: 12px;
  border: 8px solid #071f3d;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(9, 31, 61, .24);
}

.journal-phone div {
  min-height: 282px;
  padding: 18px 14px;
  border-radius: 18px;
  background: #f6fbff;
}

.journal-phone strong {
  color: #102b52;
  font-size: 15px;
  font-weight: 900;
}

.journal-phone h2 {
  margin: 12px 0 8px;
  color: #071f3d;
  font-size: 19px;
  line-height: 1.15;
}

.journal-phone p,
.journal-phone h3 {
  margin: 0 0 12px;
  color: #60758e;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}

.journal-phone h3 {
  color: #102b52;
}

.journal-phone span {
  display: block;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  color: #102b52;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 900;
}

.journal-phone a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 8px;
  background: #1687e8;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.journal-plane {
  position: absolute;
  width: 58px;
  height: 58px;
}

.journal-plane::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 24%, 100% 0, 62% 100%, 43% 54%);
  background: rgba(255, 255, 255, .9);
  transform: rotate(13deg);
}

.journal-plane--hero {
  right: -30px;
  top: 150px;
}

.journal-featured {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.journal-featured-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.2fr) 1fr 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 15px;
}

.journal-lead-story,
.journal-top-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbe9f6;
  border-radius: 11px;
  background: #fff;
}

.journal-lead-story {
  min-height: 320px;
}

.journal-lead-story > img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.journal-lead-story > div {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  padding: 28px 34px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0 42%, rgba(255, 255, 255, .42));
}

.journal-lead-story span,
.journal-top-card span {
  width: max-content;
  padding: 7px 11px;
  border-radius: 6px;
  background: #ff742f;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.journal-lead-story h2 {
  max-width: 420px;
  margin: 24px 0 12px;
  color: #071f3d;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 900;
}

.journal-lead-story p {
  max-width: 360px;
  margin: 0;
  color: #24415f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.journal-lead-story footer,
.journal-top-card footer,
.journal-latest-grid footer,
.journal-review-grid footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.journal-lead-story footer img,
.journal-top-card footer img,
.journal-latest-grid footer img,
.journal-review-grid footer img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.journal-lead-story footer strong,
.journal-top-card footer strong {
  color: #102b52;
  font-size: 12px;
  line-height: 1.15;
}

.journal-lead-story footer small,
.journal-top-card footer small {
  display: block;
  color: #60758e;
  font-size: 10px;
}

.journal-lead-story a {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.journal-top-card > img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.journal-top-card span {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #7357ef;
}

.journal-top-card:nth-child(3) span {
  background: #28b87a;
}

.journal-top-card h3 {
  margin: 18px 18px 0;
  color: #071f3d;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.journal-top-card footer {
  margin: 20px 18px 18px;
}

.journal-tabs {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 12px;
  border-radius: 14px;
  overflow-x: auto;
}

.journal-tabs a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  border-radius: 999px;
  color: #45617f;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.journal-tabs a.active {
  background: #1687e8;
  color: #fff;
}

.journal-tabs b {
  color: inherit;
  opacity: .72;
}

.journal-section {
  padding-top: 30px;
}

.journal-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.journal-section-head h2,
.journal-digest h2,
.journal-press h2,
.journal-faq h2 {
  margin: 0;
  color: #071f3d;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 900;
}

.journal-section-head a {
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.journal-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journal-latest-grid article {
  display: grid;
  grid-template-columns: 146px 1fr;
  gap: 18px;
  min-height: 174px;
  padding: 16px;
  border-radius: 13px;
}

.journal-latest-grid article > img {
  width: 146px;
  height: 140px;
  grid-row: span 4;
  border-radius: 10px;
  object-fit: cover;
  background: #eef8ff;
}

.journal-latest-grid h3,
.journal-review-grid h3 {
  margin: 0;
  color: #102b52;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 900;
}

.journal-latest-grid p {
  margin: 6px 0 0;
  color: #60758e;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.journal-latest-grid footer,
.journal-review-grid footer {
  margin-top: 10px;
  grid-column: 2;
}

.journal-latest-grid footer b,
.journal-review-grid footer b {
  color: #102b52;
  font-size: 11px;
}

.journal-latest-grid footer small,
.journal-review-grid footer small {
  color: #60758e;
}

.journal-latest-grid span:nth-of-type(1),
.journal-review-grid span,
.journal-picks-grid span {
  margin: 0;
}

.journal-digest {
  display: grid;
  grid-template-columns: .95fr 1fr 1.15fr;
  gap: 30px;
  align-items: center;
  margin-top: 22px;
  padding: 30px 34px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f5fbff 0%, #eaf7ff 100%);
}

.journal-digest p,
.journal-press p,
.journal-newsletter p {
  margin: 12px 0 0;
  color: #60758e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.journal-digest ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journal-digest li {
  position: relative;
  padding-left: 24px;
  color: #24415f;
  font-size: 13px;
  font-weight: 800;
}

.journal-digest li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #48cbb9;
}

.journal-digest form {
  display: grid;
  gap: 14px;
}

.journal-digest form strong {
  color: #102b52;
  font-size: 16px;
  font-weight: 900;
}

.journal-digest form div,
.journal-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.journal-digest input,
.journal-newsletter input,
.journal-newsletter select {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  background: #fff;
  color: #1d3c62;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.journal-digest button,
.journal-newsletter button {
  border: 0;
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.journal-digest small {
  color: #8aa0b7;
  font-weight: 800;
}

.journal-two-col {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 46px;
  padding-top: 34px;
}

.journal-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journal-review-grid article {
  overflow: hidden;
  border-radius: 13px;
}

.journal-review-grid article > img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #eef8ff;
}

.journal-review-grid span,
.journal-review-grid h3,
.journal-review-grid footer {
  margin-left: 16px;
  margin-right: 16px;
}

.journal-review-grid span {
  margin-top: 14px;
}

.journal-review-grid h3 {
  margin-top: 12px;
}

.journal-review-grid footer {
  margin-bottom: 16px;
}

.journal-explainer-list {
  display: grid;
  gap: 12px;
}

.journal-explainer-list article {
  display: grid;
  grid-template-columns: 98px 1fr 28px;
  gap: 16px;
  align-items: center;
  min-height: 102px;
  padding: 12px 16px 12px 12px;
  border-radius: 12px;
}

.journal-explainer-list img {
  width: 98px;
  height: 78px;
  border-radius: 8px;
  object-fit: cover;
}

.journal-explainer-list h3 {
  margin: 0 0 6px;
  color: #102b52;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.journal-explainer-list p {
  margin: 0 0 5px;
  color: #60758e;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.journal-explainer-list small {
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.journal-explainer-list b {
  width: 18px;
  height: 24px;
  border: 2px solid #93a5b9;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.journal-mini-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 14px;
}

.journal-mini-strip a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.journal-mini-strip a::before {
  content: "";
  width: 38px;
  height: 38px;
  grid-row: span 2;
  border-radius: 12px;
  background: #eaf5ff;
}

.journal-mini-strip small {
  color: #60758e;
  font-size: 11px;
  font-weight: 700;
}

.journal-press {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding: 26px;
  border-radius: 14px;
  background: #eef8ff;
}

.journal-press > div {
  align-self: center;
}

.journal-press article {
  min-height: 134px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
}

.journal-press h3 {
  margin: 0 0 10px;
  color: #102b52;
  font-size: 15px;
  font-weight: 900;
}

.journal-press article p {
  margin: 8px 0 0;
  padding: 8px;
  border-radius: 8px;
  background: #f5fbff;
  font-size: 11px;
}

.journal-press img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: 8px;
}

.journal-topics {
  padding-top: 34px;
}

.journal-topics .journal-section-head {
  justify-content: center;
  text-align: center;
}

.journal-topic-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.journal-topic-grid article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
}

.journal-topic-grid span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  grid-row: span 2;
  border-radius: 11px;
  background: #eaf5ff;
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
}

.journal-topic-grid strong {
  color: #102b52;
  font-size: 14px;
  font-weight: 900;
}

.journal-topic-grid small {
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.journal-editors {
  padding-top: 34px;
}

.journal-picks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.55fr;
  gap: 18px;
}

.journal-picks-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}

.journal-picks-grid article > img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}

.journal-picks-grid span {
  position: absolute;
  left: 13px;
  top: 13px;
  background: #ff742f;
  color: #fff;
}

.journal-picks-grid h3 {
  margin: 16px 16px 8px;
  color: #102b52;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.journal-picks-grid p {
  margin: 0 16px 16px;
  color: #60758e;
  font-size: 12px;
  font-weight: 800;
}

.journal-podcast {
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 20px;
  align-items: center;
  padding: 26px;
  background: #071f3d;
  color: #fff;
}

.journal-podcast span {
  position: static;
  background: #ff742f;
}

.journal-podcast h3,
.journal-podcast p {
  margin-left: 0;
  color: #fff;
}

.journal-podcast a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.journal-podcast b {
  width: 150px;
  height: 190px;
  display: block;
  border-radius: 80px 80px 18px 18px;
  background:
    repeating-linear-gradient(90deg, transparent 0 9px, rgba(255, 255, 255, .25) 10px 11px),
    linear-gradient(180deg, #e6f2ff, #8091a5);
  box-shadow: inset 0 -28px 0 rgba(0, 0, 0, .22);
}

.journal-newsletter {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 210px .9fr 1.35fr 82px;
  gap: 26px;
  align-items: center;
  margin-top: 34px;
  padding: 0 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #22aef4 0%, #1687e8 100%);
}

.journal-newsletter > img {
  align-self: end;
  width: 190px;
  height: 138px;
  object-fit: contain;
  object-position: bottom left;
}

.journal-newsletter h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.journal-newsletter p,
.journal-newsletter small {
  color: #fff;
}

.journal-newsletter form {
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
}

.journal-newsletter small {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 800;
}

.journal-newsletter .journal-plane {
  position: relative;
  width: 70px;
  height: 70px;
}

.journal-newsletter .journal-plane::before {
  background: #d7f0ff;
}

.journal-faq {
  padding-top: 24px;
  padding-bottom: 34px;
}

.journal-faq h2 {
  text-align: center;
  margin-bottom: 16px;
}

.journal-faq > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
}

.journal-faq details {
  border-radius: 8px;
}

.journal-faq summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.journal-faq summary::after {
  content: "v";
  color: #1687e8;
}

.journal-faq summary::-webkit-details-marker {
  display: none;
}

.journal-faq p {
  margin: 0;
  padding: 0 18px 14px;
  color: #60758e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .journal-hero__inner,
  .journal-featured-grid,
  .journal-digest,
  .journal-two-col,
  .journal-press,
  .journal-newsletter {
    grid-template-columns: 1fr;
  }

  .journal-hero__visual {
    min-height: 440px;
  }

  .journal-phone {
    left: 280px;
  }

  .journal-note--story,
  .journal-note--impact {
    right: 0;
  }

  .journal-latest-grid,
  .journal-topic-grid,
  .journal-mini-strip,
  .journal-picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-newsletter {
    padding: 28px;
  }

  .journal-newsletter > img,
  .journal-newsletter .journal-plane {
    display: none;
  }
}

@media (max-width: 720px) {
  .journal-hero,
  .journal-hero__inner {
    min-height: 0;
  }

  .journal-hero__inner {
    padding: 42px 0 58px;
  }

  .journal-hero h1 {
    font-size: 38px;
  }

  .journal-hero__copy > p {
    font-size: 15px;
  }

  .journal-stats,
  .journal-latest-grid,
  .journal-review-grid,
  .journal-topic-grid,
  .journal-mini-strip,
  .journal-picks-grid,
  .journal-faq > div,
  .journal-newsletter form {
    grid-template-columns: 1fr;
  }

  .journal-hero__visual {
    min-height: 760px;
  }

  .journal-note,
  .journal-phone {
    left: 0;
    right: 0;
    width: 100%;
  }

  .journal-note--research {
    top: 0;
  }

  .journal-note--press {
    top: 142px;
  }

  .journal-phone {
    top: 282px;
  }

  .journal-note--story {
    top: 628px;
  }

  .journal-note--impact,
  .journal-plane--hero {
    display: none;
  }

  .journal-lead-story > div {
    position: static;
    background: #fff;
  }

  .journal-lead-story > img {
    height: 220px;
  }

  .journal-latest-grid article,
  .journal-explainer-list article {
    grid-template-columns: 1fr;
  }

  .journal-latest-grid article > img,
  .journal-latest-grid footer,
  .journal-explainer-list img {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .journal-latest-grid article > img {
    height: 180px;
  }

  .journal-podcast {
    grid-template-columns: 1fr;
  }
}
