nav {
  height: auto;
  margin: 20px 0;
  border-radius: 30px 8px 30px 8px;
  font-size: 25px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #040c43;
}

.freelancer-page .navbar.fixed-top {
  left: 25px;
}

/* Navbar tweaks */
.navbar-brand img.FreelancerLogo {
  width: 80px;
  height: 80px;
}

.navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  color: #ffffff !important;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #2186fc !important;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(33, 134, 252, 0.35);
  transform: translateY(-1px);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link[aria-current=page] {
  color: #040c43 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 600;
}

.banner {
  background-image: url(./images/FreelancerBanner.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  height: clamp(180px, 28vw, 420px);
}

.FreelancerLogo {
  width: 48px;
  height: 48px;
}

.contentContainer {
  padding: 20px;
  border-radius: 30px 8px 30px 8px;
  margin-top: 40px;
}

.lineBreak {
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.lineBreakSection {
  height: 1px;
  background-color: #2086fd;
  margin: 40px 0;
}

section {
  padding: 20px;
  background-color: #cccfd3;
  border-radius: 30px 8px 30px 8px;
  margin-bottom: 40px;
}

.sectionContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.sectionText,
.sectionMedia {
  flex: 1 1 0;
}

.sectionText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sectionSquares {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.sectionSquares span {
  width: 28px;
  height: 28px;
  background-color: #040c43;
  border-radius: 6px;
}

.sectionMedia {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sectionMedia img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 8px 24px 8px;
}

.sectionMedia img[role=button] {
  cursor: zoom-in;
}

.sectionMedia img[role=button]:focus-visible {
  outline: 4px solid #2186fc;
  outline-offset: 4px;
}

.sectionMedia figcaption {
  margin-top: 12px;
  color: #040c43;
  font-size: 0.95rem;
  text-align: center;
}

.sectionSIX .sectionText {
  flex-basis: 100%;
}

.highFidelityShowcase {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  background-color: #040c43;
  border: 3px solid #040c43;
  border-radius: 24px 8px 24px 8px;
  box-shadow: 10px 10px 0 rgba(4, 12, 67, 0.18);
}

.hiFiSlideButton {
  display: block;
  width: 100%;
  padding: 0;
  color: #ffffff;
  background: #040c43;
  border: 0;
  cursor: zoom-in;
}

.hiFiSlideButton:focus-visible {
  outline: 4px solid #2186fc;
  outline-offset: -4px;
}

.hiFiSlideImage {
  display: block;
  width: 100%;
  max-height: 560px;
  padding: 18px;
  background-color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
}

.hiFiSlideButton span {
  display: block;
  padding: 0.85rem 3.5rem 2.1rem;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.highFidelityShowcase .carousel-control-prev,
.highFidelityShowcase .carousel-control-next {
  width: 3.25rem;
}

.highFidelityShowcase .carousel-indicators {
  margin-bottom: 0.65rem;
}

.highFidelityShowcase .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.hiFiModal .modal-content {
  background-color: #040c43;
}

.hiFiModal .modal-header {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.hiFiModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.hiFiModal img {
  display: block;
  width: 100%;
  max-width: 1400px;
  max-height: calc(100vh - 100px);
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
}

.section:nth-of-type(even) .sectionContent {
  flex-direction: row-reverse;
}

h3 {
  color: #040c43;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.section p {
  color: #040c43;
  margin-bottom: 0;
}

.footerContainer {
  background-color: #040c43;
  padding: 20px 0;
  margin-top: 40px;
  height: auto;
  margin: 20px 0;
  border-radius: 30px 8px 30px 8px;
  font-size: 25px;
  position: relative;
}

.footerProjectLink {
  position: absolute;
  left: 24px;
  bottom: 18px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.footerProjectLink:hover,
.footerProjectLink:focus {
  color: #2186fc;
  text-decoration: underline;
}

footer .text-blue-light {
  color: #2186fc !important;
}

/* Responsive typography */
.welcomeBlock h1 {
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  margin-bottom: 0.25rem;
}

.welcomeBlock p {
  font-size: clamp(0.9rem, 2.2vw, 1.25rem);
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .navbar-brand span {
    font-size: 0.95rem;
  }
  .navbar-nav {
    margin-top: 0.5rem;
  }
  .navbar-nav .nav-link {
    margin-left: 0;
    margin-bottom: 0.35rem;
    width: 100%;
  }
  .sectionContent {
    flex-direction: column;
  }
  .section:nth-of-type(even) .sectionContent {
    flex-direction: column;
  }
  .sectionMedia img {
    max-width: 100%;
    height: 220px;
  }
  .hiFiSlideImage {
    max-height: 360px;
    padding: 10px;
  }
  .hiFiSlideButton span {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
    font-size: 1rem;
  }
}

/* BioGeek case study */
.bio-page {
  --bio-ink: #071016;
  --bio-night: #111a2a;
  --bio-blue: #2457d6;
  --bio-lab: #536dff;
  --bio-purple: #8d32c8;
  --bio-green: #39e75f;
  --bio-mint: #c8ffd6;
  --bio-cream: #fff0d1;
  --bio-white: #f7fbff;
  background: #ffffff;
  color: var(--bio-white);
  min-height: 100vh;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.bio-page .bio-nav {
  background-color: rgba(7, 16, 22, 0.9);
  border: 2px solid rgba(57, 231, 95, 0.7) !important;
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.32);
}

.bio-page .navbar-toggler {
  background-color: var(--bio-green);
}

.bio-page .navbar-brand {
  gap: 4px;
}

.bio-brand-mark,
.bio-brand-word {
  display: inline-block;
  line-height: 0.9;
  text-shadow: 3px 3px 0 var(--bio-ink);
}

.bio-brand-mark {
  color: var(--bio-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  transform: rotate(-3deg);
}

.bio-brand-word {
  color: var(--bio-green);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.7rem, 4vw, 3.3rem);
  letter-spacing: 0;
  -webkit-text-stroke: 1px var(--bio-ink);
}

.bio-page .navbar-nav .nav-link {
  color: var(--bio-white) !important;
  border-radius: 8px;
  border-color: rgba(247, 251, 255, 0.18);
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bio-page .navbar-nav .nav-link:hover,
.bio-page .navbar-nav .nav-link:focus {
  color: var(--bio-ink) !important;
  background-color: var(--bio-green);
  border-color: var(--bio-green);
}

.bio-page .navbar-nav .nav-link.active,
.bio-page .navbar-nav .nav-link[aria-current=page] {
  color: var(--bio-ink) !important;
  background-color: var(--bio-cream);
}

.bio-hero {
  min-height: clamp(420px, 64vw, 680px);
  display: flex;
  align-items: flex-end;
  padding: clamp(1.25rem, 5vw, 4rem);
  background: linear-gradient(90deg, rgba(7, 16, 22, 0.72), rgba(36, 87, 214, 0.18)), url("./images/Advanced-typography-poster-1.png");
  background-size: cover;
  background-position: center 28%;
  border: 2px solid rgba(247, 251, 255, 0.35);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.36);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.bio-hero::after {
  content: "";
  position: absolute;
  inset: auto -4% 9% 8%;
  height: 28%;
  background-color: rgba(200, 255, 214, 0.5);
  border: 1px solid rgba(7, 16, 22, 0.45);
  transform: rotate(-7deg);
}

.bio-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.bio-kicker,
.bio-label {
  margin-bottom: 0.6rem;
  color: var(--bio-green);
  font-family: "Courier New", Courier, monospace;
  font-weight: 800;
  text-transform: uppercase;
}

.bio-hero h1 {
  margin: 0;
  color: var(--bio-green);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4rem, 17vw, 12rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-shadow: 5px 5px 0 var(--bio-ink), 10px 10px 0 rgba(111, 61, 141, 0.75);
  -webkit-text-stroke: 2px var(--bio-ink);
}

.bio-hero h1 span {
  color: var(--bio-cream);
  font-family: Georgia, "Times New Roman", serif;
}

.bio-hero p:not(.bio-kicker) {
  max-width: 650px;
  margin-top: 1rem;
  color: var(--bio-white);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  text-shadow: 2px 2px 0 var(--bio-ink);
}

.bio-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
}

.bio-hero-tags span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.15rem 0;
  color: var(--bio-cream);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--bio-ink);
}

.bio-hero-tags span:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 18px;
  background-color: var(--bio-green);
  border: 2px solid var(--bio-ink);
  box-shadow: 2px 2px 0 var(--bio-purple);
  transform: rotate(45deg);
}

.bio-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bio-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
  color: var(--bio-ink);
  background-color: var(--bio-green);
  border: 2px solid var(--bio-ink);
  box-shadow: 4px 4px 0 var(--bio-ink);
  font-family: "Courier New", Courier, monospace;
  font-weight: 800;
  text-transform: uppercase;
}

.bio-content {
  display: grid;
  gap: 44px;
}

.bio-panel,
.bio-section,
.bio-journey,
.bio-empathy,
.bio-hifi,
.bio-flow,
.bio-screens {
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background-color: rgba(247, 251, 255, 0.9);
  color: var(--bio-ink);
  border: 2px solid var(--bio-ink);
  border-radius: 8px;
  margin-bottom: 0;
  box-shadow: 10px 10px 0 rgba(7, 16, 22, 0.46);
}

.bio-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  background-color: rgba(223, 245, 217, 0.93);
}

.bio-panel h2,
.bio-section h2,
.bio-journey h2,
.bio-empathy h2,
.bio-hifi h2,
.bio-flow h2,
.bio-screens h2 {
  margin-bottom: 1rem;
  color: var(--bio-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 4.6rem);
  font-weight: 900;
  line-height: 0.95;
}

.bio-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.bio-access-section {
  grid-template-columns: 1fr;
}

.bio-access-section .bio-section-text {
  max-width: 900px;
}

.bio-journey {
  background-color: rgba(247, 251, 255, 0.92);
}

.bio-reverse {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
}

.bio-reverse .bio-section-text {
  order: 2;
}

.bio-section-text p,
.bio-panel p,
.bio-journey p,
.bio-empathy p,
.bio-hifi p,
.bio-flow p,
.bio-screens p {
  font-size: 1.04rem;
  line-height: 1.65;
}

.bio-intro > p {
  font-size: 1.56rem;
}

.bio-steps {
  display: grid;
  gap: 12px;
  padding-left: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.bio-steps li {
  padding: 0.9rem 1rem;
  background-color: rgba(83, 109, 255, 0.18);
  border-left: 8px solid var(--bio-purple);
}

.bio-image-card,
.bio-wide-image {
  margin: 0;
}

.bio-image-card img,
.bio-wide-image img {
  display: block;
  width: 100%;
  border: 2px solid var(--bio-ink);
  box-shadow: 8px 8px 0 var(--bio-purple);
  object-fit: cover;
}

.bio-page main img[role=button] {
  cursor: zoom-in;
}

.bio-page main img[role=button]:focus-visible {
  outline: 4px solid var(--bio-green);
  outline-offset: 4px;
}

.bio-hifi-screen[role=button] {
  cursor: zoom-in;
}

.bio-hifi-screen[role=button]:focus-visible {
  outline: 4px solid var(--bio-green);
  outline-offset: 4px;
}

.bio-modal-mockup {
  display: grid;
  place-items: center;
  width: min(1100px, 100%);
}

.bio-modal-mockup[hidden] {
  display: none;
}

.bio-hifi-screen-modal {
  width: min(980px, 100%);
  min-height: min(760px, 100vh - 7rem);
  cursor: default;
}

.bio-image-card img {
  aspect-ratio: 4/3;
}

.bio-wide-image {
  margin-top: 28px;
}

.bio-wide-image img {
  max-height: 520px;
  object-position: center;
}

.bio-image-card figcaption,
.bio-wide-image figcaption {
  margin-top: 12px;
  color: var(--bio-night);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.92rem;
  font-weight: 700;
}

.bio-wireflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 1rem;
  background-color: rgba(255, 241, 232, 0.94);
  border: 2px solid var(--bio-ink);
  box-shadow: 8px 8px 0 var(--bio-purple);
}

.bio-wire-rough {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 340px;
  margin: 0;
  padding: 0.8rem;
  background-color: rgba(255, 255, 255, 0.96);
  color: var(--bio-ink);
  border: 2px solid var(--bio-ink);
}

.bio-wire-rough img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(7, 16, 22, 0.62);
}

.bio-wire-rough figcaption {
  color: var(--bio-purple);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bio-wire-screen {
  position: relative;
  min-height: 340px;
  padding: 0.8rem;
  background-color: rgba(247, 251, 255, 0.96);
  color: var(--bio-ink);
  border: 2px solid var(--bio-ink);
}

.bio-wire-screen::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: -24px;
  color: var(--bio-purple);
  font-family: "Courier New", Courier, monospace;
  font-size: 1.6rem;
  font-weight: 900;
  transform: translateX(-50%);
}

.bio-wire-screen span {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--bio-purple);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-stroke: 1px var(--bio-ink);
}

.bio-wire-screen strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--bio-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1;
}

.bio-wire-screen i,
.bio-wire-screen b {
  display: block;
  border: 2px solid rgba(7, 16, 22, 0.62);
}

.bio-wire-screen small {
  display: block;
  margin-top: 0.8rem;
  color: var(--bio-night);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.wire-nav,
.wire-search,
.wire-hero,
.wire-video,
.wire-logo,
.wire-action,
.wire-terms,
.wire-note,
.wire-tabs,
.wire-progress {
  border: 2px solid rgba(7, 16, 22, 0.62);
  background: repeating-linear-gradient(-8deg, rgba(111, 61, 141, 0.14) 0 8px, transparent 8px 16px);
}

.wire-nav {
  height: 26px;
  margin-bottom: 10px;
}

.wire-hero {
  height: 74px;
  margin-bottom: 10px;
}

.wire-card-row,
.wire-pricing,
.wire-topic-grid {
  display: grid;
  gap: 8px;
}

.wire-card-row {
  grid-template-columns: repeat(3, 1fr);
}

.wire-card-row i {
  height: 42px;
}

.wire-search {
  height: 26px;
  margin-bottom: 10px;
}

.wire-sidebar {
  float: left;
  width: 32%;
  height: 98px;
  margin-right: 10px;
  border: 2px solid rgba(7, 16, 22, 0.62);
  background-color: rgba(57, 231, 95, 0.2);
}

.wire-list {
  display: grid;
  gap: 8px;
}

.wire-list i {
  height: 26px;
  background-color: rgba(247, 251, 255, 0.8);
}

.wire-video {
  height: 84px;
  margin-bottom: 10px;
}

.wire-copy {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.wire-copy i {
  height: 10px;
  border-width: 0 0 2px;
}

.wire-copy i:nth-child(2) {
  width: 82%;
}

.wire-copy i:nth-child(3) {
  width: 58%;
}

.wire-topic-grid {
  grid-template-columns: repeat(2, 1fr);
}

.wire-topic-grid b {
  height: 24px;
  background-color: rgba(57, 231, 95, 0.18);
}

.wire-pricing {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 12px;
}

.wire-pricing b {
  height: 104px;
  background: linear-gradient(rgba(57, 231, 95, 0.18), rgba(57, 231, 95, 0.18)), repeating-linear-gradient(0deg, transparent 0 18px, rgba(7, 16, 22, 0.2) 18px 20px);
}

.wire-faq {
  display: grid;
  gap: 8px;
}

.wire-faq i {
  height: 24px;
}

.wire-form {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.wire-form i {
  height: 28px;
}

.wire-terms,
.wire-action {
  height: 30px;
  margin-top: 10px;
}

.wire-logo {
  width: 80px;
  height: 80px;
  margin: 10px auto 18px;
  border-radius: 50%;
}

.wire-side-menu {
  float: left;
  width: 28%;
  height: 170px;
  margin-right: 10px;
  border: 2px solid rgba(7, 16, 22, 0.62);
  background: repeating-linear-gradient(0deg, rgba(57, 231, 95, 0.18) 0 28px, transparent 28px 36px);
}

.wire-progress {
  height: 18px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--bio-green) 0 62%, transparent 62%);
}

.wire-note {
  height: 44px;
  margin-bottom: 10px;
}

.wire-lesson-list {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.wire-lesson-list i {
  height: 20px;
}

.wire-tabs {
  height: 28px;
}

.bio-wireflow figcaption {
  grid-column: 1/-1;
  margin-top: 0.35rem;
  padding-top: 0.8rem;
  color: var(--bio-night);
  border-top: 2px dashed rgba(7, 16, 22, 0.34);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.bio-hifi {
  background-color: rgba(247, 251, 255, 0.96);
}

.bio-hifi-carousel {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem clamp(1.8rem, 6vw, 4rem) 3.25rem;
  background: linear-gradient(145deg, rgba(17, 26, 42, 0.94), rgba(36, 87, 214, 0.86));
  border: 2px solid var(--bio-ink);
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(7, 16, 22, 0.22);
}

.bio-hifi-carousel .carousel-inner {
  overflow: hidden;
  border-radius: 10px;
}

.bio-hifi-carousel .carousel-indicators {
  bottom: 0.65rem;
  margin-bottom: 0;
}

.bio-hifi-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: var(--bio-green);
  border: 0;
  border-radius: 50%;
  opacity: 0.38;
}

.bio-hifi-carousel .carousel-indicators .active {
  opacity: 1;
}

.bio-hifi-carousel .carousel-control-prev,
.bio-hifi-carousel .carousel-control-next {
  width: 3rem;
  opacity: 0.86;
}

.bio-hifi-screen {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 600px;
  padding: 3.4rem clamp(1rem, 3vw, 2rem) 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
  color: var(--bio-ink);
  border: 1px solid rgba(7, 16, 22, 0.16);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.bio-hifi-screen::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 34px;
  background: radial-gradient(circle at 18px 17px, #ef6f6c 0 4px, transparent 5px), radial-gradient(circle at 34px 17px, #efc96f 0 4px, transparent 5px), radial-gradient(circle at 50px 17px, #39e75f 0 4px, transparent 5px), #edf3f1;
  border-bottom: 1px solid rgba(7, 16, 22, 0.12);
}

.hifi-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 0.7rem;
  background-color: #f8fbff;
  border: 1px solid rgba(7, 16, 22, 0.2);
  border-radius: 8px;
  color: var(--bio-night);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hifi-topbar b,
.hifi-login-mark b {
  color: var(--bio-blue);
  font-family: Georgia, "Times New Roman", serif;
}

.hifi-topbar span {
  color: var(--bio-green);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  -webkit-text-stroke: 0.5px var(--bio-ink);
  text-transform: none;
}

.hifi-topbar i {
  color: var(--bio-purple);
  font-style: normal;
}

.hifi-hero-block {
  display: grid;
  align-content: end;
  min-height: 245px;
  padding: clamp(1rem, 3vw, 1.6rem);
  background: linear-gradient(120deg, rgba(17, 26, 42, 0.9), rgba(36, 87, 214, 0.84)), url("./images/Advanced-typography-poster-1.png");
  background-position: center;
  background-size: cover;
  color: var(--bio-white);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.hifi-hero-block p {
  margin: 0 0 0.5rem;
  color: var(--bio-mint);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hifi-hero-block h3,
.hifi-two-col h3,
.hifi-dashboard-layout h3 {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.hifi-actions,
.hifi-filter-row,
.hifi-card-strip,
.hifi-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hifi-actions {
  margin-top: 1rem;
}

.hifi-actions span,
.hifi-filter-row span,
.hifi-card-strip i,
.hifi-note {
  padding: 0.45rem 0.65rem;
  background-color: rgba(255, 255, 255, 0.88);
  color: var(--bio-night);
  border: 1px solid rgba(7, 16, 22, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 800;
}

.hifi-card-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hifi-card-strip i {
  display: grid;
  align-items: end;
  min-height: 92px;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(223, 245, 217, 0.92), rgba(255, 255, 255, 0.92));
}

.hifi-course-list,
.hifi-form-panel {
  display: grid;
  gap: 10px;
}

.hifi-course-list div,
.hifi-form-panel label {
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(7, 16, 22, 0.16);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(7, 16, 22, 0.06);
}

.hifi-course-list strong,
.hifi-course-list em {
  display: block;
}

.hifi-course-list em {
  margin-top: 0.25rem;
  color: var(--bio-purple);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.hifi-video-preview {
  display: grid;
  place-items: center;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(7, 16, 22, 0.88), rgba(95, 120, 201, 0.7));
  color: var(--bio-mint);
  border-radius: 8px;
  font-family: "Courier New", Courier, monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.hifi-two-col,
.hifi-dashboard-layout,
.hifi-class-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.6fr);
  gap: 12px;
}

.hifi-two-col ul,
.hifi-dashboard-layout nav,
.hifi-class-layout aside {
  margin: 0;
  padding: 0.8rem;
  background-color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 16, 22, 0.16);
  border-radius: 8px;
  color: var(--bio-night);
  font-size: 0.86rem;
  font-weight: 800;
}

.hifi-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hifi-plan-grid div {
  min-height: 210px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(7, 16, 22, 0.16);
  border-radius: 8px;
}

.hifi-plan-grid span {
  display: block;
  margin: 0.55rem 0;
  color: var(--bio-blue);
  font-size: 1.4rem;
  font-weight: 900;
}

.hifi-featured-plan {
  outline: 3px solid rgba(57, 231, 95, 0.82);
}

.hifi-note {
  justify-content: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.hifi-form-panel {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.hifi-form-panel label {
  min-height: 50px;
}

.hifi-login-mark {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  color: var(--bio-green);
  background-color: var(--bio-night);
  border-radius: 50%;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.4rem;
  box-shadow: 0 16px 30px rgba(7, 16, 22, 0.18);
}

.hifi-compact-form {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.hifi-dashboard-layout {
  grid-template-columns: minmax(95px, 0.42fr) minmax(0, 1fr);
}

.hifi-dashboard-layout,
.hifi-class-layout {
  min-height: 350px;
}

.hifi-dashboard-layout > div,
.hifi-class-layout > .hifi-video-preview {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(7, 16, 22, 0.14);
  border-radius: 8px;
}

.hifi-class-layout > .hifi-video-preview {
  min-height: 300px;
}

.hifi-progress-bar {
  height: 18px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(7, 16, 22, 0.1);
  border-radius: 999px;
}

.hifi-progress-bar span {
  display: block;
  width: 64%;
  height: 100%;
  background-color: var(--bio-green);
}

.bio-hifi-screen small {
  display: block;
  align-self: end;
  margin-top: auto;
  color: var(--bio-night);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.8rem 1rem;
  background-color: rgba(223, 245, 217, 0.42);
  border-radius: 8px;
}

.bio-flow {
  background-color: rgba(17, 26, 42, 0.94);
  color: var(--bio-white);
}

.bio-flow h2 {
  color: var(--bio-cream);
  text-shadow: 3px 3px 0 var(--bio-purple);
}

.bio-flow-grid,
.bio-mockup-grid,
.bio-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.bio-process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
}

.bio-process-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background-color: rgba(223, 245, 217, 0.95);
  color: var(--bio-ink);
  border: 2px solid var(--bio-ink);
  box-shadow: 6px 6px 0 var(--bio-purple);
}

.bio-process-card-wide {
  grid-column: 1/-1;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, 0.9fr);
  align-items: stretch;
}

.bio-process-card figure {
  margin: 0;
  background-color: var(--bio-ink);
}

.bio-process-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.bio-process-card div {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.bio-process-card span {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--bio-purple);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bio-process-card h3 {
  margin-bottom: 0.55rem;
  color: var(--bio-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.bio-empathy {
  background-color: rgba(255, 241, 232, 0.94);
}

.bio-empathy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
}

.bio-empathy-card {
  display: grid;
  background-color: rgba(247, 251, 255, 0.94);
  color: var(--bio-ink);
  border: 2px solid var(--bio-ink);
  box-shadow: 6px 6px 0 var(--bio-green);
}

.bio-empathy-card figure {
  margin: 0;
  background-color: var(--bio-ink);
}

.bio-empathy-card img {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.bio-empathy-card div {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.bio-empathy-card span {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--bio-purple);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bio-empathy-card h3 {
  margin-bottom: 0.55rem;
  color: var(--bio-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.bio-flow-grid article,
.bio-mockup {
  padding: 1rem;
  background-color: rgba(223, 245, 217, 0.95);
  color: var(--bio-ink);
  border: 2px solid var(--bio-ink);
  box-shadow: 5px 5px 0 var(--bio-green);
}

.bio-flow-grid span {
  display: block;
  color: var(--bio-purple);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-text-stroke: 1px var(--bio-ink);
}

.bio-flow-grid strong,
.bio-mockup h3 {
  display: block;
  margin: 0.35rem 0;
  color: var(--bio-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.bio-screens {
  background-color: rgba(236, 230, 246, 0.94);
}

.bio-section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.bio-mockup-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bio-mockup {
  min-height: 190px;
  background: linear-gradient(145deg, rgba(255, 241, 232, 0.92), rgba(223, 245, 217, 0.92)), linear-gradient(90deg, var(--bio-purple), var(--bio-blue));
}

.bio-conclusion {
  background-color: rgba(255, 241, 232, 0.94);
}

.bio-footer {
  background-color: rgba(7, 16, 22, 0.94);
  color: var(--bio-green);
  border: 2px solid rgba(57, 231, 95, 0.7);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.34);
  font-family: "Courier New", Courier, monospace;
  font-weight: 800;
}

.bio-footer .footerProjectLink {
  color: var(--bio-cream);
}

.bio-footer .footerProjectLink:hover,
.bio-footer .footerProjectLink:focus {
  color: var(--bio-green);
}

@media (max-width: 992px) {
  .bio-panel,
  .bio-section,
  .bio-process-card-wide,
  .bio-reverse {
    grid-template-columns: 1fr;
  }
  .bio-reverse .bio-section-text {
    order: 0;
  }
  .bio-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bio-process-grid {
    grid-template-columns: 1fr;
  }
  .bio-empathy-grid {
    grid-template-columns: 1fr;
  }
  .bio-wireflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bio-mockup-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .bio-page .navbar-brand .bio-brand-mark {
    font-size: 2rem;
  }
  .bio-page .navbar-brand .bio-brand-word {
    font-size: 1.7rem;
  }
  .bio-page {
    padding-left: 14px;
    padding-right: 14px;
  }
  .bio-hero {
    min-height: 460px;
    padding: 1rem;
    background-position: 52% center;
  }
  .bio-hifi-carousel {
    padding: 2rem 1rem 3rem;
  }
  .bio-hifi-screen {
    min-height: auto;
  }
  .bio-chip-row span {
    width: 100%;
  }
  .bio-wireflow {
    grid-template-columns: 1fr;
  }
  .hifi-card-strip,
  .hifi-plan-grid,
  .hifi-two-col,
  .hifi-dashboard-layout,
  .hifi-class-layout {
    grid-template-columns: 1fr;
  }
  .bio-flow-grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=styles.css.map */
