body.page-template-template-english-landing {
  background:
    radial-gradient(circle at 20% 0%, rgba(111, 227, 193, 0.14), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(43, 179, 192, 0.18), transparent 32%),
    linear-gradient(180deg, #081427 0%, #112b49 42%, #143a58 100%);
}

body.page-template-template-english-landing .top-bar,
body.page-template-template-english-landing .site-header,
body.page-template-template-english-landing footer {
  display: none;
}

body.page-template-template-english-landing .site-content {
  max-width: none;
  padding: 0;
  background: transparent;
}

body.page-template-template-english-landing .bg-wrapper,
body.page-template-template-english-landing .bg-overlay {
  background: transparent;
}

body.page-template-template-english-landing main {
  background: transparent;
}

.bb-en-page {
  position: relative;
  z-index: 2;
  color: #f5fbff;
  background:
    radial-gradient(circle at top, rgba(37, 58, 101, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(8, 20, 39, 0.35), rgba(8, 20, 39, 0));
}

.bb-en-topbar,
.bb-en-section,
.bb-en-legal__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.bb-en-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 10px;
}

.bb-en-topbar__brand,
.bb-en-topbar__link {
  text-decoration: none;
}

.bb-en-topbar__brand {
  display: inline-flex;
  align-items: center;
  color: #f5fbff;
}

.bb-en-topbar__brand img {
  display: block;
  width: auto;
  max-width: min(292px, 48vw);
  max-height: 66px;
}

.bb-en-topbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bb-en-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(167, 241, 220, 0.16);
  color: rgba(245, 251, 255, 0.86);
  font-size: 0.94rem;
  white-space: nowrap;
}

.bb-en-topbar__link.is-strong {
  color: #fff2bd;
}

.bb-en-topbar__flag {
  font-size: 1.15rem;
  line-height: 1;
}

.bb-en-section {
  padding: 44px 0;
  position: relative;
}

.bb-en-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 32px;
  align-items: center;
  min-height: 72vh;
  padding-top: 36px;
}

.bb-en-hero__content {
  text-align: center;
}

.bb-en-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aurora-text-accent);
}

.bb-en-hero h1,
.bb-en-section h2,
.bb-en-card h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.bb-en-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.95;
}

.bb-en-hero__lead {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  color: #d7fff3;
}

.bb-en-hero__text,
.bb-en-section__intro p,
.bb-en-card p,
.bb-en-list li,
.bb-en-legal p {
  font-size: 1.04rem;
  line-height: 1.7;
  color: rgba(245, 251, 255, 0.9);
}

.bb-en-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  justify-content: center;
}

.bb-en-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bb-en-btn:hover {
  transform: translateY(-1px);
}

.bb-en-btn--coffee {
  background: linear-gradient(135deg, #ffd86f, #ffbe55, #f39b3d);
  color: #39210a;
  box-shadow: 0 14px 34px rgba(243, 155, 61, 0.28);
}

.bb-en-btn--coffee:hover {
  color: #2d1908;
}

.bb-en-btn--secondary,
.bb-en-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 24, 38, 0.34);
  color: #f5fbff;
}

.bb-en-btn--youtube {
  background: linear-gradient(135deg, #ff4e45, #ff2f2f, #d80d18);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(216, 13, 24, 0.3);
}

.bb-en-btn--youtube:hover,
.bb-en-btn--youtube:focus {
  color: #ffffff;
}

.bb-en-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.bb-en-hero__orb {
  position: absolute;
  inset: 12% 10%;
  border-radius: 42% 58% 55% 45% / 43% 42% 58% 57%;
  background:
    radial-gradient(circle at 30% 25%, rgba(111, 227, 193, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(43, 179, 192, 0.34), rgba(31, 60, 136, 0.18));
  filter: blur(2px);
}

.bb-en-hero__visual img {
  position: relative;
  z-index: 1;
  max-width: min(100%, 360px);
  height: auto;
  filter: drop-shadow(0 28px 44px rgba(7, 17, 31, 0.42));
}

.bb-en-section__intro {
  max-width: 760px;
  margin-bottom: 22px;
  margin-inline: auto;
  text-align: center;
}

.bb-en-update .bb-en-section__intro,
.bb-en-support .bb-en-section__intro {
  max-width: 920px;
}

.bb-en-section h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.bb-en-story__grid,
.bb-en-grid,
.bb-en-grid--support,
.bb-en-grid--feature {
  display: grid;
  gap: 18px;
}

.bb-en-story__visual {
  max-width: 920px;
  margin: 0 auto 24px;
}

.bb-en-story__visual img {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 26px 54px rgba(2, 10, 18, 0.24);
}

.bb-en-story__grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
  margin: 0 auto;
}

.bb-en-grid--support {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin: 0 auto;
}

.bb-en-grid--feature {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  max-width: 1040px;
  margin: 0 auto;
}

.bb-en-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(17, 43, 73, 0.86), rgba(10, 25, 42, 0.82));
  box-shadow: 0 24px 54px rgba(2, 10, 18, 0.2);
  backdrop-filter: blur(12px);
  text-align: left;
}

.bb-en-card--wide {
  padding: 30px;
}

.bb-en-card__media {
  margin: 0 0 18px;
}

.bb-en-card__media img {
  display: block;
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(2, 10, 18, 0.2);
}

.bb-en-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.bb-en-card__title--feature {
  font-size: 1.18rem;
  line-height: 1.3;
}

.bb-en-watch__card {
  padding: 22px;
}

.bb-en-video-frame--featured {
  padding-top: 56.25%;
}

.bb-en-featured-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 100%;
  min-height: 340px;
  padding: 32px 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 221, 160, 0.2), transparent 0 26%),
    radial-gradient(ellipse at left top, rgba(144, 14, 36, 0.55), transparent 0 42%),
    radial-gradient(ellipse at right top, rgba(144, 14, 36, 0.55), transparent 0 42%),
    linear-gradient(
      180deg,
      rgba(70, 7, 17, 0.98) 0%,
      rgba(126, 16, 35, 0.94) 20%,
      rgba(158, 28, 49, 0.88) 48%,
      rgba(112, 13, 30, 0.92) 78%,
      rgba(52, 5, 13, 0.98) 100%
    ),
    linear-gradient(180deg, #2b050c 0%, #120207 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -36px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
  overflow: hidden;
}

.bb-en-featured-placeholder__kicker {
  display: inline-block;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aurora-text-accent);
}

.bb-en-featured-placeholder h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.bb-en-featured-placeholder p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.4;
  color: rgba(245, 251, 255, 0.92);
}

.bb-en-actions--support {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.bb-en-support .bb-en-actions--support {
  align-items: center;
  justify-content: center;
}

.bb-en-actions--watch {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bb-en-link-meta {
  display: inline-block;
  color: rgba(216, 255, 246, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.bb-en-link-meta:hover,
.bb-en-link-meta:focus {
  color: #ffffff;
  text-decoration: underline;
}

.bb-en-link-meta--footer {
  margin-top: 10px;
}

.bb-en-link-meta--support {
  text-align: center;
}

.bb-en-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bb-en-video-card {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bb-en-video-card__meta {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aurora-text-accent);
}

.bb-en-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding-top: 56.25%;
  background: rgba(6, 18, 30, 0.88);
}

.bb-en-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bb-en-watch__content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  border: 0;
  border-radius: 20px;
  margin-bottom: 16px;
}

.bb-en-watch__content .wp-block-embed,
.bb-en-watch__content .wp-block-group,
.bb-en-watch__content p {
  margin-top: 0;
}

.bb-en-watch__empty {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.bb-en-update__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(43, 179, 192, 0.14);
  color: #d8fff6;
  font-size: 0.9rem;
  font-weight: 700;
}

.bb-en-update {
  text-align: center;
}

.bb-en-update .bb-en-card--wide {
  max-width: 860px;
  margin: 0 auto;
}

.bb-en-list {
  margin: 0;
  padding-left: 1.05rem;
}

.bb-en-list li + li {
  margin-top: 8px;
}

.bb-en-close__card {
  text-align: center;
}

.bb-en-legal {
  padding: 26px 0 40px;
  text-align: center;
}

.bb-en-legal__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
}

.bb-en-legal__inner a {
  color: #d8fff6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bb-en-legal__inner a:hover,
.bb-en-legal__inner a:focus {
  color: #ffffff;
}

.bb-en-legal__youtube {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  color: #f5fbff;
}

.bb-en-legal__youtube img {
  display: block;
  width: 120px;
  height: auto;
}

.bb-en-legal__copyright {
  margin-top: 14px;
  font-size: 0.82rem;
  opacity: 0.8;
}

@media (max-width: 960px) {
  .bb-en-hero,
  .bb-en-story__grid,
  .bb-en-grid--support,
  .bb-en-grid--feature,
  .bb-en-video-grid {
    grid-template-columns: 1fr;
  }

  .bb-en-hero {
    min-height: auto;
    padding-top: 20px;
  }

  .bb-en-hero__visual {
    order: -1;
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .bb-en-topbar {
    padding-top: 22px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .bb-en-topbar__brand img {
    max-width: min(178px, 46vw);
    max-height: 48px;
  }

  .bb-en-topbar__actions {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
  }

  .bb-en-topbar__link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .bb-en-topbar__flag {
    font-size: 1.35rem;
  }

  .bb-en-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bb-en-section {
    padding: 28px 0;
  }

  .bb-en-card,
  .bb-en-card--wide {
    padding: 20px;
    border-radius: 22px;
  }

  .bb-en-hero h1 {
    font-size: 3rem;
  }

  .bb-en-section__intro {
    margin-bottom: 18px;
  }

  .bb-en-watch__card {
    padding: 18px;
  }

  .bb-en-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .bb-en-actions--support {
    align-items: center;
  }

  .bb-en-btn {
    width: min(100%, 340px);
    padding: 0 18px;
  }

  .bb-en-link-meta {
    max-width: 340px;
    text-align: center;
    font-size: 0.84rem;
  }
}
